Uses of Class
com.google.devtools.artifactregistry.v1.GetDockerImageRequest
-
Packages that use GetDockerImageRequest Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1.stub -
-
Uses of GetDockerImageRequest in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return GetDockerImageRequest Modifier and Type Method Description GetDockerImageRequestGetDockerImageRequest.Builder. build()GetDockerImageRequestGetDockerImageRequest.Builder. buildPartial()static GetDockerImageRequestGetDockerImageRequest. getDefaultInstance()GetDockerImageRequestGetDockerImageRequest.Builder. getDefaultInstanceForType()GetDockerImageRequestGetDockerImageRequest. getDefaultInstanceForType()static GetDockerImageRequestGetDockerImageRequest. parseDelimitedFrom(InputStream input)static GetDockerImageRequestGetDockerImageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDockerImageRequestGetDockerImageRequest. parseFrom(byte[] data)static GetDockerImageRequestGetDockerImageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDockerImageRequestGetDockerImageRequest. parseFrom(com.google.protobuf.ByteString data)static GetDockerImageRequestGetDockerImageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDockerImageRequestGetDockerImageRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetDockerImageRequestGetDockerImageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDockerImageRequestGetDockerImageRequest. parseFrom(InputStream input)static GetDockerImageRequestGetDockerImageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDockerImageRequestGetDockerImageRequest. parseFrom(ByteBuffer data)static GetDockerImageRequestGetDockerImageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type GetDockerImageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDockerImageRequest,DockerImage>ArtifactRegistryClient. getDockerImageCallable()Gets a docker image.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDockerImageRequest,DockerImage>ArtifactRegistrySettings.Builder. getDockerImageSettings()Returns the builder for the settings used for calls to getDockerImage.com.google.api.gax.rpc.UnaryCallSettings<GetDockerImageRequest,DockerImage>ArtifactRegistrySettings. getDockerImageSettings()Returns the object with the settings used for calls to getDockerImage.static io.grpc.MethodDescriptor<GetDockerImageRequest,DockerImage>ArtifactRegistryGrpc. getGetDockerImageMethod()com.google.protobuf.Parser<GetDockerImageRequest>GetDockerImageRequest. getParserForType()static com.google.protobuf.Parser<GetDockerImageRequest>GetDockerImageRequest. parser()Methods in com.google.devtools.artifactregistry.v1 with parameters of type GetDockerImageRequest Modifier and Type Method Description DockerImageArtifactRegistryClient. getDockerImage(GetDockerImageRequest request)Gets a docker image.DockerImageArtifactRegistryGrpc.ArtifactRegistryBlockingStub. getDockerImage(GetDockerImageRequest request)Gets a docker image.com.google.common.util.concurrent.ListenableFuture<DockerImage>ArtifactRegistryGrpc.ArtifactRegistryFutureStub. getDockerImage(GetDockerImageRequest request)Gets a docker image.voidArtifactRegistryGrpc.ArtifactRegistryStub. getDockerImage(GetDockerImageRequest request, io.grpc.stub.StreamObserver<DockerImage> responseObserver)Gets a docker image.default voidArtifactRegistryGrpc.AsyncService. getDockerImage(GetDockerImageRequest request, io.grpc.stub.StreamObserver<DockerImage> responseObserver)Gets a docker image.GetDockerImageRequest.BuilderGetDockerImageRequest.Builder. mergeFrom(GetDockerImageRequest other)static GetDockerImageRequest.BuilderGetDockerImageRequest. newBuilder(GetDockerImageRequest prototype) -
Uses of GetDockerImageRequest in com.google.devtools.artifactregistry.v1.stub
Methods in com.google.devtools.artifactregistry.v1.stub that return types with arguments of type GetDockerImageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDockerImageRequest,DockerImage>ArtifactRegistryStub. getDockerImageCallable()com.google.api.gax.rpc.UnaryCallable<GetDockerImageRequest,DockerImage>GrpcArtifactRegistryStub. getDockerImageCallable()com.google.api.gax.rpc.UnaryCallable<GetDockerImageRequest,DockerImage>HttpJsonArtifactRegistryStub. getDockerImageCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDockerImageRequest,DockerImage>ArtifactRegistryStubSettings.Builder. getDockerImageSettings()Returns the builder for the settings used for calls to getDockerImage.com.google.api.gax.rpc.UnaryCallSettings<GetDockerImageRequest,DockerImage>ArtifactRegistryStubSettings. getDockerImageSettings()Returns the object with the settings used for calls to getDockerImage.
-