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 GetPythonPackageRequestGetPythonPackageRequest.Builder. build()GetPythonPackageRequestGetPythonPackageRequest.Builder. buildPartial()static GetPythonPackageRequestGetPythonPackageRequest. getDefaultInstance()GetPythonPackageRequestGetPythonPackageRequest.Builder. getDefaultInstanceForType()GetPythonPackageRequestGetPythonPackageRequest. getDefaultInstanceForType()static GetPythonPackageRequestGetPythonPackageRequest. parseDelimitedFrom(InputStream input)static GetPythonPackageRequestGetPythonPackageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPythonPackageRequestGetPythonPackageRequest. parseFrom(byte[] data)static GetPythonPackageRequestGetPythonPackageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPythonPackageRequestGetPythonPackageRequest. parseFrom(com.google.protobuf.ByteString data)static GetPythonPackageRequestGetPythonPackageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPythonPackageRequestGetPythonPackageRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetPythonPackageRequestGetPythonPackageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPythonPackageRequestGetPythonPackageRequest. parseFrom(InputStream input)static GetPythonPackageRequestGetPythonPackageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPythonPackageRequestGetPythonPackageRequest. parseFrom(ByteBuffer data)static GetPythonPackageRequestGetPythonPackageRequest. 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 PythonPackageArtifactRegistryClient. getPythonPackage(GetPythonPackageRequest request)Gets a python package.PythonPackageArtifactRegistryGrpc.ArtifactRegistryBlockingStub. getPythonPackage(GetPythonPackageRequest request)Gets a python package.com.google.common.util.concurrent.ListenableFuture<PythonPackage>ArtifactRegistryGrpc.ArtifactRegistryFutureStub. getPythonPackage(GetPythonPackageRequest request)Gets a python package.voidArtifactRegistryGrpc.ArtifactRegistryStub. getPythonPackage(GetPythonPackageRequest request, io.grpc.stub.StreamObserver<PythonPackage> responseObserver)Gets a python package.default voidArtifactRegistryGrpc.AsyncService. getPythonPackage(GetPythonPackageRequest request, io.grpc.stub.StreamObserver<PythonPackage> responseObserver)Gets a python package.GetPythonPackageRequest.BuilderGetPythonPackageRequest.Builder. mergeFrom(GetPythonPackageRequest other)static GetPythonPackageRequest.BuilderGetPythonPackageRequest. 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.
-