Uses of Class
com.google.devtools.artifactregistry.v1.ArtifactRegistryClient.ListVersionsPagedResponse
-
Packages that use ArtifactRegistryClient.ListVersionsPagedResponse Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1.stub -
-
Uses of ArtifactRegistryClient.ListVersionsPagedResponse in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return ArtifactRegistryClient.ListVersionsPagedResponse Modifier and Type Method Description ArtifactRegistryClient.ListVersionsPagedResponse
ArtifactRegistryClient. listVersions(ListVersionsRequest request)
Lists versions.ArtifactRegistryClient.ListVersionsPagedResponse
ArtifactRegistryClient. listVersions(String parent)
Lists versions.Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type ArtifactRegistryClient.ListVersionsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ArtifactRegistryClient.ListVersionsPagedResponse>
ArtifactRegistryClient.ListVersionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListVersionsRequest,ListVersionsResponse,Version> context, com.google.api.core.ApiFuture<ListVersionsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,ArtifactRegistryClient.ListVersionsPagedResponse>
ArtifactRegistryClient. listVersionsPagedCallable()
Lists versions.com.google.api.gax.rpc.PagedCallSettings.Builder<ListVersionsRequest,ListVersionsResponse,ArtifactRegistryClient.ListVersionsPagedResponse>
ArtifactRegistrySettings.Builder. listVersionsSettings()
Returns the builder for the settings used for calls to listVersions.com.google.api.gax.rpc.PagedCallSettings<ListVersionsRequest,ListVersionsResponse,ArtifactRegistryClient.ListVersionsPagedResponse>
ArtifactRegistrySettings. listVersionsSettings()
Returns the object with the settings used for calls to listVersions. -
Uses of ArtifactRegistryClient.ListVersionsPagedResponse in com.google.devtools.artifactregistry.v1.stub
Methods in com.google.devtools.artifactregistry.v1.stub that return types with arguments of type ArtifactRegistryClient.ListVersionsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,ArtifactRegistryClient.ListVersionsPagedResponse>
ArtifactRegistryStub. listVersionsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,ArtifactRegistryClient.ListVersionsPagedResponse>
GrpcArtifactRegistryStub. listVersionsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,ArtifactRegistryClient.ListVersionsPagedResponse>
HttpJsonArtifactRegistryStub. listVersionsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListVersionsRequest,ListVersionsResponse,ArtifactRegistryClient.ListVersionsPagedResponse>
ArtifactRegistryStubSettings.Builder. listVersionsSettings()
Returns the builder for the settings used for calls to listVersions.com.google.api.gax.rpc.PagedCallSettings<ListVersionsRequest,ListVersionsResponse,ArtifactRegistryClient.ListVersionsPagedResponse>
ArtifactRegistryStubSettings. listVersionsSettings()
Returns the object with the settings used for calls to listVersions.
-