Uses of Class
com.google.devtools.artifactregistry.v1.PythonPackage
-
Packages that use PythonPackage Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1.stub -
-
Uses of PythonPackage in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return PythonPackage Modifier and Type Method Description PythonPackage
PythonPackage.Builder. build()
PythonPackage
PythonPackage.Builder. buildPartial()
static PythonPackage
PythonPackage. getDefaultInstance()
PythonPackage
PythonPackage.Builder. getDefaultInstanceForType()
PythonPackage
PythonPackage. getDefaultInstanceForType()
PythonPackage
ArtifactRegistryClient. getPythonPackage(GetPythonPackageRequest request)
Gets a python package.PythonPackage
ArtifactRegistryClient. getPythonPackage(PythonPackageName name)
Gets a python package.PythonPackage
ArtifactRegistryClient. getPythonPackage(String name)
Gets a python package.PythonPackage
ArtifactRegistryGrpc.ArtifactRegistryBlockingStub. getPythonPackage(GetPythonPackageRequest request)
Gets a python package.PythonPackage
ListPythonPackagesResponse.Builder. getPythonPackages(int index)
The python packages returned.PythonPackage
ListPythonPackagesResponse. getPythonPackages(int index)
The python packages returned.PythonPackage
ListPythonPackagesResponseOrBuilder. getPythonPackages(int index)
The python packages returned.static PythonPackage
PythonPackage. parseDelimitedFrom(InputStream input)
static PythonPackage
PythonPackage. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PythonPackage
PythonPackage. parseFrom(byte[] data)
static PythonPackage
PythonPackage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PythonPackage
PythonPackage. parseFrom(com.google.protobuf.ByteString data)
static PythonPackage
PythonPackage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PythonPackage
PythonPackage. parseFrom(com.google.protobuf.CodedInputStream input)
static PythonPackage
PythonPackage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PythonPackage
PythonPackage. parseFrom(InputStream input)
static PythonPackage
PythonPackage. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PythonPackage
PythonPackage. parseFrom(ByteBuffer data)
static PythonPackage
PythonPackage. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type PythonPackage Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPythonPackageRequest,PythonPackage>
ArtifactRegistryGrpc. getGetPythonPackageMethod()
com.google.protobuf.Parser<PythonPackage>
PythonPackage. getParserForType()
com.google.common.util.concurrent.ListenableFuture<PythonPackage>
ArtifactRegistryGrpc.ArtifactRegistryFutureStub. getPythonPackage(GetPythonPackageRequest request)
Gets a python package.com.google.api.gax.rpc.UnaryCallable<GetPythonPackageRequest,PythonPackage>
ArtifactRegistryClient. getPythonPackageCallable()
Gets a python package.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPythonPackageRequest,PythonPackage>
ArtifactRegistrySettings.Builder. getPythonPackageSettings()
Returns the builder for the settings used for calls to getPythonPackage.com.google.api.gax.rpc.UnaryCallSettings<GetPythonPackageRequest,PythonPackage>
ArtifactRegistrySettings. getPythonPackageSettings()
Returns the object with the settings used for calls to getPythonPackage.List<PythonPackage>
ListPythonPackagesResponse.Builder. getPythonPackagesList()
The python packages returned.List<PythonPackage>
ListPythonPackagesResponse. getPythonPackagesList()
The python packages returned.List<PythonPackage>
ListPythonPackagesResponseOrBuilder. getPythonPackagesList()
The python packages returned.static com.google.protobuf.Parser<PythonPackage>
PythonPackage. parser()
Methods in com.google.devtools.artifactregistry.v1 with parameters of type PythonPackage Modifier and Type Method Description ListPythonPackagesResponse.Builder
ListPythonPackagesResponse.Builder. addPythonPackages(int index, PythonPackage value)
The python packages returned.ListPythonPackagesResponse.Builder
ListPythonPackagesResponse.Builder. addPythonPackages(PythonPackage value)
The python packages returned.PythonPackage.Builder
PythonPackage.Builder. mergeFrom(PythonPackage other)
static PythonPackage.Builder
PythonPackage. newBuilder(PythonPackage prototype)
ListPythonPackagesResponse.Builder
ListPythonPackagesResponse.Builder. setPythonPackages(int index, PythonPackage value)
The python packages returned.Method parameters in com.google.devtools.artifactregistry.v1 with type arguments of type PythonPackage Modifier and Type Method Description ListPythonPackagesResponse.Builder
ListPythonPackagesResponse.Builder. addAllPythonPackages(Iterable<? extends PythonPackage> values)
The python packages returned.static com.google.api.core.ApiFuture<ArtifactRegistryClient.ListPythonPackagesPagedResponse>
ArtifactRegistryClient.ListPythonPackagesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPythonPackagesRequest,ListPythonPackagesResponse,PythonPackage> context, com.google.api.core.ApiFuture<ListPythonPackagesResponse> futureResponse)
protected ArtifactRegistryClient.ListPythonPackagesPage
ArtifactRegistryClient.ListPythonPackagesPage. createPage(com.google.api.gax.rpc.PageContext<ListPythonPackagesRequest,ListPythonPackagesResponse,PythonPackage> context, ListPythonPackagesResponse response)
com.google.api.core.ApiFuture<ArtifactRegistryClient.ListPythonPackagesPage>
ArtifactRegistryClient.ListPythonPackagesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListPythonPackagesRequest,ListPythonPackagesResponse,PythonPackage> context, com.google.api.core.ApiFuture<ListPythonPackagesResponse> futureResponse)
void
ArtifactRegistryGrpc.ArtifactRegistryStub. getPythonPackage(GetPythonPackageRequest request, io.grpc.stub.StreamObserver<PythonPackage> responseObserver)
Gets a python package.default void
ArtifactRegistryGrpc.AsyncService. getPythonPackage(GetPythonPackageRequest request, io.grpc.stub.StreamObserver<PythonPackage> responseObserver)
Gets a python package. -
Uses of PythonPackage in com.google.devtools.artifactregistry.v1.stub
Methods in com.google.devtools.artifactregistry.v1.stub that return types with arguments of type PythonPackage Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetPythonPackageRequest,PythonPackage>
ArtifactRegistryStub. getPythonPackageCallable()
com.google.api.gax.rpc.UnaryCallable<GetPythonPackageRequest,PythonPackage>
GrpcArtifactRegistryStub. getPythonPackageCallable()
com.google.api.gax.rpc.UnaryCallable<GetPythonPackageRequest,PythonPackage>
HttpJsonArtifactRegistryStub. getPythonPackageCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPythonPackageRequest,PythonPackage>
ArtifactRegistryStubSettings.Builder. getPythonPackageSettings()
Returns the builder for the settings used for calls to getPythonPackage.com.google.api.gax.rpc.UnaryCallSettings<GetPythonPackageRequest,PythonPackage>
ArtifactRegistryStubSettings. getPythonPackageSettings()
Returns the object with the settings used for calls to getPythonPackage.
-