Uses of Class
com.google.devtools.artifactregistry.v1.ArtifactRegistryClient.ListMavenArtifactsPagedResponse
-
Packages that use ArtifactRegistryClient.ListMavenArtifactsPagedResponse Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1.stub -
-
Uses of ArtifactRegistryClient.ListMavenArtifactsPagedResponse in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return ArtifactRegistryClient.ListMavenArtifactsPagedResponse Modifier and Type Method Description ArtifactRegistryClient.ListMavenArtifactsPagedResponse
ArtifactRegistryClient. listMavenArtifacts(ListMavenArtifactsRequest request)
Lists maven artifacts.ArtifactRegistryClient.ListMavenArtifactsPagedResponse
ArtifactRegistryClient. listMavenArtifacts(RepositoryName parent)
Lists maven artifacts.ArtifactRegistryClient.ListMavenArtifactsPagedResponse
ArtifactRegistryClient. listMavenArtifacts(String parent)
Lists maven artifacts.Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type ArtifactRegistryClient.ListMavenArtifactsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ArtifactRegistryClient.ListMavenArtifactsPagedResponse>
ArtifactRegistryClient.ListMavenArtifactsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMavenArtifactsRequest,ListMavenArtifactsResponse,MavenArtifact> context, com.google.api.core.ApiFuture<ListMavenArtifactsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListMavenArtifactsRequest,ArtifactRegistryClient.ListMavenArtifactsPagedResponse>
ArtifactRegistryClient. listMavenArtifactsPagedCallable()
Lists maven artifacts.com.google.api.gax.rpc.PagedCallSettings.Builder<ListMavenArtifactsRequest,ListMavenArtifactsResponse,ArtifactRegistryClient.ListMavenArtifactsPagedResponse>
ArtifactRegistrySettings.Builder. listMavenArtifactsSettings()
Returns the builder for the settings used for calls to listMavenArtifacts.com.google.api.gax.rpc.PagedCallSettings<ListMavenArtifactsRequest,ListMavenArtifactsResponse,ArtifactRegistryClient.ListMavenArtifactsPagedResponse>
ArtifactRegistrySettings. listMavenArtifactsSettings()
Returns the object with the settings used for calls to listMavenArtifacts. -
Uses of ArtifactRegistryClient.ListMavenArtifactsPagedResponse in com.google.devtools.artifactregistry.v1.stub
-