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