Uses of Class
com.google.devtools.artifactregistry.v1.ListDockerImagesRequest
-
Packages that use ListDockerImagesRequest Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1.stub -
-
Uses of ListDockerImagesRequest in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return ListDockerImagesRequest Modifier and Type Method Description ListDockerImagesRequest
ListDockerImagesRequest.Builder. build()
ListDockerImagesRequest
ListDockerImagesRequest.Builder. buildPartial()
static ListDockerImagesRequest
ListDockerImagesRequest. getDefaultInstance()
ListDockerImagesRequest
ListDockerImagesRequest.Builder. getDefaultInstanceForType()
ListDockerImagesRequest
ListDockerImagesRequest. getDefaultInstanceForType()
static ListDockerImagesRequest
ListDockerImagesRequest. parseDelimitedFrom(InputStream input)
static ListDockerImagesRequest
ListDockerImagesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDockerImagesRequest
ListDockerImagesRequest. parseFrom(byte[] data)
static ListDockerImagesRequest
ListDockerImagesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDockerImagesRequest
ListDockerImagesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListDockerImagesRequest
ListDockerImagesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDockerImagesRequest
ListDockerImagesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDockerImagesRequest
ListDockerImagesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDockerImagesRequest
ListDockerImagesRequest. parseFrom(InputStream input)
static ListDockerImagesRequest
ListDockerImagesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDockerImagesRequest
ListDockerImagesRequest. parseFrom(ByteBuffer data)
static ListDockerImagesRequest
ListDockerImagesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type ListDockerImagesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDockerImagesRequest,ListDockerImagesResponse>
ArtifactRegistryGrpc. getListDockerImagesMethod()
com.google.protobuf.Parser<ListDockerImagesRequest>
ListDockerImagesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListDockerImagesRequest,ListDockerImagesResponse>
ArtifactRegistryClient. listDockerImagesCallable()
Lists docker images.com.google.api.gax.rpc.UnaryCallable<ListDockerImagesRequest,ArtifactRegistryClient.ListDockerImagesPagedResponse>
ArtifactRegistryClient. listDockerImagesPagedCallable()
Lists docker images.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDockerImagesRequest,ListDockerImagesResponse,ArtifactRegistryClient.ListDockerImagesPagedResponse>
ArtifactRegistrySettings.Builder. listDockerImagesSettings()
Returns the builder for the settings used for calls to listDockerImages.com.google.api.gax.rpc.PagedCallSettings<ListDockerImagesRequest,ListDockerImagesResponse,ArtifactRegistryClient.ListDockerImagesPagedResponse>
ArtifactRegistrySettings. listDockerImagesSettings()
Returns the object with the settings used for calls to listDockerImages.static com.google.protobuf.Parser<ListDockerImagesRequest>
ListDockerImagesRequest. parser()
Methods in com.google.devtools.artifactregistry.v1 with parameters of type ListDockerImagesRequest Modifier and Type Method Description ArtifactRegistryClient.ListDockerImagesPagedResponse
ArtifactRegistryClient. listDockerImages(ListDockerImagesRequest request)
Lists docker images.ListDockerImagesResponse
ArtifactRegistryGrpc.ArtifactRegistryBlockingStub. listDockerImages(ListDockerImagesRequest request)
Lists docker images.com.google.common.util.concurrent.ListenableFuture<ListDockerImagesResponse>
ArtifactRegistryGrpc.ArtifactRegistryFutureStub. listDockerImages(ListDockerImagesRequest request)
Lists docker images.void
ArtifactRegistryGrpc.ArtifactRegistryStub. listDockerImages(ListDockerImagesRequest request, io.grpc.stub.StreamObserver<ListDockerImagesResponse> responseObserver)
Lists docker images.default void
ArtifactRegistryGrpc.AsyncService. listDockerImages(ListDockerImagesRequest request, io.grpc.stub.StreamObserver<ListDockerImagesResponse> responseObserver)
Lists docker images.ListDockerImagesRequest.Builder
ListDockerImagesRequest.Builder. mergeFrom(ListDockerImagesRequest other)
static ListDockerImagesRequest.Builder
ListDockerImagesRequest. newBuilder(ListDockerImagesRequest prototype)
Method parameters in com.google.devtools.artifactregistry.v1 with type arguments of type ListDockerImagesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ArtifactRegistryClient.ListDockerImagesPagedResponse>
ArtifactRegistryClient.ListDockerImagesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDockerImagesRequest,ListDockerImagesResponse,DockerImage> context, com.google.api.core.ApiFuture<ListDockerImagesResponse> futureResponse)
protected ArtifactRegistryClient.ListDockerImagesPage
ArtifactRegistryClient.ListDockerImagesPage. createPage(com.google.api.gax.rpc.PageContext<ListDockerImagesRequest,ListDockerImagesResponse,DockerImage> context, ListDockerImagesResponse response)
com.google.api.core.ApiFuture<ArtifactRegistryClient.ListDockerImagesPage>
ArtifactRegistryClient.ListDockerImagesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDockerImagesRequest,ListDockerImagesResponse,DockerImage> context, com.google.api.core.ApiFuture<ListDockerImagesResponse> futureResponse)
-
Uses of ListDockerImagesRequest in com.google.devtools.artifactregistry.v1.stub
-