Skip to content

Commit 79b2180

Browse files
1 parent 746b496 commit 79b2180

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
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-rev20250124-2.0.0</version>
25+
<version>v1-rev20250209-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-rev20250124-2.0.0'
38+
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20250209-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public final class GoogleCloudEventarcV1PipelineDestinationHttpEndpoint extends
116116
private java.lang.String messageBindingTemplate;
117117

118118
/**
119-
* Required. The URI of the HTTP enpdoint. The value must be a RFC2396 URI string. Examples:
119+
* Required. The URI of the HTTP endpoint. The value must be a RFC2396 URI string. Examples:
120120
* `https://svc.us-central1.p.local:8080/route`. Only the HTTPS protocol is supported.
121121
* The value may be {@code null}.
122122
*/
@@ -299,7 +299,7 @@ public GoogleCloudEventarcV1PipelineDestinationHttpEndpoint setMessageBindingTem
299299
}
300300

301301
/**
302-
* Required. The URI of the HTTP enpdoint. The value must be a RFC2396 URI string. Examples:
302+
* Required. The URI of the HTTP endpoint. The value must be a RFC2396 URI string. Examples:
303303
* `https://svc.us-central1.p.local:8080/route`. Only the HTTPS protocol is supported.
304304
* @return value or {@code null} for none
305305
*/
@@ -308,7 +308,7 @@ public java.lang.String getUri() {
308308
}
309309

310310
/**
311-
* Required. The URI of the HTTP enpdoint. The value must be a RFC2396 URI string. Examples:
311+
* Required. The URI of the HTTP endpoint. The value must be a RFC2396 URI string. Examples:
312312
* `https://svc.us-central1.p.local:8080/route`. Only the HTTPS protocol is supported.
313313
* @param uri uri or {@code null} for none
314314
*/

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

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

3232
/**
33-
* Required. The URI of the HTTP enpdoint. The value must be a RFC2396 URI string. Examples:
33+
* Required. The URI of the HTTP endpoint. The value must be a RFC2396 URI string. Examples:
3434
* `http://10.10.10.8:80/route`, `http://svc.us-central1.p.local:8080/`. Only HTTP and HTTPS
3535
* protocols are supported. The host can be either a static IP addressable from the VPC specified
3636
* by the network config, or an internal DNS hostname of the service resolvable via Cloud DNS.
@@ -40,7 +40,7 @@ public final class HttpEndpoint extends com.google.api.client.json.GenericJson {
4040
private java.lang.String uri;
4141

4242
/**
43-
* Required. The URI of the HTTP enpdoint. The value must be a RFC2396 URI string. Examples:
43+
* Required. The URI of the HTTP endpoint. The value must be a RFC2396 URI string. Examples:
4444
* `http://10.10.10.8:80/route`, `http://svc.us-central1.p.local:8080/`. Only HTTP and HTTPS
4545
* protocols are supported. The host can be either a static IP addressable from the VPC specified
4646
* by the network config, or an internal DNS hostname of the service resolvable via Cloud DNS.
@@ -51,7 +51,7 @@ public java.lang.String getUri() {
5151
}
5252

5353
/**
54-
* Required. The URI of the HTTP enpdoint. The value must be a RFC2396 URI string. Examples:
54+
* Required. The URI of the HTTP endpoint. The value must be a RFC2396 URI string. Examples:
5555
* `http://10.10.10.8:80/route`, `http://svc.us-central1.p.local:8080/`. Only HTTP and HTTPS
5656
* protocols are supported. The host can be either a static IP addressable from the VPC specified
5757
* by the network config, or an internal DNS hostname of the service resolvable via Cloud DNS.

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

Lines changed: 3 additions & 3 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-rev20250124-2.0.0</version>
12-
<name>Eventarc API v1-rev20250124-2.0.0</name>
11+
<version>v1-rev20250209-2.0.0</version>
12+
<name>Eventarc API v1-rev20250209-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Eventarc API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.3/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.37.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

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-rev20250124-2.0.0</version>
25+
<version>v1-rev20250209-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-rev20250124-2.0.0'
38+
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20250209-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)