Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-eventarc/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-eventarc</artifactId>
<version>v1-rev20260506-2.0.0</version>
<version>v1-rev20260612-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20260506-2.0.0'
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20260612-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
package com.google.api.services.eventarc.v1.model;

/**
* A representation of the Channel resource. A Channel is a resource on which event providers
* publish their events. The published events are delivered through the transport associated with
* the channel. Note that a channel is associated with exactly one event provider.
* Represents a subscriber's intent to receive events from an event provider. Published events are
* delivered using the transport associated with the Channel resource. A channel is associated with
* exactly one event provider.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Eventarc API. For a detailed explanation see:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
package com.google.api.services.eventarc.v1.model;

/**
* A GoogleApiSource represents a subscription of 1P events from a MessageBus.
* Represents a subscription to first-party events for a MessageBus resource. A GoogleApiSource
* resource lets you configure the delivery of events from Google API sources to a designated bus.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Eventarc API. For a detailed explanation see:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
package com.google.api.services.eventarc.v1.model;

/**
* A GoogleChannelConfig is a resource that stores the custom settings respected by Eventarc first-
* party triggers in the matching region. Once configured, first-party event data will be protected
* using the specified custom managed encryption key instead of Google-managed encryption keys.
* Can be used to customize security settings for Eventarc first-party triggers in a specific
* region. Once the GoogleChannelConfig resource is configured, first-party event data is protected
* using the specified customer-managed encryption key instead of a Google-managed encryption key.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Eventarc API. For a detailed explanation see:
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-eventarc/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-eventarc</artifactId>
<version>v1-rev20260506-2.0.0</version>
<name>Eventarc API v1-rev20260506-2.0.0</name>
<version>v1-rev20260612-2.0.0</version>
<name>Eventarc API v1-rev20260612-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-eventarc/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-eventarc</artifactId>
<version>v1-rev20260506-2.0.0</version>
<version>v1-rev20260612-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20260506-2.0.0'
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20260612-2.0.0'
}
```

Expand Down
Loading