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-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/GlobalSetPolicyRequest.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ public final class GlobalSetPolicyRequest extends com.google.api.client.json.Gen
62
62
privatePolicypolicy;
63
63
64
64
/**
65
+
* Update mask for the policy.
65
66
* The value may be {@code null}.
66
67
*/
67
68
@com.google.api.client.util.Key
@@ -157,13 +158,15 @@ public GlobalSetPolicyRequest setPolicy(Policy policy) {
157
158
}
158
159
159
160
/**
161
+
* Update mask for the policy.
160
162
* @return value or {@code null} for none
161
163
*/
162
164
publicStringgetUpdateMask() {
163
165
returnupdateMask;
164
166
}
165
167
166
168
/**
169
+
* Update mask for the policy.
167
170
* @param updateMask updateMask or {@code null} for none
0 commit comments