Class ListPersistentResourcesRequest.Builder (3.42.0)

public static final class ListPersistentResourcesRequest.Builder extends GeneratedMessageV3.Builder<ListPersistentResourcesRequest.Builder> implements ListPersistentResourcesRequestOrBuilder

Request message for [PersistentResourceService.ListPersistentResource][].

Protobuf type google.cloud.aiplatform.v1beta1.ListPersistentResourcesRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListPersistentResourcesRequest build()
Returns
TypeDescription
ListPersistentResourcesRequest

buildPartial()

public ListPersistentResourcesRequest buildPartial()
Returns
TypeDescription
ListPersistentResourcesRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPageSize()

public ListPersistentResourcesRequest.Builder clearPageSize()

Optional. The standard list page size.

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

Returns
TypeDescription
ListPersistentResourcesRequest.Builder

This builder for chaining.

clearPageToken()

public ListPersistentResourcesRequest.Builder clearPageToken()

Optional. The standard list page token. Typically obtained via [ListPersistentResourceResponse.next_page_token][] of the previous [PersistentResourceService.ListPersistentResource][] call.

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

Returns
TypeDescription
ListPersistentResourcesRequest.Builder

This builder for chaining.

clearParent()

public ListPersistentResourcesRequest.Builder clearParent()

Required. The resource name of the Location to list the PersistentResources from. Format: projects/{project}/locations/{location}

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

Returns
TypeDescription
ListPersistentResourcesRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListPersistentResourcesRequest getDefaultInstanceForType()
Returns
TypeDescription
ListPersistentResourcesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPageSize()

public int getPageSize()

Optional. The standard list page size.

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

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. The standard list page token. Typically obtained via [ListPersistentResourceResponse.next_page_token][] of the previous [PersistentResourceService.ListPersistentResource][] call.

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

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. The standard list page token. Typically obtained via [ListPersistentResourceResponse.next_page_token][] of the previous [PersistentResourceService.ListPersistentResource][] call.

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

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The resource name of the Location to list the PersistentResources from. 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 resource name of the Location to list the PersistentResources from. 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(ListPersistentResourcesRequest other)

public ListPersistentResourcesRequest.Builder mergeFrom(ListPersistentResourcesRequest other)
Parameter
NameDescription
otherListPersistentResourcesRequest
Returns
TypeDescription
ListPersistentResourcesRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setPageSize(int value)

public ListPersistentResourcesRequest.Builder setPageSize(int value)

Optional. The standard list page size.

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

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListPersistentResourcesRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListPersistentResourcesRequest.Builder setPageToken(String value)

Optional. The standard list page token. Typically obtained via [ListPersistentResourceResponse.next_page_token][] of the previous [PersistentResourceService.ListPersistentResource][] call.

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

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListPersistentResourcesRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListPersistentResourcesRequest.Builder setPageTokenBytes(ByteString value)

Optional. The standard list page token. Typically obtained via [ListPersistentResourceResponse.next_page_token][] of the previous [PersistentResourceService.ListPersistentResource][] call.

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

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListPersistentResourcesRequest.Builder

This builder for chaining.

setParent(String value)

public ListPersistentResourcesRequest.Builder setParent(String value)

Required. The resource name of the Location to list the PersistentResources from. 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
ListPersistentResourcesRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListPersistentResourcesRequest.Builder setParentBytes(ByteString value)

Required. The resource name of the Location to list the PersistentResources from. 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
ListPersistentResourcesRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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