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 GetDockerImageRequest
GetDockerImageRequest.Builder. build()
GetDockerImageRequest
GetDockerImageRequest.Builder. buildPartial()
static GetDockerImageRequest
GetDockerImageRequest. getDefaultInstance()
GetDockerImageRequest
GetDockerImageRequest.Builder. getDefaultInstanceForType()
GetDockerImageRequest
GetDockerImageRequest. getDefaultInstanceForType()
static GetDockerImageRequest
GetDockerImageRequest. parseDelimitedFrom(InputStream input)
static GetDockerImageRequest
GetDockerImageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDockerImageRequest
GetDockerImageRequest. parseFrom(byte[] data)
static GetDockerImageRequest
GetDockerImageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDockerImageRequest
GetDockerImageRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDockerImageRequest
GetDockerImageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDockerImageRequest
GetDockerImageRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDockerImageRequest
GetDockerImageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDockerImageRequest
GetDockerImageRequest. parseFrom(InputStream input)
static GetDockerImageRequest
GetDockerImageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDockerImageRequest
GetDockerImageRequest. parseFrom(ByteBuffer data)
static GetDockerImageRequest
GetDockerImageRequest. 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 DockerImage
ArtifactRegistryClient. getDockerImage(GetDockerImageRequest request)
Gets a docker image.DockerImage
ArtifactRegistryGrpc.ArtifactRegistryBlockingStub. getDockerImage(GetDockerImageRequest request)
Gets a docker image.com.google.common.util.concurrent.ListenableFuture<DockerImage>
ArtifactRegistryGrpc.ArtifactRegistryFutureStub. getDockerImage(GetDockerImageRequest request)
Gets a docker image.void
ArtifactRegistryGrpc.ArtifactRegistryStub. getDockerImage(GetDockerImageRequest request, io.grpc.stub.StreamObserver<DockerImage> responseObserver)
Gets a docker image.default void
ArtifactRegistryGrpc.AsyncService. getDockerImage(GetDockerImageRequest request, io.grpc.stub.StreamObserver<DockerImage> responseObserver)
Gets a docker image.GetDockerImageRequest.Builder
GetDockerImageRequest.Builder. mergeFrom(GetDockerImageRequest other)
static GetDockerImageRequest.Builder
GetDockerImageRequest. 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.
-