Class ListTagValuesResponse (1.3.2)

public final class ListTagValuesResponse extends GeneratedMessageV3 implements ListTagValuesResponseOrBuilder

The ListTagValues response.

Protobuf type google.cloud.resourcemanager.v3.ListTagValuesResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

TAG_VALUES_FIELD_NUMBER

public static final int TAG_VALUES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListTagValuesResponse getDefaultInstance()
Returns
TypeDescription
ListTagValuesResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListTagValuesResponse prototype)

public static ListTagValuesResponse.Builder newBuilder(ListTagValuesResponse prototype)
Parameter
NameDescription
prototypeListTagValuesResponse
Returns
TypeDescription
ListTagValuesResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListTagValuesResponse getDefaultInstanceForType()
Returns
TypeDescription
ListTagValuesResponse

getNextPageToken()

public String getNextPageToken()

A pagination token returned from a previous call to ListTagValues that indicates from where listing should continue. This is currently not used, but the server may at any point start supplying a valid token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A pagination token returned from a previous call to ListTagValues that indicates from where listing should continue. This is currently not used, but the server may at any point start supplying a valid token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTagValues(int index)

public TagValue getTagValues(int index)

A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.

repeated .google.cloud.resourcemanager.v3.TagValue tag_values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TagValue

getTagValuesCount()

public int getTagValuesCount()

A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.

repeated .google.cloud.resourcemanager.v3.TagValue tag_values = 1;

Returns
TypeDescription
int

getTagValuesList()

public List<TagValue> getTagValuesList()

A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.

repeated .google.cloud.resourcemanager.v3.TagValue tag_values = 1;

Returns
TypeDescription
List<TagValue>

getTagValuesOrBuilder(int index)

public TagValueOrBuilder getTagValuesOrBuilder(int index)

A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.

repeated .google.cloud.resourcemanager.v3.TagValue tag_values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TagValueOrBuilder

getTagValuesOrBuilderList()

public List<? extends TagValueOrBuilder> getTagValuesOrBuilderList()

A possibly paginated list of TagValues that are direct descendants of the specified parent TagKey.

repeated .google.cloud.resourcemanager.v3.TagValue tag_values = 1;

Returns
TypeDescription
List<? extends com.google.cloud.resourcemanager.v3.TagValueOrBuilder>

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
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 ListTagValuesResponse.Builder newBuilderForType()
Returns
TypeDescription
ListTagValuesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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