Class InterconnectGroupsCreateMembers (1.74.0)

public final class InterconnectGroupsCreateMembers extends GeneratedMessageV3 implements InterconnectGroupsCreateMembersOrBuilder

Protobuf type google.cloud.compute.v1.InterconnectGroupsCreateMembers

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > InterconnectGroupsCreateMembers

Static Fields

INTENT_MISMATCH_BEHAVIOR_FIELD_NUMBER

public static final int INTENT_MISMATCH_BEHAVIOR_FIELD_NUMBER
Field Value
Type Description
int

INTERCONNECTS_FIELD_NUMBER

public static final int INTERCONNECTS_FIELD_NUMBER
Field Value
Type Description
int

TEMPLATE_INTERCONNECT_FIELD_NUMBER

public static final int TEMPLATE_INTERCONNECT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static InterconnectGroupsCreateMembers getDefaultInstance()
Returns
Type Description
InterconnectGroupsCreateMembers

getDescriptor()

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

newBuilder()

public static InterconnectGroupsCreateMembers.Builder newBuilder()
Returns
Type Description
InterconnectGroupsCreateMembers.Builder

newBuilder(InterconnectGroupsCreateMembers prototype)

public static InterconnectGroupsCreateMembers.Builder newBuilder(InterconnectGroupsCreateMembers prototype)
Parameter
Name Description
prototype InterconnectGroupsCreateMembers
Returns
Type Description
InterconnectGroupsCreateMembers.Builder

parseDelimitedFrom(InputStream input)

public static InterconnectGroupsCreateMembers parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InterconnectGroupsCreateMembers
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectGroupsCreateMembers parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterconnectGroupsCreateMembers
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static InterconnectGroupsCreateMembers parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
InterconnectGroupsCreateMembers
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static InterconnectGroupsCreateMembers parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterconnectGroupsCreateMembers
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static InterconnectGroupsCreateMembers parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
InterconnectGroupsCreateMembers
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static InterconnectGroupsCreateMembers parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterconnectGroupsCreateMembers
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static InterconnectGroupsCreateMembers parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
InterconnectGroupsCreateMembers
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectGroupsCreateMembers parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterconnectGroupsCreateMembers
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static InterconnectGroupsCreateMembers parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InterconnectGroupsCreateMembers
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectGroupsCreateMembers parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterconnectGroupsCreateMembers
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static InterconnectGroupsCreateMembers parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
InterconnectGroupsCreateMembers
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static InterconnectGroupsCreateMembers parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InterconnectGroupsCreateMembers
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<InterconnectGroupsCreateMembers> parser()
Returns
Type Description
Parser<InterconnectGroupsCreateMembers>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public InterconnectGroupsCreateMembers getDefaultInstanceForType()
Returns
Type Description
InterconnectGroupsCreateMembers

getIntentMismatchBehavior()

public String getIntentMismatchBehavior()

How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call. Check the IntentMismatchBehavior enum for the list of possible values.

optional string intent_mismatch_behavior = 164408000;

Returns
Type Description
String

The intentMismatchBehavior.

getIntentMismatchBehaviorBytes()

public ByteString getIntentMismatchBehaviorBytes()

How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call. Check the IntentMismatchBehavior enum for the list of possible values.

optional string intent_mismatch_behavior = 164408000;

Returns
Type Description
ByteString

The bytes for intentMismatchBehavior.

getInterconnects(int index)

public InterconnectGroupsCreateMembersInterconnectInput getInterconnects(int index)

repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;

Parameter
Name Description
index int
Returns
Type Description
InterconnectGroupsCreateMembersInterconnectInput

getInterconnectsCount()

public int getInterconnectsCount()

repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;

Returns
Type Description
int

getInterconnectsList()

public List<InterconnectGroupsCreateMembersInterconnectInput> getInterconnectsList()

repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;

Returns
Type Description
List<InterconnectGroupsCreateMembersInterconnectInput>

getInterconnectsOrBuilder(int index)

public InterconnectGroupsCreateMembersInterconnectInputOrBuilder getInterconnectsOrBuilder(int index)

repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;

Parameter
Name Description
index int
Returns
Type Description
InterconnectGroupsCreateMembersInterconnectInputOrBuilder

getInterconnectsOrBuilderList()

public List<? extends InterconnectGroupsCreateMembersInterconnectInputOrBuilder> getInterconnectsOrBuilderList()

repeated .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput interconnects = 520187301;

Returns
Type Description
List<? extends com.google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInputOrBuilder>

getParserForType()

public Parser<InterconnectGroupsCreateMembers> getParserForType()
Returns
Type Description
Parser<InterconnectGroupsCreateMembers>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTemplateInterconnect()

public InterconnectGroupsCreateMembersInterconnectInput getTemplateInterconnect()

Parameters for the Interconnects to create.

optional .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput template_interconnect = 224745523;

Returns
Type Description
InterconnectGroupsCreateMembersInterconnectInput

The templateInterconnect.

getTemplateInterconnectOrBuilder()

public InterconnectGroupsCreateMembersInterconnectInputOrBuilder getTemplateInterconnectOrBuilder()

Parameters for the Interconnects to create.

optional .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput template_interconnect = 224745523;

Returns
Type Description
InterconnectGroupsCreateMembersInterconnectInputOrBuilder

hasIntentMismatchBehavior()

public boolean hasIntentMismatchBehavior()

How to behave when configured.topologyCapability.supportedSLA would not equal intent.topologyCapability after this call. Check the IntentMismatchBehavior enum for the list of possible values.

optional string intent_mismatch_behavior = 164408000;

Returns
Type Description
boolean

Whether the intentMismatchBehavior field is set.

hasTemplateInterconnect()

public boolean hasTemplateInterconnect()

Parameters for the Interconnects to create.

optional .google.cloud.compute.v1.InterconnectGroupsCreateMembersInterconnectInput template_interconnect = 224745523;

Returns
Type Description
boolean

Whether the templateInterconnect field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public InterconnectGroupsCreateMembers.Builder newBuilderForType()
Returns
Type Description
InterconnectGroupsCreateMembers.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected InterconnectGroupsCreateMembers.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
InterconnectGroupsCreateMembers.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public InterconnectGroupsCreateMembers.Builder toBuilder()
Returns
Type Description
InterconnectGroupsCreateMembers.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException