Class MirroringDeploymentGroup.ConnectedEndpointGroup.Builder (0.94.0)

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

An endpoint group connected to this deployment group.

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

Static Methods

getDescriptor()

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

Methods

build()

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

buildPartial()

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

clear()

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

clearName()

public MirroringDeploymentGroup.ConnectedEndpointGroup.Builder clearName()

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

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

Returns
Type Description
MirroringDeploymentGroup.ConnectedEndpointGroup.Builder

This builder for chaining.

getDefaultInstanceForType()

public MirroringDeploymentGroup.ConnectedEndpointGroup getDefaultInstanceForType()
Returns
Type Description
MirroringDeploymentGroup.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/mirroringEndpointGroups/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/mirroringEndpointGroups/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(MirroringDeploymentGroup.ConnectedEndpointGroup other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public MirroringDeploymentGroup.ConnectedEndpointGroup.Builder setName(String value)

Output only. The connected endpoint group's resource name, for example: projects/123456789/locations/global/mirroringEndpointGroups/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
MirroringDeploymentGroup.ConnectedEndpointGroup.Builder

This builder for chaining.

setNameBytes(ByteString value)

public MirroringDeploymentGroup.ConnectedEndpointGroup.Builder setNameBytes(ByteString value)

Output only. The connected endpoint group's resource name, for example: projects/123456789/locations/global/mirroringEndpointGroups/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
MirroringDeploymentGroup.ConnectedEndpointGroup.Builder

This builder for chaining.