Class ListTasksRequest.Builder (0.83.0)

public static final class ListTasksRequest.Builder extends GeneratedMessage.Builder<ListTasksRequest.Builder> implements ListTasksRequestOrBuilder

Request message for retrieving a list of Tasks.

Protobuf type google.cloud.run.v2.ListTasksRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListTasksRequest build()
Returns
Type Description
ListTasksRequest

buildPartial()

public ListTasksRequest buildPartial()
Returns
Type Description
ListTasksRequest

clear()

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

clearPageSize()

public ListTasksRequest.Builder clearPageSize()

Maximum number of Tasks to return in this call.

int32 page_size = 2;

Returns
Type Description
ListTasksRequest.Builder

This builder for chaining.

clearPageToken()

public ListTasksRequest.Builder clearPageToken()

A page token received from a previous call to ListTasks. All other parameters must match.

string page_token = 3;

Returns
Type Description
ListTasksRequest.Builder

This builder for chaining.

clearParent()

public ListTasksRequest.Builder clearParent()

Required. The Execution from which the Tasks should be listed. To list all Tasks across Executions of a Job, use "-" instead of Execution name. To list all Tasks across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}

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

Returns
Type Description
ListTasksRequest.Builder

This builder for chaining.

clearShowDeleted()

public ListTasksRequest.Builder clearShowDeleted()

If true, returns deleted (but unexpired) resources along with active ones.

bool show_deleted = 4;

Returns
Type Description
ListTasksRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListTasksRequest getDefaultInstanceForType()
Returns
Type Description
ListTasksRequest

getDescriptorForType()

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

getPageSize()

public int getPageSize()

Maximum number of Tasks to return in this call.

int32 page_size = 2;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

A page token received from a previous call to ListTasks. All other parameters must match.

string page_token = 3;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

A page token received from a previous call to ListTasks. All other parameters must match.

string page_token = 3;

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The Execution from which the Tasks should be listed. To list all Tasks across Executions of a Job, use "-" instead of Execution name. To list all Tasks across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The Execution from which the Tasks should be listed. To list all Tasks across Executions of a Job, use "-" instead of Execution name. To list all Tasks across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}

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

Returns
Type Description
ByteString

The bytes for parent.

getShowDeleted()

public boolean getShowDeleted()

If true, returns deleted (but unexpired) resources along with active ones.

bool show_deleted = 4;

Returns
Type Description
boolean

The showDeleted.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListTasksRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPageSize(int value)

public ListTasksRequest.Builder setPageSize(int value)

Maximum number of Tasks to return in this call.

int32 page_size = 2;

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListTasksRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListTasksRequest.Builder setPageToken(String value)

A page token received from a previous call to ListTasks. All other parameters must match.

string page_token = 3;

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListTasksRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListTasksRequest.Builder setPageTokenBytes(ByteString value)

A page token received from a previous call to ListTasks. All other parameters must match.

string page_token = 3;

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListTasksRequest.Builder

This builder for chaining.

setParent(String value)

public ListTasksRequest.Builder setParent(String value)

Required. The Execution from which the Tasks should be listed. To list all Tasks across Executions of a Job, use "-" instead of Execution name. To list all Tasks across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListTasksRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListTasksRequest.Builder setParentBytes(ByteString value)

Required. The Execution from which the Tasks should be listed. To list all Tasks across Executions of a Job, use "-" instead of Execution name. To list all Tasks across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}

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
ListTasksRequest.Builder

This builder for chaining.

setShowDeleted(boolean value)

public ListTasksRequest.Builder setShowDeleted(boolean value)

If true, returns deleted (but unexpired) resources along with active ones.

bool show_deleted = 4;

Parameter
Name Description
value boolean

The showDeleted to set.

Returns
Type Description
ListTasksRequest.Builder

This builder for chaining.