public static final class ListTaxonomiesRequest.Builder extends GeneratedMessage.Builder<ListTaxonomiesRequest.Builder> implements ListTaxonomiesRequestOrBuilderRequest message for ListTaxonomies.
Protobuf type google.cloud.datacatalog.v1beta1.ListTaxonomiesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListTaxonomiesRequest.BuilderImplements
ListTaxonomiesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListTaxonomiesRequest build()| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest |
|
buildPartial()
public ListTaxonomiesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest |
|
clear()
public ListTaxonomiesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest.Builder |
|
clearFilter()
public ListTaxonomiesRequest.Builder clearFilter()Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.
string filter = 4;
| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListTaxonomiesRequest.Builder clearPageSize()The maximum number of items to return. Must be a value between 1 and 1000. If not set, defaults to 50.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListTaxonomiesRequest.Builder clearPageToken()The next_page_token value returned from a previous list request, if any. If not set, defaults to an empty string.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest.Builder |
This builder for chaining. |
clearParent()
public ListTaxonomiesRequest.Builder clearParent()Required. Resource name of the project to list the taxonomies of.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListTaxonomiesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter()Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.
string filter = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.
string filter = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize()The maximum number of items to return. Must be a value between 1 and 1000. If not set, defaults to 50.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()The next_page_token value returned from a previous list request, if any. If not set, defaults to an empty string.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()The next_page_token value returned from a previous list request, if any. If not set, defaults to an empty string.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. Resource name of the project to list the taxonomies of.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. Resource name of the project to list the taxonomies of.
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(ListTaxonomiesRequest other)
public ListTaxonomiesRequest.Builder mergeFrom(ListTaxonomiesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTaxonomiesRequest |
| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListTaxonomiesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListTaxonomiesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest.Builder |
|
setFilter(String value)
public ListTaxonomiesRequest.Builder setFilter(String value)Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.
string filter = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListTaxonomiesRequest.Builder setFilterBytes(ByteString value)Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.
string filter = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListTaxonomiesRequest.Builder setPageSize(int value)The maximum number of items to return. Must be a value between 1 and 1000. If not set, defaults to 50.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListTaxonomiesRequest.Builder setPageToken(String value)The next_page_token value returned from a previous list request, if any. If not set, defaults to an empty string.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListTaxonomiesRequest.Builder setPageTokenBytes(ByteString value)The next_page_token value returned from a previous list request, if any. If not set, defaults to an empty string.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListTaxonomiesRequest.Builder setParent(String value)Required. Resource name of the project to list the taxonomies of.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListTaxonomiesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListTaxonomiesRequest.Builder setParentBytes(ByteString value)Required. Resource name of the project to list the taxonomies of.
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 |
ListTaxonomiesRequest.Builder |
This builder for chaining. |