Class ListExadbVmClustersResponse (0.40.0)

public final class ListExadbVmClustersResponse extends GeneratedMessage implements ListExadbVmClustersResponseOrBuilder

The response for ExadbVmCluster.List.

Protobuf type google.cloud.oracledatabase.v1.ListExadbVmClustersResponse

Static Fields

EXADB_VM_CLUSTERS_FIELD_NUMBER

public static final int EXADB_VM_CLUSTERS_FIELD_NUMBER
Field Value
Type Description
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListExadbVmClustersResponse getDefaultInstance()
Returns
Type Description
ListExadbVmClustersResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListExadbVmClustersResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListExadbVmClustersResponse getDefaultInstanceForType()
Returns
Type Description
ListExadbVmClustersResponse

getExadbVmClusters(int index)

public ExadbVmCluster getExadbVmClusters(int index)

The list of ExadbVmClusters.

repeated .google.cloud.oracledatabase.v1.ExadbVmCluster exadb_vm_clusters = 1;

Parameter
Name Description
index int
Returns
Type Description
ExadbVmCluster

getExadbVmClustersCount()

public int getExadbVmClustersCount()

The list of ExadbVmClusters.

repeated .google.cloud.oracledatabase.v1.ExadbVmCluster exadb_vm_clusters = 1;

Returns
Type Description
int

getExadbVmClustersList()

public List<ExadbVmCluster> getExadbVmClustersList()

The list of ExadbVmClusters.

repeated .google.cloud.oracledatabase.v1.ExadbVmCluster exadb_vm_clusters = 1;

Returns
Type Description
List<ExadbVmCluster>

getExadbVmClustersOrBuilder(int index)

public ExadbVmClusterOrBuilder getExadbVmClustersOrBuilder(int index)

The list of ExadbVmClusters.

repeated .google.cloud.oracledatabase.v1.ExadbVmCluster exadb_vm_clusters = 1;

Parameter
Name Description
index int
Returns
Type Description
ExadbVmClusterOrBuilder

getExadbVmClustersOrBuilderList()

public List<? extends ExadbVmClusterOrBuilder> getExadbVmClustersOrBuilderList()

The list of ExadbVmClusters.

repeated .google.cloud.oracledatabase.v1.ExadbVmCluster exadb_vm_clusters = 1;

Returns
Type Description
List<? extends com.google.cloud.oracledatabase.v1.ExadbVmClusterOrBuilder>

getNextPageToken()

public 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()

public 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.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListExadbVmClustersResponse.Builder newBuilderForType()
Returns
Type Description
ListExadbVmClustersResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected ListExadbVmClustersResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListExadbVmClustersResponse.Builder
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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