Class ListPythonPackagesResponse (1.22.0)

public final class ListPythonPackagesResponse extends GeneratedMessageV3 implements ListPythonPackagesResponseOrBuilder

The response from listing python packages.

Protobuf type google.devtools.artifactregistry.v1.ListPythonPackagesResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

PYTHON_PACKAGES_FIELD_NUMBER

public static final int PYTHON_PACKAGES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListPythonPackagesResponse getDefaultInstance()
Returns
TypeDescription
ListPythonPackagesResponse

getDescriptor()

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

newBuilder()

public static ListPythonPackagesResponse.Builder newBuilder()
Returns
TypeDescription
ListPythonPackagesResponse.Builder

newBuilder(ListPythonPackagesResponse prototype)

public static ListPythonPackagesResponse.Builder newBuilder(ListPythonPackagesResponse prototype)
Parameter
NameDescription
prototypeListPythonPackagesResponse
Returns
TypeDescription
ListPythonPackagesResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListPythonPackagesResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListPythonPackagesResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListPythonPackagesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPythonPackagesResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListPythonPackagesResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListPythonPackagesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListPythonPackagesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPythonPackagesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListPythonPackagesResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListPythonPackagesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListPythonPackagesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPythonPackagesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListPythonPackagesResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListPythonPackagesResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListPythonPackagesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPythonPackagesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListPythonPackagesResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListPythonPackagesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListPythonPackagesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPythonPackagesResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListPythonPackagesResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListPythonPackagesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListPythonPackagesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPythonPackagesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListPythonPackagesResponse> parser()
Returns
TypeDescription
Parser<ListPythonPackagesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListPythonPackagesResponse getDefaultInstanceForType()
Returns
TypeDescription
ListPythonPackagesResponse

getNextPageToken()

public String getNextPageToken()

The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListPythonPackagesResponse> getParserForType()
Returns
TypeDescription
Parser<ListPythonPackagesResponse>
Overrides

getPythonPackages(int index)

public PythonPackage getPythonPackages(int index)

The python packages returned.

repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PythonPackage

getPythonPackagesCount()

public int getPythonPackagesCount()

The python packages returned.

repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;

Returns
TypeDescription
int

getPythonPackagesList()

public List<PythonPackage> getPythonPackagesList()

The python packages returned.

repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;

Returns
TypeDescription
List<PythonPackage>

getPythonPackagesOrBuilder(int index)

public PythonPackageOrBuilder getPythonPackagesOrBuilder(int index)

The python packages returned.

repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PythonPackageOrBuilder

getPythonPackagesOrBuilderList()

public List<? extends PythonPackageOrBuilder> getPythonPackagesOrBuilderList()

The python packages returned.

repeated .google.devtools.artifactregistry.v1.PythonPackage python_packages = 1;

Returns
TypeDescription
List<? extends com.google.devtools.artifactregistry.v1.PythonPackageOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListPythonPackagesResponse.Builder newBuilderForType()
Returns
TypeDescription
ListPythonPackagesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListPythonPackagesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListPythonPackagesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListPythonPackagesResponse.Builder toBuilder()
Returns
TypeDescription
ListPythonPackagesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException