publicstaticfinalclass UpdateAuthorizationPolicyRequest.BuilderextendsGeneratedMessageV3.Builder<UpdateAuthorizationPolicyRequest.Builder>implementsUpdateAuthorizationPolicyRequestOrBuilder
Request used by the UpdateAuthorizationPolicy method.
Protobuf type google.cloud.networksecurity.v1.UpdateAuthorizationPolicyRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicUpdateAuthorizationPolicyRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicUpdateAuthorizationPolicyRequestbuild()
buildPartial()
publicUpdateAuthorizationPolicyRequestbuildPartial()
clear()
publicUpdateAuthorizationPolicyRequest.Builderclear()
Overrides
clearAuthorizationPolicy()
publicUpdateAuthorizationPolicyRequest.BuilderclearAuthorizationPolicy()
Required. Updated AuthorizationPolicy resource.
.google.cloud.networksecurity.v1.AuthorizationPolicy authorization_policy = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
publicUpdateAuthorizationPolicyRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicUpdateAuthorizationPolicyRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearUpdateMask()
publicUpdateAuthorizationPolicyRequest.BuilderclearUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the
AuthorizationPolicy resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
clone()
publicUpdateAuthorizationPolicyRequest.Builderclone()
Overrides
getAuthorizationPolicy()
publicAuthorizationPolicygetAuthorizationPolicy()
Required. Updated AuthorizationPolicy resource.
.google.cloud.networksecurity.v1.AuthorizationPolicy authorization_policy = 2 [(.google.api.field_behavior) = REQUIRED];
getAuthorizationPolicyBuilder()
publicAuthorizationPolicy.BuildergetAuthorizationPolicyBuilder()
Required. Updated AuthorizationPolicy resource.
.google.cloud.networksecurity.v1.AuthorizationPolicy authorization_policy = 2 [(.google.api.field_behavior) = REQUIRED];
getAuthorizationPolicyOrBuilder()
publicAuthorizationPolicyOrBuildergetAuthorizationPolicyOrBuilder()
Required. Updated AuthorizationPolicy resource.
.google.cloud.networksecurity.v1.AuthorizationPolicy authorization_policy = 2 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
publicUpdateAuthorizationPolicyRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getUpdateMask()
publicFieldMaskgetUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the
AuthorizationPolicy resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskBuilder()
publicFieldMask.BuildergetUpdateMaskBuilder()
Optional. Field mask is used to specify the fields to be overwritten in the
AuthorizationPolicy resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
getUpdateMaskOrBuilder()
publicFieldMaskOrBuildergetUpdateMaskOrBuilder()
Optional. Field mask is used to specify the fields to be overwritten in the
AuthorizationPolicy resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
hasAuthorizationPolicy()
publicbooleanhasAuthorizationPolicy()
Required. Updated AuthorizationPolicy resource.
.google.cloud.networksecurity.v1.AuthorizationPolicy authorization_policy = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the authorizationPolicy field is set.
|
hasUpdateMask()
publicbooleanhasUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the
AuthorizationPolicy resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeAuthorizationPolicy(AuthorizationPolicy value)
publicUpdateAuthorizationPolicyRequest.BuildermergeAuthorizationPolicy(AuthorizationPolicyvalue)
Required. Updated AuthorizationPolicy resource.
.google.cloud.networksecurity.v1.AuthorizationPolicy authorization_policy = 2 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(UpdateAuthorizationPolicyRequest other)
publicUpdateAuthorizationPolicyRequest.BuildermergeFrom(UpdateAuthorizationPolicyRequestother)
publicUpdateAuthorizationPolicyRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicUpdateAuthorizationPolicyRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateAuthorizationPolicyRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
mergeUpdateMask(FieldMask value)
publicUpdateAuthorizationPolicyRequest.BuildermergeUpdateMask(FieldMaskvalue)
Optional. Field mask is used to specify the fields to be overwritten in the
AuthorizationPolicy resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
setAuthorizationPolicy(AuthorizationPolicy value)
publicUpdateAuthorizationPolicyRequest.BuildersetAuthorizationPolicy(AuthorizationPolicyvalue)
Required. Updated AuthorizationPolicy resource.
.google.cloud.networksecurity.v1.AuthorizationPolicy authorization_policy = 2 [(.google.api.field_behavior) = REQUIRED];
setAuthorizationPolicy(AuthorizationPolicy.Builder builderForValue)
publicUpdateAuthorizationPolicyRequest.BuildersetAuthorizationPolicy(AuthorizationPolicy.BuilderbuilderForValue)
Required. Updated AuthorizationPolicy resource.
.google.cloud.networksecurity.v1.AuthorizationPolicy authorization_policy = 2 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
publicUpdateAuthorizationPolicyRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicUpdateAuthorizationPolicyRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateAuthorizationPolicyRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
setUpdateMask(FieldMask value)
publicUpdateAuthorizationPolicyRequest.BuildersetUpdateMask(FieldMaskvalue)
Optional. Field mask is used to specify the fields to be overwritten in the
AuthorizationPolicy resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
setUpdateMask(FieldMask.Builder builderForValue)
publicUpdateAuthorizationPolicyRequest.BuildersetUpdateMask(FieldMask.BuilderbuilderForValue)
Optional. Field mask is used to specify the fields to be overwritten in the
AuthorizationPolicy resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
builderForValue |
Builder
|