public static final class ListDataAccessLabelsRequest.Builder extends GeneratedMessage.Builder<ListDataAccessLabelsRequest.Builder> implements ListDataAccessLabelsRequestOrBuilderRequest message for ListDataAccessLabels.
Protobuf type google.cloud.chronicle.v1.ListDataAccessLabelsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListDataAccessLabelsRequest.BuilderImplements
ListDataAccessLabelsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListDataAccessLabelsRequest build()| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest |
|
buildPartial()
public ListDataAccessLabelsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest |
|
clear()
public ListDataAccessLabelsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest.Builder |
|
clearFilter()
public ListDataAccessLabelsRequest.Builder clearFilter()Optional. A filter which should follow the guidelines of AIP-160. Supports filtering on all fieds of DataAccessLabel and all operations as mentioned in https://google.aip.dev/160. example filter: "create_time greater than \"2023-04-21T11:30:00-04:00\" OR display_name:\"-21-1\"".
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest.Builder |
This builder for chaining. |
clearPageSize()
public ListDataAccessLabelsRequest.Builder clearPageSize()The maximum number of data access labels to return. The service may return fewer than this value. If unspecified, at most 100 data access labels will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListDataAccessLabelsRequest.Builder clearPageToken() A page token, received from a previous ListDataAccessLabelsRequest call.
Provide this to retrieve the subsequent page.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest.Builder |
This builder for chaining. |
clearParent()
public ListDataAccessLabelsRequest.Builder clearParent() Required. The parent resource where this data access label will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListDataAccessLabelsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter()Optional. A filter which should follow the guidelines of AIP-160. Supports filtering on all fieds of DataAccessLabel and all operations as mentioned in https://google.aip.dev/160. example filter: "create_time greater than \"2023-04-21T11:30:00-04:00\" OR display_name:\"-21-1\"".
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()Optional. A filter which should follow the guidelines of AIP-160. Supports filtering on all fieds of DataAccessLabel and all operations as mentioned in https://google.aip.dev/160. example filter: "create_time greater than \"2023-04-21T11:30:00-04:00\" OR display_name:\"-21-1\"".
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize()The maximum number of data access labels to return. The service may return fewer than this value. If unspecified, at most 100 data access labels will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() A page token, received from a previous ListDataAccessLabelsRequest call.
Provide this to retrieve the subsequent page.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() A page token, received from a previous ListDataAccessLabelsRequest call.
Provide this to retrieve the subsequent page.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent() Required. The parent resource where this data access label will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The parent resource where this data access label will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
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(ListDataAccessLabelsRequest other)
public ListDataAccessLabelsRequest.Builder mergeFrom(ListDataAccessLabelsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDataAccessLabelsRequest |
| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDataAccessLabelsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListDataAccessLabelsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest.Builder |
|
setFilter(String value)
public ListDataAccessLabelsRequest.Builder setFilter(String value)Optional. A filter which should follow the guidelines of AIP-160. Supports filtering on all fieds of DataAccessLabel and all operations as mentioned in https://google.aip.dev/160. example filter: "create_time greater than \"2023-04-21T11:30:00-04:00\" OR display_name:\"-21-1\"".
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListDataAccessLabelsRequest.Builder setFilterBytes(ByteString value)Optional. A filter which should follow the guidelines of AIP-160. Supports filtering on all fieds of DataAccessLabel and all operations as mentioned in https://google.aip.dev/160. example filter: "create_time greater than \"2023-04-21T11:30:00-04:00\" OR display_name:\"-21-1\"".
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListDataAccessLabelsRequest.Builder setPageSize(int value)The maximum number of data access labels to return. The service may return fewer than this value. If unspecified, at most 100 data access labels will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListDataAccessLabelsRequest.Builder setPageToken(String value) A page token, received from a previous ListDataAccessLabelsRequest call.
Provide this to retrieve the subsequent page.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListDataAccessLabelsRequest.Builder setPageTokenBytes(ByteString value) A page token, received from a previous ListDataAccessLabelsRequest call.
Provide this to retrieve the subsequent page.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListDataAccessLabelsRequest.Builder setParent(String value) Required. The parent resource where this data access label will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataAccessLabelsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListDataAccessLabelsRequest.Builder setParentBytes(ByteString value) Required. The parent resource where this data access label will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
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 |
ListDataAccessLabelsRequest.Builder |
This builder for chaining. |