public static final class ListTagValuesRequest.Builder extends GeneratedMessage.Builder<ListTagValuesRequest.Builder> implements ListTagValuesRequestOrBuilder The request message for listing TagValues for the specified TagKey.
Resource name for TagKey, parent of the TagValues to be listed,
in the format tagKeys/123.
Protobuf type google.cloud.resourcemanager.v3.ListTagValuesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListTagValuesRequest.BuilderImplements
ListTagValuesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListTagValuesRequest build()| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest |
|
buildPartial()
public ListTagValuesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest |
|
clear()
public ListTagValuesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest.Builder |
|
clearPageSize()
public ListTagValuesRequest.Builder clearPageSize()Optional. The maximum number of TagValues to return in the response. The server allows a maximum of 300 TagValues to return. If unspecified, the server will use 100 as the default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListTagValuesRequest.Builder clearPageToken() Optional. A pagination token returned from a previous call to
ListTagValues that indicates where this listing should continue from.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest.Builder |
This builder for chaining. |
clearParent()
public ListTagValuesRequest.Builder clearParent()Required.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListTagValuesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Optional. The maximum number of TagValues to return in the response. The server allows a maximum of 300 TagValues to return. If unspecified, the server will use 100 as the default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() Optional. A pagination token returned from a previous call to
ListTagValues that indicates where this listing should continue from.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() Optional. A pagination token returned from a previous call to
ListTagValues that indicates where this listing should continue from.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListTagValuesRequest other)
public ListTagValuesRequest.Builder mergeFrom(ListTagValuesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTagValuesRequest |
| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListTagValuesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListTagValuesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest.Builder |
|
setPageSize(int value)
public ListTagValuesRequest.Builder setPageSize(int value)Optional. The maximum number of TagValues to return in the response. The server allows a maximum of 300 TagValues to return. If unspecified, the server will use 100 as the default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListTagValuesRequest.Builder setPageToken(String value) Optional. A pagination token returned from a previous call to
ListTagValues that indicates where this listing should continue from.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListTagValuesRequest.Builder setPageTokenBytes(ByteString value) Optional. A pagination token returned from a previous call to
ListTagValues that indicates where this listing should continue from.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListTagValuesRequest.Builder setParent(String value)Required.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListTagValuesRequest.Builder setParentBytes(ByteString value)Required.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListTagValuesRequest.Builder |
This builder for chaining. |