publicstaticfinalclass UpdateClientTlsPolicyRequest.BuilderextendsGeneratedMessageV3.Builder<UpdateClientTlsPolicyRequest.Builder>implementsUpdateClientTlsPolicyRequestOrBuilder
Request used by UpdateClientTlsPolicy method.
Protobuf type google.cloud.networksecurity.v1beta1.UpdateClientTlsPolicyRequest
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)
publicUpdateClientTlsPolicyRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicUpdateClientTlsPolicyRequestbuild()
buildPartial()
publicUpdateClientTlsPolicyRequestbuildPartial()
clear()
publicUpdateClientTlsPolicyRequest.Builderclear()
Overrides
clearClientTlsPolicy()
publicUpdateClientTlsPolicyRequest.BuilderclearClientTlsPolicy()
Required. Updated ClientTlsPolicy resource.
.google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
publicUpdateClientTlsPolicyRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicUpdateClientTlsPolicyRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearUpdateMask()
publicUpdateClientTlsPolicyRequest.BuilderclearUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the
ClientTlsPolicy 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()
publicUpdateClientTlsPolicyRequest.Builderclone()
Overrides
getClientTlsPolicy()
publicClientTlsPolicygetClientTlsPolicy()
Required. Updated ClientTlsPolicy resource.
.google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
getClientTlsPolicyBuilder()
publicClientTlsPolicy.BuildergetClientTlsPolicyBuilder()
Required. Updated ClientTlsPolicy resource.
.google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
getClientTlsPolicyOrBuilder()
publicClientTlsPolicyOrBuildergetClientTlsPolicyOrBuilder()
Required. Updated ClientTlsPolicy resource.
.google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
publicUpdateClientTlsPolicyRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getUpdateMask()
publicFieldMaskgetUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the
ClientTlsPolicy 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
ClientTlsPolicy 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
ClientTlsPolicy 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];
hasClientTlsPolicy()
publicbooleanhasClientTlsPolicy()
Required. Updated ClientTlsPolicy resource.
.google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the clientTlsPolicy field is set.
|
hasUpdateMask()
publicbooleanhasUpdateMask()
Optional. Field mask is used to specify the fields to be overwritten in the
ClientTlsPolicy 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
mergeClientTlsPolicy(ClientTlsPolicy value)
publicUpdateClientTlsPolicyRequest.BuildermergeClientTlsPolicy(ClientTlsPolicyvalue)
Required. Updated ClientTlsPolicy resource.
.google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(UpdateClientTlsPolicyRequest other)
publicUpdateClientTlsPolicyRequest.BuildermergeFrom(UpdateClientTlsPolicyRequestother)
publicUpdateClientTlsPolicyRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicUpdateClientTlsPolicyRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateClientTlsPolicyRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
mergeUpdateMask(FieldMask value)
publicUpdateClientTlsPolicyRequest.BuildermergeUpdateMask(FieldMaskvalue)
Optional. Field mask is used to specify the fields to be overwritten in the
ClientTlsPolicy 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];
setClientTlsPolicy(ClientTlsPolicy value)
publicUpdateClientTlsPolicyRequest.BuildersetClientTlsPolicy(ClientTlsPolicyvalue)
Required. Updated ClientTlsPolicy resource.
.google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
setClientTlsPolicy(ClientTlsPolicy.Builder builderForValue)
publicUpdateClientTlsPolicyRequest.BuildersetClientTlsPolicy(ClientTlsPolicy.BuilderbuilderForValue)
Required. Updated ClientTlsPolicy resource.
.google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policy = 2 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
publicUpdateClientTlsPolicyRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicUpdateClientTlsPolicyRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateClientTlsPolicyRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
setUpdateMask(FieldMask value)
publicUpdateClientTlsPolicyRequest.BuildersetUpdateMask(FieldMaskvalue)
Optional. Field mask is used to specify the fields to be overwritten in the
ClientTlsPolicy 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)
publicUpdateClientTlsPolicyRequest.BuildersetUpdateMask(FieldMask.BuilderbuilderForValue)
Optional. Field mask is used to specify the fields to be overwritten in the
ClientTlsPolicy 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
|