You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2Service.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ public final class GoogleCloudRunV2Service extends com.google.api.client.json.Ge
141
141
privatejava.lang.Stringetag;
142
142
143
143
/**
144
-
* Output only. For a deleted resource, the time after which it will be permamently deleted.
144
+
* Output only. For a deleted resource, the time after which it will be permanently deleted.
145
145
* The value may be {@code null}.
146
146
*/
147
147
@com.google.api.client.util.Key
@@ -246,7 +246,7 @@ public final class GoogleCloudRunV2Service extends com.google.api.client.json.Ge
246
246
* it into the desired state. When a new Service is created, or an existing one is updated, Cloud
247
247
* Run will asynchronously perform all necessary steps to bring the Service to the desired serving
248
248
* state. This process is called reconciliation. While reconciliation is in process,
249
-
* `observed_generation`, `latest_ready_revison`, `traffic_statuses`, and `uri` will have
249
+
* `observed_generation`, `latest_ready_revision`, `traffic_statuses`, and `uri` will have
250
250
* transient values that might mismatch the intended state: Once reconciliation is over (and this
251
251
* field is false), there are two possible outcomes: reconciliation succeeded and the serving
252
252
* state matches the Service, or there was an error, and reconciliation failed. This state can be
@@ -581,15 +581,15 @@ public GoogleCloudRunV2Service setEtag(java.lang.String etag) {
581
581
}
582
582
583
583
/**
584
-
* Output only. For a deleted resource, the time after which it will be permamently deleted.
584
+
* Output only. For a deleted resource, the time after which it will be permanently deleted.
585
585
* @return value or {@code null} for none
586
586
*/
587
587
publicStringgetExpireTime() {
588
588
returnexpireTime;
589
589
}
590
590
591
591
/**
592
-
* Output only. For a deleted resource, the time after which it will be permamently deleted.
592
+
* Output only. For a deleted resource, the time after which it will be permanently deleted.
593
593
* @param expireTime expireTime or {@code null} for none
0 commit comments