Skip to content

Commit 635fea0

Browse files
1 parent fc06bfb commit 635fea0

File tree

8 files changed

+280
-222
lines changed

8 files changed

+280
-222
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-rev20241029-2.0.0</version>
25+
<version>v1-rev20241203-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-rev20241029-2.0.0'
38+
implementation 'com.google.apis:google-api-services-eventarc:v1-rev20241203-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: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3450,21 +3450,21 @@ public Create setParent(java.lang.String parent) {
34503450

34513451
/**
34523452
* Required. The user-provided ID to be assigned to the Enrollment. It should match the
3453-
* format (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
3453+
* format `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
34543454
*/
34553455
@com.google.api.client.util.Key
34563456
private java.lang.String enrollmentId;
34573457

34583458
/** Required. The user-provided ID to be assigned to the Enrollment. It should match the format
3459-
(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
3459+
`^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
34603460
*/
34613461
public java.lang.String getEnrollmentId() {
34623462
return enrollmentId;
34633463
}
34643464

34653465
/**
34663466
* Required. The user-provided ID to be assigned to the Enrollment. It should match the
3467-
* format (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
3467+
* format `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
34683468
*/
34693469
public Create setEnrollmentId(java.lang.String enrollmentId) {
34703470
this.enrollmentId = enrollmentId;
@@ -4907,21 +4907,21 @@ public Create setParent(java.lang.String parent) {
49074907

49084908
/**
49094909
* Required. The user-provided ID to be assigned to the GoogleApiSource. It should match
4910-
* the format (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
4910+
* the format `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
49114911
*/
49124912
@com.google.api.client.util.Key
49134913
private java.lang.String googleApiSourceId;
49144914

49154915
/** Required. The user-provided ID to be assigned to the GoogleApiSource. It should match the format
4916-
(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
4916+
`^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
49174917
*/
49184918
public java.lang.String getGoogleApiSourceId() {
49194919
return googleApiSourceId;
49204920
}
49214921

49224922
/**
49234923
* Required. The user-provided ID to be assigned to the GoogleApiSource. It should match
4924-
* the format (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
4924+
* the format `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
49254925
*/
49264926
public Create setGoogleApiSourceId(java.lang.String googleApiSourceId) {
49274927
this.googleApiSourceId = googleApiSourceId;
@@ -6364,21 +6364,21 @@ public Create setParent(java.lang.String parent) {
63646364

63656365
/**
63666366
* Required. The user-provided ID to be assigned to the MessageBus. It should match the
6367-
* format (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$)
6367+
* format `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
63686368
*/
63696369
@com.google.api.client.util.Key
63706370
private java.lang.String messageBusId;
63716371

63726372
/** Required. The user-provided ID to be assigned to the MessageBus. It should match the format
6373-
(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$)
6373+
`^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
63746374
*/
63756375
public java.lang.String getMessageBusId() {
63766376
return messageBusId;
63776377
}
63786378

63796379
/**
63806380
* Required. The user-provided ID to be assigned to the MessageBus. It should match the
6381-
* format (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$)
6381+
* format `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
63826382
*/
63836383
public Create setMessageBusId(java.lang.String messageBusId) {
63846384
this.messageBusId = messageBusId;
@@ -6941,7 +6941,7 @@ public GetIamPolicy set(String parameterName, Object value) {
69416941
* This request holds the parameters needed by the eventarc server. After setting any optional
69426942
* parameters, call the {@link List#execute()} method to invoke the remote operation.
69436943
*
6944-
* @param parent Required. The parent collection to list triggers on.
6944+
* @param parent Required. The parent collection to list message buses on.
69456945
* @return the request
69466946
*/
69476947
public List list(java.lang.String parent) throws java.io.IOException {
@@ -6967,7 +6967,7 @@ public class List extends EventarcRequest<com.google.api.services.eventarc.v1.mo
69676967
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
69686968
* must be called to initialize this instance immediately after invoking the constructor. </p>
69696969
*
6970-
* @param parent Required. The parent collection to list triggers on.
6970+
* @param parent Required. The parent collection to list message buses on.
69716971
* @since 1.13
69726972
*/
69736973
protected List(java.lang.String parent) {
@@ -7045,17 +7045,17 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
70457045
return (List) super.setUploadProtocol(uploadProtocol);
70467046
}
70477047

7048-
/** Required. The parent collection to list triggers on. */
7048+
/** Required. The parent collection to list message buses on. */
70497049
@com.google.api.client.util.Key
70507050
private java.lang.String parent;
70517051

7052-
/** Required. The parent collection to list triggers on.
7052+
/** Required. The parent collection to list message buses on.
70537053
*/
70547054
public java.lang.String getParent() {
70557055
return parent;
70567056
}
70577057

7058-
/** Required. The parent collection to list triggers on. */
7058+
/** Required. The parent collection to list message buses on. */
70597059
public List setParent(java.lang.String parent) {
70607060
if (!getSuppressPatternChecks()) {
70617061
com.google.api.client.util.Preconditions.checkArgument(PARENT_PATTERN.matcher(parent).matches(),
@@ -7886,7 +7886,7 @@ public class Operations {
78867886
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
78877887
* methods to check whether the cancellation succeeded or whether the operation completed despite
78887888
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
7889-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
7889+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
78907890
* `Code.CANCELLED`.
78917891
*
78927892
* Create a request for the method "operations.cancel".
@@ -7917,7 +7917,7 @@ public class Cancel extends EventarcRequest<com.google.api.services.eventarc.v1.
79177917
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
79187918
* methods to check whether the cancellation succeeded or whether the operation completed despite
79197919
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
7920-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
7920+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
79217921
* `Code.CANCELLED`.
79227922
*
79237923
* Create a request for the method "operations.cancel".
@@ -8632,17 +8632,24 @@ public Create setParent(java.lang.String parent) {
86328632
return this;
86338633
}
86348634

8635-
/** Required. The user-provided ID to be assigned to the Pipeline. */
8635+
/**
8636+
* Required. The user-provided ID to be assigned to the Pipeline. It should match the
8637+
* format `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
8638+
*/
86368639
@com.google.api.client.util.Key
86378640
private java.lang.String pipelineId;
86388641

8639-
/** Required. The user-provided ID to be assigned to the Pipeline.
8642+
/** Required. The user-provided ID to be assigned to the Pipeline. It should match the format
8643+
`^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
86408644
*/
86418645
public java.lang.String getPipelineId() {
86428646
return pipelineId;
86438647
}
86448648

8645-
/** Required. The user-provided ID to be assigned to the Pipeline. */
8649+
/**
8650+
* Required. The user-provided ID to be assigned to the Pipeline. It should match the
8651+
* format `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
8652+
*/
86468653
public Create setPipelineId(java.lang.String pipelineId) {
86478654
this.pipelineId = pipelineId;
86488655
return this;

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ public final class Channel extends com.google.api.client.json.GenericJson {
5454
@com.google.api.client.util.Key
5555
private java.lang.String cryptoKeyName;
5656

57+
/**
58+
* Optional. Resource labels.
59+
* The value may be {@code null}.
60+
*/
61+
@com.google.api.client.util.Key
62+
private java.util.Map<String, java.lang.String> labels;
63+
5764
/**
5865
* Required. The resource name of the channel. Must be unique within the location on the project
5966
* and must be in `projects/{project}/locations/{location}/channels/{channel_id}` format.
@@ -163,6 +170,23 @@ public Channel setCryptoKeyName(java.lang.String cryptoKeyName) {
163170
return this;
164171
}
165172

173+
/**
174+
* Optional. Resource labels.
175+
* @return value or {@code null} for none
176+
*/
177+
public java.util.Map<String, java.lang.String> getLabels() {
178+
return labels;
179+
}
180+
181+
/**
182+
* Optional. Resource labels.
183+
* @param labels labels or {@code null} for none
184+
*/
185+
public Channel setLabels(java.util.Map<String, java.lang.String> labels) {
186+
this.labels = labels;
187+
return this;
188+
}
189+
166190
/**
167191
* Required. The resource name of the channel. Must be unique within the location on the project
168192
* and must be in `projects/{project}/locations/{location}/channels/{channel_id}` format.

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ public final class ChannelConnection extends com.google.api.client.json.GenericJ
5656
@com.google.api.client.util.Key
5757
private String createTime;
5858

59+
/**
60+
* Optional. Resource labels.
61+
* The value may be {@code null}.
62+
*/
63+
@com.google.api.client.util.Key
64+
private java.util.Map<String, java.lang.String> labels;
65+
5966
/**
6067
* Required. The name of the connection.
6168
* The value may be {@code null}.
@@ -137,6 +144,23 @@ public ChannelConnection setCreateTime(String createTime) {
137144
return this;
138145
}
139146

147+
/**
148+
* Optional. Resource labels.
149+
* @return value or {@code null} for none
150+
*/
151+
public java.util.Map<String, java.lang.String> getLabels() {
152+
return labels;
153+
}
154+
155+
/**
156+
* Optional. Resource labels.
157+
* @param labels labels or {@code null} for none
158+
*/
159+
public ChannelConnection setLabels(java.util.Map<String, java.lang.String> labels) {
160+
this.labels = labels;
161+
return this;
162+
}
163+
140164
/**
141165
* Required. The name of the connection.
142166
* @return value or {@code null} for none

0 commit comments

Comments
 (0)