public final class ListTagKeysResponse extends GeneratedMessageV3 implements ListTagKeysResponseOrBuilder
The ListTagKeys response message.
Protobuf type google.cloud.resourcemanager.v3.ListTagKeysResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TAG_KEYS_FIELD_NUMBER
public static final int TAG_KEYS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ListTagKeysResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ListTagKeysResponse.Builder newBuilder()
newBuilder(ListTagKeysResponse prototype)
public static ListTagKeysResponse.Builder newBuilder(ListTagKeysResponse prototype)
public static ListTagKeysResponse parseDelimitedFrom(InputStream input)
public static ListTagKeysResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ListTagKeysResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListTagKeysResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ListTagKeysResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTagKeysResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTagKeysResponse parseFrom(CodedInputStream input)
public static ListTagKeysResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTagKeysResponse parseFrom(InputStream input)
public static ListTagKeysResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ListTagKeysResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListTagKeysResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ListTagKeysResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ListTagKeysResponse getDefaultInstanceForType()
getNextPageToken()
public String getNextPageToken()
A pagination token returned from a previous call to ListTagKeys
that indicates from where listing should continue.
string next_page_token = 2;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A pagination token returned from a previous call to ListTagKeys
that indicates from where listing should continue.
string next_page_token = 2;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
getParserForType()
public Parser<ListTagKeysResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTagKeys(int index)
public TagKey getTagKeys(int index)
List of TagKeys that live under the specified parent in the request.
repeated .google.cloud.resourcemanager.v3.TagKey tag_keys = 1;
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
TagKey |
|
getTagKeysCount()
public int getTagKeysCount()
List of TagKeys that live under the specified parent in the request.
repeated .google.cloud.resourcemanager.v3.TagKey tag_keys = 1;
Returns |
Type |
Description |
int |
|
getTagKeysList()
public List<TagKey> getTagKeysList()
List of TagKeys that live under the specified parent in the request.
repeated .google.cloud.resourcemanager.v3.TagKey tag_keys = 1;
getTagKeysOrBuilder(int index)
public TagKeyOrBuilder getTagKeysOrBuilder(int index)
List of TagKeys that live under the specified parent in the request.
repeated .google.cloud.resourcemanager.v3.TagKey tag_keys = 1;
Parameter |
Name |
Description |
index |
int
|
getTagKeysOrBuilderList()
public List<? extends TagKeyOrBuilder> getTagKeysOrBuilderList()
List of TagKeys that live under the specified parent in the request.
repeated .google.cloud.resourcemanager.v3.TagKey tag_keys = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.resourcemanager.v3.TagKeyOrBuilder> |
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ListTagKeysResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListTagKeysResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ListTagKeysResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides