Uses of Class
com.google.devtools.artifactregistry.v1.ListFilesRequest
-
Packages that use ListFilesRequest Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1.stub -
-
Uses of ListFilesRequest in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return ListFilesRequest Modifier and Type Method Description ListFilesRequestListFilesRequest.Builder. build()ListFilesRequestListFilesRequest.Builder. buildPartial()static ListFilesRequestListFilesRequest. getDefaultInstance()ListFilesRequestListFilesRequest.Builder. getDefaultInstanceForType()ListFilesRequestListFilesRequest. getDefaultInstanceForType()static ListFilesRequestListFilesRequest. parseDelimitedFrom(InputStream input)static ListFilesRequestListFilesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFilesRequestListFilesRequest. parseFrom(byte[] data)static ListFilesRequestListFilesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFilesRequestListFilesRequest. parseFrom(com.google.protobuf.ByteString data)static ListFilesRequestListFilesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFilesRequestListFilesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListFilesRequestListFilesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFilesRequestListFilesRequest. parseFrom(InputStream input)static ListFilesRequestListFilesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListFilesRequestListFilesRequest. parseFrom(ByteBuffer data)static ListFilesRequestListFilesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type ListFilesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListFilesRequest,ListFilesResponse>ArtifactRegistryGrpc. getListFilesMethod()com.google.protobuf.Parser<ListFilesRequest>ListFilesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListFilesRequest,ListFilesResponse>ArtifactRegistryClient. listFilesCallable()Lists files.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.static com.google.protobuf.Parser<ListFilesRequest>ListFilesRequest. parser()Methods in com.google.devtools.artifactregistry.v1 with parameters of type ListFilesRequest Modifier and Type Method Description ArtifactRegistryClient.ListFilesPagedResponseArtifactRegistryClient. listFiles(ListFilesRequest request)Lists files.ListFilesResponseArtifactRegistryGrpc.ArtifactRegistryBlockingStub. listFiles(ListFilesRequest request)Lists files.com.google.common.util.concurrent.ListenableFuture<ListFilesResponse>ArtifactRegistryGrpc.ArtifactRegistryFutureStub. listFiles(ListFilesRequest request)Lists files.voidArtifactRegistryGrpc.ArtifactRegistryStub. listFiles(ListFilesRequest request, io.grpc.stub.StreamObserver<ListFilesResponse> responseObserver)Lists files.default voidArtifactRegistryGrpc.AsyncService. listFiles(ListFilesRequest request, io.grpc.stub.StreamObserver<ListFilesResponse> responseObserver)Lists files.ListFilesRequest.BuilderListFilesRequest.Builder. mergeFrom(ListFilesRequest other)static ListFilesRequest.BuilderListFilesRequest. newBuilder(ListFilesRequest prototype)Method parameters in com.google.devtools.artifactregistry.v1 with type arguments of type ListFilesRequest 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)protected ArtifactRegistryClient.ListFilesPageArtifactRegistryClient.ListFilesPage. createPage(com.google.api.gax.rpc.PageContext<ListFilesRequest,ListFilesResponse,File> context, ListFilesResponse response)com.google.api.core.ApiFuture<ArtifactRegistryClient.ListFilesPage>ArtifactRegistryClient.ListFilesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListFilesRequest,ListFilesResponse,File> context, com.google.api.core.ApiFuture<ListFilesResponse> futureResponse) -
Uses of ListFilesRequest in com.google.devtools.artifactregistry.v1.stub
Methods in com.google.devtools.artifactregistry.v1.stub that return types with arguments of type ListFilesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListFilesRequest,ListFilesResponse>ArtifactRegistryStub. listFilesCallable()com.google.api.gax.rpc.UnaryCallable<ListFilesRequest,ListFilesResponse>GrpcArtifactRegistryStub. listFilesCallable()com.google.api.gax.rpc.UnaryCallable<ListFilesRequest,ListFilesResponse>HttpJsonArtifactRegistryStub. listFilesCallable()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.
-