@@ -35,12 +35,11 @@ public final class Resource extends com.google.api.client.json.GenericJson {
35
35
* google.protobuf.Any proto, against which the policy rules are evaluated. Services not
36
36
* integrated with custom org policy can omit this field. Services integrated with custom org
37
37
* policy must populate this field for all requests where the API call changes the state of the
38
- * resource. Custom org policy backend uses these attributes to enforce custom org policies. When
39
- * a proto is wrapped, it is generally the One Platform API proto. When a JSON string is wrapped,
40
- * use `google.protobuf.StringValue` for the inner value. For create operations, GCP service is
41
- * expected to pass resource from customer request as is. For update/patch operations, GCP service
42
- * is expected to compute the next state with the patch provided by the user. See go/custom-
43
- * constraints-org-policy-integration-guide for additional details.
38
+ * resource. Custom org policy backend uses these attributes to enforce custom org policies. For
39
+ * create operations, GCP service is expected to pass resource from customer request as is. For
40
+ * update/patch operations, GCP service is expected to compute the next state with the patch
41
+ * provided by the user. See go/custom-constraints-org-policy-integration-guide for additional
42
+ * details.
44
43
* The value may be {@code null}.
45
44
*/
46
45
@ com .google .api .client .util .Key
@@ -121,12 +120,11 @@ public final class Resource extends com.google.api.client.json.GenericJson {
121
120
* google.protobuf.Any proto, against which the policy rules are evaluated. Services not
122
121
* integrated with custom org policy can omit this field. Services integrated with custom org
123
122
* policy must populate this field for all requests where the API call changes the state of the
124
- * resource. Custom org policy backend uses these attributes to enforce custom org policies. When
125
- * a proto is wrapped, it is generally the One Platform API proto. When a JSON string is wrapped,
126
- * use `google.protobuf.StringValue` for the inner value. For create operations, GCP service is
127
- * expected to pass resource from customer request as is. For update/patch operations, GCP service
128
- * is expected to compute the next state with the patch provided by the user. See go/custom-
129
- * constraints-org-policy-integration-guide for additional details.
123
+ * resource. Custom org policy backend uses these attributes to enforce custom org policies. For
124
+ * create operations, GCP service is expected to pass resource from customer request as is. For
125
+ * update/patch operations, GCP service is expected to compute the next state with the patch
126
+ * provided by the user. See go/custom-constraints-org-policy-integration-guide for additional
127
+ * details.
130
128
* @return value or {@code null} for none
131
129
*/
132
130
public java .util .Map <String , java .lang .Object > getExpectedNextState () {
@@ -138,12 +136,11 @@ public java.util.Map<String, java.lang.Object> getExpectedNextState() {
138
136
* google.protobuf.Any proto, against which the policy rules are evaluated. Services not
139
137
* integrated with custom org policy can omit this field. Services integrated with custom org
140
138
* policy must populate this field for all requests where the API call changes the state of the
141
- * resource. Custom org policy backend uses these attributes to enforce custom org policies. When
142
- * a proto is wrapped, it is generally the One Platform API proto. When a JSON string is wrapped,
143
- * use `google.protobuf.StringValue` for the inner value. For create operations, GCP service is
144
- * expected to pass resource from customer request as is. For update/patch operations, GCP service
145
- * is expected to compute the next state with the patch provided by the user. See go/custom-
146
- * constraints-org-policy-integration-guide for additional details.
139
+ * resource. Custom org policy backend uses these attributes to enforce custom org policies. For
140
+ * create operations, GCP service is expected to pass resource from customer request as is. For
141
+ * update/patch operations, GCP service is expected to compute the next state with the patch
142
+ * provided by the user. See go/custom-constraints-org-policy-integration-guide for additional
143
+ * details.
147
144
* @param expectedNextState expectedNextState or {@code null} for none
148
145
*/
149
146
public Resource setExpectedNextState (java .util .Map <String , java .lang .Object > expectedNextState ) {
0 commit comments