public static final class ListDataPoliciesRequest.Builder extends GeneratedMessageV3.Builder<ListDataPoliciesRequest.Builder> implements ListDataPoliciesRequestOrBuilderRequest message for the ListDataPolicies method.
Protobuf type google.cloud.bigquery.datapolicies.v2.ListDataPoliciesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListDataPoliciesRequest.BuilderImplements
ListDataPoliciesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDataPoliciesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
|
build()
public ListDataPoliciesRequest build()| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest |
|
buildPartial()
public ListDataPoliciesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest |
|
clear()
public ListDataPoliciesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public ListDataPoliciesRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
|
clearFilter()
public ListDataPoliciesRequest.Builder clearFilter()Optional. Filters the data policies by policy tags that they are associated with. Currently filter only supports "policy_tag" based filtering and OR based predicates. Sample filter can be "policy_tag: projects/1/locations/us/taxonomies/2/policyTags/3". You may also use wildcard such as "policy_tag: projects/1/locations/us/taxonomies/2*". Please note that OR predicates cannot be used with wildcard filters.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDataPoliciesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
|
clearPageSize()
public ListDataPoliciesRequest.Builder clearPageSize()Optional. The maximum number of data policies to return. Must be a value between 1 and 1000. If not set, defaults to 50.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListDataPoliciesRequest.Builder clearPageToken() Optional. The nextPageToken value returned from a previous list request,
if any. If not set, defaults to an empty string.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
This builder for chaining. |
clearParent()
public ListDataPoliciesRequest.Builder clearParent() Required. Resource name of the project for which to list data policies.
Format is projects/{project_number}/locations/{location_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
This builder for chaining. |
clone()
public ListDataPoliciesRequest.Builder clone()| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
|
getDefaultInstanceForType()
public ListDataPoliciesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter()Optional. Filters the data policies by policy tags that they are associated with. Currently filter only supports "policy_tag" based filtering and OR based predicates. Sample filter can be "policy_tag: projects/1/locations/us/taxonomies/2/policyTags/3". You may also use wildcard such as "policy_tag: projects/1/locations/us/taxonomies/2*". Please note that OR predicates cannot be used with wildcard filters.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()Optional. Filters the data policies by policy tags that they are associated with. Currently filter only supports "policy_tag" based filtering and OR based predicates. Sample filter can be "policy_tag: projects/1/locations/us/taxonomies/2/policyTags/3". You may also use wildcard such as "policy_tag: projects/1/locations/us/taxonomies/2*". Please note that OR predicates cannot be used with wildcard filters.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize()Optional. The maximum number of data policies to return. Must be a value between 1 and 1000. If not set, defaults to 50.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() Optional. The nextPageToken value returned from a previous list request,
if any. If not set, defaults to an empty string.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() Optional. The nextPageToken value returned from a previous list request,
if any. If not set, defaults to an empty string.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent() Required. Resource name of the project for which to list data policies.
Format is projects/{project_number}/locations/{location_id}.
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 for which to list data policies.
Format is projects/{project_number}/locations/{location_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListDataPoliciesRequest other)
public ListDataPoliciesRequest.Builder mergeFrom(ListDataPoliciesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDataPoliciesRequest |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDataPoliciesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListDataPoliciesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListDataPoliciesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListDataPoliciesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
|
setFilter(String value)
public ListDataPoliciesRequest.Builder setFilter(String value)Optional. Filters the data policies by policy tags that they are associated with. Currently filter only supports "policy_tag" based filtering and OR based predicates. Sample filter can be "policy_tag: projects/1/locations/us/taxonomies/2/policyTags/3". You may also use wildcard such as "policy_tag: projects/1/locations/us/taxonomies/2*". Please note that OR predicates cannot be used with wildcard filters.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListDataPoliciesRequest.Builder setFilterBytes(ByteString value)Optional. Filters the data policies by policy tags that they are associated with. Currently filter only supports "policy_tag" based filtering and OR based predicates. Sample filter can be "policy_tag: projects/1/locations/us/taxonomies/2/policyTags/3". You may also use wildcard such as "policy_tag: projects/1/locations/us/taxonomies/2*". Please note that OR predicates cannot be used with wildcard filters.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListDataPoliciesRequest.Builder setPageSize(int value)Optional. The maximum number of data policies to return. Must be a value between 1 and 1000. If not set, defaults to 50.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListDataPoliciesRequest.Builder setPageToken(String value) Optional. The nextPageToken value returned from a previous list request,
if any. If not set, defaults to an empty string.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListDataPoliciesRequest.Builder setPageTokenBytes(ByteString value) Optional. The nextPageToken value returned from a previous list request,
if any. If not set, defaults to an empty string.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListDataPoliciesRequest.Builder setParent(String value) Required. Resource name of the project for which to list data policies.
Format is projects/{project_number}/locations/{location_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListDataPoliciesRequest.Builder setParentBytes(ByteString value) Required. Resource name of the project for which to list data policies.
Format is projects/{project_number}/locations/{location_id}.
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 |
ListDataPoliciesRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListDataPoliciesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ListDataPoliciesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListDataPoliciesRequest.Builder |
|