public static final class InterconnectGroupsOperationalStatus.Builder extends GeneratedMessage.Builder<InterconnectGroupsOperationalStatus.Builder> implements InterconnectGroupsOperationalStatusOrBuilderRequest to get the status of the interconnect group with extra detail.
Protobuf type google.cloud.compute.v1.InterconnectGroupsOperationalStatus
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > InterconnectGroupsOperationalStatus.BuilderImplements
InterconnectGroupsOperationalStatusOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllInterconnectStatuses(Iterable<? extends InterconnectGroupsOperationalStatusInterconnectStatus> values)
public InterconnectGroupsOperationalStatus.Builder addAllInterconnectStatuses(Iterable<? extends InterconnectGroupsOperationalStatusInterconnectStatus> values)
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus> |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
addInterconnectStatuses(InterconnectGroupsOperationalStatusInterconnectStatus value)
public InterconnectGroupsOperationalStatus.Builder addInterconnectStatuses(InterconnectGroupsOperationalStatusInterconnectStatus value)
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Parameter | |
|---|---|
| Name | Description |
value |
InterconnectGroupsOperationalStatusInterconnectStatus |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
addInterconnectStatuses(InterconnectGroupsOperationalStatusInterconnectStatus.Builder builderForValue)
public InterconnectGroupsOperationalStatus.Builder addInterconnectStatuses(InterconnectGroupsOperationalStatusInterconnectStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InterconnectGroupsOperationalStatusInterconnectStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
addInterconnectStatuses(int index, InterconnectGroupsOperationalStatusInterconnectStatus value)
public InterconnectGroupsOperationalStatus.Builder addInterconnectStatuses(int index, InterconnectGroupsOperationalStatusInterconnectStatus value)
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
InterconnectGroupsOperationalStatusInterconnectStatus |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
addInterconnectStatuses(int index, InterconnectGroupsOperationalStatusInterconnectStatus.Builder builderForValue)
public InterconnectGroupsOperationalStatus.Builder addInterconnectStatuses(int index, InterconnectGroupsOperationalStatusInterconnectStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
InterconnectGroupsOperationalStatusInterconnectStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
addInterconnectStatusesBuilder()
public InterconnectGroupsOperationalStatusInterconnectStatus.Builder addInterconnectStatusesBuilder()
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatusInterconnectStatus.Builder |
|
addInterconnectStatusesBuilder(int index)
public InterconnectGroupsOperationalStatusInterconnectStatus.Builder addInterconnectStatusesBuilder(int index)
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatusInterconnectStatus.Builder |
|
build()
public InterconnectGroupsOperationalStatus build()| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus |
|
buildPartial()
public InterconnectGroupsOperationalStatus buildPartial()| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus |
|
clear()
public InterconnectGroupsOperationalStatus.Builder clear()| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
clearConfigured()
public InterconnectGroupsOperationalStatus.Builder clearConfigured()Output only. The configuration analysis, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
clearGroupStatus()
public InterconnectGroupsOperationalStatus.Builder clearGroupStatus()Output only. Summarizes the status of the group. Check the GroupStatus enum for the list of possible values.
optional string group_status = 338778546;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
This builder for chaining. |
clearIntent()
public InterconnectGroupsOperationalStatus.Builder clearIntent()Output only. The intent of the resource, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
clearInterconnectStatuses()
public InterconnectGroupsOperationalStatus.Builder clearInterconnectStatuses()
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
clearOperational()
public InterconnectGroupsOperationalStatus.Builder clearOperational()Output only. The operational state of the group, including only active Interconnects.
optional .google.cloud.compute.v1.InterconnectGroupConfigured operational = 129704914;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
getConfigured()
public InterconnectGroupConfigured getConfigured()Output only. The configuration analysis, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupConfigured |
The configured. |
getConfiguredBuilder()
public InterconnectGroupConfigured.Builder getConfiguredBuilder()Output only. The configuration analysis, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupConfigured.Builder |
|
getConfiguredOrBuilder()
public InterconnectGroupConfiguredOrBuilder getConfiguredOrBuilder()Output only. The configuration analysis, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupConfiguredOrBuilder |
|
getDefaultInstanceForType()
public InterconnectGroupsOperationalStatus getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGroupStatus()
public String getGroupStatus()Output only. 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()Output only. 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 InterconnectGroupIntent getIntent()Output only. The intent of the resource, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupIntent |
The intent. |
getIntentBuilder()
public InterconnectGroupIntent.Builder getIntentBuilder()Output only. The intent of the resource, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupIntent.Builder |
|
getIntentOrBuilder()
public InterconnectGroupIntentOrBuilder getIntentOrBuilder()Output only. The intent of the resource, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupIntentOrBuilder |
|
getInterconnectStatuses(int index)
public InterconnectGroupsOperationalStatusInterconnectStatus getInterconnectStatuses(int index)
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatusInterconnectStatus |
|
getInterconnectStatusesBuilder(int index)
public InterconnectGroupsOperationalStatusInterconnectStatus.Builder getInterconnectStatusesBuilder(int index)
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatusInterconnectStatus.Builder |
|
getInterconnectStatusesBuilderList()
public List<InterconnectGroupsOperationalStatusInterconnectStatus.Builder> getInterconnectStatusesBuilderList()
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getInterconnectStatusesCount()
public int getInterconnectStatusesCount()
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Returns | |
|---|---|
| Type | Description |
int |
|
getInterconnectStatusesList()
public List<InterconnectGroupsOperationalStatusInterconnectStatus> getInterconnectStatusesList()
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Returns | |
|---|---|
| Type | Description |
List<InterconnectGroupsOperationalStatusInterconnectStatus> |
|
getInterconnectStatusesOrBuilder(int index)
public InterconnectGroupsOperationalStatusInterconnectStatusOrBuilder getInterconnectStatusesOrBuilder(int index)
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatusInterconnectStatusOrBuilder |
|
getInterconnectStatusesOrBuilderList()
public List<? extends InterconnectGroupsOperationalStatusInterconnectStatusOrBuilder> getInterconnectStatusesOrBuilderList()
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatusOrBuilder> |
|
getOperational()
public InterconnectGroupConfigured getOperational()Output only. The operational state of the group, including only active Interconnects.
optional .google.cloud.compute.v1.InterconnectGroupConfigured operational = 129704914;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupConfigured |
The operational. |
getOperationalBuilder()
public InterconnectGroupConfigured.Builder getOperationalBuilder()Output only. The operational state of the group, including only active Interconnects.
optional .google.cloud.compute.v1.InterconnectGroupConfigured operational = 129704914;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupConfigured.Builder |
|
getOperationalOrBuilder()
public InterconnectGroupConfiguredOrBuilder getOperationalOrBuilder()Output only. The operational state of the group, including only active Interconnects.
optional .google.cloud.compute.v1.InterconnectGroupConfigured operational = 129704914;
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupConfiguredOrBuilder |
|
hasConfigured()
public boolean hasConfigured()Output only. The configuration analysis, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the configured field is set. |
hasGroupStatus()
public boolean hasGroupStatus()Output only. 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()Output only. The intent of the resource, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the intent field is set. |
hasOperational()
public boolean hasOperational()Output only. The operational state of the group, including only active Interconnects.
optional .google.cloud.compute.v1.InterconnectGroupConfigured operational = 129704914;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the operational field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeConfigured(InterconnectGroupConfigured value)
public InterconnectGroupsOperationalStatus.Builder mergeConfigured(InterconnectGroupConfigured value)Output only. The configuration analysis, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
| Parameter | |
|---|---|
| Name | Description |
value |
InterconnectGroupConfigured |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
mergeFrom(InterconnectGroupsOperationalStatus other)
public InterconnectGroupsOperationalStatus.Builder mergeFrom(InterconnectGroupsOperationalStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
InterconnectGroupsOperationalStatus |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InterconnectGroupsOperationalStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public InterconnectGroupsOperationalStatus.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
mergeIntent(InterconnectGroupIntent value)
public InterconnectGroupsOperationalStatus.Builder mergeIntent(InterconnectGroupIntent value)Output only. The intent of the resource, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;
| Parameter | |
|---|---|
| Name | Description |
value |
InterconnectGroupIntent |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
mergeOperational(InterconnectGroupConfigured value)
public InterconnectGroupsOperationalStatus.Builder mergeOperational(InterconnectGroupConfigured value)Output only. The operational state of the group, including only active Interconnects.
optional .google.cloud.compute.v1.InterconnectGroupConfigured operational = 129704914;
| Parameter | |
|---|---|
| Name | Description |
value |
InterconnectGroupConfigured |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
removeInterconnectStatuses(int index)
public InterconnectGroupsOperationalStatus.Builder removeInterconnectStatuses(int index)
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
setConfigured(InterconnectGroupConfigured value)
public InterconnectGroupsOperationalStatus.Builder setConfigured(InterconnectGroupConfigured value)Output only. The configuration analysis, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
| Parameter | |
|---|---|
| Name | Description |
value |
InterconnectGroupConfigured |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
setConfigured(InterconnectGroupConfigured.Builder builderForValue)
public InterconnectGroupsOperationalStatus.Builder setConfigured(InterconnectGroupConfigured.Builder builderForValue)Output only. The configuration analysis, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InterconnectGroupConfigured.Builder |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
setGroupStatus(String value)
public InterconnectGroupsOperationalStatus.Builder setGroupStatus(String value)Output only. Summarizes the status of the group. Check the GroupStatus enum for the list of possible values.
optional string group_status = 338778546;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe groupStatus to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
This builder for chaining. |
setGroupStatusBytes(ByteString value)
public InterconnectGroupsOperationalStatus.Builder setGroupStatusBytes(ByteString value)Output only. Summarizes the status of the group. Check the GroupStatus enum for the list of possible values.
optional string group_status = 338778546;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for groupStatus to set. |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
This builder for chaining. |
setIntent(InterconnectGroupIntent value)
public InterconnectGroupsOperationalStatus.Builder setIntent(InterconnectGroupIntent value)Output only. The intent of the resource, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;
| Parameter | |
|---|---|
| Name | Description |
value |
InterconnectGroupIntent |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
setIntent(InterconnectGroupIntent.Builder builderForValue)
public InterconnectGroupsOperationalStatus.Builder setIntent(InterconnectGroupIntent.Builder builderForValue)Output only. The intent of the resource, as returned by Get.
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InterconnectGroupIntent.Builder |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
setInterconnectStatuses(int index, InterconnectGroupsOperationalStatusInterconnectStatus value)
public InterconnectGroupsOperationalStatus.Builder setInterconnectStatuses(int index, InterconnectGroupsOperationalStatusInterconnectStatus value)
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
InterconnectGroupsOperationalStatusInterconnectStatus |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
setInterconnectStatuses(int index, InterconnectGroupsOperationalStatusInterconnectStatus.Builder builderForValue)
public InterconnectGroupsOperationalStatus.Builder setInterconnectStatuses(int index, InterconnectGroupsOperationalStatusInterconnectStatus.Builder builderForValue)
repeated .google.cloud.compute.v1.InterconnectGroupsOperationalStatusInterconnectStatus interconnect_statuses = 446756017;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
InterconnectGroupsOperationalStatusInterconnectStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
setOperational(InterconnectGroupConfigured value)
public InterconnectGroupsOperationalStatus.Builder setOperational(InterconnectGroupConfigured value)Output only. The operational state of the group, including only active Interconnects.
optional .google.cloud.compute.v1.InterconnectGroupConfigured operational = 129704914;
| Parameter | |
|---|---|
| Name | Description |
value |
InterconnectGroupConfigured |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|
setOperational(InterconnectGroupConfigured.Builder builderForValue)
public InterconnectGroupsOperationalStatus.Builder setOperational(InterconnectGroupConfigured.Builder builderForValue)Output only. The operational state of the group, including only active Interconnects.
optional .google.cloud.compute.v1.InterconnectGroupConfigured operational = 129704914;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InterconnectGroupConfigured.Builder |
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsOperationalStatus.Builder |
|