Class ListDeploymentResourcePoolsRequest.Builder (3.42.0)

public static final class ListDeploymentResourcePoolsRequest.Builder extends GeneratedMessageV3.Builder<ListDeploymentResourcePoolsRequest.Builder> implements ListDeploymentResourcePoolsRequestOrBuilder

Request message for ListDeploymentResourcePools method.

Protobuf type google.cloud.aiplatform.v1beta1.ListDeploymentResourcePoolsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListDeploymentResourcePoolsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder
Overrides

build()

public ListDeploymentResourcePoolsRequest build()
Returns
TypeDescription
ListDeploymentResourcePoolsRequest

buildPartial()

public ListDeploymentResourcePoolsRequest buildPartial()
Returns
TypeDescription
ListDeploymentResourcePoolsRequest

clear()

public ListDeploymentResourcePoolsRequest.Builder clear()
Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListDeploymentResourcePoolsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ListDeploymentResourcePoolsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder
Overrides

clearPageSize()

public ListDeploymentResourcePoolsRequest.Builder clearPageSize()

The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.

int32 page_size = 2;

Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder

This builder for chaining.

clearPageToken()

public ListDeploymentResourcePoolsRequest.Builder clearPageToken()

A page token, received from a previous ListDeploymentResourcePools call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListDeploymentResourcePools must match the call that provided the page token.

string page_token = 3;

Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder

This builder for chaining.

clearParent()

public ListDeploymentResourcePoolsRequest.Builder clearParent()

Required. The parent Location which owns this collection of DeploymentResourcePools. Format: projects/{project}/locations/{location}

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

Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder

This builder for chaining.

clone()

public ListDeploymentResourcePoolsRequest.Builder clone()
Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder
Overrides

getDefaultInstanceForType()

public ListDeploymentResourcePoolsRequest getDefaultInstanceForType()
Returns
TypeDescription
ListDeploymentResourcePoolsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPageSize()

public int getPageSize()

The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.

int32 page_size = 2;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

A page token, received from a previous ListDeploymentResourcePools call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListDeploymentResourcePools must match the call that provided the page token.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

A page token, received from a previous ListDeploymentResourcePools call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListDeploymentResourcePools must match the call that provided the page token.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The parent Location which owns this collection of DeploymentResourcePools. Format: projects/{project}/locations/{location}

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent Location which owns this collection of DeploymentResourcePools. Format: projects/{project}/locations/{location}

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

Returns
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListDeploymentResourcePoolsRequest other)

public ListDeploymentResourcePoolsRequest.Builder mergeFrom(ListDeploymentResourcePoolsRequest other)
Parameter
NameDescription
otherListDeploymentResourcePoolsRequest
Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListDeploymentResourcePoolsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListDeploymentResourcePoolsRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListDeploymentResourcePoolsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListDeploymentResourcePoolsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder
Overrides

setPageSize(int value)

public ListDeploymentResourcePoolsRequest.Builder setPageSize(int value)

The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.

int32 page_size = 2;

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListDeploymentResourcePoolsRequest.Builder setPageToken(String value)

A page token, received from a previous ListDeploymentResourcePools call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListDeploymentResourcePools must match the call that provided the page token.

string page_token = 3;

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListDeploymentResourcePoolsRequest.Builder setPageTokenBytes(ByteString value)

A page token, received from a previous ListDeploymentResourcePools call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListDeploymentResourcePools must match the call that provided the page token.

string page_token = 3;

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder

This builder for chaining.

setParent(String value)

public ListDeploymentResourcePoolsRequest.Builder setParent(String value)

Required. The parent Location which owns this collection of DeploymentResourcePools. Format: projects/{project}/locations/{location}

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

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListDeploymentResourcePoolsRequest.Builder setParentBytes(ByteString value)

Required. The parent Location which owns this collection of DeploymentResourcePools. Format: projects/{project}/locations/{location}

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

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListDeploymentResourcePoolsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListDeploymentResourcePoolsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListDeploymentResourcePoolsRequest.Builder
Overrides