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-policysimulator/v1/2.0.0/com/google/api/services/policysimulator/v1/PolicySimulator.java
+56-52Lines changed: 56 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -1210,32 +1210,33 @@ public List setPageToken(java.lang.String pageToken) {
1210
1210
1211
1211
/**
1212
1212
* When set to `true`, operations that are reachable are returned as normal, and those
1213
-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
1214
-
* This can only be `true` when reading across collections e.g. when `parent` is set to
1215
-
* `"projects/example/locations/-"`. This field is not by default supported and will
1216
-
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
1217
-
* service or product specific documentation.
1213
+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
1214
+
* This can only be `true` when reading across collections. For example, when `parent`
1215
+
* is set to `"projects/example/locations/-"`. This field is not supported by default
1216
+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
1217
+
* otherwise in service or product specific documentation.
1218
1218
*/
1219
1219
@com.google.api.client.util.Key
1220
1220
privatejava.lang.BooleanreturnPartialSuccess;
1221
1221
1222
1222
/** When set to `true`, operations that are reachable are returned as normal, and those that are
1223
-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
1224
-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
1225
-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
1226
-
explicitly documented otherwise in service or product specific documentation.
1223
+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
1224
+
when reading across collections. For example, when `parent` is set to
1225
+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
1226
+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
Copy file name to clipboardExpand all lines: clients/google-api-services-policysimulator/v1/2.0.0/com/google/api/services/policysimulator/v1/model/GoogleCloudOrgpolicyV2CustomConstraint.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public final class GoogleCloudOrgpolicyV2CustomConstraint extends com.google.api
40
40
41
41
/**
42
42
* A Common Expression Language (CEL) condition which is used in the evaluation of the constraint.
43
-
* For example: `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
43
+
* For example: `resource.instanceName.matches("(production|test)_(.+_)?[\d]+")` or,
44
44
* `resource.management.auto_upgrade == true` The max length of the condition is 1000 characters.
45
45
* The value may be {@code null}.
46
46
*/
@@ -115,7 +115,7 @@ public GoogleCloudOrgpolicyV2CustomConstraint setActionType(java.lang.String act
115
115
116
116
/**
117
117
* A Common Expression Language (CEL) condition which is used in the evaluation of the constraint.
118
-
* For example: `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
118
+
* For example: `resource.instanceName.matches("(production|test)_(.+_)?[\d]+")` or,
119
119
* `resource.management.auto_upgrade == true` The max length of the condition is 1000 characters.
120
120
* @return value or {@code null} for none
121
121
*/
@@ -125,7 +125,7 @@ public java.lang.String getCondition() {
125
125
126
126
/**
127
127
* A Common Expression Language (CEL) condition which is used in the evaluation of the constraint.
128
-
* For example: `resource.instanceName.matches("[production|test]_.*_(\d)+")` or,
128
+
* For example: `resource.instanceName.matches("(production|test)_(.+_)?[\d]+")` or,
129
129
* `resource.management.auto_upgrade == true` The max length of the condition is 1000 characters.
130
130
* @param condition condition or {@code null} for none
0 commit comments