diff --git a/java-deploy/README.md b/java-deploy/README.md index 67841a122968..8039941e1e63 100644 --- a/java-deploy/README.md +++ b/java-deploy/README.md @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-deploy.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-deploy/1.28.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-deploy/1.30.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-deploy/google-cloud-deploy/src/main/java/com/google/cloud/deploy/v1/CloudDeployClient.java b/java-deploy/google-cloud-deploy/src/main/java/com/google/cloud/deploy/v1/CloudDeployClient.java index d0070ece542b..3f7e944f14c8 100644 --- a/java-deploy/google-cloud-deploy/src/main/java/com/google/cloud/deploy/v1/CloudDeployClient.java +++ b/java-deploy/google-cloud-deploy/src/main/java/com/google/cloud/deploy/v1/CloudDeployClient.java @@ -72,19 +72,864 @@ *
Note: close() needs to be called on the CloudDeployClient object to clean up resources such as * threads. In the example above, try-with-resources is used, which automatically calls close(). * - *
The surface of this class includes several types of Java methods for each of the API's - * methods: - * - *
| Method | + *Description | + *Method Variants | + *
|---|---|---|
| ListDeliveryPipelines | + *Lists DeliveryPipelines in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| GetDeliveryPipeline | + *Gets details of a single DeliveryPipeline. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| CreateDeliveryPipeline | + *Creates a new DeliveryPipeline in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| UpdateDeliveryPipeline | + *Updates the parameters of a single DeliveryPipeline. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| DeleteDeliveryPipeline | + *Deletes a single DeliveryPipeline. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| ListTargets | + *Lists Targets in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| RollbackTarget | + *Creates a `Rollout` to roll back the specified target. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| GetTarget | + *Gets details of a single Target. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| CreateTarget | + *Creates a new Target in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| UpdateTarget | + *Updates the parameters of a single Target. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| DeleteTarget | + *Deletes a single Target. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| ListCustomTargetTypes | + *Lists CustomTargetTypes in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| GetCustomTargetType | + *Gets details of a single CustomTargetType. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| CreateCustomTargetType | + *Creates a new CustomTargetType in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| UpdateCustomTargetType | + *Updates a single CustomTargetType. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| DeleteCustomTargetType | + *Deletes a single CustomTargetType. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| ListReleases | + *Lists Releases in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| GetRelease | + *Gets details of a single Release. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| CreateRelease | + *Creates a new Release in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| AbandonRelease | + *Abandons a Release in the Delivery Pipeline. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| ApproveRollout | + *Approves a Rollout. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| AdvanceRollout | + *Advances a Rollout in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| CancelRollout | + *Cancels a Rollout in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| ListRollouts | + *Lists Rollouts in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| GetRollout | + *Gets details of a single Rollout. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| CreateRollout | + *Creates a new Rollout in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| IgnoreJob | + *Ignores the specified Job in a Rollout. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| RetryJob | + *Retries the specified Job in a Rollout. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| ListJobRuns | + *Lists JobRuns in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| GetJobRun | + *Gets details of a single JobRun. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| TerminateJobRun | + *Terminates a Job Run in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| GetConfig | + *Gets the configuration for a location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| CreateAutomation | + *Creates a new Automation in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| UpdateAutomation | + *Updates the parameters of a single Automation resource. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| DeleteAutomation | + *Deletes a single Automation resource. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| GetAutomation | + *Gets details of a single Automation. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| ListAutomations | + *Lists Automations in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| GetAutomationRun | + *Gets details of a single AutomationRun. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| ListAutomationRuns | + *Lists AutomationRuns in a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| CancelAutomationRun | + *Cancels an AutomationRun. The `state` of the `AutomationRun` after cancelling is `CANCELLED`. `CancelAutomationRun` can be called on AutomationRun in the state `IN_PROGRESS` and `PENDING`; AutomationRun in a different state returns an `FAILED_PRECONDITION` error. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| ListLocations | + *Lists information about the supported locations for this service. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| GetLocation | + *Gets information about a location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| SetIamPolicy | + *Sets the access control policy on the specified resource. Replacesany existing policy. + * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| GetIamPolicy | + *Gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
| TestIamPermissions | + *Returns permissions that a caller has on the specified resource. If theresource does not exist, this will return an empty set ofpermissions, not a `NOT_FOUND` error. + * Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call. + *
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service. + *
|
+ *
See the individual methods for example code.
*
@@ -712,8 +1557,8 @@ public final OperationFuture
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -111,7 +111,7 @@ public com.google.protobuf.ProtocolStringList getCanaryRevisionTagsList() {
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -127,7 +127,7 @@ public int getCanaryRevisionTagsCount() {
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -144,7 +144,7 @@ public java.lang.String getCanaryRevisionTags(int index) {
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -167,7 +167,7 @@ public com.google.protobuf.ByteString getCanaryRevisionTagsBytes(int index) {
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -182,7 +182,7 @@ public com.google.protobuf.ProtocolStringList getPriorRevisionTagsList() {
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -197,7 +197,7 @@ public int getPriorRevisionTagsCount() {
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -213,7 +213,7 @@ public java.lang.String getPriorRevisionTags(int index) {
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -234,8 +234,8 @@ public com.google.protobuf.ByteString getPriorRevisionTagsBytes(int index) {
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -250,8 +250,8 @@ public com.google.protobuf.ProtocolStringList getStableRevisionTagsList() {
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -266,8 +266,8 @@ public int getStableRevisionTagsCount() {
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -283,8 +283,8 @@ public java.lang.String getStableRevisionTags(int index) {
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -826,7 +826,7 @@ private void ensureCanaryRevisionTagsIsMutable() {
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -843,7 +843,7 @@ public com.google.protobuf.ProtocolStringList getCanaryRevisionTagsList() {
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -859,7 +859,7 @@ public int getCanaryRevisionTagsCount() {
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -876,7 +876,7 @@ public java.lang.String getCanaryRevisionTags(int index) {
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -893,7 +893,7 @@ public com.google.protobuf.ByteString getCanaryRevisionTagsBytes(int index) {
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -918,7 +918,7 @@ public Builder setCanaryRevisionTags(int index, java.lang.String value) {
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -942,7 +942,7 @@ public Builder addCanaryRevisionTags(java.lang.String value) {
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -963,7 +963,7 @@ public Builder addAllCanaryRevisionTags(java.lang.Iterable
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -983,7 +983,7 @@ public Builder clearCanaryRevisionTags() {
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -1018,7 +1018,7 @@ private void ensurePriorRevisionTagsIsMutable() {
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -1035,7 +1035,7 @@ public com.google.protobuf.ProtocolStringList getPriorRevisionTagsList() {
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -1051,7 +1051,7 @@ public int getPriorRevisionTagsCount() {
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -1068,7 +1068,7 @@ public java.lang.String getPriorRevisionTags(int index) {
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -1085,7 +1085,7 @@ public com.google.protobuf.ByteString getPriorRevisionTagsBytes(int index) {
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -1110,7 +1110,7 @@ public Builder setPriorRevisionTags(int index, java.lang.String value) {
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -1134,7 +1134,7 @@ public Builder addPriorRevisionTags(java.lang.String value) {
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -1155,7 +1155,7 @@ public Builder addAllPriorRevisionTags(java.lang.Iterable
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -1175,7 +1175,7 @@ public Builder clearPriorRevisionTags() {
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -1209,8 +1209,8 @@ private void ensureStableRevisionTagsIsMutable() {
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -1226,8 +1226,8 @@ public com.google.protobuf.ProtocolStringList getStableRevisionTagsList() {
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -1242,8 +1242,8 @@ public int getStableRevisionTagsCount() {
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -1259,8 +1259,8 @@ public java.lang.String getStableRevisionTags(int index) {
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -1276,8 +1276,8 @@ public com.google.protobuf.ByteString getStableRevisionTagsBytes(int index) {
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -1301,8 +1301,8 @@ public Builder setStableRevisionTags(int index, java.lang.String value) {
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -1325,8 +1325,8 @@ public Builder addStableRevisionTags(java.lang.String value) {
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -1346,8 +1346,8 @@ public Builder addAllStableRevisionTags(java.lang.Iterable
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -1366,8 +1366,8 @@ public Builder clearStableRevisionTags() {
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CloudRunConfigOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CloudRunConfigOrBuilder.java
index 29f0be00a962..b41914fb7356 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CloudRunConfigOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CloudRunConfigOrBuilder.java
@@ -44,7 +44,7 @@ public interface CloudRunConfigOrBuilder
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -58,7 +58,7 @@ public interface CloudRunConfigOrBuilder
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -72,7 +72,7 @@ public interface CloudRunConfigOrBuilder
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -87,7 +87,7 @@ public interface CloudRunConfigOrBuilder
*
*
* Optional. A list of tags that are added to the canary revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string canary_revision_tags = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -103,7 +103,7 @@ public interface CloudRunConfigOrBuilder
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -116,7 +116,7 @@ public interface CloudRunConfigOrBuilder
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -129,7 +129,7 @@ public interface CloudRunConfigOrBuilder
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -143,7 +143,7 @@ public interface CloudRunConfigOrBuilder
*
*
* Optional. A list of tags that are added to the prior revision while the
- * canary deployment is in progress.
+ * canary phase is in progress.
*
*
* repeated string prior_revision_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
@@ -157,8 +157,8 @@ public interface CloudRunConfigOrBuilder
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -171,8 +171,8 @@ public interface CloudRunConfigOrBuilder
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -185,8 +185,8 @@ public interface CloudRunConfigOrBuilder
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
@@ -200,8 +200,8 @@ public interface CloudRunConfigOrBuilder
*
*
*
- * Optional. A list of tags that are added to the final stable revision after
- * the canary deployment is completed.
+ * Optional. A list of tags that are added to the final stable revision when
+ * the stable phase is applied.
*
*
* repeated string stable_revision_tags = 4 [(.google.api.field_behavior) = OPTIONAL];
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateAutomationRequest.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateAutomationRequest.java
index d18021d6692d..e3d39a8e433b 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateAutomationRequest.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateAutomationRequest.java
@@ -239,9 +239,9 @@ public com.google.cloud.deploy.v1.AutomationOrBuilder getAutomationOrBuilder() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -274,9 +274,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1206,9 +1206,9 @@ public com.google.cloud.deploy.v1.AutomationOrBuilder getAutomationOrBuilder() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1240,9 +1240,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1274,9 +1274,9 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1307,9 +1307,9 @@ public Builder setRequestId(java.lang.String value) {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1336,9 +1336,9 @@ public Builder clearRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateAutomationRequestOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateAutomationRequestOrBuilder.java
index 8e52292e0b66..e7c13bace275 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateAutomationRequestOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateAutomationRequestOrBuilder.java
@@ -127,9 +127,9 @@ public interface CreateAutomationRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -151,9 +151,9 @@ public interface CreateAutomationRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateCustomTargetTypeRequest.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateCustomTargetTypeRequest.java
index 040076f35930..e990c9b41bcf 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateCustomTargetTypeRequest.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateCustomTargetTypeRequest.java
@@ -73,7 +73,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* Required. The parent collection in which the `CustomTargetType` should be
- * created in. Format should be
+ * created. Format should be
* `projects/{project_id}/locations/{location_name}`.
*
*
@@ -100,7 +100,7 @@ public java.lang.String getParent() {
*
*
* Required. The parent collection in which the `CustomTargetType` should be
- * created in. Format should be
+ * created. Format should be
* `projects/{project_id}/locations/{location_name}`.
*
*
@@ -239,9 +239,9 @@ public com.google.cloud.deploy.v1.CustomTargetTypeOrBuilder getCustomTargetTypeO
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -274,9 +274,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -776,7 +776,7 @@ public Builder mergeFrom(
*
*
* Required. The parent collection in which the `CustomTargetType` should be
- * created in. Format should be
+ * created. Format should be
* `projects/{project_id}/locations/{location_name}`.
*
*
@@ -802,7 +802,7 @@ public java.lang.String getParent() {
*
*
* Required. The parent collection in which the `CustomTargetType` should be
- * created in. Format should be
+ * created. Format should be
* `projects/{project_id}/locations/{location_name}`.
*
*
@@ -828,7 +828,7 @@ public com.google.protobuf.ByteString getParentBytes() {
*
*
* Required. The parent collection in which the `CustomTargetType` should be
- * created in. Format should be
+ * created. Format should be
* `projects/{project_id}/locations/{location_name}`.
*
*
@@ -853,7 +853,7 @@ public Builder setParent(java.lang.String value) {
*
*
* Required. The parent collection in which the `CustomTargetType` should be
- * created in. Format should be
+ * created. Format should be
* `projects/{project_id}/locations/{location_name}`.
*
*
@@ -874,7 +874,7 @@ public Builder clearParent() {
*
*
* Required. The parent collection in which the `CustomTargetType` should be
- * created in. Format should be
+ * created. Format should be
* `projects/{project_id}/locations/{location_name}`.
*
*
@@ -1211,9 +1211,9 @@ public com.google.cloud.deploy.v1.CustomTargetTypeOrBuilder getCustomTargetTypeO
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1245,9 +1245,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1279,9 +1279,9 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1312,9 +1312,9 @@ public Builder setRequestId(java.lang.String value) {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1341,9 +1341,9 @@ public Builder clearRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateCustomTargetTypeRequestOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateCustomTargetTypeRequestOrBuilder.java
index 18bc73bb7ffa..3a67e7a8759e 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateCustomTargetTypeRequestOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateCustomTargetTypeRequestOrBuilder.java
@@ -28,7 +28,7 @@ public interface CreateCustomTargetTypeRequestOrBuilder
*
*
* Required. The parent collection in which the `CustomTargetType` should be
- * created in. Format should be
+ * created. Format should be
* `projects/{project_id}/locations/{location_name}`.
*
*
@@ -44,7 +44,7 @@ public interface CreateCustomTargetTypeRequestOrBuilder
*
*
* Required. The parent collection in which the `CustomTargetType` should be
- * created in. Format should be
+ * created. Format should be
* `projects/{project_id}/locations/{location_name}`.
*
*
@@ -127,9 +127,9 @@ public interface CreateCustomTargetTypeRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -151,9 +151,9 @@ public interface CreateCustomTargetTypeRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateDeliveryPipelineRequest.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateDeliveryPipelineRequest.java
index 14cec2a7a79c..d04079c9473f 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateDeliveryPipelineRequest.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateDeliveryPipelineRequest.java
@@ -239,9 +239,9 @@ public com.google.cloud.deploy.v1.DeliveryPipelineOrBuilder getDeliveryPipelineO
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -274,9 +274,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1211,9 +1211,9 @@ public com.google.cloud.deploy.v1.DeliveryPipelineOrBuilder getDeliveryPipelineO
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1245,9 +1245,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1279,9 +1279,9 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1312,9 +1312,9 @@ public Builder setRequestId(java.lang.String value) {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1341,9 +1341,9 @@ public Builder clearRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateDeliveryPipelineRequestOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateDeliveryPipelineRequestOrBuilder.java
index d4fd8bc0e5d7..090e8dfbfe52 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateDeliveryPipelineRequestOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateDeliveryPipelineRequestOrBuilder.java
@@ -127,9 +127,9 @@ public interface CreateDeliveryPipelineRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -151,9 +151,9 @@ public interface CreateDeliveryPipelineRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateReleaseRequest.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateReleaseRequest.java
index ff21736c70ea..03a6fff7e585 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateReleaseRequest.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateReleaseRequest.java
@@ -232,9 +232,9 @@ public com.google.cloud.deploy.v1.ReleaseOrBuilder getReleaseOrBuilder() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -267,9 +267,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1190,9 +1190,9 @@ public com.google.cloud.deploy.v1.ReleaseOrBuilder getReleaseOrBuilder() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1224,9 +1224,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1258,9 +1258,9 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1291,9 +1291,9 @@ public Builder setRequestId(java.lang.String value) {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1320,9 +1320,9 @@ public Builder clearRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateReleaseRequestOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateReleaseRequestOrBuilder.java
index b7c2db44f815..b88cda6dd8c5 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateReleaseRequestOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateReleaseRequestOrBuilder.java
@@ -124,9 +124,9 @@ public interface CreateReleaseRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -148,9 +148,9 @@ public interface CreateReleaseRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateRolloutRequest.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateRolloutRequest.java
index 3a522401cd27..c1d3f0b45e3b 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateRolloutRequest.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateRolloutRequest.java
@@ -233,9 +233,9 @@ public com.google.cloud.deploy.v1.RolloutOrBuilder getRolloutOrBuilder() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -268,9 +268,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1268,9 +1268,9 @@ public com.google.cloud.deploy.v1.RolloutOrBuilder getRolloutOrBuilder() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1302,9 +1302,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1336,9 +1336,9 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1369,9 +1369,9 @@ public Builder setRequestId(java.lang.String value) {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1398,9 +1398,9 @@ public Builder clearRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateRolloutRequestOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateRolloutRequestOrBuilder.java
index d9adc6ae740e..2902b00e1a72 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateRolloutRequestOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateRolloutRequestOrBuilder.java
@@ -124,9 +124,9 @@ public interface CreateRolloutRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -148,9 +148,9 @@ public interface CreateRolloutRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateTargetRequest.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateTargetRequest.java
index 8d658368a3b7..1cb2c9a5a1a1 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateTargetRequest.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateTargetRequest.java
@@ -232,9 +232,9 @@ public com.google.cloud.deploy.v1.TargetOrBuilder getTargetOrBuilder() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -267,9 +267,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1185,9 +1185,9 @@ public com.google.cloud.deploy.v1.TargetOrBuilder getTargetOrBuilder() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1219,9 +1219,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1253,9 +1253,9 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1286,9 +1286,9 @@ public Builder setRequestId(java.lang.String value) {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1315,9 +1315,9 @@ public Builder clearRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateTargetRequestOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateTargetRequestOrBuilder.java
index bab9e40a2ebd..c7b15905c5dc 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateTargetRequestOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CreateTargetRequestOrBuilder.java
@@ -124,9 +124,9 @@ public interface CreateTargetRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -148,9 +148,9 @@ public interface CreateTargetRequestOrBuilder
*
*
*
* Protobuf type {@code google.cloud.deploy.v1.CustomTargetType}
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteAutomationRequest.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteAutomationRequest.java
index 3c74efe81a46..75259b00bbef 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteAutomationRequest.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteAutomationRequest.java
@@ -130,9 +130,9 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CustomMetadata.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CustomMetadata.java
index 0c8cdbb7ee16..064486551cc9 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CustomMetadata.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CustomMetadata.java
@@ -22,7 +22,7 @@
*
*
*
*
* Protobuf type {@code google.cloud.deploy.v1.CustomTargetType}
@@ -1094,8 +1094,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
* A `CustomTargetType` resource in the Cloud Deploy API.
*
* A `CustomTargetType` defines a type of custom target that can be referenced
- * in a `Target` in order to facilitate deploying to a runtime that does not
- * have a 1P integration with Cloud Deploy.
+ * in a `Target` in order to facilitate deploying to other systems besides the
+ * supported runtimes.
*
- * CustomMetadata contains information from a user defined operation.
+ * CustomMetadata contains information from a user-defined operation.
*
*
* Protobuf type {@code google.cloud.deploy.v1.CustomMetadata}
@@ -101,7 +101,7 @@ public int getValuesCount() {
*
*
*
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -123,7 +123,7 @@ public java.util.Map
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -136,7 +136,7 @@ public java.util.Map
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -156,7 +156,7 @@ public java.util.Map
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -344,7 +344,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
*
- * CustomMetadata contains information from a user defined operation.
+ * CustomMetadata contains information from a user-defined operation.
*
*
* Protobuf type {@code google.cloud.deploy.v1.CustomMetadata}
@@ -575,7 +575,7 @@ public int getValuesCount() {
*
*
*
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -598,7 +598,7 @@ public java.util.Map
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -612,7 +612,7 @@ public java.util.Map
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -633,7 +633,7 @@ public java.util.Map
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -660,7 +660,7 @@ public Builder clearValues() {
*
*
*
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -683,7 +683,7 @@ public java.util.Map
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -704,7 +704,7 @@ public Builder putValues(java.lang.String key, java.lang.String value) {
*
*
*
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CustomMetadataOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CustomMetadataOrBuilder.java
index 000910ab9cb3..d512fa0434a5 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CustomMetadataOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CustomMetadataOrBuilder.java
@@ -27,7 +27,7 @@ public interface CustomMetadataOrBuilder
*
*
*
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -37,7 +37,7 @@ public interface CustomMetadataOrBuilder
*
*
*
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -50,7 +50,7 @@ public interface CustomMetadataOrBuilder
*
*
*
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -60,7 +60,7 @@ public interface CustomMetadataOrBuilder
*
*
*
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -74,7 +74,7 @@ java.lang.String getValuesOrDefault(
*
*
*
- * Output only. Key-value pairs provided by the user defined operation.
+ * Output only. Key-value pairs provided by the user-defined operation.
*
*
* map<string, string> values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CustomTargetType.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CustomTargetType.java
index 216504b958b9..58d12cffb075 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CustomTargetType.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/CustomTargetType.java
@@ -25,8 +25,8 @@
* A `CustomTargetType` resource in the Cloud Deploy API.
*
* A `CustomTargetType` defines a type of custom target that can be referenced
- * in a `Target` in order to facilitate deploying to a runtime that does not
- * have a 1P integration with Cloud Deploy.
+ * in a `Target` in order to facilitate deploying to other systems besides the
+ * supported runtimes.
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -165,9 +165,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -852,9 +852,9 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -886,9 +886,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -920,9 +920,9 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -953,9 +953,9 @@ public Builder setRequestId(java.lang.String value) {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -982,9 +982,9 @@ public Builder clearRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteAutomationRequestOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteAutomationRequestOrBuilder.java
index cd3c05887469..dd29d1283daf 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteAutomationRequestOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteAutomationRequestOrBuilder.java
@@ -59,9 +59,9 @@ public interface DeleteAutomationRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -83,9 +83,9 @@ public interface DeleteAutomationRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteCustomTargetTypeRequest.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteCustomTargetTypeRequest.java
index 02a9f62c92fb..e5fecdd027a9 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteCustomTargetTypeRequest.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteCustomTargetTypeRequest.java
@@ -130,9 +130,9 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -165,9 +165,9 @@ public java.lang.String getRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -851,9 +851,9 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -885,9 +885,9 @@ public java.lang.String getRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -919,9 +919,9 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -952,9 +952,9 @@ public Builder setRequestId(java.lang.String value) {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -981,9 +981,9 @@ public Builder clearRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteCustomTargetTypeRequestOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteCustomTargetTypeRequestOrBuilder.java
index 69958f934e32..041469dfe831 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteCustomTargetTypeRequestOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteCustomTargetTypeRequestOrBuilder.java
@@ -59,9 +59,9 @@ public interface DeleteCustomTargetTypeRequestOrBuilder
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -83,9 +83,9 @@ public interface DeleteCustomTargetTypeRequestOrBuilder
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteDeliveryPipelineRequest.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteDeliveryPipelineRequest.java
index aa78179591fe..d2c03fc7d5a0 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteDeliveryPipelineRequest.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteDeliveryPipelineRequest.java
@@ -130,9 +130,9 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -165,9 +165,9 @@ public java.lang.String getRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -893,9 +893,9 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -927,9 +927,9 @@ public java.lang.String getRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -961,9 +961,9 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -994,9 +994,9 @@ public Builder setRequestId(java.lang.String value) {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1023,9 +1023,9 @@ public Builder clearRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteDeliveryPipelineRequestOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteDeliveryPipelineRequestOrBuilder.java
index 972553473e0b..a01b5a6ab16b 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteDeliveryPipelineRequestOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteDeliveryPipelineRequestOrBuilder.java
@@ -59,9 +59,9 @@ public interface DeleteDeliveryPipelineRequestOrBuilder
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -83,9 +83,9 @@ public interface DeleteDeliveryPipelineRequestOrBuilder
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteTargetRequest.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteTargetRequest.java
index 87663bcb8915..afee24819ddf 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteTargetRequest.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteTargetRequest.java
@@ -130,9 +130,9 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -165,9 +165,9 @@ public java.lang.String getRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -849,9 +849,9 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -883,9 +883,9 @@ public java.lang.String getRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -917,9 +917,9 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -950,9 +950,9 @@ public Builder setRequestId(java.lang.String value) {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -979,9 +979,9 @@ public Builder clearRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteTargetRequestOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteTargetRequestOrBuilder.java
index cd2ec5960ccb..82677fb32a71 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteTargetRequestOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeleteTargetRequestOrBuilder.java
@@ -59,9 +59,9 @@ public interface DeleteTargetRequestOrBuilder
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -83,9 +83,9 @@ public interface DeleteTargetRequestOrBuilder
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes after the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeliveryPipelineNotificationEvent.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeliveryPipelineNotificationEvent.java
index f6ef1e1b0fa1..6e5188558aeb 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeliveryPipelineNotificationEvent.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeliveryPipelineNotificationEvent.java
@@ -42,6 +42,7 @@ private DeliveryPipelineNotificationEvent(
private DeliveryPipelineNotificationEvent() {
message_ = "";
+ pipelineUid_ = "";
deliveryPipeline_ = "";
type_ = 0;
}
@@ -118,6 +119,57 @@ public com.google.protobuf.ByteString getMessageBytes() {
}
}
+ public static final int PIPELINE_UID_FIELD_NUMBER = 4;
+
+ @SuppressWarnings("serial")
+ private volatile java.lang.Object pipelineUid_ = "";
+ /**
+ *
+ *
+ *
*
*
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The pipelineUid.
+ */
+ @java.lang.Override
+ public java.lang.String getPipelineUid() {
+ java.lang.Object ref = pipelineUid_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ pipelineUid_ = s;
+ return s;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The bytes for pipelineUid.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString getPipelineUidBytes() {
+ java.lang.Object ref = pipelineUid_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ pipelineUid_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
public static final int DELIVERY_PIPELINE_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
@@ -226,6 +278,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (type_ != com.google.cloud.deploy.v1.Type.TYPE_UNSPECIFIED.getNumber()) {
output.writeEnum(3, type_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pipelineUid_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 4, pipelineUid_);
+ }
getUnknownFields().writeTo(output);
}
@@ -244,6 +299,9 @@ public int getSerializedSize() {
if (type_ != com.google.cloud.deploy.v1.Type.TYPE_UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, type_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pipelineUid_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, pipelineUid_);
+ }
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
@@ -261,6 +319,7 @@ public boolean equals(final java.lang.Object obj) {
(com.google.cloud.deploy.v1.DeliveryPipelineNotificationEvent) obj;
if (!getMessage().equals(other.getMessage())) return false;
+ if (!getPipelineUid().equals(other.getPipelineUid())) return false;
if (!getDeliveryPipeline().equals(other.getDeliveryPipeline())) return false;
if (type_ != other.type_) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
@@ -276,6 +335,8 @@ public int hashCode() {
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + MESSAGE_FIELD_NUMBER;
hash = (53 * hash) + getMessage().hashCode();
+ hash = (37 * hash) + PIPELINE_UID_FIELD_NUMBER;
+ hash = (53 * hash) + getPipelineUid().hashCode();
hash = (37 * hash) + DELIVERY_PIPELINE_FIELD_NUMBER;
hash = (53 * hash) + getDeliveryPipeline().hashCode();
hash = (37 * hash) + TYPE_FIELD_NUMBER;
@@ -423,6 +484,7 @@ public Builder clear() {
super.clear();
bitField0_ = 0;
message_ = "";
+ pipelineUid_ = "";
deliveryPipeline_ = "";
type_ = 0;
return this;
@@ -467,9 +529,12 @@ private void buildPartial0(
result.message_ = message_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
- result.deliveryPipeline_ = deliveryPipeline_;
+ result.pipelineUid_ = pipelineUid_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
+ result.deliveryPipeline_ = deliveryPipeline_;
+ }
+ if (((from_bitField0_ & 0x00000008) != 0)) {
result.type_ = type_;
}
}
@@ -526,9 +591,14 @@ public Builder mergeFrom(com.google.cloud.deploy.v1.DeliveryPipelineNotification
bitField0_ |= 0x00000001;
onChanged();
}
+ if (!other.getPipelineUid().isEmpty()) {
+ pipelineUid_ = other.pipelineUid_;
+ bitField0_ |= 0x00000002;
+ onChanged();
+ }
if (!other.getDeliveryPipeline().isEmpty()) {
deliveryPipeline_ = other.deliveryPipeline_;
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000004;
onChanged();
}
if (other.type_ != 0) {
@@ -569,15 +639,21 @@ public Builder mergeFrom(
case 18:
{
deliveryPipeline_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000004;
break;
} // case 18
case 24:
{
type_ = input.readEnum();
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000008;
break;
} // case 24
+ case 34:
+ {
+ pipelineUid_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000002;
+ break;
+ } // case 34
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
@@ -703,6 +779,112 @@ public Builder setMessageBytes(com.google.protobuf.ByteString value) {
return this;
}
+ private java.lang.Object pipelineUid_ = "";
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The pipelineUid.
+ */
+ public java.lang.String getPipelineUid() {
+ java.lang.Object ref = pipelineUid_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ pipelineUid_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The bytes for pipelineUid.
+ */
+ public com.google.protobuf.ByteString getPipelineUidBytes() {
+ java.lang.Object ref = pipelineUid_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ pipelineUid_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @param value The pipelineUid to set.
+ * @return This builder for chaining.
+ */
+ public Builder setPipelineUid(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ pipelineUid_ = value;
+ bitField0_ |= 0x00000002;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearPipelineUid() {
+ pipelineUid_ = getDefaultInstance().getPipelineUid();
+ bitField0_ = (bitField0_ & ~0x00000002);
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @param value The bytes for pipelineUid to set.
+ * @return This builder for chaining.
+ */
+ public Builder setPipelineUidBytes(com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+ pipelineUid_ = value;
+ bitField0_ |= 0x00000002;
+ onChanged();
+ return this;
+ }
+
private java.lang.Object deliveryPipeline_ = "";
/**
*
@@ -765,7 +947,7 @@ public Builder setDeliveryPipeline(java.lang.String value) {
throw new NullPointerException();
}
deliveryPipeline_ = value;
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000004;
onChanged();
return this;
}
@@ -782,7 +964,7 @@ public Builder setDeliveryPipeline(java.lang.String value) {
*/
public Builder clearDeliveryPipeline() {
deliveryPipeline_ = getDefaultInstance().getDeliveryPipeline();
- bitField0_ = (bitField0_ & ~0x00000002);
+ bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
@@ -804,7 +986,7 @@ public Builder setDeliveryPipelineBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
deliveryPipeline_ = value;
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000004;
onChanged();
return this;
}
@@ -839,7 +1021,7 @@ public int getTypeValue() {
*/
public Builder setTypeValue(int value) {
type_ = value;
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000008;
onChanged();
return this;
}
@@ -875,7 +1057,7 @@ public Builder setType(com.google.cloud.deploy.v1.Type value) {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000008;
type_ = value.getNumber();
onChanged();
return this;
@@ -892,7 +1074,7 @@ public Builder setType(com.google.cloud.deploy.v1.Type value) {
* @return This builder for chaining.
*/
public Builder clearType() {
- bitField0_ = (bitField0_ & ~0x00000004);
+ bitField0_ = (bitField0_ & ~0x00000008);
type_ = 0;
onChanged();
return this;
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeliveryPipelineNotificationEventOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeliveryPipelineNotificationEventOrBuilder.java
index c47425691f6b..9e1c98e8d833 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeliveryPipelineNotificationEventOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeliveryPipelineNotificationEventOrBuilder.java
@@ -48,6 +48,31 @@ public interface DeliveryPipelineNotificationEventOrBuilder
*/
com.google.protobuf.ByteString getMessageBytes();
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The pipelineUid.
+ */
+ java.lang.String getPipelineUid();
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The bytes for pipelineUid.
+ */
+ com.google.protobuf.ByteString getPipelineUidBytes();
+
/**
*
*
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeliveryPipelineNotificationPayloadProto.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeliveryPipelineNotificationPayloadProto.java
index 487dc445008b..8def9ca83a33 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeliveryPipelineNotificationPayloadProto.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeliveryPipelineNotificationPayloadProto.java
@@ -43,13 +43,14 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
"\nBgoogle/cloud/deploy/v1/deliverypipelin"
+ "e_notification_payload.proto\022\026google.clo"
+ "ud.deploy.v1\032&google/cloud/deploy/v1/log"
- + "_enums.proto\"{\n!DeliveryPipelineNotifica"
- + "tionEvent\022\017\n\007message\030\001 \001(\t\022\031\n\021delivery_p"
- + "ipeline\030\002 \001(\t\022*\n\004type\030\003 \001(\0162\034.google.clo"
- + "ud.deploy.v1.TypeB|\n\032com.google.cloud.de"
- + "ploy.v1B(DeliveryPipelineNotificationPay"
- + "loadProtoP\001Z2cloud.google.com/go/deploy/"
- + "apiv1/deploypb;deploypbb\006proto3"
+ + "_enums.proto\"\221\001\n!DeliveryPipelineNotific"
+ + "ationEvent\022\017\n\007message\030\001 \001(\t\022\024\n\014pipeline_"
+ + "uid\030\004 \001(\t\022\031\n\021delivery_pipeline\030\002 \001(\t\022*\n\004"
+ + "type\030\003 \001(\0162\034.google.cloud.deploy.v1.Type"
+ + "B|\n\032com.google.cloud.deploy.v1B(Delivery"
+ + "PipelineNotificationPayloadProtoP\001Z2clou"
+ + "d.google.com/go/deploy/apiv1/deploypb;de"
+ + "ploypbb\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -63,7 +64,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_deploy_v1_DeliveryPipelineNotificationEvent_descriptor,
new java.lang.String[] {
- "Message", "DeliveryPipeline", "Type",
+ "Message", "PipelineUid", "DeliveryPipeline", "Type",
});
com.google.cloud.deploy.v1.LogEnumsProto.getDescriptor();
}
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeployJobRunMetadata.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeployJobRunMetadata.java
index 321d3b0379f4..271ad0dd86af 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeployJobRunMetadata.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeployJobRunMetadata.java
@@ -182,7 +182,7 @@ public com.google.cloud.deploy.v1.CustomTargetDeployMetadataOrBuilder getCustomT
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
@@ -199,7 +199,7 @@ public boolean hasCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
@@ -218,7 +218,7 @@ public com.google.cloud.deploy.v1.CustomMetadata getCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
@@ -1070,7 +1070,7 @@ public com.google.cloud.deploy.v1.CustomTargetDeployMetadata.Builder getCustomTa
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
@@ -1086,7 +1086,7 @@ public boolean hasCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
@@ -1108,7 +1108,7 @@ public com.google.cloud.deploy.v1.CustomMetadata getCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
@@ -1132,7 +1132,7 @@ public Builder setCustom(com.google.cloud.deploy.v1.CustomMetadata value) {
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
@@ -1153,7 +1153,7 @@ public Builder setCustom(com.google.cloud.deploy.v1.CustomMetadata.Builder build
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
@@ -1180,7 +1180,7 @@ public Builder mergeCustom(com.google.cloud.deploy.v1.CustomMetadata value) {
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
@@ -1201,7 +1201,7 @@ public Builder clearCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
@@ -1217,7 +1217,7 @@ public com.google.cloud.deploy.v1.CustomMetadata.Builder getCustomBuilder() {
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
@@ -1237,7 +1237,7 @@ public com.google.cloud.deploy.v1.CustomMetadataOrBuilder getCustomOrBuilder() {
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeployJobRunMetadataOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeployJobRunMetadataOrBuilder.java
index 82cc77f94848..9abaf3a463a3 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeployJobRunMetadataOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/DeployJobRunMetadataOrBuilder.java
@@ -112,7 +112,7 @@ public interface DeployJobRunMetadataOrBuilder
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
@@ -126,7 +126,7 @@ public interface DeployJobRunMetadataOrBuilder
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
@@ -140,7 +140,7 @@ public interface DeployJobRunMetadataOrBuilder
*
*
*
- * Output only. Custom metadata provided by user defined deploy operation.
+ * Output only. Custom metadata provided by user-defined deploy operation.
*
*
*
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/JobRunNotificationEvent.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/JobRunNotificationEvent.java
index 5a87651bf55e..b8a0bad201ba 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/JobRunNotificationEvent.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/JobRunNotificationEvent.java
@@ -44,7 +44,9 @@ private JobRunNotificationEvent() {
jobRun_ = "";
pipelineUid_ = "";
releaseUid_ = "";
+ release_ = "";
rolloutUid_ = "";
+ rollout_ = "";
targetId_ = "";
type_ = 0;
}
@@ -274,6 +276,57 @@ public com.google.protobuf.ByteString getReleaseUidBytes() {
}
}
+ public static final int RELEASE_FIELD_NUMBER = 8;
+
+ @SuppressWarnings("serial")
+ private volatile java.lang.Object release_ = "";
+ /**
+ *
+ *
+ *
*/
com.google.protobuf.DurationOrBuilder getRouteUpdateWaitTimeOrBuilder();
+
+ /**
+ *
+ *
+ *
+ * The name of the `Release`.
+ *
+ *
+ * string release = 8;
+ *
+ * @return The release.
+ */
+ @java.lang.Override
+ public java.lang.String getRelease() {
+ java.lang.Object ref = release_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ release_ = s;
+ return s;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * The name of the `Release`.
+ *
+ *
+ * string release = 8;
+ *
+ * @return The bytes for release.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString getReleaseBytes() {
+ java.lang.Object ref = release_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ release_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
public static final int ROLLOUT_UID_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
@@ -325,6 +378,57 @@ public com.google.protobuf.ByteString getRolloutUidBytes() {
}
}
+ public static final int ROLLOUT_FIELD_NUMBER = 9;
+
+ @SuppressWarnings("serial")
+ private volatile java.lang.Object rollout_ = "";
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 9;
+ *
+ * @return The rollout.
+ */
+ @java.lang.Override
+ public java.lang.String getRollout() {
+ java.lang.Object ref = rollout_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ rollout_ = s;
+ return s;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 9;
+ *
+ * @return The bytes for rollout.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString getRolloutBytes() {
+ java.lang.Object ref = rollout_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ rollout_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
public static final int TARGET_ID_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
@@ -445,6 +549,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (type_ != com.google.cloud.deploy.v1.Type.TYPE_UNSPECIFIED.getNumber()) {
output.writeEnum(7, type_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(release_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 8, release_);
+ }
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(rollout_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 9, rollout_);
+ }
getUnknownFields().writeTo(output);
}
@@ -475,6 +585,12 @@ public int getSerializedSize() {
if (type_ != com.google.cloud.deploy.v1.Type.TYPE_UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(7, type_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(release_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, release_);
+ }
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(rollout_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, rollout_);
+ }
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
@@ -495,7 +611,9 @@ public boolean equals(final java.lang.Object obj) {
if (!getJobRun().equals(other.getJobRun())) return false;
if (!getPipelineUid().equals(other.getPipelineUid())) return false;
if (!getReleaseUid().equals(other.getReleaseUid())) return false;
+ if (!getRelease().equals(other.getRelease())) return false;
if (!getRolloutUid().equals(other.getRolloutUid())) return false;
+ if (!getRollout().equals(other.getRollout())) return false;
if (!getTargetId().equals(other.getTargetId())) return false;
if (type_ != other.type_) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
@@ -517,8 +635,12 @@ public int hashCode() {
hash = (53 * hash) + getPipelineUid().hashCode();
hash = (37 * hash) + RELEASE_UID_FIELD_NUMBER;
hash = (53 * hash) + getReleaseUid().hashCode();
+ hash = (37 * hash) + RELEASE_FIELD_NUMBER;
+ hash = (53 * hash) + getRelease().hashCode();
hash = (37 * hash) + ROLLOUT_UID_FIELD_NUMBER;
hash = (53 * hash) + getRolloutUid().hashCode();
+ hash = (37 * hash) + ROLLOUT_FIELD_NUMBER;
+ hash = (53 * hash) + getRollout().hashCode();
hash = (37 * hash) + TARGET_ID_FIELD_NUMBER;
hash = (53 * hash) + getTargetId().hashCode();
hash = (37 * hash) + TYPE_FIELD_NUMBER;
@@ -668,7 +790,9 @@ public Builder clear() {
jobRun_ = "";
pipelineUid_ = "";
releaseUid_ = "";
+ release_ = "";
rolloutUid_ = "";
+ rollout_ = "";
targetId_ = "";
type_ = 0;
return this;
@@ -720,12 +844,18 @@ private void buildPartial0(com.google.cloud.deploy.v1.JobRunNotificationEvent re
result.releaseUid_ = releaseUid_;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
- result.rolloutUid_ = rolloutUid_;
+ result.release_ = release_;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
- result.targetId_ = targetId_;
+ result.rolloutUid_ = rolloutUid_;
}
if (((from_bitField0_ & 0x00000040) != 0)) {
+ result.rollout_ = rollout_;
+ }
+ if (((from_bitField0_ & 0x00000080) != 0)) {
+ result.targetId_ = targetId_;
+ }
+ if (((from_bitField0_ & 0x00000100) != 0)) {
result.type_ = type_;
}
}
@@ -796,14 +926,24 @@ public Builder mergeFrom(com.google.cloud.deploy.v1.JobRunNotificationEvent othe
bitField0_ |= 0x00000008;
onChanged();
}
+ if (!other.getRelease().isEmpty()) {
+ release_ = other.release_;
+ bitField0_ |= 0x00000010;
+ onChanged();
+ }
if (!other.getRolloutUid().isEmpty()) {
rolloutUid_ = other.rolloutUid_;
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000020;
+ onChanged();
+ }
+ if (!other.getRollout().isEmpty()) {
+ rollout_ = other.rollout_;
+ bitField0_ |= 0x00000040;
onChanged();
}
if (!other.getTargetId().isEmpty()) {
targetId_ = other.targetId_;
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000080;
onChanged();
}
if (other.type_ != 0) {
@@ -862,21 +1002,33 @@ public Builder mergeFrom(
case 42:
{
rolloutUid_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000020;
break;
} // case 42
case 50:
{
targetId_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000080;
break;
} // case 50
case 56:
{
type_ = input.readEnum();
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000100;
break;
} // case 56
+ case 66:
+ {
+ release_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000010;
+ break;
+ } // case 66
+ case 74:
+ {
+ rollout_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000040;
+ break;
+ } // case 74
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
@@ -1320,6 +1472,112 @@ public Builder setReleaseUidBytes(com.google.protobuf.ByteString value) {
return this;
}
+ private java.lang.Object release_ = "";
+ /**
+ *
+ *
+ *
+ * The name of the `Release`.
+ *
+ *
+ * string release = 8;
+ *
+ * @return The release.
+ */
+ public java.lang.String getRelease() {
+ java.lang.Object ref = release_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ release_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * The name of the `Release`.
+ *
+ *
+ * string release = 8;
+ *
+ * @return The bytes for release.
+ */
+ public com.google.protobuf.ByteString getReleaseBytes() {
+ java.lang.Object ref = release_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ release_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * The name of the `Release`.
+ *
+ *
+ * string release = 8;
+ *
+ * @param value The release to set.
+ * @return This builder for chaining.
+ */
+ public Builder setRelease(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ release_ = value;
+ bitField0_ |= 0x00000010;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * The name of the `Release`.
+ *
+ *
+ * string release = 8;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearRelease() {
+ release_ = getDefaultInstance().getRelease();
+ bitField0_ = (bitField0_ & ~0x00000010);
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * The name of the `Release`.
+ *
+ *
+ * string release = 8;
+ *
+ * @param value The bytes for release to set.
+ * @return This builder for chaining.
+ */
+ public Builder setReleaseBytes(com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+ release_ = value;
+ bitField0_ |= 0x00000010;
+ onChanged();
+ return this;
+ }
+
private java.lang.Object rolloutUid_ = "";
/**
*
@@ -1382,7 +1640,7 @@ public Builder setRolloutUid(java.lang.String value) {
throw new NullPointerException();
}
rolloutUid_ = value;
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000020;
onChanged();
return this;
}
@@ -1399,7 +1657,7 @@ public Builder setRolloutUid(java.lang.String value) {
*/
public Builder clearRolloutUid() {
rolloutUid_ = getDefaultInstance().getRolloutUid();
- bitField0_ = (bitField0_ & ~0x00000010);
+ bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
@@ -1421,7 +1679,113 @@ public Builder setRolloutUidBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
rolloutUid_ = value;
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000020;
+ onChanged();
+ return this;
+ }
+
+ private java.lang.Object rollout_ = "";
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 9;
+ *
+ * @return The rollout.
+ */
+ public java.lang.String getRollout() {
+ java.lang.Object ref = rollout_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ rollout_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 9;
+ *
+ * @return The bytes for rollout.
+ */
+ public com.google.protobuf.ByteString getRolloutBytes() {
+ java.lang.Object ref = rollout_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ rollout_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 9;
+ *
+ * @param value The rollout to set.
+ * @return This builder for chaining.
+ */
+ public Builder setRollout(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ rollout_ = value;
+ bitField0_ |= 0x00000040;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 9;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearRollout() {
+ rollout_ = getDefaultInstance().getRollout();
+ bitField0_ = (bitField0_ & ~0x00000040);
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 9;
+ *
+ * @param value The bytes for rollout to set.
+ * @return This builder for chaining.
+ */
+ public Builder setRolloutBytes(com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+ rollout_ = value;
+ bitField0_ |= 0x00000040;
onChanged();
return this;
}
@@ -1488,7 +1852,7 @@ public Builder setTargetId(java.lang.String value) {
throw new NullPointerException();
}
targetId_ = value;
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000080;
onChanged();
return this;
}
@@ -1505,7 +1869,7 @@ public Builder setTargetId(java.lang.String value) {
*/
public Builder clearTargetId() {
targetId_ = getDefaultInstance().getTargetId();
- bitField0_ = (bitField0_ & ~0x00000020);
+ bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
return this;
}
@@ -1527,7 +1891,7 @@ public Builder setTargetIdBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
targetId_ = value;
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000080;
onChanged();
return this;
}
@@ -1562,7 +1926,7 @@ public int getTypeValue() {
*/
public Builder setTypeValue(int value) {
type_ = value;
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000100;
onChanged();
return this;
}
@@ -1598,7 +1962,7 @@ public Builder setType(com.google.cloud.deploy.v1.Type value) {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000100;
type_ = value.getNumber();
onChanged();
return this;
@@ -1615,7 +1979,7 @@ public Builder setType(com.google.cloud.deploy.v1.Type value) {
* @return This builder for chaining.
*/
public Builder clearType() {
- bitField0_ = (bitField0_ & ~0x00000040);
+ bitField0_ = (bitField0_ & ~0x00000100);
type_ = 0;
onChanged();
return this;
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/JobRunNotificationEventOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/JobRunNotificationEventOrBuilder.java
index 52d89f18024c..a1ada1489c40 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/JobRunNotificationEventOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/JobRunNotificationEventOrBuilder.java
@@ -123,6 +123,31 @@ public interface JobRunNotificationEventOrBuilder
*/
com.google.protobuf.ByteString getReleaseUidBytes();
+ /**
+ *
+ *
+ *
+ * The name of the `Release`.
+ *
+ *
+ * string release = 8;
+ *
+ * @return The release.
+ */
+ java.lang.String getRelease();
+ /**
+ *
+ *
+ *
+ * The name of the `Release`.
+ *
+ *
+ * string release = 8;
+ *
+ * @return The bytes for release.
+ */
+ com.google.protobuf.ByteString getReleaseBytes();
+
/**
*
*
@@ -148,6 +173,31 @@ public interface JobRunNotificationEventOrBuilder
*/
com.google.protobuf.ByteString getRolloutUidBytes();
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 9;
+ *
+ * @return The rollout.
+ */
+ java.lang.String getRollout();
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 9;
+ *
+ * @return The bytes for rollout.
+ */
+ com.google.protobuf.ByteString getRolloutBytes();
+
/**
*
*
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/JobRunNotificationPayloadProto.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/JobRunNotificationPayloadProto.java
index 0622be7e8cba..8c6cdb703c48 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/JobRunNotificationPayloadProto.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/JobRunNotificationPayloadProto.java
@@ -43,14 +43,15 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
"\n8google/cloud/deploy/v1/jobrun_notifica"
+ "tion_payload.proto\022\026google.cloud.deploy."
+ "v1\032&google/cloud/deploy/v1/log_enums.pro"
- + "to\"\272\001\n\027JobRunNotificationEvent\022\017\n\007messag"
+ + "to\"\334\001\n\027JobRunNotificationEvent\022\017\n\007messag"
+ "e\030\001 \001(\t\022\017\n\007job_run\030\002 \001(\t\022\024\n\014pipeline_uid"
- + "\030\003 \001(\t\022\023\n\013release_uid\030\004 \001(\t\022\023\n\013rollout_u"
- + "id\030\005 \001(\t\022\021\n\ttarget_id\030\006 \001(\t\022*\n\004type\030\007 \001("
- + "\0162\034.google.cloud.deploy.v1.TypeBr\n\032com.g"
- + "oogle.cloud.deploy.v1B\036JobRunNotificatio"
- + "nPayloadProtoP\001Z2cloud.google.com/go/dep"
- + "loy/apiv1/deploypb;deploypbb\006proto3"
+ + "\030\003 \001(\t\022\023\n\013release_uid\030\004 \001(\t\022\017\n\007release\030\010"
+ + " \001(\t\022\023\n\013rollout_uid\030\005 \001(\t\022\017\n\007rollout\030\t \001"
+ + "(\t\022\021\n\ttarget_id\030\006 \001(\t\022*\n\004type\030\007 \001(\0162\034.go"
+ + "ogle.cloud.deploy.v1.TypeBr\n\032com.google."
+ + "cloud.deploy.v1B\036JobRunNotificationPaylo"
+ + "adProtoP\001Z2cloud.google.com/go/deploy/ap"
+ + "iv1/deploypb;deploypbb\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -64,7 +65,15 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_deploy_v1_JobRunNotificationEvent_descriptor,
new java.lang.String[] {
- "Message", "JobRun", "PipelineUid", "ReleaseUid", "RolloutUid", "TargetId", "Type",
+ "Message",
+ "JobRun",
+ "PipelineUid",
+ "ReleaseUid",
+ "Release",
+ "RolloutUid",
+ "Rollout",
+ "TargetId",
+ "Type",
});
com.google.cloud.deploy.v1.LogEnumsProto.getDescriptor();
}
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/KubernetesConfig.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/KubernetesConfig.java
index 7b88ccf0c534..ddee88f76c20 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/KubernetesConfig.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/KubernetesConfig.java
@@ -188,6 +188,56 @@ public interface GatewayServiceMeshOrBuilder
*
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return Whether the stableCutbackDuration field is set.
+ */
+ boolean hasStableCutbackDuration();
+ /**
+ *
+ *
+ *
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The stableCutbackDuration.
+ */
+ com.google.protobuf.Duration getStableCutbackDuration();
+ /**
+ *
+ *
+ *
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ com.google.protobuf.DurationOrBuilder getStableCutbackDurationOrBuilder();
}
/**
*
@@ -452,6 +502,71 @@ public com.google.protobuf.DurationOrBuilder getRouteUpdateWaitTimeOrBuilder() {
: routeUpdateWaitTime_;
}
+ public static final int STABLE_CUTBACK_DURATION_FIELD_NUMBER = 5;
+ private com.google.protobuf.Duration stableCutbackDuration_;
+ /**
+ *
+ *
+ *
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return Whether the stableCutbackDuration field is set.
+ */
+ @java.lang.Override
+ public boolean hasStableCutbackDuration() {
+ return stableCutbackDuration_ != null;
+ }
+ /**
+ *
+ *
+ *
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The stableCutbackDuration.
+ */
+ @java.lang.Override
+ public com.google.protobuf.Duration getStableCutbackDuration() {
+ return stableCutbackDuration_ == null
+ ? com.google.protobuf.Duration.getDefaultInstance()
+ : stableCutbackDuration_;
+ }
+ /**
+ *
+ *
+ *
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ @java.lang.Override
+ public com.google.protobuf.DurationOrBuilder getStableCutbackDurationOrBuilder() {
+ return stableCutbackDuration_ == null
+ ? com.google.protobuf.Duration.getDefaultInstance()
+ : stableCutbackDuration_;
+ }
+
private byte memoizedIsInitialized = -1;
@java.lang.Override
@@ -478,6 +593,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (routeUpdateWaitTime_ != null) {
output.writeMessage(4, getRouteUpdateWaitTime());
}
+ if (stableCutbackDuration_ != null) {
+ output.writeMessage(5, getStableCutbackDuration());
+ }
getUnknownFields().writeTo(output);
}
@@ -500,6 +618,10 @@ public int getSerializedSize() {
size +=
com.google.protobuf.CodedOutputStream.computeMessageSize(4, getRouteUpdateWaitTime());
}
+ if (stableCutbackDuration_ != null) {
+ size +=
+ com.google.protobuf.CodedOutputStream.computeMessageSize(5, getStableCutbackDuration());
+ }
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
@@ -523,6 +645,10 @@ public boolean equals(final java.lang.Object obj) {
if (hasRouteUpdateWaitTime()) {
if (!getRouteUpdateWaitTime().equals(other.getRouteUpdateWaitTime())) return false;
}
+ if (hasStableCutbackDuration() != other.hasStableCutbackDuration()) return false;
+ if (hasStableCutbackDuration()) {
+ if (!getStableCutbackDuration().equals(other.getStableCutbackDuration())) return false;
+ }
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@@ -544,6 +670,10 @@ public int hashCode() {
hash = (37 * hash) + ROUTE_UPDATE_WAIT_TIME_FIELD_NUMBER;
hash = (53 * hash) + getRouteUpdateWaitTime().hashCode();
}
+ if (hasStableCutbackDuration()) {
+ hash = (37 * hash) + STABLE_CUTBACK_DURATION_FIELD_NUMBER;
+ hash = (53 * hash) + getStableCutbackDuration().hashCode();
+ }
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
@@ -694,6 +824,11 @@ public Builder clear() {
routeUpdateWaitTimeBuilder_.dispose();
routeUpdateWaitTimeBuilder_ = null;
}
+ stableCutbackDuration_ = null;
+ if (stableCutbackDurationBuilder_ != null) {
+ stableCutbackDurationBuilder_.dispose();
+ stableCutbackDurationBuilder_ = null;
+ }
return this;
}
@@ -747,6 +882,12 @@ private void buildPartial0(
? routeUpdateWaitTime_
: routeUpdateWaitTimeBuilder_.build();
}
+ if (((from_bitField0_ & 0x00000010) != 0)) {
+ result.stableCutbackDuration_ =
+ stableCutbackDurationBuilder_ == null
+ ? stableCutbackDuration_
+ : stableCutbackDurationBuilder_.build();
+ }
}
@java.lang.Override
@@ -817,6 +958,9 @@ public Builder mergeFrom(
if (other.hasRouteUpdateWaitTime()) {
mergeRouteUpdateWaitTime(other.getRouteUpdateWaitTime());
}
+ if (other.hasStableCutbackDuration()) {
+ mergeStableCutbackDuration(other.getStableCutbackDuration());
+ }
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
@@ -868,6 +1012,13 @@ public Builder mergeFrom(
bitField0_ |= 0x00000008;
break;
} // case 34
+ case 42:
+ {
+ input.readMessage(
+ getStableCutbackDurationFieldBuilder().getBuilder(), extensionRegistry);
+ bitField0_ |= 0x00000010;
+ break;
+ } // case 42
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
@@ -1429,6 +1580,235 @@ public com.google.protobuf.DurationOrBuilder getRouteUpdateWaitTimeOrBuilder() {
return routeUpdateWaitTimeBuilder_;
}
+ private com.google.protobuf.Duration stableCutbackDuration_;
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.protobuf.Duration,
+ com.google.protobuf.Duration.Builder,
+ com.google.protobuf.DurationOrBuilder>
+ stableCutbackDurationBuilder_;
+ /**
+ *
+ *
+ *
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return Whether the stableCutbackDuration field is set.
+ */
+ public boolean hasStableCutbackDuration() {
+ return ((bitField0_ & 0x00000010) != 0);
+ }
+ /**
+ *
+ *
+ *
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The stableCutbackDuration.
+ */
+ public com.google.protobuf.Duration getStableCutbackDuration() {
+ if (stableCutbackDurationBuilder_ == null) {
+ return stableCutbackDuration_ == null
+ ? com.google.protobuf.Duration.getDefaultInstance()
+ : stableCutbackDuration_;
+ } else {
+ return stableCutbackDurationBuilder_.getMessage();
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder setStableCutbackDuration(com.google.protobuf.Duration value) {
+ if (stableCutbackDurationBuilder_ == null) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ stableCutbackDuration_ = value;
+ } else {
+ stableCutbackDurationBuilder_.setMessage(value);
+ }
+ bitField0_ |= 0x00000010;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder setStableCutbackDuration(
+ com.google.protobuf.Duration.Builder builderForValue) {
+ if (stableCutbackDurationBuilder_ == null) {
+ stableCutbackDuration_ = builderForValue.build();
+ } else {
+ stableCutbackDurationBuilder_.setMessage(builderForValue.build());
+ }
+ bitField0_ |= 0x00000010;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder mergeStableCutbackDuration(com.google.protobuf.Duration value) {
+ if (stableCutbackDurationBuilder_ == null) {
+ if (((bitField0_ & 0x00000010) != 0)
+ && stableCutbackDuration_ != null
+ && stableCutbackDuration_ != com.google.protobuf.Duration.getDefaultInstance()) {
+ getStableCutbackDurationBuilder().mergeFrom(value);
+ } else {
+ stableCutbackDuration_ = value;
+ }
+ } else {
+ stableCutbackDurationBuilder_.mergeFrom(value);
+ }
+ bitField0_ |= 0x00000010;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder clearStableCutbackDuration() {
+ bitField0_ = (bitField0_ & ~0x00000010);
+ stableCutbackDuration_ = null;
+ if (stableCutbackDurationBuilder_ != null) {
+ stableCutbackDurationBuilder_.dispose();
+ stableCutbackDurationBuilder_ = null;
+ }
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public com.google.protobuf.Duration.Builder getStableCutbackDurationBuilder() {
+ bitField0_ |= 0x00000010;
+ onChanged();
+ return getStableCutbackDurationFieldBuilder().getBuilder();
+ }
+ /**
+ *
+ *
+ *
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public com.google.protobuf.DurationOrBuilder getStableCutbackDurationOrBuilder() {
+ if (stableCutbackDurationBuilder_ != null) {
+ return stableCutbackDurationBuilder_.getMessageOrBuilder();
+ } else {
+ return stableCutbackDuration_ == null
+ ? com.google.protobuf.Duration.getDefaultInstance()
+ : stableCutbackDuration_;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Optional. The amount of time to migrate traffic back from the canary
+ * Service to the original Service during the stable phase deployment. If
+ * specified, must be between 15s and 3600s. If unspecified, there is no
+ * cutback time.
+ *
+ *
+ *
+ * .google.protobuf.Duration stable_cutback_duration = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ private com.google.protobuf.SingleFieldBuilderV3<
+ com.google.protobuf.Duration,
+ com.google.protobuf.Duration.Builder,
+ com.google.protobuf.DurationOrBuilder>
+ getStableCutbackDurationFieldBuilder() {
+ if (stableCutbackDurationBuilder_ == null) {
+ stableCutbackDurationBuilder_ =
+ new com.google.protobuf.SingleFieldBuilderV3<
+ com.google.protobuf.Duration,
+ com.google.protobuf.Duration.Builder,
+ com.google.protobuf.DurationOrBuilder>(
+ getStableCutbackDuration(), getParentForChildren(), isClean());
+ stableCutbackDuration_ = null;
+ }
+ return stableCutbackDurationBuilder_;
+ }
+
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/Metadata.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/Metadata.java
index a4cacce5b009..6d0c5331f4c4 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/Metadata.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/Metadata.java
@@ -184,7 +184,7 @@ public com.google.cloud.deploy.v1.AutomationRolloutMetadataOrBuilder getAutomati
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
@@ -201,7 +201,7 @@ public boolean hasCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
@@ -220,7 +220,7 @@ public com.google.cloud.deploy.v1.CustomMetadata getCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
@@ -1074,7 +1074,7 @@ public com.google.cloud.deploy.v1.AutomationRolloutMetadataOrBuilder getAutomati
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
@@ -1090,7 +1090,7 @@ public boolean hasCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
@@ -1112,7 +1112,7 @@ public com.google.cloud.deploy.v1.CustomMetadata getCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
@@ -1136,7 +1136,7 @@ public Builder setCustom(com.google.cloud.deploy.v1.CustomMetadata value) {
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
@@ -1157,7 +1157,7 @@ public Builder setCustom(com.google.cloud.deploy.v1.CustomMetadata.Builder build
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
@@ -1184,7 +1184,7 @@ public Builder mergeCustom(com.google.cloud.deploy.v1.CustomMetadata value) {
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
@@ -1205,7 +1205,7 @@ public Builder clearCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
@@ -1221,7 +1221,7 @@ public com.google.cloud.deploy.v1.CustomMetadata.Builder getCustomBuilder() {
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
@@ -1241,7 +1241,7 @@ public com.google.cloud.deploy.v1.CustomMetadataOrBuilder getCustomOrBuilder() {
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/MetadataOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/MetadataOrBuilder.java
index 3e578524f8de..74e944904bbb 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/MetadataOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/MetadataOrBuilder.java
@@ -115,7 +115,7 @@ public interface MetadataOrBuilder
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
@@ -129,7 +129,7 @@ public interface MetadataOrBuilder
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
@@ -143,7 +143,7 @@ public interface MetadataOrBuilder
*
*
*
- * Output only. Custom metadata provided by user defined `Rollout` operations.
+ * Output only. Custom metadata provided by user-defined `Rollout` operations.
*
*
*
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseNotificationEvent.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseNotificationEvent.java
index 27031936891e..899dbac6a7f9 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseNotificationEvent.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseNotificationEvent.java
@@ -41,6 +41,8 @@ private ReleaseNotificationEvent(com.google.protobuf.GeneratedMessageV3.Builder<
private ReleaseNotificationEvent() {
message_ = "";
+ pipelineUid_ = "";
+ releaseUid_ = "";
release_ = "";
type_ = 0;
}
@@ -117,6 +119,108 @@ public com.google.protobuf.ByteString getMessageBytes() {
}
}
+ public static final int PIPELINE_UID_FIELD_NUMBER = 4;
+
+ @SuppressWarnings("serial")
+ private volatile java.lang.Object pipelineUid_ = "";
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The pipelineUid.
+ */
+ @java.lang.Override
+ public java.lang.String getPipelineUid() {
+ java.lang.Object ref = pipelineUid_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ pipelineUid_ = s;
+ return s;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The bytes for pipelineUid.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString getPipelineUidBytes() {
+ java.lang.Object ref = pipelineUid_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ pipelineUid_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
+ public static final int RELEASE_UID_FIELD_NUMBER = 5;
+
+ @SuppressWarnings("serial")
+ private volatile java.lang.Object releaseUid_ = "";
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `Release`.
+ *
+ *
+ * string release_uid = 5;
+ *
+ * @return The releaseUid.
+ */
+ @java.lang.Override
+ public java.lang.String getReleaseUid() {
+ java.lang.Object ref = releaseUid_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ releaseUid_ = s;
+ return s;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `Release`.
+ *
+ *
+ * string release_uid = 5;
+ *
+ * @return The bytes for releaseUid.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString getReleaseUidBytes() {
+ java.lang.Object ref = releaseUid_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ releaseUid_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
public static final int RELEASE_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
@@ -225,6 +329,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (type_ != com.google.cloud.deploy.v1.Type.TYPE_UNSPECIFIED.getNumber()) {
output.writeEnum(3, type_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pipelineUid_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 4, pipelineUid_);
+ }
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(releaseUid_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 5, releaseUid_);
+ }
getUnknownFields().writeTo(output);
}
@@ -243,6 +353,12 @@ public int getSerializedSize() {
if (type_ != com.google.cloud.deploy.v1.Type.TYPE_UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, type_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pipelineUid_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, pipelineUid_);
+ }
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(releaseUid_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, releaseUid_);
+ }
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
@@ -260,6 +376,8 @@ public boolean equals(final java.lang.Object obj) {
(com.google.cloud.deploy.v1.ReleaseNotificationEvent) obj;
if (!getMessage().equals(other.getMessage())) return false;
+ if (!getPipelineUid().equals(other.getPipelineUid())) return false;
+ if (!getReleaseUid().equals(other.getReleaseUid())) return false;
if (!getRelease().equals(other.getRelease())) return false;
if (type_ != other.type_) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
@@ -275,6 +393,10 @@ public int hashCode() {
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + MESSAGE_FIELD_NUMBER;
hash = (53 * hash) + getMessage().hashCode();
+ hash = (37 * hash) + PIPELINE_UID_FIELD_NUMBER;
+ hash = (53 * hash) + getPipelineUid().hashCode();
+ hash = (37 * hash) + RELEASE_UID_FIELD_NUMBER;
+ hash = (53 * hash) + getReleaseUid().hashCode();
hash = (37 * hash) + RELEASE_FIELD_NUMBER;
hash = (53 * hash) + getRelease().hashCode();
hash = (37 * hash) + TYPE_FIELD_NUMBER;
@@ -421,6 +543,8 @@ public Builder clear() {
super.clear();
bitField0_ = 0;
message_ = "";
+ pipelineUid_ = "";
+ releaseUid_ = "";
release_ = "";
type_ = 0;
return this;
@@ -463,9 +587,15 @@ private void buildPartial0(com.google.cloud.deploy.v1.ReleaseNotificationEvent r
result.message_ = message_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
- result.release_ = release_;
+ result.pipelineUid_ = pipelineUid_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
+ result.releaseUid_ = releaseUid_;
+ }
+ if (((from_bitField0_ & 0x00000008) != 0)) {
+ result.release_ = release_;
+ }
+ if (((from_bitField0_ & 0x00000010) != 0)) {
result.type_ = type_;
}
}
@@ -521,9 +651,19 @@ public Builder mergeFrom(com.google.cloud.deploy.v1.ReleaseNotificationEvent oth
bitField0_ |= 0x00000001;
onChanged();
}
+ if (!other.getPipelineUid().isEmpty()) {
+ pipelineUid_ = other.pipelineUid_;
+ bitField0_ |= 0x00000002;
+ onChanged();
+ }
+ if (!other.getReleaseUid().isEmpty()) {
+ releaseUid_ = other.releaseUid_;
+ bitField0_ |= 0x00000004;
+ onChanged();
+ }
if (!other.getRelease().isEmpty()) {
release_ = other.release_;
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000008;
onChanged();
}
if (other.type_ != 0) {
@@ -564,15 +704,27 @@ public Builder mergeFrom(
case 18:
{
release_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000008;
break;
} // case 18
case 24:
{
type_ = input.readEnum();
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000010;
break;
} // case 24
+ case 34:
+ {
+ pipelineUid_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000002;
+ break;
+ } // case 34
+ case 42:
+ {
+ releaseUid_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000004;
+ break;
+ } // case 42
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
@@ -698,6 +850,218 @@ public Builder setMessageBytes(com.google.protobuf.ByteString value) {
return this;
}
+ private java.lang.Object pipelineUid_ = "";
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The pipelineUid.
+ */
+ public java.lang.String getPipelineUid() {
+ java.lang.Object ref = pipelineUid_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ pipelineUid_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The bytes for pipelineUid.
+ */
+ public com.google.protobuf.ByteString getPipelineUidBytes() {
+ java.lang.Object ref = pipelineUid_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ pipelineUid_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @param value The pipelineUid to set.
+ * @return This builder for chaining.
+ */
+ public Builder setPipelineUid(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ pipelineUid_ = value;
+ bitField0_ |= 0x00000002;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearPipelineUid() {
+ pipelineUid_ = getDefaultInstance().getPipelineUid();
+ bitField0_ = (bitField0_ & ~0x00000002);
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @param value The bytes for pipelineUid to set.
+ * @return This builder for chaining.
+ */
+ public Builder setPipelineUidBytes(com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+ pipelineUid_ = value;
+ bitField0_ |= 0x00000002;
+ onChanged();
+ return this;
+ }
+
+ private java.lang.Object releaseUid_ = "";
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `Release`.
+ *
+ *
+ * string release_uid = 5;
+ *
+ * @return The releaseUid.
+ */
+ public java.lang.String getReleaseUid() {
+ java.lang.Object ref = releaseUid_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ releaseUid_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `Release`.
+ *
+ *
+ * string release_uid = 5;
+ *
+ * @return The bytes for releaseUid.
+ */
+ public com.google.protobuf.ByteString getReleaseUidBytes() {
+ java.lang.Object ref = releaseUid_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ releaseUid_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `Release`.
+ *
+ *
+ * string release_uid = 5;
+ *
+ * @param value The releaseUid to set.
+ * @return This builder for chaining.
+ */
+ public Builder setReleaseUid(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ releaseUid_ = value;
+ bitField0_ |= 0x00000004;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `Release`.
+ *
+ *
+ * string release_uid = 5;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearReleaseUid() {
+ releaseUid_ = getDefaultInstance().getReleaseUid();
+ bitField0_ = (bitField0_ & ~0x00000004);
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `Release`.
+ *
+ *
+ * string release_uid = 5;
+ *
+ * @param value The bytes for releaseUid to set.
+ * @return This builder for chaining.
+ */
+ public Builder setReleaseUidBytes(com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+ releaseUid_ = value;
+ bitField0_ |= 0x00000004;
+ onChanged();
+ return this;
+ }
+
private java.lang.Object release_ = "";
/**
*
@@ -760,7 +1124,7 @@ public Builder setRelease(java.lang.String value) {
throw new NullPointerException();
}
release_ = value;
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000008;
onChanged();
return this;
}
@@ -777,7 +1141,7 @@ public Builder setRelease(java.lang.String value) {
*/
public Builder clearRelease() {
release_ = getDefaultInstance().getRelease();
- bitField0_ = (bitField0_ & ~0x00000002);
+ bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
@@ -799,7 +1163,7 @@ public Builder setReleaseBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
release_ = value;
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000008;
onChanged();
return this;
}
@@ -834,7 +1198,7 @@ public int getTypeValue() {
*/
public Builder setTypeValue(int value) {
type_ = value;
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000010;
onChanged();
return this;
}
@@ -870,7 +1234,7 @@ public Builder setType(com.google.cloud.deploy.v1.Type value) {
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000010;
type_ = value.getNumber();
onChanged();
return this;
@@ -887,7 +1251,7 @@ public Builder setType(com.google.cloud.deploy.v1.Type value) {
* @return This builder for chaining.
*/
public Builder clearType() {
- bitField0_ = (bitField0_ & ~0x00000004);
+ bitField0_ = (bitField0_ & ~0x00000010);
type_ = 0;
onChanged();
return this;
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseNotificationEventOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseNotificationEventOrBuilder.java
index a9ec1fb8df26..118f1aaa2be8 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseNotificationEventOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseNotificationEventOrBuilder.java
@@ -48,6 +48,56 @@ public interface ReleaseNotificationEventOrBuilder
*/
com.google.protobuf.ByteString getMessageBytes();
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The pipelineUid.
+ */
+ java.lang.String getPipelineUid();
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The bytes for pipelineUid.
+ */
+ com.google.protobuf.ByteString getPipelineUidBytes();
+
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `Release`.
+ *
+ *
+ * string release_uid = 5;
+ *
+ * @return The releaseUid.
+ */
+ java.lang.String getReleaseUid();
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `Release`.
+ *
+ *
+ * string release_uid = 5;
+ *
+ * @return The bytes for releaseUid.
+ */
+ com.google.protobuf.ByteString getReleaseUidBytes();
+
/**
*
*
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseNotificationPayloadProto.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseNotificationPayloadProto.java
index 1168bd9bc999..584c3f3f4bec 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseNotificationPayloadProto.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseNotificationPayloadProto.java
@@ -43,12 +43,13 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
"\n9google/cloud/deploy/v1/release_notific"
+ "ation_payload.proto\022\026google.cloud.deploy"
+ ".v1\032&google/cloud/deploy/v1/log_enums.pr"
- + "oto\"h\n\030ReleaseNotificationEvent\022\017\n\007messa"
- + "ge\030\001 \001(\t\022\017\n\007release\030\002 \001(\t\022*\n\004type\030\003 \001(\0162"
- + "\034.google.cloud.deploy.v1.TypeBs\n\032com.goo"
- + "gle.cloud.deploy.v1B\037ReleaseNotification"
- + "PayloadProtoP\001Z2cloud.google.com/go/depl"
- + "oy/apiv1/deploypb;deploypbb\006proto3"
+ + "oto\"\223\001\n\030ReleaseNotificationEvent\022\017\n\007mess"
+ + "age\030\001 \001(\t\022\024\n\014pipeline_uid\030\004 \001(\t\022\023\n\013relea"
+ + "se_uid\030\005 \001(\t\022\017\n\007release\030\002 \001(\t\022*\n\004type\030\003 "
+ + "\001(\0162\034.google.cloud.deploy.v1.TypeBs\n\032com"
+ + ".google.cloud.deploy.v1B\037ReleaseNotifica"
+ + "tionPayloadProtoP\001Z2cloud.google.com/go/"
+ + "deploy/apiv1/deploypb;deploypbb\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -62,7 +63,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_deploy_v1_ReleaseNotificationEvent_descriptor,
new java.lang.String[] {
- "Message", "Release", "Type",
+ "Message", "PipelineUid", "ReleaseUid", "Release", "Type",
});
com.google.cloud.deploy.v1.LogEnumsProto.getDescriptor();
}
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseRenderEvent.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseRenderEvent.java
index ba3637efb559..6d14001071a3 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseRenderEvent.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseRenderEvent.java
@@ -40,7 +40,9 @@ private ReleaseRenderEvent(com.google.protobuf.GeneratedMessageV3.Builder> bui
private ReleaseRenderEvent() {
message_ = "";
+ pipelineUid_ = "";
release_ = "";
+ type_ = 0;
releaseRenderState_ = 0;
}
@@ -118,6 +120,57 @@ public com.google.protobuf.ByteString getMessageBytes() {
}
}
+ public static final int PIPELINE_UID_FIELD_NUMBER = 4;
+
+ @SuppressWarnings("serial")
+ private volatile java.lang.Object pipelineUid_ = "";
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The pipelineUid.
+ */
+ @java.lang.Override
+ public java.lang.String getPipelineUid() {
+ java.lang.Object ref = pipelineUid_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ pipelineUid_ = s;
+ return s;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The bytes for pipelineUid.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString getPipelineUidBytes() {
+ java.lang.Object ref = pipelineUid_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ pipelineUid_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
public static final int RELEASE_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
@@ -127,6 +180,8 @@ public com.google.protobuf.ByteString getMessageBytes() {
*
*
* The name of the release.
+ * release_uid is not in this log message because we write some of these log
+ * messages at release creation time, before we've generated the uid.
*
*
* string release = 2;
@@ -150,6 +205,8 @@ public java.lang.String getRelease() {
*
*
* The name of the release.
+ * release_uid is not in this log message because we write some of these log
+ * messages at release creation time, before we've generated the uid.
*
*
* string release = 2;
@@ -169,6 +226,40 @@ public com.google.protobuf.ByteString getReleaseBytes() {
}
}
+ public static final int TYPE_FIELD_NUMBER = 5;
+ private int type_ = 0;
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a release render state change event.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @return The enum numeric value on the wire for type.
+ */
+ @java.lang.Override
+ public int getTypeValue() {
+ return type_;
+ }
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a release render state change event.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @return The type.
+ */
+ @java.lang.Override
+ public com.google.cloud.deploy.v1.Type getType() {
+ com.google.cloud.deploy.v1.Type result = com.google.cloud.deploy.v1.Type.forNumber(type_);
+ return result == null ? com.google.cloud.deploy.v1.Type.UNRECOGNIZED : result;
+ }
+
public static final int RELEASE_RENDER_STATE_FIELD_NUMBER = 3;
private int releaseRenderState_ = 0;
/**
@@ -228,6 +319,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
!= com.google.cloud.deploy.v1.Release.RenderState.RENDER_STATE_UNSPECIFIED.getNumber()) {
output.writeEnum(3, releaseRenderState_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pipelineUid_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 4, pipelineUid_);
+ }
+ if (type_ != com.google.cloud.deploy.v1.Type.TYPE_UNSPECIFIED.getNumber()) {
+ output.writeEnum(5, type_);
+ }
getUnknownFields().writeTo(output);
}
@@ -247,6 +344,12 @@ public int getSerializedSize() {
!= com.google.cloud.deploy.v1.Release.RenderState.RENDER_STATE_UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, releaseRenderState_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pipelineUid_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, pipelineUid_);
+ }
+ if (type_ != com.google.cloud.deploy.v1.Type.TYPE_UNSPECIFIED.getNumber()) {
+ size += com.google.protobuf.CodedOutputStream.computeEnumSize(5, type_);
+ }
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
@@ -264,7 +367,9 @@ public boolean equals(final java.lang.Object obj) {
(com.google.cloud.deploy.v1.ReleaseRenderEvent) obj;
if (!getMessage().equals(other.getMessage())) return false;
+ if (!getPipelineUid().equals(other.getPipelineUid())) return false;
if (!getRelease().equals(other.getRelease())) return false;
+ if (type_ != other.type_) return false;
if (releaseRenderState_ != other.releaseRenderState_) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
@@ -279,8 +384,12 @@ public int hashCode() {
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + MESSAGE_FIELD_NUMBER;
hash = (53 * hash) + getMessage().hashCode();
+ hash = (37 * hash) + PIPELINE_UID_FIELD_NUMBER;
+ hash = (53 * hash) + getPipelineUid().hashCode();
hash = (37 * hash) + RELEASE_FIELD_NUMBER;
hash = (53 * hash) + getRelease().hashCode();
+ hash = (37 * hash) + TYPE_FIELD_NUMBER;
+ hash = (53 * hash) + type_;
hash = (37 * hash) + RELEASE_RENDER_STATE_FIELD_NUMBER;
hash = (53 * hash) + releaseRenderState_;
hash = (29 * hash) + getUnknownFields().hashCode();
@@ -424,7 +533,9 @@ public Builder clear() {
super.clear();
bitField0_ = 0;
message_ = "";
+ pipelineUid_ = "";
release_ = "";
+ type_ = 0;
releaseRenderState_ = 0;
return this;
}
@@ -466,9 +577,15 @@ private void buildPartial0(com.google.cloud.deploy.v1.ReleaseRenderEvent result)
result.message_ = message_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
- result.release_ = release_;
+ result.pipelineUid_ = pipelineUid_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
+ result.release_ = release_;
+ }
+ if (((from_bitField0_ & 0x00000008) != 0)) {
+ result.type_ = type_;
+ }
+ if (((from_bitField0_ & 0x00000010) != 0)) {
result.releaseRenderState_ = releaseRenderState_;
}
}
@@ -523,11 +640,19 @@ public Builder mergeFrom(com.google.cloud.deploy.v1.ReleaseRenderEvent other) {
bitField0_ |= 0x00000001;
onChanged();
}
+ if (!other.getPipelineUid().isEmpty()) {
+ pipelineUid_ = other.pipelineUid_;
+ bitField0_ |= 0x00000002;
+ onChanged();
+ }
if (!other.getRelease().isEmpty()) {
release_ = other.release_;
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000004;
onChanged();
}
+ if (other.type_ != 0) {
+ setTypeValue(other.getTypeValue());
+ }
if (other.releaseRenderState_ != 0) {
setReleaseRenderStateValue(other.getReleaseRenderStateValue());
}
@@ -566,15 +691,27 @@ public Builder mergeFrom(
case 18:
{
release_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000004;
break;
} // case 18
case 24:
{
releaseRenderState_ = input.readEnum();
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000010;
break;
} // case 24
+ case 34:
+ {
+ pipelineUid_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000002;
+ break;
+ } // case 34
+ case 40:
+ {
+ type_ = input.readEnum();
+ bitField0_ |= 0x00000008;
+ break;
+ } // case 40
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
@@ -705,12 +842,120 @@ public Builder setMessageBytes(com.google.protobuf.ByteString value) {
return this;
}
+ private java.lang.Object pipelineUid_ = "";
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The pipelineUid.
+ */
+ public java.lang.String getPipelineUid() {
+ java.lang.Object ref = pipelineUid_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ pipelineUid_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The bytes for pipelineUid.
+ */
+ public com.google.protobuf.ByteString getPipelineUidBytes() {
+ java.lang.Object ref = pipelineUid_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ pipelineUid_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @param value The pipelineUid to set.
+ * @return This builder for chaining.
+ */
+ public Builder setPipelineUid(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ pipelineUid_ = value;
+ bitField0_ |= 0x00000002;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearPipelineUid() {
+ pipelineUid_ = getDefaultInstance().getPipelineUid();
+ bitField0_ = (bitField0_ & ~0x00000002);
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @param value The bytes for pipelineUid to set.
+ * @return This builder for chaining.
+ */
+ public Builder setPipelineUidBytes(com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+ pipelineUid_ = value;
+ bitField0_ |= 0x00000002;
+ onChanged();
+ return this;
+ }
+
private java.lang.Object release_ = "";
/**
*
*
*
* The name of the release.
+ * release_uid is not in this log message because we write some of these log
+ * messages at release creation time, before we've generated the uid.
*
*
* string release = 2;
@@ -733,6 +978,8 @@ public java.lang.String getRelease() {
*
*
* The name of the release.
+ * release_uid is not in this log message because we write some of these log
+ * messages at release creation time, before we've generated the uid.
*
*
* string release = 2;
@@ -755,6 +1002,8 @@ public com.google.protobuf.ByteString getReleaseBytes() {
*
*
* The name of the release.
+ * release_uid is not in this log message because we write some of these log
+ * messages at release creation time, before we've generated the uid.
*
*
* string release = 2;
@@ -767,7 +1016,7 @@ public Builder setRelease(java.lang.String value) {
throw new NullPointerException();
}
release_ = value;
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000004;
onChanged();
return this;
}
@@ -776,6 +1025,8 @@ public Builder setRelease(java.lang.String value) {
*
*
* The name of the release.
+ * release_uid is not in this log message because we write some of these log
+ * messages at release creation time, before we've generated the uid.
*
*
* string release = 2;
@@ -784,7 +1035,7 @@ public Builder setRelease(java.lang.String value) {
*/
public Builder clearRelease() {
release_ = getDefaultInstance().getRelease();
- bitField0_ = (bitField0_ & ~0x00000002);
+ bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
@@ -793,6 +1044,8 @@ public Builder clearRelease() {
*
*
* The name of the release.
+ * release_uid is not in this log message because we write some of these log
+ * messages at release creation time, before we've generated the uid.
*
*
* string release = 2;
@@ -806,7 +1059,96 @@ public Builder setReleaseBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
release_ = value;
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000004;
+ onChanged();
+ return this;
+ }
+
+ private int type_ = 0;
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a release render state change event.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @return The enum numeric value on the wire for type.
+ */
+ @java.lang.Override
+ public int getTypeValue() {
+ return type_;
+ }
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a release render state change event.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @param value The enum numeric value on the wire for type to set.
+ * @return This builder for chaining.
+ */
+ public Builder setTypeValue(int value) {
+ type_ = value;
+ bitField0_ |= 0x00000008;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a release render state change event.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @return The type.
+ */
+ @java.lang.Override
+ public com.google.cloud.deploy.v1.Type getType() {
+ com.google.cloud.deploy.v1.Type result = com.google.cloud.deploy.v1.Type.forNumber(type_);
+ return result == null ? com.google.cloud.deploy.v1.Type.UNRECOGNIZED : result;
+ }
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a release render state change event.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @param value The type to set.
+ * @return This builder for chaining.
+ */
+ public Builder setType(com.google.cloud.deploy.v1.Type value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ bitField0_ |= 0x00000008;
+ type_ = value.getNumber();
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a release render state change event.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearType() {
+ bitField0_ = (bitField0_ & ~0x00000008);
+ type_ = 0;
onChanged();
return this;
}
@@ -841,7 +1183,7 @@ public int getReleaseRenderStateValue() {
*/
public Builder setReleaseRenderStateValue(int value) {
releaseRenderState_ = value;
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000010;
onChanged();
return this;
}
@@ -878,7 +1220,7 @@ public Builder setReleaseRenderState(com.google.cloud.deploy.v1.Release.RenderSt
if (value == null) {
throw new NullPointerException();
}
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000010;
releaseRenderState_ = value.getNumber();
onChanged();
return this;
@@ -895,7 +1237,7 @@ public Builder setReleaseRenderState(com.google.cloud.deploy.v1.Release.RenderSt
* @return This builder for chaining.
*/
public Builder clearReleaseRenderState() {
- bitField0_ = (bitField0_ & ~0x00000004);
+ bitField0_ = (bitField0_ & ~0x00000010);
releaseRenderState_ = 0;
onChanged();
return this;
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseRenderEventOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseRenderEventOrBuilder.java
index 489ff36facc3..f5f85cd4c581 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseRenderEventOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseRenderEventOrBuilder.java
@@ -50,11 +50,38 @@ public interface ReleaseRenderEventOrBuilder
*/
com.google.protobuf.ByteString getMessageBytes();
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The pipelineUid.
+ */
+ java.lang.String getPipelineUid();
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `DeliveryPipeline`.
+ *
+ *
+ * string pipeline_uid = 4;
+ *
+ * @return The bytes for pipelineUid.
+ */
+ com.google.protobuf.ByteString getPipelineUidBytes();
+
/**
*
*
*
* The name of the release.
+ * release_uid is not in this log message because we write some of these log
+ * messages at release creation time, before we've generated the uid.
*
*
* string release = 2;
@@ -67,6 +94,8 @@ public interface ReleaseRenderEventOrBuilder
*
*
* The name of the release.
+ * release_uid is not in this log message because we write some of these log
+ * messages at release creation time, before we've generated the uid.
*
*
* string release = 2;
@@ -75,6 +104,31 @@ public interface ReleaseRenderEventOrBuilder
*/
com.google.protobuf.ByteString getReleaseBytes();
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a release render state change event.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @return The enum numeric value on the wire for type.
+ */
+ int getTypeValue();
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a release render state change event.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @return The type.
+ */
+ com.google.cloud.deploy.v1.Type getType();
+
/**
*
*
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseRenderPayloadProto.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseRenderPayloadProto.java
index 1d4f7c4ecd9f..524f509cb38d 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseRenderPayloadProto.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/ReleaseRenderPayloadProto.java
@@ -43,19 +43,22 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
"\n3google/cloud/deploy/v1/release_render_"
+ "payload.proto\022\026google.cloud.deploy.v1\032)g"
+ "oogle/cloud/deploy/v1/cloud_deploy.proto"
- + "\"\201\001\n\022ReleaseRenderEvent\022\017\n\007message\030\001 \001(\t"
- + "\022\017\n\007release\030\002 \001(\t\022I\n\024release_render_stat"
- + "e\030\003 \001(\0162+.google.cloud.deploy.v1.Release"
- + ".RenderStateBm\n\032com.google.cloud.deploy."
- + "v1B\031ReleaseRenderPayloadProtoP\001Z2cloud.g"
- + "oogle.com/go/deploy/apiv1/deploypb;deplo"
- + "ypbb\006proto3"
+ + "\032&google/cloud/deploy/v1/log_enums.proto"
+ + "\"\303\001\n\022ReleaseRenderEvent\022\017\n\007message\030\001 \001(\t"
+ + "\022\024\n\014pipeline_uid\030\004 \001(\t\022\017\n\007release\030\002 \001(\t\022"
+ + "*\n\004type\030\005 \001(\0162\034.google.cloud.deploy.v1.T"
+ + "ype\022I\n\024release_render_state\030\003 \001(\0162+.goog"
+ + "le.cloud.deploy.v1.Release.RenderStateBm"
+ + "\n\032com.google.cloud.deploy.v1B\031ReleaseRen"
+ + "derPayloadProtoP\001Z2cloud.google.com/go/d"
+ + "eploy/apiv1/deploypb;deploypbb\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.cloud.deploy.v1.CloudDeployProto.getDescriptor(),
+ com.google.cloud.deploy.v1.LogEnumsProto.getDescriptor(),
});
internal_static_google_cloud_deploy_v1_ReleaseRenderEvent_descriptor =
getDescriptor().getMessageTypes().get(0);
@@ -63,9 +66,10 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_deploy_v1_ReleaseRenderEvent_descriptor,
new java.lang.String[] {
- "Message", "Release", "ReleaseRenderState",
+ "Message", "PipelineUid", "Release", "Type", "ReleaseRenderState",
});
com.google.cloud.deploy.v1.CloudDeployProto.getDescriptor();
+ com.google.cloud.deploy.v1.LogEnumsProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RenderMetadata.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RenderMetadata.java
index 2f1105f8e949..ea2125a7ac60 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RenderMetadata.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RenderMetadata.java
@@ -122,7 +122,7 @@ public com.google.cloud.deploy.v1.CloudRunRenderMetadataOrBuilder getCloudRunOrB
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
@@ -139,7 +139,7 @@ public boolean hasCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
@@ -158,7 +158,7 @@ public com.google.cloud.deploy.v1.CustomMetadata getCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
@@ -764,7 +764,7 @@ public com.google.cloud.deploy.v1.CloudRunRenderMetadataOrBuilder getCloudRunOrB
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
@@ -780,7 +780,7 @@ public boolean hasCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
@@ -802,7 +802,7 @@ public com.google.cloud.deploy.v1.CustomMetadata getCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
@@ -826,7 +826,7 @@ public Builder setCustom(com.google.cloud.deploy.v1.CustomMetadata value) {
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
@@ -847,7 +847,7 @@ public Builder setCustom(com.google.cloud.deploy.v1.CustomMetadata.Builder build
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
@@ -874,7 +874,7 @@ public Builder mergeCustom(com.google.cloud.deploy.v1.CustomMetadata value) {
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
@@ -895,7 +895,7 @@ public Builder clearCustom() {
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
@@ -911,7 +911,7 @@ public com.google.cloud.deploy.v1.CustomMetadata.Builder getCustomBuilder() {
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
@@ -931,7 +931,7 @@ public com.google.cloud.deploy.v1.CustomMetadataOrBuilder getCustomOrBuilder() {
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RenderMetadataOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RenderMetadataOrBuilder.java
index 418cfc1e1613..624a2e27a884 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RenderMetadataOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RenderMetadataOrBuilder.java
@@ -68,7 +68,7 @@ public interface RenderMetadataOrBuilder
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
@@ -82,7 +82,7 @@ public interface RenderMetadataOrBuilder
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
@@ -96,7 +96,7 @@ public interface RenderMetadataOrBuilder
*
*
*
- * Output only. Custom metadata provided by user defined render operation.
+ * Output only. Custom metadata provided by user-defined render operation.
*
*
*
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutNotificationEvent.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutNotificationEvent.java
index 2a23a9058262..2d4f746a803c 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutNotificationEvent.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutNotificationEvent.java
@@ -43,9 +43,11 @@ private RolloutNotificationEvent() {
message_ = "";
pipelineUid_ = "";
releaseUid_ = "";
+ release_ = "";
+ rolloutUid_ = "";
rollout_ = "";
- type_ = 0;
targetId_ = "";
+ type_ = 0;
}
@java.lang.Override
@@ -222,30 +224,30 @@ public com.google.protobuf.ByteString getReleaseUidBytes() {
}
}
- public static final int ROLLOUT_FIELD_NUMBER = 4;
+ public static final int RELEASE_FIELD_NUMBER = 7;
@SuppressWarnings("serial")
- private volatile java.lang.Object rollout_ = "";
+ private volatile java.lang.Object release_ = "";
/**
*
*
*
- * The name of the `Rollout`.
+ * The name of the `Release`.
*
*
- * string rollout = 4;
+ * string release = 7;
*
- * @return The rollout.
+ * @return The release.
*/
@java.lang.Override
- public java.lang.String getRollout() {
- java.lang.Object ref = rollout_;
+ public java.lang.String getRelease() {
+ java.lang.Object ref = release_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
- rollout_ = s;
+ release_ = s;
return s;
}
}
@@ -253,58 +255,126 @@ public java.lang.String getRollout() {
*
*
*
- * The name of the `Rollout`.
+ * The name of the `Release`.
*
*
- * string rollout = 4;
+ * string release = 7;
*
- * @return The bytes for rollout.
+ * @return The bytes for release.
*/
@java.lang.Override
- public com.google.protobuf.ByteString getRolloutBytes() {
- java.lang.Object ref = rollout_;
+ public com.google.protobuf.ByteString getReleaseBytes() {
+ java.lang.Object ref = release_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
- rollout_ = b;
+ release_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
- public static final int TYPE_FIELD_NUMBER = 5;
- private int type_ = 0;
+ public static final int ROLLOUT_UID_FIELD_NUMBER = 8;
+
+ @SuppressWarnings("serial")
+ private volatile java.lang.Object rolloutUid_ = "";
/**
*
*
*
- * Type of this notification, e.g. for a Pub/Sub failure.
+ * Unique identifier of the `Rollout`.
*
*
- * .google.cloud.deploy.v1.Type type = 5;
+ * string rollout_uid = 8;
*
- * @return The enum numeric value on the wire for type.
+ * @return The rolloutUid.
*/
@java.lang.Override
- public int getTypeValue() {
- return type_;
+ public java.lang.String getRolloutUid() {
+ java.lang.Object ref = rolloutUid_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ rolloutUid_ = s;
+ return s;
+ }
}
/**
*
*
*
- * Type of this notification, e.g. for a Pub/Sub failure.
+ * Unique identifier of the `Rollout`.
*
*
- * .google.cloud.deploy.v1.Type type = 5;
+ * string rollout_uid = 8;
*
- * @return The type.
+ * @return The bytes for rolloutUid.
*/
@java.lang.Override
- public com.google.cloud.deploy.v1.Type getType() {
- com.google.cloud.deploy.v1.Type result = com.google.cloud.deploy.v1.Type.forNumber(type_);
- return result == null ? com.google.cloud.deploy.v1.Type.UNRECOGNIZED : result;
+ public com.google.protobuf.ByteString getRolloutUidBytes() {
+ java.lang.Object ref = rolloutUid_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ rolloutUid_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
+ public static final int ROLLOUT_FIELD_NUMBER = 4;
+
+ @SuppressWarnings("serial")
+ private volatile java.lang.Object rollout_ = "";
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 4;
+ *
+ * @return The rollout.
+ */
+ @java.lang.Override
+ public java.lang.String getRollout() {
+ java.lang.Object ref = rollout_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ rollout_ = s;
+ return s;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 4;
+ *
+ * @return The bytes for rollout.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString getRolloutBytes() {
+ java.lang.Object ref = rollout_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ rollout_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
}
public static final int TARGET_ID_FIELD_NUMBER = 6;
@@ -358,6 +428,40 @@ public com.google.protobuf.ByteString getTargetIdBytes() {
}
}
+ public static final int TYPE_FIELD_NUMBER = 5;
+ private int type_ = 0;
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a Pub/Sub failure.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @return The enum numeric value on the wire for type.
+ */
+ @java.lang.Override
+ public int getTypeValue() {
+ return type_;
+ }
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a Pub/Sub failure.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @return The type.
+ */
+ @java.lang.Override
+ public com.google.cloud.deploy.v1.Type getType() {
+ com.google.cloud.deploy.v1.Type result = com.google.cloud.deploy.v1.Type.forNumber(type_);
+ return result == null ? com.google.cloud.deploy.v1.Type.UNRECOGNIZED : result;
+ }
+
private byte memoizedIsInitialized = -1;
@java.lang.Override
@@ -390,6 +494,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(targetId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, targetId_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(release_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 7, release_);
+ }
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(rolloutUid_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 8, rolloutUid_);
+ }
getUnknownFields().writeTo(output);
}
@@ -417,6 +527,12 @@ public int getSerializedSize() {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(targetId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, targetId_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(release_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, release_);
+ }
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(rolloutUid_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, rolloutUid_);
+ }
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
@@ -436,9 +552,11 @@ public boolean equals(final java.lang.Object obj) {
if (!getMessage().equals(other.getMessage())) return false;
if (!getPipelineUid().equals(other.getPipelineUid())) return false;
if (!getReleaseUid().equals(other.getReleaseUid())) return false;
+ if (!getRelease().equals(other.getRelease())) return false;
+ if (!getRolloutUid().equals(other.getRolloutUid())) return false;
if (!getRollout().equals(other.getRollout())) return false;
- if (type_ != other.type_) return false;
if (!getTargetId().equals(other.getTargetId())) return false;
+ if (type_ != other.type_) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@@ -456,12 +574,16 @@ public int hashCode() {
hash = (53 * hash) + getPipelineUid().hashCode();
hash = (37 * hash) + RELEASE_UID_FIELD_NUMBER;
hash = (53 * hash) + getReleaseUid().hashCode();
+ hash = (37 * hash) + RELEASE_FIELD_NUMBER;
+ hash = (53 * hash) + getRelease().hashCode();
+ hash = (37 * hash) + ROLLOUT_UID_FIELD_NUMBER;
+ hash = (53 * hash) + getRolloutUid().hashCode();
hash = (37 * hash) + ROLLOUT_FIELD_NUMBER;
hash = (53 * hash) + getRollout().hashCode();
- hash = (37 * hash) + TYPE_FIELD_NUMBER;
- hash = (53 * hash) + type_;
hash = (37 * hash) + TARGET_ID_FIELD_NUMBER;
hash = (53 * hash) + getTargetId().hashCode();
+ hash = (37 * hash) + TYPE_FIELD_NUMBER;
+ hash = (53 * hash) + type_;
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
@@ -606,9 +728,11 @@ public Builder clear() {
message_ = "";
pipelineUid_ = "";
releaseUid_ = "";
+ release_ = "";
+ rolloutUid_ = "";
rollout_ = "";
- type_ = 0;
targetId_ = "";
+ type_ = 0;
return this;
}
@@ -655,14 +779,20 @@ private void buildPartial0(com.google.cloud.deploy.v1.RolloutNotificationEvent r
result.releaseUid_ = releaseUid_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
- result.rollout_ = rollout_;
+ result.release_ = release_;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
- result.type_ = type_;
+ result.rolloutUid_ = rolloutUid_;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
+ result.rollout_ = rollout_;
+ }
+ if (((from_bitField0_ & 0x00000040) != 0)) {
result.targetId_ = targetId_;
}
+ if (((from_bitField0_ & 0x00000080) != 0)) {
+ result.type_ = type_;
+ }
}
@java.lang.Override
@@ -726,19 +856,29 @@ public Builder mergeFrom(com.google.cloud.deploy.v1.RolloutNotificationEvent oth
bitField0_ |= 0x00000004;
onChanged();
}
- if (!other.getRollout().isEmpty()) {
- rollout_ = other.rollout_;
+ if (!other.getRelease().isEmpty()) {
+ release_ = other.release_;
bitField0_ |= 0x00000008;
onChanged();
}
- if (other.type_ != 0) {
- setTypeValue(other.getTypeValue());
+ if (!other.getRolloutUid().isEmpty()) {
+ rolloutUid_ = other.rolloutUid_;
+ bitField0_ |= 0x00000010;
+ onChanged();
+ }
+ if (!other.getRollout().isEmpty()) {
+ rollout_ = other.rollout_;
+ bitField0_ |= 0x00000020;
+ onChanged();
}
if (!other.getTargetId().isEmpty()) {
targetId_ = other.targetId_;
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
onChanged();
}
+ if (other.type_ != 0) {
+ setTypeValue(other.getTypeValue());
+ }
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
@@ -786,21 +926,33 @@ public Builder mergeFrom(
case 34:
{
rollout_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000020;
break;
} // case 34
case 40:
{
type_ = input.readEnum();
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000080;
break;
} // case 40
case 50:
{
targetId_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
break;
} // case 50
+ case 58:
+ {
+ release_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000008;
+ break;
+ } // case 58
+ case 66:
+ {
+ rolloutUid_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000010;
+ break;
+ } // case 66
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
@@ -1138,24 +1290,24 @@ public Builder setReleaseUidBytes(com.google.protobuf.ByteString value) {
return this;
}
- private java.lang.Object rollout_ = "";
+ private java.lang.Object release_ = "";
/**
*
*
*
- * The name of the `Rollout`.
+ * The name of the `Release`.
*
*
- * string rollout = 4;
+ * string release = 7;
*
- * @return The rollout.
+ * @return The release.
*/
- public java.lang.String getRollout() {
- java.lang.Object ref = rollout_;
+ public java.lang.String getRelease() {
+ java.lang.Object ref = release_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
- rollout_ = s;
+ release_ = s;
return s;
} else {
return (java.lang.String) ref;
@@ -1165,19 +1317,19 @@ public java.lang.String getRollout() {
*
*
*
- * The name of the `Rollout`.
+ * The name of the `Release`.
*
*
- * string rollout = 4;
+ * string release = 7;
*
- * @return The bytes for rollout.
+ * @return The bytes for release.
*/
- public com.google.protobuf.ByteString getRolloutBytes() {
- java.lang.Object ref = rollout_;
+ public com.google.protobuf.ByteString getReleaseBytes() {
+ java.lang.Object ref = release_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
- rollout_ = b;
+ release_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
@@ -1187,19 +1339,19 @@ public com.google.protobuf.ByteString getRolloutBytes() {
*
*
*
- * The name of the `Rollout`.
+ * The name of the `Release`.
*
*
- * string rollout = 4;
+ * string release = 7;
*
- * @param value The rollout to set.
+ * @param value The release to set.
* @return This builder for chaining.
*/
- public Builder setRollout(java.lang.String value) {
+ public Builder setRelease(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
- rollout_ = value;
+ release_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
@@ -1208,15 +1360,15 @@ public Builder setRollout(java.lang.String value) {
*
*
*
- * The name of the `Rollout`.
+ * The name of the `Release`.
*
*
- * string rollout = 4;
+ * string release = 7;
*
* @return This builder for chaining.
*/
- public Builder clearRollout() {
- rollout_ = getDefaultInstance().getRollout();
+ public Builder clearRelease() {
+ release_ = getDefaultInstance().getRelease();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
@@ -1225,55 +1377,87 @@ public Builder clearRollout() {
*
*
*
- * The name of the `Rollout`.
+ * The name of the `Release`.
*
*
- * string rollout = 4;
+ * string release = 7;
*
- * @param value The bytes for rollout to set.
+ * @param value The bytes for release to set.
* @return This builder for chaining.
*/
- public Builder setRolloutBytes(com.google.protobuf.ByteString value) {
+ public Builder setReleaseBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
- rollout_ = value;
+ release_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
- private int type_ = 0;
+ private java.lang.Object rolloutUid_ = "";
/**
*
*
*
- * Type of this notification, e.g. for a Pub/Sub failure.
+ * Unique identifier of the `Rollout`.
*
*
- * .google.cloud.deploy.v1.Type type = 5;
+ * string rollout_uid = 8;
*
- * @return The enum numeric value on the wire for type.
+ * @return The rolloutUid.
*/
- @java.lang.Override
- public int getTypeValue() {
- return type_;
+ public java.lang.String getRolloutUid() {
+ java.lang.Object ref = rolloutUid_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ rolloutUid_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
}
/**
*
*
*
- * Type of this notification, e.g. for a Pub/Sub failure.
+ * Unique identifier of the `Rollout`.
*
*
- * .google.cloud.deploy.v1.Type type = 5;
+ * string rollout_uid = 8;
*
- * @param value The enum numeric value on the wire for type to set.
+ * @return The bytes for rolloutUid.
+ */
+ public com.google.protobuf.ByteString getRolloutUidBytes() {
+ java.lang.Object ref = rolloutUid_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ rolloutUid_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Unique identifier of the `Rollout`.
+ *
+ *
+ * string rollout_uid = 8;
+ *
+ * @param value The rolloutUid to set.
* @return This builder for chaining.
*/
- public Builder setTypeValue(int value) {
- type_ = value;
+ public Builder setRolloutUid(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ rolloutUid_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
@@ -1282,53 +1466,144 @@ public Builder setTypeValue(int value) {
*
*
*
- * Type of this notification, e.g. for a Pub/Sub failure.
+ * Unique identifier of the `Rollout`.
*
*
- * .google.cloud.deploy.v1.Type type = 5;
+ * string rollout_uid = 8;
*
- * @return The type.
+ * @return This builder for chaining.
*/
- @java.lang.Override
- public com.google.cloud.deploy.v1.Type getType() {
- com.google.cloud.deploy.v1.Type result = com.google.cloud.deploy.v1.Type.forNumber(type_);
- return result == null ? com.google.cloud.deploy.v1.Type.UNRECOGNIZED : result;
+ public Builder clearRolloutUid() {
+ rolloutUid_ = getDefaultInstance().getRolloutUid();
+ bitField0_ = (bitField0_ & ~0x00000010);
+ onChanged();
+ return this;
}
/**
*
*
*
- * Type of this notification, e.g. for a Pub/Sub failure.
+ * Unique identifier of the `Rollout`.
*
*
- * .google.cloud.deploy.v1.Type type = 5;
+ * string rollout_uid = 8;
*
- * @param value The type to set.
+ * @param value The bytes for rolloutUid to set.
* @return This builder for chaining.
*/
- public Builder setType(com.google.cloud.deploy.v1.Type value) {
+ public Builder setRolloutUidBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
+ checkByteStringIsUtf8(value);
+ rolloutUid_ = value;
bitField0_ |= 0x00000010;
- type_ = value.getNumber();
onChanged();
return this;
}
+
+ private java.lang.Object rollout_ = "";
/**
*
*
*
- * Type of this notification, e.g. for a Pub/Sub failure.
+ * The name of the `Rollout`.
*
*
- * .google.cloud.deploy.v1.Type type = 5;
+ * string rollout = 4;
+ *
+ * @return The rollout.
+ */
+ public java.lang.String getRollout() {
+ java.lang.Object ref = rollout_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ rollout_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
+ }
+ /**
+ *
*
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 4;
+ *
+ * @return The bytes for rollout.
+ */
+ public com.google.protobuf.ByteString getRolloutBytes() {
+ java.lang.Object ref = rollout_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ rollout_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 4;
+ *
+ * @param value The rollout to set.
* @return This builder for chaining.
*/
- public Builder clearType() {
- bitField0_ = (bitField0_ & ~0x00000010);
- type_ = 0;
+ public Builder setRollout(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ rollout_ = value;
+ bitField0_ |= 0x00000020;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 4;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearRollout() {
+ rollout_ = getDefaultInstance().getRollout();
+ bitField0_ = (bitField0_ & ~0x00000020);
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 4;
+ *
+ * @param value The bytes for rollout to set.
+ * @return This builder for chaining.
+ */
+ public Builder setRolloutBytes(com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+ rollout_ = value;
+ bitField0_ |= 0x00000020;
onChanged();
return this;
}
@@ -1395,7 +1670,7 @@ public Builder setTargetId(java.lang.String value) {
throw new NullPointerException();
}
targetId_ = value;
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
onChanged();
return this;
}
@@ -1412,7 +1687,7 @@ public Builder setTargetId(java.lang.String value) {
*/
public Builder clearTargetId() {
targetId_ = getDefaultInstance().getTargetId();
- bitField0_ = (bitField0_ & ~0x00000020);
+ bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
@@ -1434,7 +1709,96 @@ public Builder setTargetIdBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
targetId_ = value;
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
+ onChanged();
+ return this;
+ }
+
+ private int type_ = 0;
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a Pub/Sub failure.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @return The enum numeric value on the wire for type.
+ */
+ @java.lang.Override
+ public int getTypeValue() {
+ return type_;
+ }
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a Pub/Sub failure.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @param value The enum numeric value on the wire for type to set.
+ * @return This builder for chaining.
+ */
+ public Builder setTypeValue(int value) {
+ type_ = value;
+ bitField0_ |= 0x00000080;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a Pub/Sub failure.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @return The type.
+ */
+ @java.lang.Override
+ public com.google.cloud.deploy.v1.Type getType() {
+ com.google.cloud.deploy.v1.Type result = com.google.cloud.deploy.v1.Type.forNumber(type_);
+ return result == null ? com.google.cloud.deploy.v1.Type.UNRECOGNIZED : result;
+ }
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a Pub/Sub failure.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @param value The type to set.
+ * @return This builder for chaining.
+ */
+ public Builder setType(com.google.cloud.deploy.v1.Type value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ bitField0_ |= 0x00000080;
+ type_ = value.getNumber();
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a Pub/Sub failure.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearType() {
+ bitField0_ = (bitField0_ & ~0x00000080);
+ type_ = 0;
onChanged();
return this;
}
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutNotificationEventOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutNotificationEventOrBuilder.java
index 21f48c523f70..57870dfc9d9a 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutNotificationEventOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutNotificationEventOrBuilder.java
@@ -102,51 +102,76 @@ public interface RolloutNotificationEventOrBuilder
*
*
*
- * The name of the `Rollout`.
+ * The name of the `Release`.
*
*
- * string rollout = 4;
+ * string release = 7;
*
- * @return The rollout.
+ * @return The release.
*/
- java.lang.String getRollout();
+ java.lang.String getRelease();
/**
*
*
*
- * The name of the `Rollout`.
+ * The name of the `Release`.
*
*
- * string rollout = 4;
+ * string release = 7;
*
- * @return The bytes for rollout.
+ * @return The bytes for release.
*/
- com.google.protobuf.ByteString getRolloutBytes();
+ com.google.protobuf.ByteString getReleaseBytes();
/**
*
*
*
- * Type of this notification, e.g. for a Pub/Sub failure.
+ * Unique identifier of the `Rollout`.
*
*
- * .google.cloud.deploy.v1.Type type = 5;
+ * string rollout_uid = 8;
*
- * @return The enum numeric value on the wire for type.
+ * @return The rolloutUid.
*/
- int getTypeValue();
+ java.lang.String getRolloutUid();
/**
*
*
*
- * Type of this notification, e.g. for a Pub/Sub failure.
+ * Unique identifier of the `Rollout`.
*
*
- * .google.cloud.deploy.v1.Type type = 5;
+ * string rollout_uid = 8;
*
- * @return The type.
+ * @return The bytes for rolloutUid.
*/
- com.google.cloud.deploy.v1.Type getType();
+ com.google.protobuf.ByteString getRolloutUidBytes();
+
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 4;
+ *
+ * @return The rollout.
+ */
+ java.lang.String getRollout();
+ /**
+ *
+ *
+ *
+ * The name of the `Rollout`.
+ *
+ *
+ * string rollout = 4;
+ *
+ * @return The bytes for rollout.
+ */
+ com.google.protobuf.ByteString getRolloutBytes();
/**
*
@@ -172,4 +197,29 @@ public interface RolloutNotificationEventOrBuilder
* @return The bytes for targetId.
*/
com.google.protobuf.ByteString getTargetIdBytes();
+
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a Pub/Sub failure.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @return The enum numeric value on the wire for type.
+ */
+ int getTypeValue();
+ /**
+ *
+ *
+ *
+ * Type of this notification, e.g. for a Pub/Sub failure.
+ *
+ *
+ * .google.cloud.deploy.v1.Type type = 5;
+ *
+ * @return The type.
+ */
+ com.google.cloud.deploy.v1.Type getType();
}
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutNotificationPayloadProto.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutNotificationPayloadProto.java
index feae87ea3e35..74718f84354e 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutNotificationPayloadProto.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutNotificationPayloadProto.java
@@ -43,14 +43,15 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
"\n9google/cloud/deploy/v1/rollout_notific"
+ "ation_payload.proto\022\026google.cloud.deploy"
+ ".v1\032&google/cloud/deploy/v1/log_enums.pr"
- + "oto\"\246\001\n\030RolloutNotificationEvent\022\017\n\007mess"
+ + "oto\"\314\001\n\030RolloutNotificationEvent\022\017\n\007mess"
+ "age\030\001 \001(\t\022\024\n\014pipeline_uid\030\002 \001(\t\022\023\n\013relea"
- + "se_uid\030\003 \001(\t\022\017\n\007rollout\030\004 \001(\t\022*\n\004type\030\005 "
- + "\001(\0162\034.google.cloud.deploy.v1.Type\022\021\n\ttar"
- + "get_id\030\006 \001(\tBs\n\032com.google.cloud.deploy."
- + "v1B\037RolloutNotificationPayloadProtoP\001Z2c"
- + "loud.google.com/go/deploy/apiv1/deploypb"
- + ";deploypbb\006proto3"
+ + "se_uid\030\003 \001(\t\022\017\n\007release\030\007 \001(\t\022\023\n\013rollout"
+ + "_uid\030\010 \001(\t\022\017\n\007rollout\030\004 \001(\t\022\021\n\ttarget_id"
+ + "\030\006 \001(\t\022*\n\004type\030\005 \001(\0162\034.google.cloud.depl"
+ + "oy.v1.TypeBs\n\032com.google.cloud.deploy.v1"
+ + "B\037RolloutNotificationPayloadProtoP\001Z2clo"
+ + "ud.google.com/go/deploy/apiv1/deploypb;d"
+ + "eploypbb\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -64,7 +65,14 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_deploy_v1_RolloutNotificationEvent_descriptor,
new java.lang.String[] {
- "Message", "PipelineUid", "ReleaseUid", "Rollout", "Type", "TargetId",
+ "Message",
+ "PipelineUid",
+ "ReleaseUid",
+ "Release",
+ "RolloutUid",
+ "Rollout",
+ "TargetId",
+ "Type",
});
com.google.cloud.deploy.v1.LogEnumsProto.getDescriptor();
}
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutUpdateEvent.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutUpdateEvent.java
index 7cd5118d06d6..66c7c77bab2e 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutUpdateEvent.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutUpdateEvent.java
@@ -39,13 +39,14 @@ private RolloutUpdateEvent(com.google.protobuf.GeneratedMessageV3.Builder> bui
}
private RolloutUpdateEvent() {
+ message_ = "";
pipelineUid_ = "";
releaseUid_ = "";
+ release_ = "";
rollout_ = "";
targetId_ = "";
- rolloutUpdateType_ = 0;
- message_ = "";
type_ = 0;
+ rolloutUpdateType_ = 0;
}
@java.lang.Override
@@ -471,6 +472,57 @@ private RolloutUpdateType(int value) {
// @@protoc_insertion_point(enum_scope:google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType)
}
+ public static final int MESSAGE_FIELD_NUMBER = 6;
+
+ @SuppressWarnings("serial")
+ private volatile java.lang.Object message_ = "";
+ /**
+ *
+ *
+ *
+ * Debug message for when a rollout update event occurs.
+ *
+ *
+ * string message = 6;
+ *
+ * @return The message.
+ */
+ @java.lang.Override
+ public java.lang.String getMessage() {
+ java.lang.Object ref = message_;
+ if (ref instanceof java.lang.String) {
+ return (java.lang.String) ref;
+ } else {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ message_ = s;
+ return s;
+ }
+ }
+ /**
+ *
+ *
+ *
+ * Debug message for when a rollout update event occurs.
+ *
+ *
+ * string message = 6;
+ *
+ * @return The bytes for message.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString getMessageBytes() {
+ java.lang.Object ref = message_;
+ if (ref instanceof java.lang.String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ message_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
+ }
+
public static final int PIPELINE_UID_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
@@ -573,30 +625,30 @@ public com.google.protobuf.ByteString getReleaseUidBytes() {
}
}
- public static final int ROLLOUT_FIELD_NUMBER = 3;
+ public static final int RELEASE_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
- private volatile java.lang.Object rollout_ = "";
+ private volatile java.lang.Object release_ = "";
/**
*
*
*
- * The name of the rollout.
+ * The name of the `Release`.
*
*
- * string rollout = 3;
+ * string release = 8;
*
- * @return The rollout.
+ * @return The release.
*/
@java.lang.Override
- public java.lang.String getRollout() {
- java.lang.Object ref = rollout_;
+ public java.lang.String getRelease() {
+ java.lang.Object ref = release_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
- rollout_ = s;
+ release_ = s;
return s;
}
}
@@ -604,50 +656,52 @@ public java.lang.String getRollout() {
*
*
*
- * The name of the rollout.
+ * The name of the `Release`.
*
*
- * string rollout = 3;
+ * string release = 8;
*
- * @return The bytes for rollout.
+ * @return The bytes for release.
*/
@java.lang.Override
- public com.google.protobuf.ByteString getRolloutBytes() {
- java.lang.Object ref = rollout_;
+ public com.google.protobuf.ByteString getReleaseBytes() {
+ java.lang.Object ref = release_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
- rollout_ = b;
+ release_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
- public static final int TARGET_ID_FIELD_NUMBER = 4;
+ public static final int ROLLOUT_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
- private volatile java.lang.Object targetId_ = "";
+ private volatile java.lang.Object rollout_ = "";
/**
*
*
*
- * ID of the target.
+ * The name of the rollout.
+ * rollout_uid is not in this log message because we write some of these log
+ * messages at rollout creation time, before we've generated the uid.
*
*
- * string target_id = 4;
+ * string rollout = 3;
*
- * @return The targetId.
+ * @return The rollout.
*/
@java.lang.Override
- public java.lang.String getTargetId() {
- java.lang.Object ref = targetId_;
+ public java.lang.String getRollout() {
+ java.lang.Object ref = rollout_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
- targetId_ = s;
+ rollout_ = s;
return s;
}
}
@@ -655,90 +709,52 @@ public java.lang.String getTargetId() {
*
*
*
- * ID of the target.
+ * The name of the rollout.
+ * rollout_uid is not in this log message because we write some of these log
+ * messages at rollout creation time, before we've generated the uid.
*
*
- * string target_id = 4;
+ * string rollout = 3;
*
- * @return The bytes for targetId.
+ * @return The bytes for rollout.
*/
@java.lang.Override
- public com.google.protobuf.ByteString getTargetIdBytes() {
- java.lang.Object ref = targetId_;
+ public com.google.protobuf.ByteString getRolloutBytes() {
+ java.lang.Object ref = rollout_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
- targetId_ = b;
+ rollout_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
- public static final int ROLLOUT_UPDATE_TYPE_FIELD_NUMBER = 5;
- private int rolloutUpdateType_ = 0;
- /**
- *
- *
- *
- * The type of the rollout update.
- *
- *
- * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
- *
- *
- * @return The enum numeric value on the wire for rolloutUpdateType.
- */
- @java.lang.Override
- public int getRolloutUpdateTypeValue() {
- return rolloutUpdateType_;
- }
- /**
- *
- *
- *
- * The type of the rollout update.
- *
- *
- * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
- *
- *
- * @return The rolloutUpdateType.
- */
- @java.lang.Override
- public com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType getRolloutUpdateType() {
- com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType result =
- com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType.forNumber(
- rolloutUpdateType_);
- return result == null
- ? com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType.UNRECOGNIZED
- : result;
- }
-
- public static final int MESSAGE_FIELD_NUMBER = 6;
+ public static final int TARGET_ID_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
- private volatile java.lang.Object message_ = "";
+ private volatile java.lang.Object targetId_ = "";
/**
*
*
*
- * Debug message for when a rollout update event occurs.
+ * ID of the target.
*
*
- * string message = 6;
+ * string target_id = 4;
*
- * @return The message.
+ * @return The targetId.
*/
@java.lang.Override
- public java.lang.String getMessage() {
- java.lang.Object ref = message_;
+ public java.lang.String getTargetId() {
+ java.lang.Object ref = targetId_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
- message_ = s;
+ targetId_ = s;
return s;
}
}
@@ -746,20 +762,20 @@ public java.lang.String getMessage() {
*
*
*
- * Debug message for when a rollout update event occurs.
+ * ID of the target.
*
*
- * string message = 6;
+ * string target_id = 4;
*
- * @return The bytes for message.
+ * @return The bytes for targetId.
*/
@java.lang.Override
- public com.google.protobuf.ByteString getMessageBytes() {
- java.lang.Object ref = message_;
+ public com.google.protobuf.ByteString getTargetIdBytes() {
+ java.lang.Object ref = targetId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
- message_ = b;
+ targetId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
@@ -800,6 +816,46 @@ public com.google.cloud.deploy.v1.Type getType() {
return result == null ? com.google.cloud.deploy.v1.Type.UNRECOGNIZED : result;
}
+ public static final int ROLLOUT_UPDATE_TYPE_FIELD_NUMBER = 5;
+ private int rolloutUpdateType_ = 0;
+ /**
+ *
+ *
+ *
+ * The type of the rollout update.
+ *
+ *
+ * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
+ *
+ *
+ * @return The enum numeric value on the wire for rolloutUpdateType.
+ */
+ @java.lang.Override
+ public int getRolloutUpdateTypeValue() {
+ return rolloutUpdateType_;
+ }
+ /**
+ *
+ *
+ *
+ * The type of the rollout update.
+ *
+ *
+ * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
+ *
+ *
+ * @return The rolloutUpdateType.
+ */
+ @java.lang.Override
+ public com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType getRolloutUpdateType() {
+ com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType result =
+ com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType.forNumber(
+ rolloutUpdateType_);
+ return result == null
+ ? com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType.UNRECOGNIZED
+ : result;
+ }
+
private byte memoizedIsInitialized = -1;
@java.lang.Override
@@ -838,6 +894,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (type_ != com.google.cloud.deploy.v1.Type.TYPE_UNSPECIFIED.getNumber()) {
output.writeEnum(7, type_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(release_)) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 8, release_);
+ }
getUnknownFields().writeTo(output);
}
@@ -871,6 +930,9 @@ public int getSerializedSize() {
if (type_ != com.google.cloud.deploy.v1.Type.TYPE_UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(7, type_);
}
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(release_)) {
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, release_);
+ }
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
@@ -887,13 +949,14 @@ public boolean equals(final java.lang.Object obj) {
com.google.cloud.deploy.v1.RolloutUpdateEvent other =
(com.google.cloud.deploy.v1.RolloutUpdateEvent) obj;
+ if (!getMessage().equals(other.getMessage())) return false;
if (!getPipelineUid().equals(other.getPipelineUid())) return false;
if (!getReleaseUid().equals(other.getReleaseUid())) return false;
+ if (!getRelease().equals(other.getRelease())) return false;
if (!getRollout().equals(other.getRollout())) return false;
if (!getTargetId().equals(other.getTargetId())) return false;
- if (rolloutUpdateType_ != other.rolloutUpdateType_) return false;
- if (!getMessage().equals(other.getMessage())) return false;
if (type_ != other.type_) return false;
+ if (rolloutUpdateType_ != other.rolloutUpdateType_) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@@ -905,20 +968,22 @@ public int hashCode() {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
+ hash = (37 * hash) + MESSAGE_FIELD_NUMBER;
+ hash = (53 * hash) + getMessage().hashCode();
hash = (37 * hash) + PIPELINE_UID_FIELD_NUMBER;
hash = (53 * hash) + getPipelineUid().hashCode();
hash = (37 * hash) + RELEASE_UID_FIELD_NUMBER;
hash = (53 * hash) + getReleaseUid().hashCode();
+ hash = (37 * hash) + RELEASE_FIELD_NUMBER;
+ hash = (53 * hash) + getRelease().hashCode();
hash = (37 * hash) + ROLLOUT_FIELD_NUMBER;
hash = (53 * hash) + getRollout().hashCode();
hash = (37 * hash) + TARGET_ID_FIELD_NUMBER;
hash = (53 * hash) + getTargetId().hashCode();
- hash = (37 * hash) + ROLLOUT_UPDATE_TYPE_FIELD_NUMBER;
- hash = (53 * hash) + rolloutUpdateType_;
- hash = (37 * hash) + MESSAGE_FIELD_NUMBER;
- hash = (53 * hash) + getMessage().hashCode();
hash = (37 * hash) + TYPE_FIELD_NUMBER;
hash = (53 * hash) + type_;
+ hash = (37 * hash) + ROLLOUT_UPDATE_TYPE_FIELD_NUMBER;
+ hash = (53 * hash) + rolloutUpdateType_;
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
@@ -1059,13 +1124,14 @@ private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
public Builder clear() {
super.clear();
bitField0_ = 0;
+ message_ = "";
pipelineUid_ = "";
releaseUid_ = "";
+ release_ = "";
rollout_ = "";
targetId_ = "";
- rolloutUpdateType_ = 0;
- message_ = "";
type_ = 0;
+ rolloutUpdateType_ = 0;
return this;
}
@@ -1103,26 +1169,29 @@ public com.google.cloud.deploy.v1.RolloutUpdateEvent buildPartial() {
private void buildPartial0(com.google.cloud.deploy.v1.RolloutUpdateEvent result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
- result.pipelineUid_ = pipelineUid_;
+ result.message_ = message_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
- result.releaseUid_ = releaseUid_;
+ result.pipelineUid_ = pipelineUid_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
- result.rollout_ = rollout_;
+ result.releaseUid_ = releaseUid_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
- result.targetId_ = targetId_;
+ result.release_ = release_;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
- result.rolloutUpdateType_ = rolloutUpdateType_;
+ result.rollout_ = rollout_;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
- result.message_ = message_;
+ result.targetId_ = targetId_;
}
if (((from_bitField0_ & 0x00000040) != 0)) {
result.type_ = type_;
}
+ if (((from_bitField0_ & 0x00000080) != 0)) {
+ result.rolloutUpdateType_ = rolloutUpdateType_;
+ }
}
@java.lang.Override
@@ -1170,37 +1239,42 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
public Builder mergeFrom(com.google.cloud.deploy.v1.RolloutUpdateEvent other) {
if (other == com.google.cloud.deploy.v1.RolloutUpdateEvent.getDefaultInstance()) return this;
+ if (!other.getMessage().isEmpty()) {
+ message_ = other.message_;
+ bitField0_ |= 0x00000001;
+ onChanged();
+ }
if (!other.getPipelineUid().isEmpty()) {
pipelineUid_ = other.pipelineUid_;
- bitField0_ |= 0x00000001;
+ bitField0_ |= 0x00000002;
onChanged();
}
if (!other.getReleaseUid().isEmpty()) {
releaseUid_ = other.releaseUid_;
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000004;
+ onChanged();
+ }
+ if (!other.getRelease().isEmpty()) {
+ release_ = other.release_;
+ bitField0_ |= 0x00000008;
onChanged();
}
if (!other.getRollout().isEmpty()) {
rollout_ = other.rollout_;
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000010;
onChanged();
}
if (!other.getTargetId().isEmpty()) {
targetId_ = other.targetId_;
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000020;
onChanged();
}
+ if (other.type_ != 0) {
+ setTypeValue(other.getTypeValue());
+ }
if (other.rolloutUpdateType_ != 0) {
setRolloutUpdateTypeValue(other.getRolloutUpdateTypeValue());
}
- if (!other.getMessage().isEmpty()) {
- message_ = other.message_;
- bitField0_ |= 0x00000020;
- onChanged();
- }
- if (other.type_ != 0) {
- setTypeValue(other.getTypeValue());
- }
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
@@ -1230,37 +1304,37 @@ public Builder mergeFrom(
case 10:
{
pipelineUid_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000001;
+ bitField0_ |= 0x00000002;
break;
} // case 10
case 18:
{
releaseUid_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000002;
+ bitField0_ |= 0x00000004;
break;
} // case 18
case 26:
{
rollout_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000010;
break;
} // case 26
case 34:
{
targetId_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000020;
break;
} // case 34
case 40:
{
rolloutUpdateType_ = input.readEnum();
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000080;
break;
} // case 40
case 50:
{
message_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000001;
break;
} // case 50
case 56:
@@ -1269,6 +1343,12 @@ public Builder mergeFrom(
bitField0_ |= 0x00000040;
break;
} // case 56
+ case 66:
+ {
+ release_ = input.readStringRequireUtf8();
+ bitField0_ |= 0x00000008;
+ break;
+ } // case 66
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
@@ -1288,24 +1368,24 @@ public Builder mergeFrom(
private int bitField0_;
- private java.lang.Object pipelineUid_ = "";
+ private java.lang.Object message_ = "";
/**
*
*
*
- * Unique identifier of the pipeline.
+ * Debug message for when a rollout update event occurs.
*
*
- * string pipeline_uid = 1;
+ * string message = 6;
*
- * @return The pipelineUid.
+ * @return The message.
*/
- public java.lang.String getPipelineUid() {
- java.lang.Object ref = pipelineUid_;
+ public java.lang.String getMessage() {
+ java.lang.Object ref = message_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
- pipelineUid_ = s;
+ message_ = s;
return s;
} else {
return (java.lang.String) ref;
@@ -1315,19 +1395,19 @@ public java.lang.String getPipelineUid() {
*
*
*
- * Unique identifier of the pipeline.
+ * Debug message for when a rollout update event occurs.
*
*
- * string pipeline_uid = 1;
+ * string message = 6;
*
- * @return The bytes for pipelineUid.
+ * @return The bytes for message.
*/
- public com.google.protobuf.ByteString getPipelineUidBytes() {
- java.lang.Object ref = pipelineUid_;
+ public com.google.protobuf.ByteString getMessageBytes() {
+ java.lang.Object ref = message_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
- pipelineUid_ = b;
+ message_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
@@ -1337,19 +1417,19 @@ public com.google.protobuf.ByteString getPipelineUidBytes() {
*
*
*
- * Unique identifier of the pipeline.
+ * Debug message for when a rollout update event occurs.
*
*
- * string pipeline_uid = 1;
+ * string message = 6;
*
- * @param value The pipelineUid to set.
+ * @param value The message to set.
* @return This builder for chaining.
*/
- public Builder setPipelineUid(java.lang.String value) {
+ public Builder setMessage(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
- pipelineUid_ = value;
+ message_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
@@ -1358,15 +1438,15 @@ public Builder setPipelineUid(java.lang.String value) {
*
*
*
- * Unique identifier of the pipeline.
+ * Debug message for when a rollout update event occurs.
*
*
- * string pipeline_uid = 1;
+ * string message = 6;
*
* @return This builder for chaining.
*/
- public Builder clearPipelineUid() {
- pipelineUid_ = getDefaultInstance().getPipelineUid();
+ public Builder clearMessage() {
+ message_ = getDefaultInstance().getMessage();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
@@ -1375,43 +1455,43 @@ public Builder clearPipelineUid() {
*
*
*
- * Unique identifier of the pipeline.
+ * Debug message for when a rollout update event occurs.
*
*
- * string pipeline_uid = 1;
+ * string message = 6;
*
- * @param value The bytes for pipelineUid to set.
+ * @param value The bytes for message to set.
* @return This builder for chaining.
*/
- public Builder setPipelineUidBytes(com.google.protobuf.ByteString value) {
+ public Builder setMessageBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
- pipelineUid_ = value;
+ message_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
- private java.lang.Object releaseUid_ = "";
+ private java.lang.Object pipelineUid_ = "";
/**
*
*
*
- * Unique identifier of the release.
+ * Unique identifier of the pipeline.
*
*
- * string release_uid = 2;
+ * string pipeline_uid = 1;
*
- * @return The releaseUid.
+ * @return The pipelineUid.
*/
- public java.lang.String getReleaseUid() {
- java.lang.Object ref = releaseUid_;
+ public java.lang.String getPipelineUid() {
+ java.lang.Object ref = pipelineUid_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
- releaseUid_ = s;
+ pipelineUid_ = s;
return s;
} else {
return (java.lang.String) ref;
@@ -1421,19 +1501,19 @@ public java.lang.String getReleaseUid() {
*
*
*
- * Unique identifier of the release.
+ * Unique identifier of the pipeline.
*
*
- * string release_uid = 2;
+ * string pipeline_uid = 1;
*
- * @return The bytes for releaseUid.
+ * @return The bytes for pipelineUid.
*/
- public com.google.protobuf.ByteString getReleaseUidBytes() {
- java.lang.Object ref = releaseUid_;
+ public com.google.protobuf.ByteString getPipelineUidBytes() {
+ java.lang.Object ref = pipelineUid_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
- releaseUid_ = b;
+ pipelineUid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
@@ -1443,19 +1523,19 @@ public com.google.protobuf.ByteString getReleaseUidBytes() {
*
*
*
- * Unique identifier of the release.
+ * Unique identifier of the pipeline.
*
*
- * string release_uid = 2;
+ * string pipeline_uid = 1;
*
- * @param value The releaseUid to set.
+ * @param value The pipelineUid to set.
* @return This builder for chaining.
*/
- public Builder setReleaseUid(java.lang.String value) {
+ public Builder setPipelineUid(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
- releaseUid_ = value;
+ pipelineUid_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
@@ -1464,15 +1544,15 @@ public Builder setReleaseUid(java.lang.String value) {
*
*
*
- * Unique identifier of the release.
+ * Unique identifier of the pipeline.
*
*
- * string release_uid = 2;
+ * string pipeline_uid = 1;
*
* @return This builder for chaining.
*/
- public Builder clearReleaseUid() {
- releaseUid_ = getDefaultInstance().getReleaseUid();
+ public Builder clearPipelineUid() {
+ pipelineUid_ = getDefaultInstance().getPipelineUid();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
@@ -1481,43 +1561,43 @@ public Builder clearReleaseUid() {
*
*
*
- * Unique identifier of the release.
+ * Unique identifier of the pipeline.
*
*
- * string release_uid = 2;
+ * string pipeline_uid = 1;
*
- * @param value The bytes for releaseUid to set.
+ * @param value The bytes for pipelineUid to set.
* @return This builder for chaining.
*/
- public Builder setReleaseUidBytes(com.google.protobuf.ByteString value) {
+ public Builder setPipelineUidBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
- releaseUid_ = value;
+ pipelineUid_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
- private java.lang.Object rollout_ = "";
+ private java.lang.Object releaseUid_ = "";
/**
*
*
*
- * The name of the rollout.
+ * Unique identifier of the release.
*
*
- * string rollout = 3;
+ * string release_uid = 2;
*
- * @return The rollout.
+ * @return The releaseUid.
*/
- public java.lang.String getRollout() {
- java.lang.Object ref = rollout_;
+ public java.lang.String getReleaseUid() {
+ java.lang.Object ref = releaseUid_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
- rollout_ = s;
+ releaseUid_ = s;
return s;
} else {
return (java.lang.String) ref;
@@ -1527,19 +1607,19 @@ public java.lang.String getRollout() {
*
*
*
- * The name of the rollout.
+ * Unique identifier of the release.
*
*
- * string rollout = 3;
+ * string release_uid = 2;
*
- * @return The bytes for rollout.
+ * @return The bytes for releaseUid.
*/
- public com.google.protobuf.ByteString getRolloutBytes() {
- java.lang.Object ref = rollout_;
+ public com.google.protobuf.ByteString getReleaseUidBytes() {
+ java.lang.Object ref = releaseUid_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
- rollout_ = b;
+ releaseUid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
@@ -1549,19 +1629,19 @@ public com.google.protobuf.ByteString getRolloutBytes() {
*
*
*
- * The name of the rollout.
+ * Unique identifier of the release.
*
*
- * string rollout = 3;
+ * string release_uid = 2;
*
- * @param value The rollout to set.
+ * @param value The releaseUid to set.
* @return This builder for chaining.
*/
- public Builder setRollout(java.lang.String value) {
+ public Builder setReleaseUid(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
- rollout_ = value;
+ releaseUid_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
@@ -1570,15 +1650,15 @@ public Builder setRollout(java.lang.String value) {
*
*
*
- * The name of the rollout.
+ * Unique identifier of the release.
*
*
- * string rollout = 3;
+ * string release_uid = 2;
*
* @return This builder for chaining.
*/
- public Builder clearRollout() {
- rollout_ = getDefaultInstance().getRollout();
+ public Builder clearReleaseUid() {
+ releaseUid_ = getDefaultInstance().getReleaseUid();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
@@ -1587,43 +1667,43 @@ public Builder clearRollout() {
*
*
*
- * The name of the rollout.
+ * Unique identifier of the release.
*
*
- * string rollout = 3;
+ * string release_uid = 2;
*
- * @param value The bytes for rollout to set.
+ * @param value The bytes for releaseUid to set.
* @return This builder for chaining.
*/
- public Builder setRolloutBytes(com.google.protobuf.ByteString value) {
+ public Builder setReleaseUidBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
- rollout_ = value;
+ releaseUid_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
- private java.lang.Object targetId_ = "";
+ private java.lang.Object release_ = "";
/**
*
*
*
- * ID of the target.
+ * The name of the `Release`.
*
*
- * string target_id = 4;
+ * string release = 8;
*
- * @return The targetId.
+ * @return The release.
*/
- public java.lang.String getTargetId() {
- java.lang.Object ref = targetId_;
+ public java.lang.String getRelease() {
+ java.lang.Object ref = release_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
- targetId_ = s;
+ release_ = s;
return s;
} else {
return (java.lang.String) ref;
@@ -1633,19 +1713,19 @@ public java.lang.String getTargetId() {
*
*
*
- * ID of the target.
+ * The name of the `Release`.
*
*
- * string target_id = 4;
+ * string release = 8;
*
- * @return The bytes for targetId.
+ * @return The bytes for release.
*/
- public com.google.protobuf.ByteString getTargetIdBytes() {
- java.lang.Object ref = targetId_;
+ public com.google.protobuf.ByteString getReleaseBytes() {
+ java.lang.Object ref = release_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
- targetId_ = b;
+ release_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
@@ -1655,19 +1735,19 @@ public com.google.protobuf.ByteString getTargetIdBytes() {
*
*
*
- * ID of the target.
+ * The name of the `Release`.
*
*
- * string target_id = 4;
+ * string release = 8;
*
- * @param value The targetId to set.
+ * @param value The release to set.
* @return This builder for chaining.
*/
- public Builder setTargetId(java.lang.String value) {
+ public Builder setRelease(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
- targetId_ = value;
+ release_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
@@ -1676,15 +1756,15 @@ public Builder setTargetId(java.lang.String value) {
*
*
*
- * ID of the target.
+ * The name of the `Release`.
*
*
- * string target_id = 4;
+ * string release = 8;
*
* @return This builder for chaining.
*/
- public Builder clearTargetId() {
- targetId_ = getDefaultInstance().getTargetId();
+ public Builder clearRelease() {
+ release_ = getDefaultInstance().getRelease();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
@@ -1693,102 +1773,113 @@ public Builder clearTargetId() {
*
*
*
- * ID of the target.
+ * The name of the `Release`.
*
*
- * string target_id = 4;
+ * string release = 8;
*
- * @param value The bytes for targetId to set.
+ * @param value The bytes for release to set.
* @return This builder for chaining.
*/
- public Builder setTargetIdBytes(com.google.protobuf.ByteString value) {
+ public Builder setReleaseBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
- targetId_ = value;
+ release_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
- private int rolloutUpdateType_ = 0;
+ private java.lang.Object rollout_ = "";
/**
*
*
*
- * The type of the rollout update.
+ * The name of the rollout.
+ * rollout_uid is not in this log message because we write some of these log
+ * messages at rollout creation time, before we've generated the uid.
*
*
- * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
- *
+ * string rollout = 3;
*
- * @return The enum numeric value on the wire for rolloutUpdateType.
+ * @return The rollout.
*/
- @java.lang.Override
- public int getRolloutUpdateTypeValue() {
- return rolloutUpdateType_;
+ public java.lang.String getRollout() {
+ java.lang.Object ref = rollout_;
+ if (!(ref instanceof java.lang.String)) {
+ com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
+ java.lang.String s = bs.toStringUtf8();
+ rollout_ = s;
+ return s;
+ } else {
+ return (java.lang.String) ref;
+ }
}
/**
*
*
*
- * The type of the rollout update.
+ * The name of the rollout.
+ * rollout_uid is not in this log message because we write some of these log
+ * messages at rollout creation time, before we've generated the uid.
*
*
- * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
- *
+ * string rollout = 3;
*
- * @param value The enum numeric value on the wire for rolloutUpdateType to set.
- * @return This builder for chaining.
+ * @return The bytes for rollout.
*/
- public Builder setRolloutUpdateTypeValue(int value) {
- rolloutUpdateType_ = value;
- bitField0_ |= 0x00000010;
- onChanged();
- return this;
+ public com.google.protobuf.ByteString getRolloutBytes() {
+ java.lang.Object ref = rollout_;
+ if (ref instanceof String) {
+ com.google.protobuf.ByteString b =
+ com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
+ rollout_ = b;
+ return b;
+ } else {
+ return (com.google.protobuf.ByteString) ref;
+ }
}
/**
*
*
*
- * The type of the rollout update.
+ * The name of the rollout.
+ * rollout_uid is not in this log message because we write some of these log
+ * messages at rollout creation time, before we've generated the uid.
*
*
- * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
- *
+ * string rollout = 3;
*
- * @return The rolloutUpdateType.
+ * @param value The rollout to set.
+ * @return This builder for chaining.
*/
- @java.lang.Override
- public com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType getRolloutUpdateType() {
- com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType result =
- com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType.forNumber(
- rolloutUpdateType_);
- return result == null
- ? com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType.UNRECOGNIZED
- : result;
+ public Builder setRollout(java.lang.String value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ rollout_ = value;
+ bitField0_ |= 0x00000010;
+ onChanged();
+ return this;
}
/**
*
*
*
- * The type of the rollout update.
+ * The name of the rollout.
+ * rollout_uid is not in this log message because we write some of these log
+ * messages at rollout creation time, before we've generated the uid.
*
*
- * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
- *
+ * string rollout = 3;
*
- * @param value The rolloutUpdateType to set.
* @return This builder for chaining.
*/
- public Builder setRolloutUpdateType(
- com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType value) {
- if (value == null) {
- throw new NullPointerException();
- }
- bitField0_ |= 0x00000010;
- rolloutUpdateType_ = value.getNumber();
+ public Builder clearRollout() {
+ rollout_ = getDefaultInstance().getRollout();
+ bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
@@ -1796,39 +1887,45 @@ public Builder setRolloutUpdateType(
*
*
*
- * The type of the rollout update.
+ * The name of the rollout.
+ * rollout_uid is not in this log message because we write some of these log
+ * messages at rollout creation time, before we've generated the uid.
*
*
- * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
- *
+ * string rollout = 3;
*
+ * @param value The bytes for rollout to set.
* @return This builder for chaining.
*/
- public Builder clearRolloutUpdateType() {
- bitField0_ = (bitField0_ & ~0x00000010);
- rolloutUpdateType_ = 0;
+ public Builder setRolloutBytes(com.google.protobuf.ByteString value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ checkByteStringIsUtf8(value);
+ rollout_ = value;
+ bitField0_ |= 0x00000010;
onChanged();
return this;
}
- private java.lang.Object message_ = "";
+ private java.lang.Object targetId_ = "";
/**
*
*
*
- * Debug message for when a rollout update event occurs.
+ * ID of the target.
*
*
- * string message = 6;
+ * string target_id = 4;
*
- * @return The message.
+ * @return The targetId.
*/
- public java.lang.String getMessage() {
- java.lang.Object ref = message_;
+ public java.lang.String getTargetId() {
+ java.lang.Object ref = targetId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
- message_ = s;
+ targetId_ = s;
return s;
} else {
return (java.lang.String) ref;
@@ -1838,19 +1935,19 @@ public java.lang.String getMessage() {
*
*
*
- * Debug message for when a rollout update event occurs.
+ * ID of the target.
*
*
- * string message = 6;
+ * string target_id = 4;
*
- * @return The bytes for message.
+ * @return The bytes for targetId.
*/
- public com.google.protobuf.ByteString getMessageBytes() {
- java.lang.Object ref = message_;
+ public com.google.protobuf.ByteString getTargetIdBytes() {
+ java.lang.Object ref = targetId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
- message_ = b;
+ targetId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
@@ -1860,19 +1957,19 @@ public com.google.protobuf.ByteString getMessageBytes() {
*
*
*
- * Debug message for when a rollout update event occurs.
+ * ID of the target.
*
*
- * string message = 6;
+ * string target_id = 4;
*
- * @param value The message to set.
+ * @param value The targetId to set.
* @return This builder for chaining.
*/
- public Builder setMessage(java.lang.String value) {
+ public Builder setTargetId(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
- message_ = value;
+ targetId_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
@@ -1881,15 +1978,15 @@ public Builder setMessage(java.lang.String value) {
*
*
*
- * Debug message for when a rollout update event occurs.
+ * ID of the target.
*
*
- * string message = 6;
+ * string target_id = 4;
*
* @return This builder for chaining.
*/
- public Builder clearMessage() {
- message_ = getDefaultInstance().getMessage();
+ public Builder clearTargetId() {
+ targetId_ = getDefaultInstance().getTargetId();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
@@ -1898,20 +1995,20 @@ public Builder clearMessage() {
*
*
*
- * Debug message for when a rollout update event occurs.
+ * ID of the target.
*
*
- * string message = 6;
+ * string target_id = 4;
*
- * @param value The bytes for message to set.
+ * @param value The bytes for targetId to set.
* @return This builder for chaining.
*/
- public Builder setMessageBytes(com.google.protobuf.ByteString value) {
+ public Builder setTargetIdBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
- message_ = value;
+ targetId_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
@@ -2006,6 +2103,105 @@ public Builder clearType() {
return this;
}
+ private int rolloutUpdateType_ = 0;
+ /**
+ *
+ *
+ *
+ * The type of the rollout update.
+ *
+ *
+ * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
+ *
+ *
+ * @return The enum numeric value on the wire for rolloutUpdateType.
+ */
+ @java.lang.Override
+ public int getRolloutUpdateTypeValue() {
+ return rolloutUpdateType_;
+ }
+ /**
+ *
+ *
+ *
+ * The type of the rollout update.
+ *
+ *
+ * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
+ *
+ *
+ * @param value The enum numeric value on the wire for rolloutUpdateType to set.
+ * @return This builder for chaining.
+ */
+ public Builder setRolloutUpdateTypeValue(int value) {
+ rolloutUpdateType_ = value;
+ bitField0_ |= 0x00000080;
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * The type of the rollout update.
+ *
+ *
+ * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
+ *
+ *
+ * @return The rolloutUpdateType.
+ */
+ @java.lang.Override
+ public com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType getRolloutUpdateType() {
+ com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType result =
+ com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType.forNumber(
+ rolloutUpdateType_);
+ return result == null
+ ? com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType.UNRECOGNIZED
+ : result;
+ }
+ /**
+ *
+ *
+ *
+ * The type of the rollout update.
+ *
+ *
+ * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
+ *
+ *
+ * @param value The rolloutUpdateType to set.
+ * @return This builder for chaining.
+ */
+ public Builder setRolloutUpdateType(
+ com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ bitField0_ |= 0x00000080;
+ rolloutUpdateType_ = value.getNumber();
+ onChanged();
+ return this;
+ }
+ /**
+ *
+ *
+ *
+ * The type of the rollout update.
+ *
+ *
+ * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
+ *
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearRolloutUpdateType() {
+ bitField0_ = (bitField0_ & ~0x00000080);
+ rolloutUpdateType_ = 0;
+ onChanged();
+ return this;
+ }
+
@java.lang.Override
public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutUpdateEventOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutUpdateEventOrBuilder.java
index b96e8aed835f..35a89eb60cb6 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutUpdateEventOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutUpdateEventOrBuilder.java
@@ -23,6 +23,31 @@ public interface RolloutUpdateEventOrBuilder
// @@protoc_insertion_point(interface_extends:google.cloud.deploy.v1.RolloutUpdateEvent)
com.google.protobuf.MessageOrBuilder {
+ /**
+ *
+ *
+ *
+ * Debug message for when a rollout update event occurs.
+ *
+ *
+ * string message = 6;
+ *
+ * @return The message.
+ */
+ java.lang.String getMessage();
+ /**
+ *
+ *
+ *
+ * Debug message for when a rollout update event occurs.
+ *
+ *
+ * string message = 6;
+ *
+ * @return The bytes for message.
+ */
+ com.google.protobuf.ByteString getMessageBytes();
+
/**
*
*
@@ -77,126 +102,130 @@ public interface RolloutUpdateEventOrBuilder
*
*
*
- * The name of the rollout.
+ * The name of the `Release`.
*
*
- * string rollout = 3;
+ * string release = 8;
*
- * @return The rollout.
+ * @return The release.
*/
- java.lang.String getRollout();
+ java.lang.String getRelease();
/**
*
*
*
- * The name of the rollout.
+ * The name of the `Release`.
*
*
- * string rollout = 3;
+ * string release = 8;
*
- * @return The bytes for rollout.
+ * @return The bytes for release.
*/
- com.google.protobuf.ByteString getRolloutBytes();
+ com.google.protobuf.ByteString getReleaseBytes();
/**
*
*
*
- * ID of the target.
+ * The name of the rollout.
+ * rollout_uid is not in this log message because we write some of these log
+ * messages at rollout creation time, before we've generated the uid.
*
*
- * string target_id = 4;
+ * string rollout = 3;
*
- * @return The targetId.
+ * @return The rollout.
*/
- java.lang.String getTargetId();
+ java.lang.String getRollout();
/**
*
*
*
- * ID of the target.
+ * The name of the rollout.
+ * rollout_uid is not in this log message because we write some of these log
+ * messages at rollout creation time, before we've generated the uid.
*
*
- * string target_id = 4;
+ * string rollout = 3;
*
- * @return The bytes for targetId.
+ * @return The bytes for rollout.
*/
- com.google.protobuf.ByteString getTargetIdBytes();
+ com.google.protobuf.ByteString getRolloutBytes();
/**
*
*
*
- * The type of the rollout update.
+ * ID of the target.
*
*
- * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
- *
+ * string target_id = 4;
*
- * @return The enum numeric value on the wire for rolloutUpdateType.
+ * @return The targetId.
*/
- int getRolloutUpdateTypeValue();
+ java.lang.String getTargetId();
/**
*
*
*
- * The type of the rollout update.
+ * ID of the target.
*
*
- * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
- *
+ * string target_id = 4;
*
- * @return The rolloutUpdateType.
+ * @return The bytes for targetId.
*/
- com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType getRolloutUpdateType();
+ com.google.protobuf.ByteString getTargetIdBytes();
/**
*
*
*
- * Debug message for when a rollout update event occurs.
+ * Type of this notification, e.g. for a rollout update event.
*
*
- * string message = 6;
+ * .google.cloud.deploy.v1.Type type = 7;
*
- * @return The message.
+ * @return The enum numeric value on the wire for type.
*/
- java.lang.String getMessage();
+ int getTypeValue();
/**
*
*
*
- * Debug message for when a rollout update event occurs.
+ * Type of this notification, e.g. for a rollout update event.
*
*
- * string message = 6;
+ * .google.cloud.deploy.v1.Type type = 7;
*
- * @return The bytes for message.
+ * @return The type.
*/
- com.google.protobuf.ByteString getMessageBytes();
+ com.google.cloud.deploy.v1.Type getType();
/**
*
*
*
- * Type of this notification, e.g. for a rollout update event.
+ * The type of the rollout update.
*
*
- * .google.cloud.deploy.v1.Type type = 7;
+ * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
+ *
*
- * @return The enum numeric value on the wire for type.
+ * @return The enum numeric value on the wire for rolloutUpdateType.
*/
- int getTypeValue();
+ int getRolloutUpdateTypeValue();
/**
*
*
*
- * Type of this notification, e.g. for a rollout update event.
+ * The type of the rollout update.
*
*
- * .google.cloud.deploy.v1.Type type = 7;
+ * .google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
+ *
*
- * @return The type.
+ * @return The rolloutUpdateType.
*/
- com.google.cloud.deploy.v1.Type getType();
+ com.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType getRolloutUpdateType();
}
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutUpdatePayloadProto.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutUpdatePayloadProto.java
index ce656c2eb2ea..d46c6be0882b 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutUpdatePayloadProto.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/RolloutUpdatePayloadProto.java
@@ -42,23 +42,24 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
java.lang.String[] descriptorData = {
"\n3google/cloud/deploy/v1/rollout_update_"
+ "payload.proto\022\026google.cloud.deploy.v1\032&g"
- + "oogle/cloud/deploy/v1/log_enums.proto\"\206\004"
- + "\n\022RolloutUpdateEvent\022\024\n\014pipeline_uid\030\001 \001"
- + "(\t\022\023\n\013release_uid\030\002 \001(\t\022\017\n\007rollout\030\003 \001(\t"
- + "\022\021\n\ttarget_id\030\004 \001(\t\022Y\n\023rollout_update_ty"
- + "pe\030\005 \001(\0162<.google.cloud.deploy.v1.Rollou"
- + "tUpdateEvent.RolloutUpdateType\022\017\n\007messag"
- + "e\030\006 \001(\t\022*\n\004type\030\007 \001(\0162\034.google.cloud.dep"
- + "loy.v1.Type\"\210\002\n\021RolloutUpdateType\022#\n\037ROL"
- + "LOUT_UPDATE_TYPE_UNSPECIFIED\020\000\022\013\n\007PENDIN"
- + "G\020\001\022\023\n\017PENDING_RELEASE\020\002\022\017\n\013IN_PROGRESS\020"
- + "\003\022\016\n\nCANCELLING\020\004\022\r\n\tCANCELLED\020\005\022\n\n\006HALT"
- + "ED\020\006\022\r\n\tSUCCEEDED\020\007\022\n\n\006FAILED\020\010\022\025\n\021APPRO"
- + "VAL_REQUIRED\020\t\022\014\n\010APPROVED\020\n\022\014\n\010REJECTED"
- + "\020\013\022\024\n\020ADVANCE_REQUIRED\020\014\022\014\n\010ADVANCED\020\rBm"
- + "\n\032com.google.cloud.deploy.v1B\031RolloutUpd"
- + "atePayloadProtoP\001Z2cloud.google.com/go/d"
- + "eploy/apiv1/deploypb;deploypbb\006proto3"
+ + "oogle/cloud/deploy/v1/log_enums.proto\"\227\004"
+ + "\n\022RolloutUpdateEvent\022\017\n\007message\030\006 \001(\t\022\024\n"
+ + "\014pipeline_uid\030\001 \001(\t\022\023\n\013release_uid\030\002 \001(\t"
+ + "\022\017\n\007release\030\010 \001(\t\022\017\n\007rollout\030\003 \001(\t\022\021\n\tta"
+ + "rget_id\030\004 \001(\t\022*\n\004type\030\007 \001(\0162\034.google.clo"
+ + "ud.deploy.v1.Type\022Y\n\023rollout_update_type"
+ + "\030\005 \001(\0162<.google.cloud.deploy.v1.RolloutU"
+ + "pdateEvent.RolloutUpdateType\"\210\002\n\021Rollout"
+ + "UpdateType\022#\n\037ROLLOUT_UPDATE_TYPE_UNSPEC"
+ + "IFIED\020\000\022\013\n\007PENDING\020\001\022\023\n\017PENDING_RELEASE\020"
+ + "\002\022\017\n\013IN_PROGRESS\020\003\022\016\n\nCANCELLING\020\004\022\r\n\tCA"
+ + "NCELLED\020\005\022\n\n\006HALTED\020\006\022\r\n\tSUCCEEDED\020\007\022\n\n\006"
+ + "FAILED\020\010\022\025\n\021APPROVAL_REQUIRED\020\t\022\014\n\010APPRO"
+ + "VED\020\n\022\014\n\010REJECTED\020\013\022\024\n\020ADVANCE_REQUIRED\020"
+ + "\014\022\014\n\010ADVANCED\020\rBm\n\032com.google.cloud.depl"
+ + "oy.v1B\031RolloutUpdatePayloadProtoP\001Z2clou"
+ + "d.google.com/go/deploy/apiv1/deploypb;de"
+ + "ploypbb\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -72,13 +73,14 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_google_cloud_deploy_v1_RolloutUpdateEvent_descriptor,
new java.lang.String[] {
+ "Message",
"PipelineUid",
"ReleaseUid",
+ "Release",
"Rollout",
"TargetId",
- "RolloutUpdateType",
- "Message",
"Type",
+ "RolloutUpdateType",
});
com.google.cloud.deploy.v1.LogEnumsProto.getDescriptor();
}
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/TargetAttribute.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/TargetAttribute.java
index 4f1da75523b2..861bed8a2659 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/TargetAttribute.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/TargetAttribute.java
@@ -22,10 +22,7 @@
*
*
*
- * Contains criteria for selecting Targets. Attributes provided must match the
- * target resource in order for policy restrictions to apply. E.g. if id "prod"
- * and labels "foo: bar" are given the target resource must match both that id
- * and have that label in order to be selected.
+ * Contains criteria for selecting Targets.
*
*
* Protobuf type {@code google.cloud.deploy.v1.TargetAttribute}
@@ -417,10 +414,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
*
- * Contains criteria for selecting Targets. Attributes provided must match the
- * target resource in order for policy restrictions to apply. E.g. if id "prod"
- * and labels "foo: bar" are given the target resource must match both that id
- * and have that label in order to be selected.
+ * Contains criteria for selecting Targets.
*
*
* Protobuf type {@code google.cloud.deploy.v1.TargetAttribute}
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateAutomationRequest.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateAutomationRequest.java
index 6cf59152c750..b559699170df 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateAutomationRequest.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateAutomationRequest.java
@@ -71,8 +71,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -91,8 +91,8 @@ public boolean hasUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -111,8 +111,8 @@ public com.google.protobuf.FieldMask getUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -188,9 +188,9 @@ public com.google.cloud.deploy.v1.AutomationOrBuilder getAutomationOrBuilder() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -223,9 +223,9 @@ public java.lang.String getRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -753,8 +753,8 @@ public Builder mergeFrom(
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -772,8 +772,8 @@ public boolean hasUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -797,8 +797,8 @@ public com.google.protobuf.FieldMask getUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -824,8 +824,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -848,8 +848,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -878,8 +878,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -902,8 +902,8 @@ public Builder clearUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -921,8 +921,8 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -944,8 +944,8 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1175,9 +1175,9 @@ public com.google.cloud.deploy.v1.AutomationOrBuilder getAutomationOrBuilder() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1209,9 +1209,9 @@ public java.lang.String getRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1243,9 +1243,9 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1276,9 +1276,9 @@ public Builder setRequestId(java.lang.String value) {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1305,9 +1305,9 @@ public Builder clearRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateAutomationRequestOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateAutomationRequestOrBuilder.java
index 2bf5baa7cb27..be3a35ebc4f8 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateAutomationRequestOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateAutomationRequestOrBuilder.java
@@ -30,8 +30,8 @@ public interface UpdateAutomationRequestOrBuilder
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -47,8 +47,8 @@ public interface UpdateAutomationRequestOrBuilder
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -64,8 +64,8 @@ public interface UpdateAutomationRequestOrBuilder
* Required. Field mask is used to specify the fields to be overwritten in the
* `Automation` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -119,9 +119,9 @@ public interface UpdateAutomationRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -143,9 +143,9 @@ public interface UpdateAutomationRequestOrBuilder
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateCustomTargetTypeRequest.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateCustomTargetTypeRequest.java
index c69510420421..3affd5434b52 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateCustomTargetTypeRequest.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateCustomTargetTypeRequest.java
@@ -71,8 +71,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -91,8 +91,8 @@ public boolean hasUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -111,8 +111,8 @@ public com.google.protobuf.FieldMask getUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -188,9 +188,9 @@ public com.google.cloud.deploy.v1.CustomTargetTypeOrBuilder getCustomTargetTypeO
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -223,9 +223,9 @@ public java.lang.String getRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -756,8 +756,8 @@ public Builder mergeFrom(
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -775,8 +775,8 @@ public boolean hasUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -800,8 +800,8 @@ public com.google.protobuf.FieldMask getUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -827,8 +827,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -851,8 +851,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -881,8 +881,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -905,8 +905,8 @@ public Builder clearUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -924,8 +924,8 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -947,8 +947,8 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1180,9 +1180,9 @@ public com.google.cloud.deploy.v1.CustomTargetTypeOrBuilder getCustomTargetTypeO
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1214,9 +1214,9 @@ public java.lang.String getRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1248,9 +1248,9 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1281,9 +1281,9 @@ public Builder setRequestId(java.lang.String value) {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1310,9 +1310,9 @@ public Builder clearRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateCustomTargetTypeRequestOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateCustomTargetTypeRequestOrBuilder.java
index 27908e06c6a7..0d6d35981702 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateCustomTargetTypeRequestOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateCustomTargetTypeRequestOrBuilder.java
@@ -30,8 +30,8 @@ public interface UpdateCustomTargetTypeRequestOrBuilder
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -47,8 +47,8 @@ public interface UpdateCustomTargetTypeRequestOrBuilder
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -64,8 +64,8 @@ public interface UpdateCustomTargetTypeRequestOrBuilder
* Required. Field mask is used to specify the fields to be overwritten in the
* `CustomTargetType` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -119,9 +119,9 @@ public interface UpdateCustomTargetTypeRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -143,9 +143,9 @@ public interface UpdateCustomTargetTypeRequestOrBuilder
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateDeliveryPipelineRequest.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateDeliveryPipelineRequest.java
index 40ecec6a5cf5..cf6006f20bb7 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateDeliveryPipelineRequest.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateDeliveryPipelineRequest.java
@@ -71,8 +71,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -91,8 +91,8 @@ public boolean hasUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -111,8 +111,8 @@ public com.google.protobuf.FieldMask getUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -188,9 +188,9 @@ public com.google.cloud.deploy.v1.DeliveryPipelineOrBuilder getDeliveryPipelineO
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -223,9 +223,9 @@ public java.lang.String getRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -756,8 +756,8 @@ public Builder mergeFrom(
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -775,8 +775,8 @@ public boolean hasUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -800,8 +800,8 @@ public com.google.protobuf.FieldMask getUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -827,8 +827,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -851,8 +851,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -881,8 +881,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -905,8 +905,8 @@ public Builder clearUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -924,8 +924,8 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -947,8 +947,8 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1180,9 +1180,9 @@ public com.google.cloud.deploy.v1.DeliveryPipelineOrBuilder getDeliveryPipelineO
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1214,9 +1214,9 @@ public java.lang.String getRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1248,9 +1248,9 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1281,9 +1281,9 @@ public Builder setRequestId(java.lang.String value) {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1310,9 +1310,9 @@ public Builder clearRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateDeliveryPipelineRequestOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateDeliveryPipelineRequestOrBuilder.java
index 342f905137ce..d7d62a53cbb5 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateDeliveryPipelineRequestOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateDeliveryPipelineRequestOrBuilder.java
@@ -30,8 +30,8 @@ public interface UpdateDeliveryPipelineRequestOrBuilder
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -47,8 +47,8 @@ public interface UpdateDeliveryPipelineRequestOrBuilder
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -64,8 +64,8 @@ public interface UpdateDeliveryPipelineRequestOrBuilder
* Required. Field mask is used to specify the fields to be overwritten in the
* `DeliveryPipeline` resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -119,9 +119,9 @@ public interface UpdateDeliveryPipelineRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -143,9 +143,9 @@ public interface UpdateDeliveryPipelineRequestOrBuilder
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateTargetRequest.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateTargetRequest.java
index f172624d8958..ebeba5b38562 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateTargetRequest.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateTargetRequest.java
@@ -71,8 +71,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -91,8 +91,8 @@ public boolean hasUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -111,8 +111,8 @@ public com.google.protobuf.FieldMask getUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -181,9 +181,9 @@ public com.google.cloud.deploy.v1.TargetOrBuilder getTargetOrBuilder() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -216,9 +216,9 @@ public java.lang.String getRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -745,8 +745,8 @@ public Builder mergeFrom(
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -764,8 +764,8 @@ public boolean hasUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -789,8 +789,8 @@ public com.google.protobuf.FieldMask getUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -816,8 +816,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -840,8 +840,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -870,8 +870,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -894,8 +894,8 @@ public Builder clearUpdateMask() {
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -913,8 +913,8 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -936,8 +936,8 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -1154,9 +1154,9 @@ public com.google.cloud.deploy.v1.TargetOrBuilder getTargetOrBuilder() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1188,9 +1188,9 @@ public java.lang.String getRequestId() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1222,9 +1222,9 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1255,9 +1255,9 @@ public Builder setRequestId(java.lang.String value) {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -1284,9 +1284,9 @@ public Builder clearRequestId() {
*
*
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateTargetRequestOrBuilder.java b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateTargetRequestOrBuilder.java
index 6f66170e678e..bc7b5b2e2f3b 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateTargetRequestOrBuilder.java
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/UpdateTargetRequestOrBuilder.java
@@ -30,8 +30,8 @@ public interface UpdateTargetRequestOrBuilder
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
*
*
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -47,8 +47,8 @@ public interface UpdateTargetRequestOrBuilder
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -64,8 +64,8 @@ public interface UpdateTargetRequestOrBuilder
* Required. Field mask is used to specify the fields to be overwritten in the
* Target resource by the update.
* The fields specified in the update_mask are relative to the resource, not
- * the full request. A field will be overwritten if it is in the mask. If the
- * user does not provide a mask then all fields will be overwritten.
+ * the full request. A field will be overwritten if it's in the mask. If the
+ * user doesn't provide a mask then all fields are overwritten.
* .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
@@ -116,9 +116,9 @@ public interface UpdateTargetRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
@@ -140,9 +140,9 @@ public interface UpdateTargetRequestOrBuilder
*
*
* Optional. A request ID to identify requests. Specify a unique request ID
- * so that if you must retry your request, the server will know to ignore
- * the request if it has already been completed. The server will guarantee
- * that for at least 60 minutes since the first request.
+ * so that if you must retry your request, the server knows to ignore the
+ * request if it has already been completed. The server guarantees that for
+ * at least 60 minutes after the first request.
*
* For example, consider a situation where you make an initial request and the
* request times out. If you make the request again with the same request ID,
diff --git a/java-deploy/proto-google-cloud-deploy-v1/src/main/proto/google/cloud/deploy/v1/cloud_deploy.proto b/java-deploy/proto-google-cloud-deploy-v1/src/main/proto/google/cloud/deploy/v1/cloud_deploy.proto
index 48d403670ab8..04aa22f18aab 100644
--- a/java-deploy/proto-google-cloud-deploy-v1/src/main/proto/google/cloud/deploy/v1/cloud_deploy.proto
+++ b/java-deploy/proto-google-cloud-deploy-v1/src/main/proto/google/cloud/deploy/v1/cloud_deploy.proto
@@ -731,6 +731,13 @@ message KubernetesConfig {
// no wait time.
google.protobuf.Duration route_update_wait_time = 4
[(google.api.field_behavior) = OPTIONAL];
+
+ // Optional. The amount of time to migrate traffic back from the canary
+ // Service to the original Service during the stable phase deployment. If
+ // specified, must be between 15s and 3600s. If unspecified, there is no
+ // cutback time.
+ google.protobuf.Duration stable_cutback_duration = 5
+ [(google.api.field_behavior) = OPTIONAL];
}
// Information about the Kubernetes Service networking configuration.
@@ -769,17 +776,17 @@ message CloudRunConfig {
bool automatic_traffic_control = 1;
// Optional. A list of tags that are added to the canary revision while the
- // canary deployment is in progress.
+ // canary phase is in progress.
repeated string canary_revision_tags = 2
[(google.api.field_behavior) = OPTIONAL];
// Optional. A list of tags that are added to the prior revision while the
- // canary deployment is in progress.
+ // canary phase is in progress.
repeated string prior_revision_tags = 3
[(google.api.field_behavior) = OPTIONAL];
- // Optional. A list of tags that are added to the final stable revision after
- // the canary deployment is completed.
+ // Optional. A list of tags that are added to the final stable revision when
+ // the stable phase is applied.
repeated string stable_revision_tags = 4
[(google.api.field_behavior) = OPTIONAL];
}
@@ -928,9 +935,9 @@ message CreateDeliveryPipelineRequest {
[(google.api.field_behavior) = REQUIRED];
// Optional. A request ID to identify requests. Specify a unique request ID
- // so that if you must retry your request, the server will know to ignore
- // the request if it has already been completed. The server will guarantee
- // that for at least 60 minutes since the first request.
+ // so that if you must retry your request, the server knows to ignore the
+ // request if it has already been completed. The server guarantees that for
+ // at least 60 minutes after the first request.
//
// For example, consider a situation where you make an initial request and the
// request times out. If you make the request again with the same request ID,
@@ -952,8 +959,8 @@ message UpdateDeliveryPipelineRequest {
// Required. Field mask is used to specify the fields to be overwritten in the
// `DeliveryPipeline` resource by the update.
// The fields specified in the update_mask are relative to the resource, not
- // the full request. A field will be overwritten if it is in the mask. If the
- // user does not provide a mask then all fields will be overwritten.
+ // the full request. A field will be overwritten if it's in the mask. If the
+ // user doesn't provide a mask then all fields are overwritten.
google.protobuf.FieldMask update_mask = 1
[(google.api.field_behavior) = REQUIRED];
@@ -962,9 +969,9 @@ message UpdateDeliveryPipelineRequest {
[(google.api.field_behavior) = REQUIRED];
// Optional. A request ID to identify requests. Specify a unique request ID
- // so that if you must retry your request, the server will know to ignore
- // the request if it has already been completed. The server will guarantee
- // that for at least 60 minutes since the first request.
+ // so that if you must retry your request, the server knows to ignore the
+ // request if it has already been completed. The server guarantees that for
+ // at least 60 minutes after the first request.
//
// For example, consider a situation where you make an initial request and the
// request times out. If you make the request again with the same request ID,
@@ -997,9 +1004,9 @@ message DeleteDeliveryPipelineRequest {
];
// Optional. A request ID to identify requests. Specify a unique request ID
- // so that if you must retry your request, the server will know to ignore
- // the request if it has already been completed. The server will guarantee
- // that for at least 60 minutes after the first request.
+ // so that if you must retry your request, the server knows to ignore the
+ // request if it has already been completed. The server guarantees that for
+ // at least 60 minutes after the first request.
//
// For example, consider a situation where you make an initial request and the
// request times out. If you make the request again with the same request ID,
@@ -1411,9 +1418,9 @@ message CreateTargetRequest {
Target target = 3 [(google.api.field_behavior) = REQUIRED];
// Optional. A request ID to identify requests. Specify a unique request ID
- // so that if you must retry your request, the server will know to ignore
- // the request if it has already been completed. The server will guarantee
- // that for at least 60 minutes since the first request.
+ // so that if you must retry your request, the server knows to ignore the
+ // request if it has already been completed. The server guarantees that for
+ // at least 60 minutes after the first request.
//
// For example, consider a situation where you make an initial request and the
// request times out. If you make the request again with the same request ID,
@@ -1435,8 +1442,8 @@ message UpdateTargetRequest {
// Required. Field mask is used to specify the fields to be overwritten in the
// Target resource by the update.
// The fields specified in the update_mask are relative to the resource, not
- // the full request. A field will be overwritten if it is in the mask. If the
- // user does not provide a mask then all fields will be overwritten.
+ // the full request. A field will be overwritten if it's in the mask. If the
+ // user doesn't provide a mask then all fields are overwritten.
google.protobuf.FieldMask update_mask = 1
[(google.api.field_behavior) = REQUIRED];
@@ -1444,9 +1451,9 @@ message UpdateTargetRequest {
Target target = 2 [(google.api.field_behavior) = REQUIRED];
// Optional. A request ID to identify requests. Specify a unique request ID
- // so that if you must retry your request, the server will know to ignore
- // the request if it has already been completed. The server will guarantee
- // that for at least 60 minutes since the first request.
+ // so that if you must retry your request, the server knows to ignore the
+ // request if it has already been completed. The server guarantees that for
+ // at least 60 minutes after the first request.
//
// For example, consider a situation where you make an initial request and the
// request times out. If you make the request again with the same request ID,
@@ -1479,9 +1486,9 @@ message DeleteTargetRequest {
];
// Optional. A request ID to identify requests. Specify a unique request ID
- // so that if you must retry your request, the server will know to ignore
- // the request if it has already been completed. The server will guarantee
- // that for at least 60 minutes after the first request.
+ // so that if you must retry your request, the server knows to ignore the
+ // request if it has already been completed. The server guarantees that for
+ // at least 60 minutes after the first request.
//
// For example, consider a situation where you make an initial request and the
// request times out. If you make the request again with the same request ID,
@@ -1510,8 +1517,8 @@ message DeleteTargetRequest {
// A `CustomTargetType` resource in the Cloud Deploy API.
//
// A `CustomTargetType` defines a type of custom target that can be referenced
-// in a `Target` in order to facilitate deploying to a runtime that does not
-// have a 1P integration with Cloud Deploy.
+// in a `Target` in order to facilitate deploying to other systems besides the
+// supported runtimes.
message CustomTargetType {
option (google.api.resource) = {
type: "clouddeploy.googleapis.com/CustomTargetType"
@@ -1688,7 +1695,7 @@ message GetCustomTargetTypeRequest {
// The request object for `CreateCustomTargetType`.
message CreateCustomTargetTypeRequest {
// Required. The parent collection in which the `CustomTargetType` should be
- // created in. Format should be
+ // created. Format should be
// `projects/{project_id}/locations/{location_name}`.
string parent = 1 [
(google.api.field_behavior) = REQUIRED,
@@ -1705,9 +1712,9 @@ message CreateCustomTargetTypeRequest {
[(google.api.field_behavior) = REQUIRED];
// Optional. A request ID to identify requests. Specify a unique request ID
- // so that if you must retry your request, the server will know to ignore
- // the request if it has already been completed. The server will guarantee
- // that for at least 60 minutes since the first request.
+ // so that if you must retry your request, the server knows to ignore the
+ // request if it has already been completed. The server guarantees that for
+ // at least 60 minutes after the first request.
//
// For example, consider a situation where you make an initial request and the
// request times out. If you make the request again with the same request ID,
@@ -1729,8 +1736,8 @@ message UpdateCustomTargetTypeRequest {
// Required. Field mask is used to specify the fields to be overwritten in the
// `CustomTargetType` resource by the update.
// The fields specified in the update_mask are relative to the resource, not
- // the full request. A field will be overwritten if it is in the mask. If the
- // user does not provide a mask then all fields will be overwritten.
+ // the full request. A field will be overwritten if it's in the mask. If the
+ // user doesn't provide a mask then all fields are overwritten.
google.protobuf.FieldMask update_mask = 1
[(google.api.field_behavior) = REQUIRED];
@@ -1739,9 +1746,9 @@ message UpdateCustomTargetTypeRequest {
[(google.api.field_behavior) = REQUIRED];
// Optional. A request ID to identify requests. Specify a unique request ID
- // so that if you must retry your request, the server will know to ignore
- // the request if it has already been completed. The server will guarantee
- // that for at least 60 minutes since the first request.
+ // so that if you must retry your request, the server knows to ignore the
+ // request if it has already been completed. The server guarantees that for
+ // at least 60 minutes after the first request.
//
// For example, consider a situation where you make an initial request and the
// request times out. If you make the request again with the same request ID,
@@ -1774,9 +1781,9 @@ message DeleteCustomTargetTypeRequest {
];
// Optional. A request ID to identify requests. Specify a unique request ID
- // so that if you must retry your request, the server will know to ignore
- // the request if it has already been completed. The server will guarantee
- // that for at least 60 minutes after the first request.
+ // so that if you must retry your request, the server knows to ignore the
+ // request if it has already been completed. The server guarantees that for
+ // at least 60 minutes after the first request.
//
// For example, consider a situation where you make an initial request and the
// request times out. If you make the request again with the same request ID,
@@ -1802,10 +1809,7 @@ message DeleteCustomTargetTypeRequest {
string etag = 5 [(google.api.field_behavior) = OPTIONAL];
}
-// Contains criteria for selecting Targets. Attributes provided must match the
-// target resource in order for policy restrictions to apply. E.g. if id "prod"
-// and labels "foo: bar" are given the target resource must match both that id
-// and have that label in order to be selected.
+// Contains criteria for selecting Targets.
message TargetAttribute {
// ID of the `Target`. The value of this field could be one of the
// following:
@@ -2135,7 +2139,7 @@ message RenderMetadata {
CloudRunRenderMetadata cloud_run = 1
[(google.api.field_behavior) = OUTPUT_ONLY];
- // Output only. Custom metadata provided by user defined render operation.
+ // Output only. Custom metadata provided by user-defined render operation.
CustomMetadata custom = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
}
@@ -2216,9 +2220,9 @@ message CreateReleaseRequest {
Release release = 3 [(google.api.field_behavior) = REQUIRED];
// Optional. A request ID to identify requests. Specify a unique request ID
- // so that if you must retry your request, the server will know to ignore
- // the request if it has already been completed. The server will guarantee
- // that for at least 60 minutes since the first request.
+ // so that if you must retry your request, the server knows to ignore the
+ // request if it has already been completed. The server guarantees that for
+ // at least 60 minutes after the first request.
//
// For example, consider a situation where you make an initial request and the
// request times out. If you make the request again with the same request ID,
@@ -2445,7 +2449,7 @@ message Metadata {
AutomationRolloutMetadata automation = 2
[(google.api.field_behavior) = OUTPUT_ONLY];
- // Output only. Custom metadata provided by user defined `Rollout` operations.
+ // Output only. Custom metadata provided by user-defined `Rollout` operations.
CustomMetadata custom = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
}
@@ -2460,7 +2464,7 @@ message DeployJobRunMetadata {
CustomTargetDeployMetadata custom_target = 2
[(google.api.field_behavior) = OUTPUT_ONLY];
- // Output only. Custom metadata provided by user defined deploy operation.
+ // Output only. Custom metadata provided by user-defined deploy operation.
CustomMetadata custom = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
}
@@ -2516,9 +2520,9 @@ message AutomationRolloutMetadata {
[(google.api.field_behavior) = OUTPUT_ONLY];
}
-// CustomMetadata contains information from a user defined operation.
+// CustomMetadata contains information from a user-defined operation.
message CustomMetadata {
- // Output only. Key-value pairs provided by the user defined operation.
+ // Output only. Key-value pairs provided by the user-defined operation.
map