Class GetInterceptEndpointGroupAssociationRequest.Builder (0.94.0)

public static final class GetInterceptEndpointGroupAssociationRequest.Builder extends GeneratedMessage.Builder<GetInterceptEndpointGroupAssociationRequest.Builder> implements GetInterceptEndpointGroupAssociationRequestOrBuilder

Request message for GetInterceptEndpointGroupAssociation.

Protobuf type google.cloud.networksecurity.v1.GetInterceptEndpointGroupAssociationRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetInterceptEndpointGroupAssociationRequest build()
Returns
Type Description
GetInterceptEndpointGroupAssociationRequest

buildPartial()

public GetInterceptEndpointGroupAssociationRequest buildPartial()
Returns
Type Description
GetInterceptEndpointGroupAssociationRequest

clear()

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

clearName()

public GetInterceptEndpointGroupAssociationRequest.Builder clearName()

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

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

Returns
Type Description
GetInterceptEndpointGroupAssociationRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetInterceptEndpointGroupAssociationRequest getDefaultInstanceForType()
Returns
Type Description
GetInterceptEndpointGroupAssociationRequest

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}/interceptEndpointGroupAssociations/{intercept_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}/interceptEndpointGroupAssociations/{intercept_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(GetInterceptEndpointGroupAssociationRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetInterceptEndpointGroupAssociationRequest.Builder setName(String value)

Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{intercept_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
GetInterceptEndpointGroupAssociationRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetInterceptEndpointGroupAssociationRequest.Builder setNameBytes(ByteString value)

Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{intercept_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
GetInterceptEndpointGroupAssociationRequest.Builder

This builder for chaining.