Class ListAwsNodePoolsResponse (0.40.0)

public final class ListAwsNodePoolsResponse extends GeneratedMessageV3 implements ListAwsNodePoolsResponseOrBuilder

Response message for AwsClusters.ListAwsNodePools method.

Protobuf type google.cloud.gkemulticloud.v1.ListAwsNodePoolsResponse

Static Fields

AWS_NODE_POOLS_FIELD_NUMBER

public static final int AWS_NODE_POOLS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListAwsNodePoolsResponse getDefaultInstance()
Returns
TypeDescription
ListAwsNodePoolsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListAwsNodePoolsResponse prototype)

public static ListAwsNodePoolsResponse.Builder newBuilder(ListAwsNodePoolsResponse prototype)
Parameter
NameDescription
prototypeListAwsNodePoolsResponse
Returns
TypeDescription
ListAwsNodePoolsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAwsNodePools(int index)

public AwsNodePool getAwsNodePools(int index)

A list of AwsNodePool resources in the specified AwsCluster.

repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pools = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AwsNodePool

getAwsNodePoolsCount()

public int getAwsNodePoolsCount()

A list of AwsNodePool resources in the specified AwsCluster.

repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pools = 1;

Returns
TypeDescription
int

getAwsNodePoolsList()

public List<AwsNodePool> getAwsNodePoolsList()

A list of AwsNodePool resources in the specified AwsCluster.

repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pools = 1;

Returns
TypeDescription
List<AwsNodePool>

getAwsNodePoolsOrBuilder(int index)

public AwsNodePoolOrBuilder getAwsNodePoolsOrBuilder(int index)

A list of AwsNodePool resources in the specified AwsCluster.

repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pools = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AwsNodePoolOrBuilder

getAwsNodePoolsOrBuilderList()

public List<? extends AwsNodePoolOrBuilder> getAwsNodePoolsOrBuilderList()

A list of AwsNodePool resources in the specified AwsCluster.

repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pools = 1;

Returns
TypeDescription
List<? extends com.google.cloud.gkemulticloud.v1.AwsNodePoolOrBuilder>

getDefaultInstanceForType()

public ListAwsNodePoolsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListAwsNodePoolsResponse

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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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 ListAwsNodePoolsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListAwsNodePoolsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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