Class GetInterceptEndpointGroupRequest.Builder (0.94.0)

public static final class GetInterceptEndpointGroupRequest.Builder extends GeneratedMessage.Builder<GetInterceptEndpointGroupRequest.Builder> implements GetInterceptEndpointGroupRequestOrBuilder

Request message for GetInterceptEndpointGroup.

Protobuf type google.cloud.networksecurity.v1.GetInterceptEndpointGroupRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetInterceptEndpointGroupRequest build()
Returns
Type Description
GetInterceptEndpointGroupRequest

buildPartial()

public GetInterceptEndpointGroupRequest buildPartial()
Returns
Type Description
GetInterceptEndpointGroupRequest

clear()

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

clearName()

public GetInterceptEndpointGroupRequest.Builder clearName()

Required. The name of the endpoint group to retrieve. Format: projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group}

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

Returns
Type Description
GetInterceptEndpointGroupRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetInterceptEndpointGroupRequest getDefaultInstanceForType()
Returns
Type Description
GetInterceptEndpointGroupRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the endpoint group to retrieve. Format: projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group}

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 endpoint group to retrieve. Format: projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group}

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(GetInterceptEndpointGroupRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetInterceptEndpointGroupRequest.Builder setName(String value)

Required. The name of the endpoint group to retrieve. Format: projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetInterceptEndpointGroupRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetInterceptEndpointGroupRequest.Builder setNameBytes(ByteString value)

Required. The name of the endpoint group to retrieve. Format: projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group}

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
GetInterceptEndpointGroupRequest.Builder

This builder for chaining.