Class UpdateMirroringEndpointGroupAssociationRequest.Builder (0.94.0)

public static final class UpdateMirroringEndpointGroupAssociationRequest.Builder extends GeneratedMessage.Builder<UpdateMirroringEndpointGroupAssociationRequest.Builder> implements UpdateMirroringEndpointGroupAssociationRequestOrBuilder

Request message for UpdateMirroringEndpointGroupAssociation.

Protobuf type google.cloud.networksecurity.v1.UpdateMirroringEndpointGroupAssociationRequest

Static Methods

getDescriptor()

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

Methods

build()

public UpdateMirroringEndpointGroupAssociationRequest build()
Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest

buildPartial()

public UpdateMirroringEndpointGroupAssociationRequest buildPartial()
Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest

clear()

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

clearMirroringEndpointGroupAssociation()

public UpdateMirroringEndpointGroupAssociationRequest.Builder clearMirroringEndpointGroupAssociation()

Required. The association to update.

.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation mirroring_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest.Builder

clearRequestId()

public UpdateMirroringEndpointGroupAssociationRequest.Builder clearRequestId()

Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest.Builder

This builder for chaining.

clearUpdateMask()

public UpdateMirroringEndpointGroupAssociationRequest.Builder clearUpdateMask()

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not mirroring_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest.Builder

getDefaultInstanceForType()

public UpdateMirroringEndpointGroupAssociationRequest getDefaultInstanceForType()
Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest

getDescriptorForType()

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

getMirroringEndpointGroupAssociation()

public MirroringEndpointGroupAssociation getMirroringEndpointGroupAssociation()

Required. The association to update.

.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation mirroring_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MirroringEndpointGroupAssociation

The mirroringEndpointGroupAssociation.

getMirroringEndpointGroupAssociationBuilder()

public MirroringEndpointGroupAssociation.Builder getMirroringEndpointGroupAssociationBuilder()

Required. The association to update.

.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation mirroring_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MirroringEndpointGroupAssociation.Builder

getMirroringEndpointGroupAssociationOrBuilder()

public MirroringEndpointGroupAssociationOrBuilder getMirroringEndpointGroupAssociationOrBuilder()

Required. The association to update.

.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation mirroring_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MirroringEndpointGroupAssociationOrBuilder

getRequestId()

public String getRequestId()

Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for requestId.

getUpdateMask()

public FieldMask getUpdateMask()

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not mirroring_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not mirroring_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not mirroring_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasMirroringEndpointGroupAssociation()

public boolean hasMirroringEndpointGroupAssociation()

Required. The association to update.

.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation mirroring_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the mirroringEndpointGroupAssociation field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not mirroring_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.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

mergeFrom(UpdateMirroringEndpointGroupAssociationRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeMirroringEndpointGroupAssociation(MirroringEndpointGroupAssociation value)

public UpdateMirroringEndpointGroupAssociationRequest.Builder mergeMirroringEndpointGroupAssociation(MirroringEndpointGroupAssociation value)

Required. The association to update.

.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation mirroring_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value MirroringEndpointGroupAssociation
Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest.Builder

mergeUpdateMask(FieldMask value)

public UpdateMirroringEndpointGroupAssociationRequest.Builder mergeUpdateMask(FieldMask value)

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not mirroring_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest.Builder

setMirroringEndpointGroupAssociation(MirroringEndpointGroupAssociation value)

public UpdateMirroringEndpointGroupAssociationRequest.Builder setMirroringEndpointGroupAssociation(MirroringEndpointGroupAssociation value)

Required. The association to update.

.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation mirroring_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value MirroringEndpointGroupAssociation
Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest.Builder

setMirroringEndpointGroupAssociation(MirroringEndpointGroupAssociation.Builder builderForValue)

public UpdateMirroringEndpointGroupAssociationRequest.Builder setMirroringEndpointGroupAssociation(MirroringEndpointGroupAssociation.Builder builderForValue)

Required. The association to update.

.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation mirroring_endpoint_group_association = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue MirroringEndpointGroupAssociation.Builder
Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest.Builder

setRequestId(String value)

public UpdateMirroringEndpointGroupAssociationRequest.Builder setRequestId(String value)

Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Parameter
Name Description
value String

The requestId to set.

Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public UpdateMirroringEndpointGroupAssociationRequest.Builder setRequestIdBytes(ByteString value)

Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Parameter
Name Description
value ByteString

The bytes for requestId to set.

Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest.Builder

This builder for chaining.

setUpdateMask(FieldMask value)

public UpdateMirroringEndpointGroupAssociationRequest.Builder setUpdateMask(FieldMask value)

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not mirroring_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateMirroringEndpointGroupAssociationRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Optional. The list of fields to update. Fields are specified relative to the association (e.g. description; not mirroring_endpoint_group_association.description). See https://google.aip.dev/161 for more details.

.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateMirroringEndpointGroupAssociationRequest.Builder