Uses of Class
com.google.devtools.artifactregistry.v1.GetPythonPackageRequest
-
Packages that use GetPythonPackageRequest Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1.stub -
-
Uses of GetPythonPackageRequest in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return GetPythonPackageRequest Modifier and Type Method Description GetPythonPackageRequest
GetPythonPackageRequest.Builder. build()
GetPythonPackageRequest
GetPythonPackageRequest.Builder. buildPartial()
static GetPythonPackageRequest
GetPythonPackageRequest. getDefaultInstance()
GetPythonPackageRequest
GetPythonPackageRequest.Builder. getDefaultInstanceForType()
GetPythonPackageRequest
GetPythonPackageRequest. getDefaultInstanceForType()
static GetPythonPackageRequest
GetPythonPackageRequest. parseDelimitedFrom(InputStream input)
static GetPythonPackageRequest
GetPythonPackageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPythonPackageRequest
GetPythonPackageRequest. parseFrom(byte[] data)
static GetPythonPackageRequest
GetPythonPackageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPythonPackageRequest
GetPythonPackageRequest. parseFrom(com.google.protobuf.ByteString data)
static GetPythonPackageRequest
GetPythonPackageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPythonPackageRequest
GetPythonPackageRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetPythonPackageRequest
GetPythonPackageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPythonPackageRequest
GetPythonPackageRequest. parseFrom(InputStream input)
static GetPythonPackageRequest
GetPythonPackageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPythonPackageRequest
GetPythonPackageRequest. parseFrom(ByteBuffer data)
static GetPythonPackageRequest
GetPythonPackageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type GetPythonPackageRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPythonPackageRequest,PythonPackage>
ArtifactRegistryGrpc. getGetPythonPackageMethod()
com.google.protobuf.Parser<GetPythonPackageRequest>
GetPythonPackageRequest. getParserForType()
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.static com.google.protobuf.Parser<GetPythonPackageRequest>
GetPythonPackageRequest. parser()
Methods in com.google.devtools.artifactregistry.v1 with parameters of type GetPythonPackageRequest Modifier and Type Method Description PythonPackage
ArtifactRegistryClient. getPythonPackage(GetPythonPackageRequest request)
Gets a python package.PythonPackage
ArtifactRegistryGrpc.ArtifactRegistryBlockingStub. getPythonPackage(GetPythonPackageRequest request)
Gets a python package.com.google.common.util.concurrent.ListenableFuture<PythonPackage>
ArtifactRegistryGrpc.ArtifactRegistryFutureStub. getPythonPackage(GetPythonPackageRequest request)
Gets a python package.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.GetPythonPackageRequest.Builder
GetPythonPackageRequest.Builder. mergeFrom(GetPythonPackageRequest other)
static GetPythonPackageRequest.Builder
GetPythonPackageRequest. newBuilder(GetPythonPackageRequest prototype)
-
Uses of GetPythonPackageRequest in com.google.devtools.artifactregistry.v1.stub
Methods in com.google.devtools.artifactregistry.v1.stub that return types with arguments of type GetPythonPackageRequest 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.
-