Class ListInstructionsRequest.Builder (0.203.0)

public static final class ListInstructionsRequest.Builder extends GeneratedMessage.Builder<ListInstructionsRequest.Builder> implements ListInstructionsRequestOrBuilder

Request message for ListInstructions.

Protobuf type google.cloud.datalabeling.v1beta1.ListInstructionsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ListInstructionsRequest build()
Returns
Type Description
ListInstructionsRequest

buildPartial()

public ListInstructionsRequest buildPartial()
Returns
Type Description
ListInstructionsRequest

clear()

public ListInstructionsRequest.Builder clear()
Returns
Type Description
ListInstructionsRequest.Builder
Overrides

clearFilter()

public ListInstructionsRequest.Builder clearFilter()

Optional. Filter is not supported at this moment.

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListInstructionsRequest.Builder

This builder for chaining.

clearPageSize()

public ListInstructionsRequest.Builder clearPageSize()

Optional. Requested page size. Server may return fewer results than requested. Default value is 100.

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

Returns
Type Description
ListInstructionsRequest.Builder

This builder for chaining.

clearPageToken()

public ListInstructionsRequest.Builder clearPageToken()

Optional. A token identifying a page of results for the server to return. Typically obtained by ListInstructionsResponse.next_page_token of the previous [DataLabelingService.ListInstructions] call. Return first page if empty.

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

Returns
Type Description
ListInstructionsRequest.Builder

This builder for chaining.

clearParent()

public ListInstructionsRequest.Builder clearParent()

Required. Instruction resource parent, format: projects/{project_id}

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

Returns
Type Description
ListInstructionsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListInstructionsRequest getDefaultInstanceForType()
Returns
Type Description
ListInstructionsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFilter()

public String getFilter()

Optional. Filter is not supported at this moment.

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Optional. Filter is not supported at this moment.

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for filter.

getPageSize()

public int getPageSize()

Optional. Requested page size. Server may return fewer results than requested. Default value is 100.

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

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. A token identifying a page of results for the server to return. Typically obtained by ListInstructionsResponse.next_page_token of the previous [DataLabelingService.ListInstructions] call. Return first page if empty.

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

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. A token identifying a page of results for the server to return. Typically obtained by ListInstructionsResponse.next_page_token of the previous [DataLabelingService.ListInstructions] call. Return first page if empty.

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

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. Instruction resource parent, format: projects/{project_id}

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. Instruction resource parent, format: projects/{project_id}

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListInstructionsRequest other)

public ListInstructionsRequest.Builder mergeFrom(ListInstructionsRequest other)
Parameter
Name Description
other ListInstructionsRequest
Returns
Type Description
ListInstructionsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListInstructionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListInstructionsRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListInstructionsRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListInstructionsRequest.Builder
Overrides

setFilter(String value)

public ListInstructionsRequest.Builder setFilter(String value)

Optional. Filter is not supported at this moment.

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
ListInstructionsRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListInstructionsRequest.Builder setFilterBytes(ByteString value)

Optional. Filter is not supported at this moment.

string filter = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
ListInstructionsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListInstructionsRequest.Builder setPageSize(int value)

Optional. Requested page size. Server may return fewer results than requested. Default value is 100.

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

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListInstructionsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListInstructionsRequest.Builder setPageToken(String value)

Optional. A token identifying a page of results for the server to return. Typically obtained by ListInstructionsResponse.next_page_token of the previous [DataLabelingService.ListInstructions] call. Return first page if empty.

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

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListInstructionsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListInstructionsRequest.Builder setPageTokenBytes(ByteString value)

Optional. A token identifying a page of results for the server to return. Typically obtained by ListInstructionsResponse.next_page_token of the previous [DataLabelingService.ListInstructions] call. Return first page if empty.

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

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListInstructionsRequest.Builder

This builder for chaining.

setParent(String value)

public ListInstructionsRequest.Builder setParent(String value)

Required. Instruction resource parent, format: projects/{project_id}

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListInstructionsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListInstructionsRequest.Builder setParentBytes(ByteString value)

Required. Instruction resource parent, format: projects/{project_id}

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

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListInstructionsRequest.Builder

This builder for chaining.