Class ListRuntimesRequest.Builder (1.81.0)

public static final class ListRuntimesRequest.Builder extends GeneratedMessage.Builder<ListRuntimesRequest.Builder> implements ListRuntimesRequestOrBuilder

Request for listing Managed Notebook Runtimes.

Protobuf type google.cloud.notebooks.v1.ListRuntimesRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListRuntimesRequest build()
Returns
Type Description
ListRuntimesRequest

buildPartial()

public ListRuntimesRequest buildPartial()
Returns
Type Description
ListRuntimesRequest

clear()

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

clearPageSize()

public ListRuntimesRequest.Builder clearPageSize()

Maximum return size of the list call.

int32 page_size = 2;

Returns
Type Description
ListRuntimesRequest.Builder

This builder for chaining.

clearPageToken()

public ListRuntimesRequest.Builder clearPageToken()

A previous returned page token that can be used to continue listing from the last result.

string page_token = 3;

Returns
Type Description
ListRuntimesRequest.Builder

This builder for chaining.

clearParent()

public ListRuntimesRequest.Builder clearParent()

Required. Format: parent=projects/{project_id}/locations/{location}

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

Returns
Type Description
ListRuntimesRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListRuntimesRequest getDefaultInstanceForType()
Returns
Type Description
ListRuntimesRequest

getDescriptorForType()

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

getPageSize()

public int getPageSize()

Maximum return size of the list call.

int32 page_size = 2;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

A previous returned page token that can be used to continue listing from the last result.

string page_token = 3;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

A previous returned page token that can be used to continue listing from the last result.

string page_token = 3;

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. Format: parent=projects/{project_id}/locations/{location}

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. Format: parent=projects/{project_id}/locations/{location}

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(ListRuntimesRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPageSize(int value)

public ListRuntimesRequest.Builder setPageSize(int value)

Maximum return size of the list call.

int32 page_size = 2;

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListRuntimesRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListRuntimesRequest.Builder setPageToken(String value)

A previous returned page token that can be used to continue listing from the last result.

string page_token = 3;

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListRuntimesRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListRuntimesRequest.Builder setPageTokenBytes(ByteString value)

A previous returned page token that can be used to continue listing from the last result.

string page_token = 3;

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListRuntimesRequest.Builder

This builder for chaining.

setParent(String value)

public ListRuntimesRequest.Builder setParent(String value)

Required. Format: parent=projects/{project_id}/locations/{location}

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListRuntimesRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListRuntimesRequest.Builder setParentBytes(ByteString value)

Required. Format: parent=projects/{project_id}/locations/{location}

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

This builder for chaining.