Class ListPythonPackagesRequest.Builder (1.40.0)

public static final class ListPythonPackagesRequest.Builder extends GeneratedMessageV3.Builder<ListPythonPackagesRequest.Builder> implements ListPythonPackagesRequestOrBuilder

The request to list python packages.

Protobuf type google.devtools.artifactregistry.v1.ListPythonPackagesRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListPythonPackagesRequest build()
Returns
TypeDescription
ListPythonPackagesRequest

buildPartial()

public ListPythonPackagesRequest buildPartial()
Returns
TypeDescription
ListPythonPackagesRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPageSize()

public ListPythonPackagesRequest.Builder clearPageSize()

The maximum number of artifacts to return.

int32 page_size = 2;

Returns
TypeDescription
ListPythonPackagesRequest.Builder

This builder for chaining.

clearPageToken()

public ListPythonPackagesRequest.Builder clearPageToken()

The next_page_token value returned from a previous list request, if any.

string page_token = 3;

Returns
TypeDescription
ListPythonPackagesRequest.Builder

This builder for chaining.

clearParent()

public ListPythonPackagesRequest.Builder clearParent()

Required. The name of the parent resource whose python packages will be listed.

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

Returns
TypeDescription
ListPythonPackagesRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListPythonPackagesRequest getDefaultInstanceForType()
Returns
TypeDescription
ListPythonPackagesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPageSize()

public int getPageSize()

The maximum number of artifacts to return.

int32 page_size = 2;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

The next_page_token value returned from a previous list request, if any.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

The next_page_token value returned from a previous list request, if any.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The name of the parent resource whose python packages will be listed.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The name of the parent resource whose python packages will be listed.

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

public ListPythonPackagesRequest.Builder mergeFrom(ListPythonPackagesRequest other)
Parameter
NameDescription
otherListPythonPackagesRequest
Returns
TypeDescription
ListPythonPackagesRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setPageSize(int value)

public ListPythonPackagesRequest.Builder setPageSize(int value)

The maximum number of artifacts to return.

int32 page_size = 2;

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListPythonPackagesRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListPythonPackagesRequest.Builder setPageToken(String value)

The next_page_token value returned from a previous list request, if any.

string page_token = 3;

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListPythonPackagesRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListPythonPackagesRequest.Builder setPageTokenBytes(ByteString value)

The next_page_token value returned from a previous list request, if any.

string page_token = 3;

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListPythonPackagesRequest.Builder

This builder for chaining.

setParent(String value)

public ListPythonPackagesRequest.Builder setParent(String value)

Required. The name of the parent resource whose python packages will be listed.

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

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListPythonPackagesRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListPythonPackagesRequest.Builder setParentBytes(ByteString value)

Required. The name of the parent resource whose python packages will be listed.

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

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListPythonPackagesRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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