Class InterceptDeploymentGroup.ConnectedEndpointGroup.Builder (0.94.0)

public static final class InterceptDeploymentGroup.ConnectedEndpointGroup.Builder extends GeneratedMessage.Builder<InterceptDeploymentGroup.ConnectedEndpointGroup.Builder> implements InterceptDeploymentGroup.ConnectedEndpointGroupOrBuilder

An endpoint group connected to this deployment group.

Protobuf type google.cloud.networksecurity.v1.InterceptDeploymentGroup.ConnectedEndpointGroup

Static Methods

getDescriptor()

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

Methods

build()

public InterceptDeploymentGroup.ConnectedEndpointGroup build()
Returns
Type Description
InterceptDeploymentGroup.ConnectedEndpointGroup

buildPartial()

public InterceptDeploymentGroup.ConnectedEndpointGroup buildPartial()
Returns
Type Description
InterceptDeploymentGroup.ConnectedEndpointGroup

clear()

public InterceptDeploymentGroup.ConnectedEndpointGroup.Builder clear()
Returns
Type Description
InterceptDeploymentGroup.ConnectedEndpointGroup.Builder
Overrides

clearName()

public InterceptDeploymentGroup.ConnectedEndpointGroup.Builder clearName()

Output only. The connected endpoint group's resource name, for example: projects/123456789/locations/global/interceptEndpointGroups/my-eg. See https://google.aip.dev/124.

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

Returns
Type Description
InterceptDeploymentGroup.ConnectedEndpointGroup.Builder

This builder for chaining.

getDefaultInstanceForType()

public InterceptDeploymentGroup.ConnectedEndpointGroup getDefaultInstanceForType()
Returns
Type Description
InterceptDeploymentGroup.ConnectedEndpointGroup

getDescriptorForType()

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

getName()

public String getName()

Output only. The connected endpoint group's resource name, for example: projects/123456789/locations/global/interceptEndpointGroups/my-eg. See https://google.aip.dev/124.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The connected endpoint group's resource name, for example: projects/123456789/locations/global/interceptEndpointGroups/my-eg. See https://google.aip.dev/124.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.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(InterceptDeploymentGroup.ConnectedEndpointGroup other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public InterceptDeploymentGroup.ConnectedEndpointGroup.Builder setName(String value)

Output only. The connected endpoint group's resource name, for example: projects/123456789/locations/global/interceptEndpointGroups/my-eg. See https://google.aip.dev/124.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
InterceptDeploymentGroup.ConnectedEndpointGroup.Builder

This builder for chaining.

setNameBytes(ByteString value)

public InterceptDeploymentGroup.ConnectedEndpointGroup.Builder setNameBytes(ByteString value)

Output only. The connected endpoint group's resource name, for example: projects/123456789/locations/global/interceptEndpointGroups/my-eg. See https://google.aip.dev/124.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
InterceptDeploymentGroup.ConnectedEndpointGroup.Builder

This builder for chaining.