Class InterconnectAttachmentGroupsOperationalStatus (1.74.0)

public final class InterconnectAttachmentGroupsOperationalStatus extends GeneratedMessageV3 implements InterconnectAttachmentGroupsOperationalStatusOrBuilder

Protobuf type google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatus

Inheritance

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

Static Fields

ATTACHMENT_STATUSES_FIELD_NUMBER

public static final int ATTACHMENT_STATUSES_FIELD_NUMBER
Field Value
Type Description
int

CONFIGURED_FIELD_NUMBER

public static final int CONFIGURED_FIELD_NUMBER
Field Value
Type Description
int

GROUP_STATUS_FIELD_NUMBER

public static final int GROUP_STATUS_FIELD_NUMBER
Field Value
Type Description
int

INTENT_FIELD_NUMBER

public static final int INTENT_FIELD_NUMBER
Field Value
Type Description
int

OPERATIONAL_FIELD_NUMBER

public static final int OPERATIONAL_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static InterconnectAttachmentGroupsOperationalStatus getDefaultInstance()
Returns
Type Description
InterconnectAttachmentGroupsOperationalStatus

getDescriptor()

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

newBuilder()

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

newBuilder(InterconnectAttachmentGroupsOperationalStatus prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAttachmentStatuses(int index)

public InterconnectAttachmentGroupsOperationalStatusAttachmentStatus getAttachmentStatuses(int index)

repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;

Parameter
Name Description
index int
Returns
Type Description
InterconnectAttachmentGroupsOperationalStatusAttachmentStatus

getAttachmentStatusesCount()

public int getAttachmentStatusesCount()

repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;

Returns
Type Description
int

getAttachmentStatusesList()

public List<InterconnectAttachmentGroupsOperationalStatusAttachmentStatus> getAttachmentStatusesList()

repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;

Returns
Type Description
List<InterconnectAttachmentGroupsOperationalStatusAttachmentStatus>

getAttachmentStatusesOrBuilder(int index)

public InterconnectAttachmentGroupsOperationalStatusAttachmentStatusOrBuilder getAttachmentStatusesOrBuilder(int index)

repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;

Parameter
Name Description
index int
Returns
Type Description
InterconnectAttachmentGroupsOperationalStatusAttachmentStatusOrBuilder

getAttachmentStatusesOrBuilderList()

public List<? extends InterconnectAttachmentGroupsOperationalStatusAttachmentStatusOrBuilder> getAttachmentStatusesOrBuilderList()

repeated .google.cloud.compute.v1.InterconnectAttachmentGroupsOperationalStatusAttachmentStatus attachment_statuses = 491132860;

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

getConfigured()

public InterconnectAttachmentGroupConfigured getConfigured()

optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;

Returns
Type Description
InterconnectAttachmentGroupConfigured

The configured.

getConfiguredOrBuilder()

public InterconnectAttachmentGroupConfiguredOrBuilder getConfiguredOrBuilder()

optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;

Returns
Type Description
InterconnectAttachmentGroupConfiguredOrBuilder

getDefaultInstanceForType()

public InterconnectAttachmentGroupsOperationalStatus getDefaultInstanceForType()
Returns
Type Description
InterconnectAttachmentGroupsOperationalStatus

getGroupStatus()

public String getGroupStatus()

Summarizes the status of the group. Check the GroupStatus enum for the list of possible values.

optional string group_status = 338778546;

Returns
Type Description
String

The groupStatus.

getGroupStatusBytes()

public ByteString getGroupStatusBytes()

Summarizes the status of the group. Check the GroupStatus enum for the list of possible values.

optional string group_status = 338778546;

Returns
Type Description
ByteString

The bytes for groupStatus.

getIntent()

public InterconnectAttachmentGroupIntent getIntent()

optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;

Returns
Type Description
InterconnectAttachmentGroupIntent

The intent.

getIntentOrBuilder()

public InterconnectAttachmentGroupIntentOrBuilder getIntentOrBuilder()

optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;

Returns
Type Description
InterconnectAttachmentGroupIntentOrBuilder

getOperational()

public InterconnectAttachmentGroupConfigured getOperational()

The operational state of the group, including only active Attachments.

optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured operational = 129704914;

Returns
Type Description
InterconnectAttachmentGroupConfigured

The operational.

getOperationalOrBuilder()

public InterconnectAttachmentGroupConfiguredOrBuilder getOperationalOrBuilder()

The operational state of the group, including only active Attachments.

optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured operational = 129704914;

Returns
Type Description
InterconnectAttachmentGroupConfiguredOrBuilder

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasConfigured()

public boolean hasConfigured()

optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;

Returns
Type Description
boolean

Whether the configured field is set.

hasGroupStatus()

public boolean hasGroupStatus()

Summarizes the status of the group. Check the GroupStatus enum for the list of possible values.

optional string group_status = 338778546;

Returns
Type Description
boolean

Whether the groupStatus field is set.

hasIntent()

public boolean hasIntent()

optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;

Returns
Type Description
boolean

Whether the intent field is set.

hasOperational()

public boolean hasOperational()

The operational state of the group, including only active Attachments.

optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured operational = 129704914;

Returns
Type Description
boolean

Whether the operational 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 InterconnectAttachmentGroupsOperationalStatus.Builder newBuilderForType()
Returns
Type Description
InterconnectAttachmentGroupsOperationalStatus.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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