public interface ListTagKeysResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A pagination token returned from a previous call to `ListTagKeys`
that indicates from where listing should continue.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A pagination token returned from a previous call to `ListTagKeys`
that indicates from where listing should continue.
|
TagKey |
getTagKeys(int index)
List of TagKeys that live under the specified parent in the request.
|
int |
getTagKeysCount()
List of TagKeys that live under the specified parent in the request.
|
List<TagKey> |
getTagKeysList()
List of TagKeys that live under the specified parent in the request.
|
TagKeyOrBuilder |
getTagKeysOrBuilder(int index)
List of TagKeys that live under the specified parent in the request.
|
List<? extends TagKeyOrBuilder> |
getTagKeysOrBuilderList()
List of TagKeys that live under the specified parent in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TagKey> getTagKeysList()
List of TagKeys that live under the specified parent in the request.
repeated .google.cloud.resourcemanager.v3.TagKey tag_keys = 1;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;int getTagKeysCount()
List of TagKeys that live under the specified parent in the request.
repeated .google.cloud.resourcemanager.v3.TagKey tag_keys = 1;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;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;String getNextPageToken()
A pagination token returned from a previous call to `ListTagKeys` that indicates from where listing should continue.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A pagination token returned from a previous call to `ListTagKeys` that indicates from where listing should continue.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.