Class ListTagKeysRequest.Builder (1.3.2)

public static final class ListTagKeysRequest.Builder extends GeneratedMessageV3.Builder<ListTagKeysRequest.Builder> implements ListTagKeysRequestOrBuilder

The request message for listing all TagKeys under a parent resource.

Protobuf type google.cloud.resourcemanager.v3.ListTagKeysRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListTagKeysRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListTagKeysRequest.Builder
Overrides

build()

public ListTagKeysRequest build()
Returns
TypeDescription
ListTagKeysRequest

buildPartial()

public ListTagKeysRequest buildPartial()
Returns
TypeDescription
ListTagKeysRequest

clear()

public ListTagKeysRequest.Builder clear()
Returns
TypeDescription
ListTagKeysRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListTagKeysRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListTagKeysRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ListTagKeysRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListTagKeysRequest.Builder
Overrides

clearPageSize()

public ListTagKeysRequest.Builder clearPageSize()

Optional. The maximum number of TagKeys to return in the response. The server allows a maximum of 300 TagKeys to return. If unspecified, the server will use 100 as the default.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListTagKeysRequest.Builder

This builder for chaining.

clearPageToken()

public ListTagKeysRequest.Builder clearPageToken()

Optional. A pagination token returned from a previous call to ListTagKey that indicates where this listing should continue from.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListTagKeysRequest.Builder

This builder for chaining.

clearParent()

public ListTagKeysRequest.Builder clearParent()

Required. The resource name of the new TagKey's parent. Must be of the form folders/{folder_id} or organizations/{org_id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ListTagKeysRequest.Builder

This builder for chaining.

clone()

public ListTagKeysRequest.Builder clone()
Returns
TypeDescription
ListTagKeysRequest.Builder
Overrides

getDefaultInstanceForType()

public ListTagKeysRequest getDefaultInstanceForType()
Returns
TypeDescription
ListTagKeysRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPageSize()

public int getPageSize()

Optional. The maximum number of TagKeys to return in the response. The server allows a maximum of 300 TagKeys to return. If unspecified, the server will use 100 as the default.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. A pagination token returned from a previous call to ListTagKey that indicates where this listing should continue from.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. A pagination token returned from a previous call to ListTagKey that indicates where this listing should continue from.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The resource name of the new TagKey's parent. Must be of the form folders/{folder_id} or organizations/{org_id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The resource name of the new TagKey's parent. Must be of the form folders/{folder_id} or organizations/{org_id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListTagKeysRequest other)

public ListTagKeysRequest.Builder mergeFrom(ListTagKeysRequest other)
Parameter
NameDescription
otherListTagKeysRequest
Returns
TypeDescription
ListTagKeysRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListTagKeysRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListTagKeysRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListTagKeysRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListTagKeysRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListTagKeysRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListTagKeysRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListTagKeysRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListTagKeysRequest.Builder
Overrides

setPageSize(int value)

public ListTagKeysRequest.Builder setPageSize(int value)

Optional. The maximum number of TagKeys to return in the response. The server allows a maximum of 300 TagKeys to return. If unspecified, the server will use 100 as the default.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListTagKeysRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListTagKeysRequest.Builder setPageToken(String value)

Optional. A pagination token returned from a previous call to ListTagKey that indicates where this listing should continue from.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListTagKeysRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListTagKeysRequest.Builder setPageTokenBytes(ByteString value)

Optional. A pagination token returned from a previous call to ListTagKey that indicates where this listing should continue from.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListTagKeysRequest.Builder

This builder for chaining.

setParent(String value)

public ListTagKeysRequest.Builder setParent(String value)

Required. The resource name of the new TagKey's parent. Must be of the form folders/{folder_id} or organizations/{org_id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListTagKeysRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListTagKeysRequest.Builder setParentBytes(ByteString value)

Required. The resource name of the new TagKey's parent. Must be of the form folders/{folder_id} or organizations/{org_id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListTagKeysRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListTagKeysRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListTagKeysRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListTagKeysRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListTagKeysRequest.Builder
Overrides