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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ public final class GoogleCloudRunV2Service extends com.google.api.client.json.Ge
133
133
privatejava.lang.Stringdescription;
134
134
135
135
/**
136
-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
136
+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
137
137
* detect modification conflict during updates.
138
138
* The value may be {@code null}.
139
139
*/
@@ -584,7 +584,7 @@ public GoogleCloudRunV2Service setDescription(java.lang.String description) {
584
584
}
585
585
586
586
/**
587
-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
587
+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
588
588
* detect modification conflict during updates.
589
589
* @return value or {@code null} for none
590
590
*/
@@ -593,7 +593,7 @@ public java.lang.String getEtag() {
593
593
}
594
594
595
595
/**
596
-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
596
+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
Copy file name to clipboardExpand all lines: clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2WorkerPool.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ public final class GoogleCloudRunV2WorkerPool extends com.google.api.client.json
119
119
privatejava.lang.Stringdescription;
120
120
121
121
/**
122
-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
122
+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
123
123
* detect modification conflict during updates.
124
124
* The value may be {@code null}.
125
125
*/
@@ -495,7 +495,7 @@ public GoogleCloudRunV2WorkerPool setDescription(java.lang.String description) {
495
495
}
496
496
497
497
/**
498
-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
498
+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
499
499
* detect modification conflict during updates.
500
500
* @return value or {@code null} for none
501
501
*/
@@ -504,7 +504,7 @@ public java.lang.String getEtag() {
504
504
}
505
505
506
506
/**
507
-
* Output only. A system-generated fingerprint for this version of the resource. May be used to
507
+
* Optional. A system-generated fingerprint for this version of the resource. May be used to
0 commit comments