Class UpdateBackendAuthenticationConfigRequest.Builder (0.94.0)

public static final class UpdateBackendAuthenticationConfigRequest.Builder extends GeneratedMessage.Builder<UpdateBackendAuthenticationConfigRequest.Builder> implements UpdateBackendAuthenticationConfigRequestOrBuilder

Request used by UpdateBackendAuthenticationConfig method.

Protobuf type google.cloud.networksecurity.v1.UpdateBackendAuthenticationConfigRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public UpdateBackendAuthenticationConfigRequest build()
Returns
Type Description
UpdateBackendAuthenticationConfigRequest

buildPartial()

public UpdateBackendAuthenticationConfigRequest buildPartial()
Returns
Type Description
UpdateBackendAuthenticationConfigRequest

clear()

public UpdateBackendAuthenticationConfigRequest.Builder clear()
Returns
Type Description
UpdateBackendAuthenticationConfigRequest.Builder
Overrides

clearBackendAuthenticationConfig()

public UpdateBackendAuthenticationConfigRequest.Builder clearBackendAuthenticationConfig()

Required. Updated BackendAuthenticationConfig resource.

.google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateBackendAuthenticationConfigRequest.Builder

clearUpdateMask()

public UpdateBackendAuthenticationConfigRequest.Builder clearUpdateMask()

Optional. Field mask is used to specify the fields to be overwritten in the BackendAuthenticationConfig 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
UpdateBackendAuthenticationConfigRequest.Builder

getBackendAuthenticationConfig()

public BackendAuthenticationConfig getBackendAuthenticationConfig()

Required. Updated BackendAuthenticationConfig resource.

.google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BackendAuthenticationConfig

The backendAuthenticationConfig.

getBackendAuthenticationConfigBuilder()

public BackendAuthenticationConfig.Builder getBackendAuthenticationConfigBuilder()

Required. Updated BackendAuthenticationConfig resource.

.google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BackendAuthenticationConfig.Builder

getBackendAuthenticationConfigOrBuilder()

public BackendAuthenticationConfigOrBuilder getBackendAuthenticationConfigOrBuilder()

Required. Updated BackendAuthenticationConfig resource.

.google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BackendAuthenticationConfigOrBuilder

getDefaultInstanceForType()

public UpdateBackendAuthenticationConfigRequest getDefaultInstanceForType()
Returns
Type Description
UpdateBackendAuthenticationConfigRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getUpdateMask()

public FieldMask getUpdateMask()

Optional. Field mask is used to specify the fields to be overwritten in the BackendAuthenticationConfig 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()

public FieldMask.Builder getUpdateMaskBuilder()

Optional. Field mask is used to specify the fields to be overwritten in the BackendAuthenticationConfig 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
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Field mask is used to specify the fields to be overwritten in the BackendAuthenticationConfig 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
FieldMaskOrBuilder

hasBackendAuthenticationConfig()

public boolean hasBackendAuthenticationConfig()

Required. Updated BackendAuthenticationConfig resource.

.google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the backendAuthenticationConfig field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Optional. Field mask is used to specify the fields to be overwritten in the BackendAuthenticationConfig 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()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeBackendAuthenticationConfig(BackendAuthenticationConfig value)

public UpdateBackendAuthenticationConfigRequest.Builder mergeBackendAuthenticationConfig(BackendAuthenticationConfig value)

Required. Updated BackendAuthenticationConfig resource.

.google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value BackendAuthenticationConfig
Returns
Type Description
UpdateBackendAuthenticationConfigRequest.Builder

mergeFrom(UpdateBackendAuthenticationConfigRequest other)

public UpdateBackendAuthenticationConfigRequest.Builder mergeFrom(UpdateBackendAuthenticationConfigRequest other)
Parameter
Name Description
other UpdateBackendAuthenticationConfigRequest
Returns
Type Description
UpdateBackendAuthenticationConfigRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateBackendAuthenticationConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateBackendAuthenticationConfigRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateBackendAuthenticationConfigRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateBackendAuthenticationConfigRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

public UpdateBackendAuthenticationConfigRequest.Builder mergeUpdateMask(FieldMask value)

Optional. Field mask is used to specify the fields to be overwritten in the BackendAuthenticationConfig 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
value FieldMask
Returns
Type Description
UpdateBackendAuthenticationConfigRequest.Builder

setBackendAuthenticationConfig(BackendAuthenticationConfig value)

public UpdateBackendAuthenticationConfigRequest.Builder setBackendAuthenticationConfig(BackendAuthenticationConfig value)

Required. Updated BackendAuthenticationConfig resource.

.google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value BackendAuthenticationConfig
Returns
Type Description
UpdateBackendAuthenticationConfigRequest.Builder

setBackendAuthenticationConfig(BackendAuthenticationConfig.Builder builderForValue)

public UpdateBackendAuthenticationConfigRequest.Builder setBackendAuthenticationConfig(BackendAuthenticationConfig.Builder builderForValue)

Required. Updated BackendAuthenticationConfig resource.

.google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue BackendAuthenticationConfig.Builder
Returns
Type Description
UpdateBackendAuthenticationConfigRequest.Builder

setUpdateMask(FieldMask value)

public UpdateBackendAuthenticationConfigRequest.Builder setUpdateMask(FieldMask value)

Optional. Field mask is used to specify the fields to be overwritten in the BackendAuthenticationConfig 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
value FieldMask
Returns
Type Description
UpdateBackendAuthenticationConfigRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateBackendAuthenticationConfigRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Optional. Field mask is used to specify the fields to be overwritten in the BackendAuthenticationConfig 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
Returns
Type Description
UpdateBackendAuthenticationConfigRequest.Builder