public interface ListZonesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken() (deprecated)
public abstract String getNextPageToken()A token identifying a page of results the server should return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes() (deprecated)
public abstract ByteString getNextPageTokenBytes()A token identifying a page of results the server should return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getUnreachable(int index) (deprecated)
public abstract String getUnreachable(int index)Locations that could not be reached.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index) (deprecated)
public abstract ByteString getUnreachableBytes(int index)Locations that could not be reached.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount() (deprecated)
public abstract int getUnreachableCount()Locations that could not be reached.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The count of unreachable. |
getUnreachableList() (deprecated)
public abstract List<String> getUnreachableList()Locations that could not be reached.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the unreachable. |
getZones(int index) (deprecated)
public abstract Zone getZones(int index)The list of Zone
repeated .google.cloud.edgenetwork.v1.Zone zones = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Zone |
|
getZonesCount() (deprecated)
public abstract int getZonesCount()The list of Zone
repeated .google.cloud.edgenetwork.v1.Zone zones = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getZonesList() (deprecated)
public abstract List<Zone> getZonesList()The list of Zone
repeated .google.cloud.edgenetwork.v1.Zone zones = 1;
| Returns | |
|---|---|
| Type | Description |
List<Zone> |
|
getZonesOrBuilder(int index) (deprecated)
public abstract ZoneOrBuilder getZonesOrBuilder(int index)The list of Zone
repeated .google.cloud.edgenetwork.v1.Zone zones = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ZoneOrBuilder |
|
getZonesOrBuilderList() (deprecated)
public abstract List<? extends ZoneOrBuilder> getZonesOrBuilderList()The list of Zone
repeated .google.cloud.edgenetwork.v1.Zone zones = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.edgenetwork.v1.ZoneOrBuilder> |
|