Class InterconnectGroupIntent.Builder (1.93.0)

public static final class InterconnectGroupIntent.Builder extends GeneratedMessage.Builder<InterconnectGroupIntent.Builder> implements InterconnectGroupIntentOrBuilder

The user's intent for this group. This is the only required field besides the name that must be specified on group creation.

Protobuf type google.cloud.compute.v1.InterconnectGroupIntent

Static Methods

getDescriptor()

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

Methods

build()

public InterconnectGroupIntent build()
Returns
Type Description
InterconnectGroupIntent

buildPartial()

public InterconnectGroupIntent buildPartial()
Returns
Type Description
InterconnectGroupIntent

clear()

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

clearTopologyCapability()

public InterconnectGroupIntent.Builder clearTopologyCapability()

Check the TopologyCapability enum for the list of possible values.

optional string topology_capability = 144190696;

Returns
Type Description
InterconnectGroupIntent.Builder

This builder for chaining.

getDefaultInstanceForType()

public InterconnectGroupIntent getDefaultInstanceForType()
Returns
Type Description
InterconnectGroupIntent

getDescriptorForType()

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

getTopologyCapability()

public String getTopologyCapability()

Check the TopologyCapability enum for the list of possible values.

optional string topology_capability = 144190696;

Returns
Type Description
String

The topologyCapability.

getTopologyCapabilityBytes()

public ByteString getTopologyCapabilityBytes()

Check the TopologyCapability enum for the list of possible values.

optional string topology_capability = 144190696;

Returns
Type Description
ByteString

The bytes for topologyCapability.

hasTopologyCapability()

public boolean hasTopologyCapability()

Check the TopologyCapability enum for the list of possible values.

optional string topology_capability = 144190696;

Returns
Type Description
boolean

Whether the topologyCapability field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(InterconnectGroupIntent other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setTopologyCapability(String value)

public InterconnectGroupIntent.Builder setTopologyCapability(String value)

Check the TopologyCapability enum for the list of possible values.

optional string topology_capability = 144190696;

Parameter
Name Description
value String

The topologyCapability to set.

Returns
Type Description
InterconnectGroupIntent.Builder

This builder for chaining.

setTopologyCapabilityBytes(ByteString value)

public InterconnectGroupIntent.Builder setTopologyCapabilityBytes(ByteString value)

Check the TopologyCapability enum for the list of possible values.

optional string topology_capability = 144190696;

Parameter
Name Description
value ByteString

The bytes for topologyCapability to set.

Returns
Type Description
InterconnectGroupIntent.Builder

This builder for chaining.