public interface ListTagValuesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getTagValues(int index)
public abstract 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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TagValue |
|
getTagValuesCount()
public abstract 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 | |
|---|---|
| Type | Description |
int |
|
getTagValuesList()
public abstract 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 | |
|---|---|
| Type | Description |
List<TagValue> |
|
getTagValuesOrBuilder(int index)
public abstract 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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TagValueOrBuilder |
|
getTagValuesOrBuilderList()
public abstract 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 | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.resourcemanager.v3.TagValueOrBuilder> |
|