Skip to content

Commit 7af3b8c

Browse files
1 parent 45f9717 commit 7af3b8c

File tree

5 files changed

+12
-33
lines changed

5 files changed

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

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ public final class Destination extends com.google.api.client.json.GenericJson {
5555
@com.google.api.client.util.Key
5656
private GKE gke;
5757

58-
/**
59-
* An HTTP endpoint destination described by an URI.
60-
* The value may be {@code null}.
61-
*/
62-
@com.google.api.client.util.Key
63-
private HttpEndpoint httpEndpoint;
64-
6558
/**
6659
* The resource name of the Workflow whose Executions are triggered by the events. The Workflow
6760
* resource should be deployed in the same project as the trigger. Format:
@@ -132,23 +125,6 @@ public Destination setGke(GKE gke) {
132125
return this;
133126
}
134127

135-
/**
136-
* An HTTP endpoint destination described by an URI.
137-
* @return value or {@code null} for none
138-
*/
139-
public HttpEndpoint getHttpEndpoint() {
140-
return httpEndpoint;
141-
}
142-
143-
/**
144-
* An HTTP endpoint destination described by an URI.
145-
* @param httpEndpoint httpEndpoint or {@code null} for none
146-
*/
147-
public Destination setHttpEndpoint(HttpEndpoint httpEndpoint) {
148-
this.httpEndpoint = httpEndpoint;
149-
return this;
150-
}
151-
152128
/**
153129
* The resource name of the Workflow whose Executions are triggered by the events. The Workflow
154130
* resource should be deployed in the same project as the trigger. Format:

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ public final class EventFilter extends com.google.api.client.json.GenericJson {
4242
/**
4343
* Optional. The operator used for matching the events with the value of the filter. If not
4444
* specified, only events that have an exact key-value pair specified in the filter are matched.
45-
* The only allowed value is `match-path-pattern`.
45+
* The allowed values are `path_pattern` and `match-path-pattern`. `path_pattern` is only allowed
46+
* for GCFv1 triggers.
4647
* The value may be {@code null}.
4748
*/
4849
@com.google.api.client.util.Key
@@ -81,7 +82,8 @@ public EventFilter setAttribute(java.lang.String attribute) {
8182
/**
8283
* Optional. The operator used for matching the events with the value of the filter. If not
8384
* specified, only events that have an exact key-value pair specified in the filter are matched.
84-
* The only allowed value is `match-path-pattern`.
85+
* The allowed values are `path_pattern` and `match-path-pattern`. `path_pattern` is only allowed
86+
* for GCFv1 triggers.
8587
* @return value or {@code null} for none
8688
*/
8789
public java.lang.String getOperator() {
@@ -91,7 +93,8 @@ public java.lang.String getOperator() {
9193
/**
9294
* Optional. The operator used for matching the events with the value of the filter. If not
9395
* specified, only events that have an exact key-value pair specified in the filter are matched.
94-
* The only allowed value is `match-path-pattern`.
96+
* The allowed values are `path_pattern` and `match-path-pattern`. `path_pattern` is only allowed
97+
* for GCFv1 triggers.
9598
* @param operator operator or {@code null} for none
9699
*/
97100
public EventFilter setOperator(java.lang.String operator) {

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-rev20230602-2.0.0</version>
12-
<name>Eventarc API v1-rev20230602-2.0.0</name>
11+
<version>v1-rev20230711-2.0.0</version>
12+
<name>Eventarc API v1-rev20230711-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.43.2/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.43.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.34.1/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.2.0/</link>
9696
</links>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.43.2/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.43.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.34.1/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.2.0/</link>
9696
</links>

0 commit comments

Comments
 (0)