Class InterconnectGroupIntent.Builder (1.74.0)

public static final class InterconnectGroupIntent.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public InterconnectGroupIntent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
InterconnectGroupIntent.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public InterconnectGroupIntent.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
InterconnectGroupIntent.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public InterconnectGroupIntent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
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.

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final InterconnectGroupIntent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
InterconnectGroupIntent.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public InterconnectGroupIntent.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
InterconnectGroupIntent.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public InterconnectGroupIntent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
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.

setUnknownFields(UnknownFieldSet unknownFields)

public final InterconnectGroupIntent.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
InterconnectGroupIntent.Builder
Overrides