publicstaticfinalclass UpdateServerTlsPolicyRequest.BuilderextendsGeneratedMessageV3.Builder<UpdateServerTlsPolicyRequest.Builder>implementsUpdateServerTlsPolicyRequestOrBuilder
Request used by UpdateServerTlsPolicy method.
Protobuf type google.cloud.networksecurity.v1.UpdateServerTlsPolicyRequest
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)
publicUpdateServerTlsPolicyRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicUpdateServerTlsPolicyRequestbuild()
buildPartial()
publicUpdateServerTlsPolicyRequestbuildPartial()
clear()
publicUpdateServerTlsPolicyRequest.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicUpdateServerTlsPolicyRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicUpdateServerTlsPolicyRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearServerTlsPolicy()
publicUpdateServerTlsPolicyRequest.BuilderclearServerTlsPolicy()
Required. Updated ServerTlsPolicy resource.
.google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
clearUpdateMask()
publicUpdateServerTlsPolicyRequest.BuilderclearUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the
ServerTlsPolicy 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()
publicUpdateServerTlsPolicyRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicUpdateServerTlsPolicyRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getServerTlsPolicy()
publicServerTlsPolicygetServerTlsPolicy()
Required. Updated ServerTlsPolicy resource.
.google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
getServerTlsPolicyBuilder()
publicServerTlsPolicy.BuildergetServerTlsPolicyBuilder()
Required. Updated ServerTlsPolicy resource.
.google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
getServerTlsPolicyOrBuilder()
publicServerTlsPolicyOrBuildergetServerTlsPolicyOrBuilder()
Required. Updated ServerTlsPolicy resource.
.google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask()
publicFieldMaskgetUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the
ServerTlsPolicy 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
ServerTlsPolicy 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
ServerTlsPolicy 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];
hasServerTlsPolicy()
publicbooleanhasServerTlsPolicy()
Required. Updated ServerTlsPolicy resource.
.google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the serverTlsPolicy field is set.
|
hasUpdateMask()
publicbooleanhasUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the
ServerTlsPolicy 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
mergeFrom(UpdateServerTlsPolicyRequest other)
publicUpdateServerTlsPolicyRequest.BuildermergeFrom(UpdateServerTlsPolicyRequestother)
publicUpdateServerTlsPolicyRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicUpdateServerTlsPolicyRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeServerTlsPolicy(ServerTlsPolicy value)
publicUpdateServerTlsPolicyRequest.BuildermergeServerTlsPolicy(ServerTlsPolicyvalue)
Required. Updated ServerTlsPolicy resource.
.google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateServerTlsPolicyRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
mergeUpdateMask(FieldMask value)
publicUpdateServerTlsPolicyRequest.BuildermergeUpdateMask(FieldMaskvalue)
Optional. Field mask is used to specify the fields to be overwritten in the
ServerTlsPolicy 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];
setField(Descriptors.FieldDescriptor field, Object value)
publicUpdateServerTlsPolicyRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicUpdateServerTlsPolicyRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setServerTlsPolicy(ServerTlsPolicy value)
publicUpdateServerTlsPolicyRequest.BuildersetServerTlsPolicy(ServerTlsPolicyvalue)
Required. Updated ServerTlsPolicy resource.
.google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
setServerTlsPolicy(ServerTlsPolicy.Builder builderForValue)
publicUpdateServerTlsPolicyRequest.BuildersetServerTlsPolicy(ServerTlsPolicy.BuilderbuilderForValue)
Required. Updated ServerTlsPolicy resource.
.google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateServerTlsPolicyRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
setUpdateMask(FieldMask value)
publicUpdateServerTlsPolicyRequest.BuildersetUpdateMask(FieldMaskvalue)
Optional. Field mask is used to specify the fields to be overwritten in the
ServerTlsPolicy 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)
publicUpdateServerTlsPolicyRequest.BuildersetUpdateMask(FieldMask.BuilderbuilderForValue)
Optional. Field mask is used to specify the fields to be overwritten in the
ServerTlsPolicy 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
|