Uses of Class
com.google.cloud.gkebackup.v1.ListRestorePlansRequest
-
Packages that use ListRestorePlansRequest Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE APIcom.google.cloud.gkebackup.v1.stub -
-
Uses of ListRestorePlansRequest in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return ListRestorePlansRequest Modifier and Type Method Description ListRestorePlansRequest
ListRestorePlansRequest.Builder. build()
ListRestorePlansRequest
ListRestorePlansRequest.Builder. buildPartial()
static ListRestorePlansRequest
ListRestorePlansRequest. getDefaultInstance()
ListRestorePlansRequest
ListRestorePlansRequest.Builder. getDefaultInstanceForType()
ListRestorePlansRequest
ListRestorePlansRequest. getDefaultInstanceForType()
static ListRestorePlansRequest
ListRestorePlansRequest. parseDelimitedFrom(InputStream input)
static ListRestorePlansRequest
ListRestorePlansRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRestorePlansRequest
ListRestorePlansRequest. parseFrom(byte[] data)
static ListRestorePlansRequest
ListRestorePlansRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRestorePlansRequest
ListRestorePlansRequest. parseFrom(com.google.protobuf.ByteString data)
static ListRestorePlansRequest
ListRestorePlansRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRestorePlansRequest
ListRestorePlansRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListRestorePlansRequest
ListRestorePlansRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRestorePlansRequest
ListRestorePlansRequest. parseFrom(InputStream input)
static ListRestorePlansRequest
ListRestorePlansRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRestorePlansRequest
ListRestorePlansRequest. parseFrom(ByteBuffer data)
static ListRestorePlansRequest
ListRestorePlansRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type ListRestorePlansRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListRestorePlansRequest,ListRestorePlansResponse>
BackupForGKEGrpc. getListRestorePlansMethod()
com.google.protobuf.Parser<ListRestorePlansRequest>
ListRestorePlansRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListRestorePlansRequest,ListRestorePlansResponse>
BackupForGKEClient. listRestorePlansCallable()
Lists RestorePlans in a given location.com.google.api.gax.rpc.UnaryCallable<ListRestorePlansRequest,BackupForGKEClient.ListRestorePlansPagedResponse>
BackupForGKEClient. listRestorePlansPagedCallable()
Lists RestorePlans in a given location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRestorePlansRequest,ListRestorePlansResponse,BackupForGKEClient.ListRestorePlansPagedResponse>
BackupForGKESettings.Builder. listRestorePlansSettings()
Returns the builder for the settings used for calls to listRestorePlans.com.google.api.gax.rpc.PagedCallSettings<ListRestorePlansRequest,ListRestorePlansResponse,BackupForGKEClient.ListRestorePlansPagedResponse>
BackupForGKESettings. listRestorePlansSettings()
Returns the object with the settings used for calls to listRestorePlans.static com.google.protobuf.Parser<ListRestorePlansRequest>
ListRestorePlansRequest. parser()
Methods in com.google.cloud.gkebackup.v1 with parameters of type ListRestorePlansRequest Modifier and Type Method Description BackupForGKEClient.ListRestorePlansPagedResponse
BackupForGKEClient. listRestorePlans(ListRestorePlansRequest request)
Lists RestorePlans in a given location.default void
BackupForGKEGrpc.AsyncService. listRestorePlans(ListRestorePlansRequest request, io.grpc.stub.StreamObserver<ListRestorePlansResponse> responseObserver)
Lists RestorePlans in a given location.ListRestorePlansResponse
BackupForGKEGrpc.BackupForGKEBlockingStub. listRestorePlans(ListRestorePlansRequest request)
Lists RestorePlans in a given location.com.google.common.util.concurrent.ListenableFuture<ListRestorePlansResponse>
BackupForGKEGrpc.BackupForGKEFutureStub. listRestorePlans(ListRestorePlansRequest request)
Lists RestorePlans in a given location.void
BackupForGKEGrpc.BackupForGKEStub. listRestorePlans(ListRestorePlansRequest request, io.grpc.stub.StreamObserver<ListRestorePlansResponse> responseObserver)
Lists RestorePlans in a given location.ListRestorePlansRequest.Builder
ListRestorePlansRequest.Builder. mergeFrom(ListRestorePlansRequest other)
static ListRestorePlansRequest.Builder
ListRestorePlansRequest. newBuilder(ListRestorePlansRequest prototype)
Method parameters in com.google.cloud.gkebackup.v1 with type arguments of type ListRestorePlansRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<BackupForGKEClient.ListRestorePlansPagedResponse>
BackupForGKEClient.ListRestorePlansPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan> context, com.google.api.core.ApiFuture<ListRestorePlansResponse> futureResponse)
protected BackupForGKEClient.ListRestorePlansPage
BackupForGKEClient.ListRestorePlansPage. createPage(com.google.api.gax.rpc.PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan> context, ListRestorePlansResponse response)
com.google.api.core.ApiFuture<BackupForGKEClient.ListRestorePlansPage>
BackupForGKEClient.ListRestorePlansPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRestorePlansRequest,ListRestorePlansResponse,RestorePlan> context, com.google.api.core.ApiFuture<ListRestorePlansResponse> futureResponse)
-
Uses of ListRestorePlansRequest in com.google.cloud.gkebackup.v1.stub
-