public interface UpdatePolicyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Policy |
getPolicy()
Required.
|
PolicyOrBuilder |
getPolicyOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Field mask used to specify the fields to be overwritten in the policy
by the set.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Field mask used to specify the fields to be overwritten in the policy
by the set.
|
boolean |
hasPolicy()
Required.
|
boolean |
hasUpdateMask()
Field mask used to specify the fields to be overwritten in the policy
by the set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPolicy()
Required. Policy to update.
.google.cloud.orgpolicy.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
Policy getPolicy()
Required. Policy to update.
.google.cloud.orgpolicy.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
PolicyOrBuilder getPolicyOrBuilder()
Required. Policy to update.
.google.cloud.orgpolicy.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Field mask used to specify the fields to be overwritten in the policy by the set. The fields specified in the update_mask are relative to the policy, not the full request.
.google.protobuf.FieldMask update_mask = 3;com.google.protobuf.FieldMask getUpdateMask()
Field mask used to specify the fields to be overwritten in the policy by the set. The fields specified in the update_mask are relative to the policy, not the full request.
.google.protobuf.FieldMask update_mask = 3;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Field mask used to specify the fields to be overwritten in the policy by the set. The fields specified in the update_mask are relative to the policy, not the full request.
.google.protobuf.FieldMask update_mask = 3;Copyright © 2024 Google LLC. All rights reserved.