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