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