Uses of Class
com.google.cloud.gkebackup.v1.RestorePlan
-
Packages that use RestorePlan Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE APIcom.google.cloud.gkebackup.v1.stub -
-
Uses of RestorePlan in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return RestorePlan Modifier and Type Method Description RestorePlan
RestorePlan.Builder. build()
RestorePlan
RestorePlan.Builder. buildPartial()
static RestorePlan
RestorePlan. getDefaultInstance()
RestorePlan
RestorePlan.Builder. getDefaultInstanceForType()
RestorePlan
RestorePlan. getDefaultInstanceForType()
RestorePlan
BackupForGKEClient. getRestorePlan(GetRestorePlanRequest request)
Retrieve the details of a single RestorePlan.RestorePlan
BackupForGKEClient. getRestorePlan(RestorePlanName name)
Retrieve the details of a single RestorePlan.RestorePlan
BackupForGKEClient. getRestorePlan(String name)
Retrieve the details of a single RestorePlan.RestorePlan
BackupForGKEGrpc.BackupForGKEBlockingStub. getRestorePlan(GetRestorePlanRequest request)
Retrieve the details of a single RestorePlan.RestorePlan
CreateRestorePlanRequest.Builder. getRestorePlan()
Required.RestorePlan
CreateRestorePlanRequest. getRestorePlan()
Required.RestorePlan
CreateRestorePlanRequestOrBuilder. getRestorePlan()
Required.RestorePlan
UpdateRestorePlanRequest.Builder. getRestorePlan()
Required.RestorePlan
UpdateRestorePlanRequest. getRestorePlan()
Required.RestorePlan
UpdateRestorePlanRequestOrBuilder. getRestorePlan()
Required.RestorePlan
ListRestorePlansResponse.Builder. getRestorePlans(int index)
The list of RestorePlans matching the given criteria.RestorePlan
ListRestorePlansResponse. getRestorePlans(int index)
The list of RestorePlans matching the given criteria.RestorePlan
ListRestorePlansResponseOrBuilder. getRestorePlans(int index)
The list of RestorePlans matching the given criteria.static RestorePlan
RestorePlan. parseDelimitedFrom(InputStream input)
static RestorePlan
RestorePlan. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestorePlan
RestorePlan. parseFrom(byte[] data)
static RestorePlan
RestorePlan. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestorePlan
RestorePlan. parseFrom(com.google.protobuf.ByteString data)
static RestorePlan
RestorePlan. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestorePlan
RestorePlan. parseFrom(com.google.protobuf.CodedInputStream input)
static RestorePlan
RestorePlan. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestorePlan
RestorePlan. parseFrom(InputStream input)
static RestorePlan
RestorePlan. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestorePlan
RestorePlan. parseFrom(ByteBuffer data)
static RestorePlan
RestorePlan. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type RestorePlan Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<RestorePlan,OperationMetadata>
BackupForGKEClient. createRestorePlanAsync(CreateRestorePlanRequest request)
Creates a new RestorePlan in a given location.com.google.api.gax.longrunning.OperationFuture<RestorePlan,OperationMetadata>
BackupForGKEClient. createRestorePlanAsync(LocationName parent, RestorePlan restorePlan, String restorePlanId)
Creates a new RestorePlan in a given location.com.google.api.gax.longrunning.OperationFuture<RestorePlan,OperationMetadata>
BackupForGKEClient. createRestorePlanAsync(String parent, RestorePlan restorePlan, String restorePlanId)
Creates a new RestorePlan in a given location.com.google.api.gax.rpc.OperationCallable<CreateRestorePlanRequest,RestorePlan,OperationMetadata>
BackupForGKEClient. createRestorePlanOperationCallable()
Creates a new RestorePlan in a given location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateRestorePlanRequest,RestorePlan,OperationMetadata>
BackupForGKESettings.Builder. createRestorePlanOperationSettings()
Returns the builder for the settings used for calls to createRestorePlan.com.google.api.gax.rpc.OperationCallSettings<CreateRestorePlanRequest,RestorePlan,OperationMetadata>
BackupForGKESettings. createRestorePlanOperationSettings()
Returns the object with the settings used for calls to createRestorePlan.static io.grpc.MethodDescriptor<GetRestorePlanRequest,RestorePlan>
BackupForGKEGrpc. getGetRestorePlanMethod()
com.google.protobuf.Parser<RestorePlan>
RestorePlan. getParserForType()
com.google.common.util.concurrent.ListenableFuture<RestorePlan>
BackupForGKEGrpc.BackupForGKEFutureStub. getRestorePlan(GetRestorePlanRequest request)
Retrieve the details of a single RestorePlan.com.google.api.gax.rpc.UnaryCallable<GetRestorePlanRequest,RestorePlan>
BackupForGKEClient. getRestorePlanCallable()
Retrieve the details of a single RestorePlan.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRestorePlanRequest,RestorePlan>
BackupForGKESettings.Builder. getRestorePlanSettings()
Returns the builder for the settings used for calls to getRestorePlan.com.google.api.gax.rpc.UnaryCallSettings<GetRestorePlanRequest,RestorePlan>
BackupForGKESettings. getRestorePlanSettings()
Returns the object with the settings used for calls to getRestorePlan.List<RestorePlan>
ListRestorePlansResponse.Builder. getRestorePlansList()
The list of RestorePlans matching the given criteria.List<RestorePlan>
ListRestorePlansResponse. getRestorePlansList()
The list of RestorePlans matching the given criteria.List<RestorePlan>
ListRestorePlansResponseOrBuilder. getRestorePlansList()
The list of RestorePlans matching the given criteria.static com.google.protobuf.Parser<RestorePlan>
RestorePlan. parser()
com.google.api.gax.longrunning.OperationFuture<RestorePlan,OperationMetadata>
BackupForGKEClient. updateRestorePlanAsync(RestorePlan restorePlan, com.google.protobuf.FieldMask updateMask)
Update a RestorePlan.com.google.api.gax.longrunning.OperationFuture<RestorePlan,OperationMetadata>
BackupForGKEClient. updateRestorePlanAsync(UpdateRestorePlanRequest request)
Update a RestorePlan.com.google.api.gax.rpc.OperationCallable<UpdateRestorePlanRequest,RestorePlan,OperationMetadata>
BackupForGKEClient. updateRestorePlanOperationCallable()
Update a RestorePlan.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateRestorePlanRequest,RestorePlan,OperationMetadata>
BackupForGKESettings.Builder. updateRestorePlanOperationSettings()
Returns the builder for the settings used for calls to updateRestorePlan.com.google.api.gax.rpc.OperationCallSettings<UpdateRestorePlanRequest,RestorePlan,OperationMetadata>
BackupForGKESettings. updateRestorePlanOperationSettings()
Returns the object with the settings used for calls to updateRestorePlan.Methods in com.google.cloud.gkebackup.v1 with parameters of type RestorePlan Modifier and Type Method Description ListRestorePlansResponse.Builder
ListRestorePlansResponse.Builder. addRestorePlans(int index, RestorePlan value)
The list of RestorePlans matching the given criteria.ListRestorePlansResponse.Builder
ListRestorePlansResponse.Builder. addRestorePlans(RestorePlan value)
The list of RestorePlans matching the given criteria.com.google.api.gax.longrunning.OperationFuture<RestorePlan,OperationMetadata>
BackupForGKEClient. createRestorePlanAsync(LocationName parent, RestorePlan restorePlan, String restorePlanId)
Creates a new RestorePlan in a given location.com.google.api.gax.longrunning.OperationFuture<RestorePlan,OperationMetadata>
BackupForGKEClient. createRestorePlanAsync(String parent, RestorePlan restorePlan, String restorePlanId)
Creates a new RestorePlan in a given location.RestorePlan.Builder
RestorePlan.Builder. mergeFrom(RestorePlan other)
CreateRestorePlanRequest.Builder
CreateRestorePlanRequest.Builder. mergeRestorePlan(RestorePlan value)
Required.UpdateRestorePlanRequest.Builder
UpdateRestorePlanRequest.Builder. mergeRestorePlan(RestorePlan value)
Required.static RestorePlan.Builder
RestorePlan. newBuilder(RestorePlan prototype)
CreateRestorePlanRequest.Builder
CreateRestorePlanRequest.Builder. setRestorePlan(RestorePlan value)
Required.UpdateRestorePlanRequest.Builder
UpdateRestorePlanRequest.Builder. setRestorePlan(RestorePlan value)
Required.ListRestorePlansResponse.Builder
ListRestorePlansResponse.Builder. setRestorePlans(int index, RestorePlan value)
The list of RestorePlans matching the given criteria.com.google.api.gax.longrunning.OperationFuture<RestorePlan,OperationMetadata>
BackupForGKEClient. updateRestorePlanAsync(RestorePlan restorePlan, com.google.protobuf.FieldMask updateMask)
Update a RestorePlan.Method parameters in com.google.cloud.gkebackup.v1 with type arguments of type RestorePlan Modifier and Type Method Description ListRestorePlansResponse.Builder
ListRestorePlansResponse.Builder. addAllRestorePlans(Iterable<? extends RestorePlan> values)
The list of RestorePlans matching the given criteria.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)
default void
BackupForGKEGrpc.AsyncService. getRestorePlan(GetRestorePlanRequest request, io.grpc.stub.StreamObserver<RestorePlan> responseObserver)
Retrieve the details of a single RestorePlan.void
BackupForGKEGrpc.BackupForGKEStub. getRestorePlan(GetRestorePlanRequest request, io.grpc.stub.StreamObserver<RestorePlan> responseObserver)
Retrieve the details of a single RestorePlan. -
Uses of RestorePlan in com.google.cloud.gkebackup.v1.stub
Methods in com.google.cloud.gkebackup.v1.stub that return types with arguments of type RestorePlan Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateRestorePlanRequest,RestorePlan,OperationMetadata>
BackupForGKEStub. createRestorePlanOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateRestorePlanRequest,RestorePlan,OperationMetadata>
GrpcBackupForGKEStub. createRestorePlanOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateRestorePlanRequest,RestorePlan,OperationMetadata>
HttpJsonBackupForGKEStub. createRestorePlanOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateRestorePlanRequest,RestorePlan,OperationMetadata>
BackupForGKEStubSettings.Builder. createRestorePlanOperationSettings()
Returns the builder for the settings used for calls to createRestorePlan.com.google.api.gax.rpc.OperationCallSettings<CreateRestorePlanRequest,RestorePlan,OperationMetadata>
BackupForGKEStubSettings. createRestorePlanOperationSettings()
Returns the object with the settings used for calls to createRestorePlan.com.google.api.gax.rpc.UnaryCallable<GetRestorePlanRequest,RestorePlan>
BackupForGKEStub. getRestorePlanCallable()
com.google.api.gax.rpc.UnaryCallable<GetRestorePlanRequest,RestorePlan>
GrpcBackupForGKEStub. getRestorePlanCallable()
com.google.api.gax.rpc.UnaryCallable<GetRestorePlanRequest,RestorePlan>
HttpJsonBackupForGKEStub. getRestorePlanCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRestorePlanRequest,RestorePlan>
BackupForGKEStubSettings.Builder. getRestorePlanSettings()
Returns the builder for the settings used for calls to getRestorePlan.com.google.api.gax.rpc.UnaryCallSettings<GetRestorePlanRequest,RestorePlan>
BackupForGKEStubSettings. getRestorePlanSettings()
Returns the object with the settings used for calls to getRestorePlan.com.google.api.gax.rpc.OperationCallable<UpdateRestorePlanRequest,RestorePlan,OperationMetadata>
BackupForGKEStub. updateRestorePlanOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateRestorePlanRequest,RestorePlan,OperationMetadata>
GrpcBackupForGKEStub. updateRestorePlanOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateRestorePlanRequest,RestorePlan,OperationMetadata>
HttpJsonBackupForGKEStub. updateRestorePlanOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateRestorePlanRequest,RestorePlan,OperationMetadata>
BackupForGKEStubSettings.Builder. updateRestorePlanOperationSettings()
Returns the builder for the settings used for calls to updateRestorePlan.com.google.api.gax.rpc.OperationCallSettings<UpdateRestorePlanRequest,RestorePlan,OperationMetadata>
BackupForGKEStubSettings. updateRestorePlanOperationSettings()
Returns the object with the settings used for calls to updateRestorePlan.
-