public static final class UpdatePolicyRequest.Builder extends GeneratedMessage.Builder<UpdatePolicyRequest.Builder> implements UpdatePolicyRequestOrBuilderThe request sent to the [UpdatePolicyRequest] [google.cloud.orgpolicy.v2.OrgPolicy.UpdatePolicy] method.
Protobuf type google.cloud.orgpolicy.v2.UpdatePolicyRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdatePolicyRequest.BuilderImplements
UpdatePolicyRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdatePolicyRequest build()| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest |
|
buildPartial()
public UpdatePolicyRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest |
|
clear()
public UpdatePolicyRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest.Builder |
|
clearPolicy()
public UpdatePolicyRequest.Builder clearPolicy()Required. Policy to update.
.google.cloud.orgpolicy.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest.Builder |
|
clearUpdateMask()
public UpdatePolicyRequest.Builder clearUpdateMask()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;
| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest.Builder |
|
getDefaultInstanceForType()
public UpdatePolicyRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPolicy()
public Policy getPolicy()Required. Policy to update.
.google.cloud.orgpolicy.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Policy |
The policy. |
getPolicyBuilder()
public Policy.Builder getPolicyBuilder()Required. Policy to update.
.google.cloud.orgpolicy.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Policy.Builder |
|
getPolicyOrBuilder()
public PolicyOrBuilder getPolicyOrBuilder()Required. Policy to update.
.google.cloud.orgpolicy.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PolicyOrBuilder |
|
getUpdateMask()
public 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;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()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;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public 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;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasPolicy()
public boolean hasPolicy()Required. Policy to update.
.google.cloud.orgpolicy.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the policy field is set. |
hasUpdateMask()
public 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdatePolicyRequest other)
public UpdatePolicyRequest.Builder mergeFrom(UpdatePolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdatePolicyRequest |
| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdatePolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdatePolicyRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest.Builder |
|
mergePolicy(Policy value)
public UpdatePolicyRequest.Builder mergePolicy(Policy value)Required. Policy to update.
.google.cloud.orgpolicy.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Policy |
| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdatePolicyRequest.Builder mergeUpdateMask(FieldMask value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest.Builder |
|
setPolicy(Policy value)
public UpdatePolicyRequest.Builder setPolicy(Policy value)Required. Policy to update.
.google.cloud.orgpolicy.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Policy |
| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest.Builder |
|
setPolicy(Policy.Builder builderForValue)
public UpdatePolicyRequest.Builder setPolicy(Policy.Builder builderForValue)Required. Policy to update.
.google.cloud.orgpolicy.v2.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Policy.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdatePolicyRequest.Builder setUpdateMask(FieldMask value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdatePolicyRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdatePolicyRequest.Builder |
|