Class ListZonesResponse (0.1.0)

public final class ListZonesResponse extends GeneratedMessageV3 implements ListZonesResponseOrBuilder

Message for response to listing Zones

Protobuf type google.cloud.edgenetwork.v1.ListZonesResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

UNREACHABLE_FIELD_NUMBER

public static final int UNREACHABLE_FIELD_NUMBER
Field Value
TypeDescription
int

ZONES_FIELD_NUMBER

public static final int ZONES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListZonesResponse getDefaultInstance()
Returns
TypeDescription
ListZonesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListZonesResponse.Builder newBuilder()
Returns
TypeDescription
ListZonesResponse.Builder

newBuilder(ListZonesResponse prototype)

public static ListZonesResponse.Builder newBuilder(ListZonesResponse prototype)
Parameter
NameDescription
prototypeListZonesResponse
Returns
TypeDescription
ListZonesResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListZonesResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListZonesResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListZonesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListZonesResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListZonesResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListZonesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListZonesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListZonesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListZonesResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListZonesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListZonesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListZonesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListZonesResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListZonesResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListZonesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListZonesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListZonesResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListZonesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListZonesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListZonesResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListZonesResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListZonesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListZonesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListZonesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListZonesResponse> parser()
Returns
TypeDescription
Parser<ListZonesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListZonesResponse getDefaultInstanceForType()
Returns
TypeDescription
ListZonesResponse

getNextPageToken()

public String getNextPageToken()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListZonesResponse> getParserForType()
Returns
TypeDescription
Parser<ListZonesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnreachable(int index)

public String getUnreachable(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The unreachable at the given index.

getUnreachableBytes(int index)

public ByteString getUnreachableBytes(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public int getUnreachableCount()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
TypeDescription
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
TypeDescription
ProtocolStringList

A list containing the unreachable.

getZones(int index)

public Zone getZones(int index)

The list of Zone

repeated .google.cloud.edgenetwork.v1.Zone zones = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Zone

getZonesCount()

public int getZonesCount()

The list of Zone

repeated .google.cloud.edgenetwork.v1.Zone zones = 1;

Returns
TypeDescription
int

getZonesList()

public List<Zone> getZonesList()

The list of Zone

repeated .google.cloud.edgenetwork.v1.Zone zones = 1;

Returns
TypeDescription
List<Zone>

getZonesOrBuilder(int index)

public ZoneOrBuilder getZonesOrBuilder(int index)

The list of Zone

repeated .google.cloud.edgenetwork.v1.Zone zones = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ZoneOrBuilder

getZonesOrBuilderList()

public List<? extends ZoneOrBuilder> getZonesOrBuilderList()

The list of Zone

repeated .google.cloud.edgenetwork.v1.Zone zones = 1;

Returns
TypeDescription
List<? extends com.google.cloud.edgenetwork.v1.ZoneOrBuilder>

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListZonesResponse.Builder newBuilderForType()
Returns
TypeDescription
ListZonesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListZonesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListZonesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListZonesResponse.Builder toBuilder()
Returns
TypeDescription
ListZonesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException