Class ListAwsClustersResponse (0.43.0)

public final class ListAwsClustersResponse extends GeneratedMessageV3 implements ListAwsClustersResponseOrBuilder

Response message for AwsClusters.ListAwsClusters method.

Protobuf type google.cloud.gkemulticloud.v1.ListAwsClustersResponse

Static Fields

AWS_CLUSTERS_FIELD_NUMBER

public static final int AWS_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 ListAwsClustersResponse getDefaultInstance()
Returns
Type Description
ListAwsClustersResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListAwsClustersResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAwsClusters(int index)

public AwsCluster getAwsClusters(int index)

A list of AwsCluster resources in the specified Google Cloud Platform project and region region.

repeated .google.cloud.gkemulticloud.v1.AwsCluster aws_clusters = 1;

Parameter
Name Description
index int
Returns
Type Description
AwsCluster

getAwsClustersCount()

public int getAwsClustersCount()

A list of AwsCluster resources in the specified Google Cloud Platform project and region region.

repeated .google.cloud.gkemulticloud.v1.AwsCluster aws_clusters = 1;

Returns
Type Description
int

getAwsClustersList()

public List<AwsCluster> getAwsClustersList()

A list of AwsCluster resources in the specified Google Cloud Platform project and region region.

repeated .google.cloud.gkemulticloud.v1.AwsCluster aws_clusters = 1;

Returns
Type Description
List<AwsCluster>

getAwsClustersOrBuilder(int index)

public AwsClusterOrBuilder getAwsClustersOrBuilder(int index)

A list of AwsCluster resources in the specified Google Cloud Platform project and region region.

repeated .google.cloud.gkemulticloud.v1.AwsCluster aws_clusters = 1;

Parameter
Name Description
index int
Returns
Type Description
AwsClusterOrBuilder

getAwsClustersOrBuilderList()

public List<? extends AwsClusterOrBuilder> getAwsClustersOrBuilderList()

A list of AwsCluster resources in the specified Google Cloud Platform project and region region.

repeated .google.cloud.gkemulticloud.v1.AwsCluster aws_clusters = 1;

Returns
Type Description
List<? extends com.google.cloud.gkemulticloud.v1.AwsClusterOrBuilder>

getDefaultInstanceForType()

public ListAwsClustersResponse getDefaultInstanceForType()
Returns
Type Description
ListAwsClustersResponse

getNextPageToken()

public String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListAwsClustersResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListAwsClustersResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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