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 ListRestorePlansRequestListRestorePlansRequest.Builder. build()ListRestorePlansRequestListRestorePlansRequest.Builder. buildPartial()static ListRestorePlansRequestListRestorePlansRequest. getDefaultInstance()ListRestorePlansRequestListRestorePlansRequest.Builder. getDefaultInstanceForType()ListRestorePlansRequestListRestorePlansRequest. getDefaultInstanceForType()static ListRestorePlansRequestListRestorePlansRequest. parseDelimitedFrom(InputStream input)static ListRestorePlansRequestListRestorePlansRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRestorePlansRequestListRestorePlansRequest. parseFrom(byte[] data)static ListRestorePlansRequestListRestorePlansRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRestorePlansRequestListRestorePlansRequest. parseFrom(com.google.protobuf.ByteString data)static ListRestorePlansRequestListRestorePlansRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRestorePlansRequestListRestorePlansRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListRestorePlansRequestListRestorePlansRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRestorePlansRequestListRestorePlansRequest. parseFrom(InputStream input)static ListRestorePlansRequestListRestorePlansRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListRestorePlansRequestListRestorePlansRequest. parseFrom(ByteBuffer data)static ListRestorePlansRequestListRestorePlansRequest. 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.ListRestorePlansPagedResponseBackupForGKEClient. listRestorePlans(ListRestorePlansRequest request)Lists RestorePlans in a given location.default voidBackupForGKEGrpc.AsyncService. listRestorePlans(ListRestorePlansRequest request, io.grpc.stub.StreamObserver<ListRestorePlansResponse> responseObserver)Lists RestorePlans in a given location.ListRestorePlansResponseBackupForGKEGrpc.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.voidBackupForGKEGrpc.BackupForGKEStub. listRestorePlans(ListRestorePlansRequest request, io.grpc.stub.StreamObserver<ListRestorePlansResponse> responseObserver)Lists RestorePlans in a given location.ListRestorePlansRequest.BuilderListRestorePlansRequest.Builder. mergeFrom(ListRestorePlansRequest other)static ListRestorePlansRequest.BuilderListRestorePlansRequest. 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.ListRestorePlansPageBackupForGKEClient.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
-