Class GetMirroringEndpointGroupAssociationRequest.Builder (0.94.0)

public static final class GetMirroringEndpointGroupAssociationRequest.Builder extends GeneratedMessage.Builder<GetMirroringEndpointGroupAssociationRequest.Builder> implements GetMirroringEndpointGroupAssociationRequestOrBuilder

Request message for GetMirroringEndpointGroupAssociation.

Protobuf type google.cloud.networksecurity.v1.GetMirroringEndpointGroupAssociationRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetMirroringEndpointGroupAssociationRequest build()
Returns
Type Description
GetMirroringEndpointGroupAssociationRequest

buildPartial()

public GetMirroringEndpointGroupAssociationRequest buildPartial()
Returns
Type Description
GetMirroringEndpointGroupAssociationRequest

clear()

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

clearName()

public GetMirroringEndpointGroupAssociationRequest.Builder clearName()

Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetMirroringEndpointGroupAssociationRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetMirroringEndpointGroupAssociationRequest getDefaultInstanceForType()
Returns
Type Description
GetMirroringEndpointGroupAssociationRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetMirroringEndpointGroupAssociationRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetMirroringEndpointGroupAssociationRequest.Builder setName(String value)

Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetMirroringEndpointGroupAssociationRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetMirroringEndpointGroupAssociationRequest.Builder setNameBytes(ByteString value)

Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetMirroringEndpointGroupAssociationRequest.Builder

This builder for chaining.