public interface InterconnectAttachmentGroupLogicalStructureRegionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMetros(int index)
public abstract InterconnectAttachmentGroupLogicalStructureRegionMetro getMetros(int index)
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructureRegionMetro metros = 533067386;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectAttachmentGroupLogicalStructureRegionMetro |
|
getMetrosCount()
public abstract int getMetrosCount()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructureRegionMetro metros = 533067386;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMetrosList()
public abstract List<InterconnectAttachmentGroupLogicalStructureRegionMetro> getMetrosList()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructureRegionMetro metros = 533067386;
| Returns | |
|---|---|
| Type | Description |
List<InterconnectAttachmentGroupLogicalStructureRegionMetro> |
|
getMetrosOrBuilder(int index)
public abstract InterconnectAttachmentGroupLogicalStructureRegionMetroOrBuilder getMetrosOrBuilder(int index)
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructureRegionMetro metros = 533067386;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterconnectAttachmentGroupLogicalStructureRegionMetroOrBuilder |
|
getMetrosOrBuilderList()
public abstract List<? extends InterconnectAttachmentGroupLogicalStructureRegionMetroOrBuilder> getMetrosOrBuilderList()
repeated .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructureRegionMetro metros = 533067386;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructureRegionMetroOrBuilder> |
|
getRegion()
public abstract String getRegion()Output only. [Output Only] The name of a region, like "us-central1".
optional string region = 138946292;
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public abstract ByteString getRegionBytes()Output only. [Output Only] The name of a region, like "us-central1".
optional string region = 138946292;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
hasRegion()
public abstract boolean hasRegion()Output only. [Output Only] The name of a region, like "us-central1".
optional string region = 138946292;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the region field is set. |