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
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,14 @@ public final class GoogleCloudRunV2Service extends com.google.api.client.json.Ge
157
157
@com.google.api.client.util.Key
158
158
privatejava.lang.Stringingress;
159
159
160
+
/**
161
+
* Optional. Disables IAM permission check for run.routes.invoke for callers of this service. This
162
+
* setting should not be used with external ingress.
163
+
* The value may be {@code null}.
164
+
*/
165
+
@com.google.api.client.util.Key
166
+
privatejava.lang.BooleaninvokerIamDisabled;
167
+
160
168
/**
161
169
* Optional. Unstructured key value map that can be used to organize and categorize objects. User-
162
170
* provided labels are shared with Google's billing system, so they can be used to filter, or
@@ -604,6 +612,25 @@ public GoogleCloudRunV2Service setIngress(java.lang.String ingress) {
604
612
returnthis;
605
613
}
606
614
615
+
/**
616
+
* Optional. Disables IAM permission check for run.routes.invoke for callers of this service. This
617
+
* setting should not be used with external ingress.
618
+
* @return value or {@code null} for none
619
+
*/
620
+
publicjava.lang.BooleangetInvokerIamDisabled() {
621
+
returninvokerIamDisabled;
622
+
}
623
+
624
+
/**
625
+
* Optional. Disables IAM permission check for run.routes.invoke for callers of this service. This
626
+
* setting should not be used with external ingress.
627
+
* @param invokerIamDisabled invokerIamDisabled or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2ServiceScaling.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ public final class GoogleCloudRunV2ServiceScaling extends com.google.api.client.
31
31
32
32
/**
33
33
* Optional. total min instances for the service. This number of instances is divided among all
34
-
* revisions with specified traffic based on the percent of traffic they are receiving. (BETA)
34
+
* revisions with specified traffic based on the percent of traffic they are receiving.
35
35
* The value may be {@code null}.
36
36
*/
37
37
@com.google.api.client.util.Key
@@ -46,7 +46,7 @@ public final class GoogleCloudRunV2ServiceScaling extends com.google.api.client.
46
46
47
47
/**
48
48
* Optional. total min instances for the service. This number of instances is divided among all
49
-
* revisions with specified traffic based on the percent of traffic they are receiving. (BETA)
49
+
* revisions with specified traffic based on the percent of traffic they are receiving.
50
50
* @return value or {@code null} for none
51
51
*/
52
52
publicjava.lang.IntegergetMinInstanceCount() {
@@ -55,7 +55,7 @@ public java.lang.Integer getMinInstanceCount() {
55
55
56
56
/**
57
57
* Optional. total min instances for the service. This number of instances is divided among all
58
-
* revisions with specified traffic based on the percent of traffic they are receiving. (BETA)
58
+
* revisions with specified traffic based on the percent of traffic they are receiving.
59
59
* @param minInstanceCount minInstanceCount or {@code null} for none
0 commit comments