Skip to content

Commit a1e1588

Browse files
1 parent 436b784 commit a1e1588

File tree

7 files changed

+30
-30
lines changed

7 files changed

+30
-30
lines changed

clients/google-api-services-eventarc/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-eventarc</artifactId>
25-
<version>v1-rev20250815-2.0.0</version>
25+
<version>v1-rev20250905-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20250815-2.0.0'
38+
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20250905-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/Eventarc.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -587,22 +587,22 @@ public List setName(java.lang.String name) {
587587
}
588588

589589
/**
590-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
591-
* documented otherwise. This is primarily for internal usage.
590+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
591+
* is primarily intended for internal usage.
592592
*/
593593
@com.google.api.client.util.Key
594594
private java.util.List<java.lang.String> extraLocationTypes;
595595

596-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
597-
otherwise. This is primarily for internal usage.
596+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
597+
primarily intended for internal usage.
598598
*/
599599
public java.util.List<java.lang.String> getExtraLocationTypes() {
600600
return extraLocationTypes;
601601
}
602602

603603
/**
604-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
605-
* documented otherwise. This is primarily for internal usage.
604+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which
605+
* is primarily intended for internal usage.
606606
*/
607607
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
608608
this.extraLocationTypes = extraLocationTypes;

clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/model/GoogleCloudEventarcV1PipelineDestination.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ public final class GoogleCloudEventarcV1PipelineDestination extends com.google.a
3131

3232
/**
3333
* Optional. An authentication config used to authenticate message requests, such that
34-
* destinations can verify the source. For example, this can be used with private GCP destinations
35-
* that require GCP credentials to access like Cloud Run. This field is optional and should be set
36-
* only by users interested in authenticated push
34+
* destinations can verify the source. For example, this can be used with private Google Cloud
35+
* destinations that require Google Cloud credentials for access like Cloud Run. This field is
36+
* optional and should be set only by users interested in authenticated push.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
@@ -94,9 +94,9 @@ public final class GoogleCloudEventarcV1PipelineDestination extends com.google.a
9494

9595
/**
9696
* Optional. An authentication config used to authenticate message requests, such that
97-
* destinations can verify the source. For example, this can be used with private GCP destinations
98-
* that require GCP credentials to access like Cloud Run. This field is optional and should be set
99-
* only by users interested in authenticated push
97+
* destinations can verify the source. For example, this can be used with private Google Cloud
98+
* destinations that require Google Cloud credentials for access like Cloud Run. This field is
99+
* optional and should be set only by users interested in authenticated push.
100100
* @return value or {@code null} for none
101101
*/
102102
public GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig getAuthenticationConfig() {
@@ -105,9 +105,9 @@ public GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig getAuthentic
105105

106106
/**
107107
* Optional. An authentication config used to authenticate message requests, such that
108-
* destinations can verify the source. For example, this can be used with private GCP destinations
109-
* that require GCP credentials to access like Cloud Run. This field is optional and should be set
110-
* only by users interested in authenticated push
108+
* destinations can verify the source. For example, this can be used with private Google Cloud
109+
* destinations that require Google Cloud credentials for access like Cloud Run. This field is
110+
* optional and should be set only by users interested in authenticated push.
111111
* @param authenticationConfig authenticationConfig or {@code null} for none
112112
*/
113113
public GoogleCloudEventarcV1PipelineDestination setAuthenticationConfig(GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig authenticationConfig) {

clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/model/GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
public final class GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional. This authenticate method will apply Google OIDC tokens signed by a GCP service
34-
* account to the requests.
33+
* Optional. This authenticate method will apply Google OIDC tokens signed by a Google Cloud
34+
* service account to the requests.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -48,17 +48,17 @@ public final class GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig
4848
private GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken oauthToken;
4949

5050
/**
51-
* Optional. This authenticate method will apply Google OIDC tokens signed by a GCP service
52-
* account to the requests.
51+
* Optional. This authenticate method will apply Google OIDC tokens signed by a Google Cloud
52+
* service account to the requests.
5353
* @return value or {@code null} for none
5454
*/
5555
public GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken getGoogleOidc() {
5656
return googleOidc;
5757
}
5858

5959
/**
60-
* Optional. This authenticate method will apply Google OIDC tokens signed by a GCP service
61-
* account to the requests.
60+
* Optional. This authenticate method will apply Google OIDC tokens signed by a Google Cloud
61+
* service account to the requests.
6262
* @param googleOidc googleOidc or {@code null} for none
6363
*/
6464
public GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig setGoogleOidc(GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken googleOidc) {

clients/google-api-services-eventarc/v1/2.0.0/com/google/api/services/eventarc/v1/model/GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
package com.google.api.services.eventarc.v1.model;
1818

1919
/**
20-
* Represents a config used to authenticate with a Google OIDC token using a GCP service account.
21-
* Use this authentication method to invoke your Cloud Run and Cloud Functions destinations or HTTP
22-
* endpoints that support Google OIDC.
20+
* Represents a config used to authenticate with a Google OIDC token using a Google Cloud service
21+
* account. Use this authentication method to invoke your Cloud Run and Cloud Functions destinations
22+
* or HTTP endpoints that support Google OIDC.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2525
* transmitted over HTTP when working with the Eventarc API. For a detailed explanation see:

clients/google-api-services-eventarc/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-eventarc</artifactId>
11-
<version>v1-rev20250815-2.0.0</version>
12-
<name>Eventarc API v1-rev20250815-2.0.0</name>
11+
<version>v1-rev20250905-2.0.0</version>
12+
<name>Eventarc API v1-rev20250905-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-eventarc/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-eventarc</artifactId>
25-
<version>v1-rev20250815-2.0.0</version>
25+
<version>v1-rev20250905-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20250815-2.0.0'
38+
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20250905-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)