Uses of Class
com.google.devtools.artifactregistry.v1.ArtifactRegistryClient.ListDockerImagesPagedResponse
-
Packages that use ArtifactRegistryClient.ListDockerImagesPagedResponse Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1.stub -
-
Uses of ArtifactRegistryClient.ListDockerImagesPagedResponse in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return ArtifactRegistryClient.ListDockerImagesPagedResponse Modifier and Type Method Description ArtifactRegistryClient.ListDockerImagesPagedResponse
ArtifactRegistryClient. listDockerImages(ListDockerImagesRequest request)
Lists docker images.ArtifactRegistryClient.ListDockerImagesPagedResponse
ArtifactRegistryClient. listDockerImages(String parent)
Lists docker images.Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type ArtifactRegistryClient.ListDockerImagesPagedResponse 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)
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. -
Uses of ArtifactRegistryClient.ListDockerImagesPagedResponse in com.google.devtools.artifactregistry.v1.stub
-