Uses of Class
com.google.devtools.artifactregistry.v1beta2.ArtifactRegistryClient.ListFilesPagedResponse
-
Packages that use ArtifactRegistryClient.ListFilesPagedResponse Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1beta2.stub -
-
Uses of ArtifactRegistryClient.ListFilesPagedResponse in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 that return ArtifactRegistryClient.ListFilesPagedResponse Modifier and Type Method Description ArtifactRegistryClient.ListFilesPagedResponseArtifactRegistryClient. listFiles(ListFilesRequest request)Lists files.ArtifactRegistryClient.ListFilesPagedResponseArtifactRegistryClient. listFiles(String parent)Lists files.Methods in com.google.devtools.artifactregistry.v1beta2 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.v1beta2.stub
Methods in com.google.devtools.artifactregistry.v1beta2.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.
-