@@ -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 ;
0 commit comments