Uses of Class
com.google.cloud.gkebackup.v1.BackupPlan
-
Packages that use BackupPlan Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE APIcom.google.cloud.gkebackup.v1.stub -
-
Uses of BackupPlan in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return BackupPlan Modifier and Type Method Description BackupPlan
BackupPlan.Builder. build()
BackupPlan
BackupPlan.Builder. buildPartial()
BackupPlan
BackupForGKEClient. getBackupPlan(BackupPlanName name)
Retrieve the details of a single BackupPlan.BackupPlan
BackupForGKEClient. getBackupPlan(GetBackupPlanRequest request)
Retrieve the details of a single BackupPlan.BackupPlan
BackupForGKEClient. getBackupPlan(String name)
Retrieve the details of a single BackupPlan.BackupPlan
BackupForGKEGrpc.BackupForGKEBlockingStub. getBackupPlan(GetBackupPlanRequest request)
Retrieve the details of a single BackupPlan.BackupPlan
CreateBackupPlanRequest.Builder. getBackupPlan()
Required.BackupPlan
CreateBackupPlanRequest. getBackupPlan()
Required.BackupPlan
CreateBackupPlanRequestOrBuilder. getBackupPlan()
Required.BackupPlan
UpdateBackupPlanRequest.Builder. getBackupPlan()
Required.BackupPlan
UpdateBackupPlanRequest. getBackupPlan()
Required.BackupPlan
UpdateBackupPlanRequestOrBuilder. getBackupPlan()
Required.BackupPlan
ListBackupPlansResponse.Builder. getBackupPlans(int index)
The list of BackupPlans matching the given criteria.BackupPlan
ListBackupPlansResponse. getBackupPlans(int index)
The list of BackupPlans matching the given criteria.BackupPlan
ListBackupPlansResponseOrBuilder. getBackupPlans(int index)
The list of BackupPlans matching the given criteria.static BackupPlan
BackupPlan. getDefaultInstance()
BackupPlan
BackupPlan.Builder. getDefaultInstanceForType()
BackupPlan
BackupPlan. getDefaultInstanceForType()
static BackupPlan
BackupPlan. parseDelimitedFrom(InputStream input)
static BackupPlan
BackupPlan. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackupPlan
BackupPlan. parseFrom(byte[] data)
static BackupPlan
BackupPlan. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackupPlan
BackupPlan. parseFrom(com.google.protobuf.ByteString data)
static BackupPlan
BackupPlan. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackupPlan
BackupPlan. parseFrom(com.google.protobuf.CodedInputStream input)
static BackupPlan
BackupPlan. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackupPlan
BackupPlan. parseFrom(InputStream input)
static BackupPlan
BackupPlan. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BackupPlan
BackupPlan. parseFrom(ByteBuffer data)
static BackupPlan
BackupPlan. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type BackupPlan Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BackupPlan,OperationMetadata>
BackupForGKEClient. createBackupPlanAsync(CreateBackupPlanRequest request)
Creates a new BackupPlan in a given location.com.google.api.gax.longrunning.OperationFuture<BackupPlan,OperationMetadata>
BackupForGKEClient. createBackupPlanAsync(LocationName parent, BackupPlan backupPlan, String backupPlanId)
Creates a new BackupPlan in a given location.com.google.api.gax.longrunning.OperationFuture<BackupPlan,OperationMetadata>
BackupForGKEClient. createBackupPlanAsync(String parent, BackupPlan backupPlan, String backupPlanId)
Creates a new BackupPlan in a given location.com.google.api.gax.rpc.OperationCallable<CreateBackupPlanRequest,BackupPlan,OperationMetadata>
BackupForGKEClient. createBackupPlanOperationCallable()
Creates a new BackupPlan in a given location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBackupPlanRequest,BackupPlan,OperationMetadata>
BackupForGKESettings.Builder. createBackupPlanOperationSettings()
Returns the builder for the settings used for calls to createBackupPlan.com.google.api.gax.rpc.OperationCallSettings<CreateBackupPlanRequest,BackupPlan,OperationMetadata>
BackupForGKESettings. createBackupPlanOperationSettings()
Returns the object with the settings used for calls to createBackupPlan.com.google.common.util.concurrent.ListenableFuture<BackupPlan>
BackupForGKEGrpc.BackupForGKEFutureStub. getBackupPlan(GetBackupPlanRequest request)
Retrieve the details of a single BackupPlan.com.google.api.gax.rpc.UnaryCallable<GetBackupPlanRequest,BackupPlan>
BackupForGKEClient. getBackupPlanCallable()
Retrieve the details of a single BackupPlan.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBackupPlanRequest,BackupPlan>
BackupForGKESettings.Builder. getBackupPlanSettings()
Returns the builder for the settings used for calls to getBackupPlan.com.google.api.gax.rpc.UnaryCallSettings<GetBackupPlanRequest,BackupPlan>
BackupForGKESettings. getBackupPlanSettings()
Returns the object with the settings used for calls to getBackupPlan.List<BackupPlan>
ListBackupPlansResponse.Builder. getBackupPlansList()
The list of BackupPlans matching the given criteria.List<BackupPlan>
ListBackupPlansResponse. getBackupPlansList()
The list of BackupPlans matching the given criteria.List<BackupPlan>
ListBackupPlansResponseOrBuilder. getBackupPlansList()
The list of BackupPlans matching the given criteria.static io.grpc.MethodDescriptor<GetBackupPlanRequest,BackupPlan>
BackupForGKEGrpc. getGetBackupPlanMethod()
com.google.protobuf.Parser<BackupPlan>
BackupPlan. getParserForType()
static com.google.protobuf.Parser<BackupPlan>
BackupPlan. parser()
com.google.api.gax.longrunning.OperationFuture<BackupPlan,OperationMetadata>
BackupForGKEClient. updateBackupPlanAsync(BackupPlan backupPlan, com.google.protobuf.FieldMask updateMask)
Update a BackupPlan.com.google.api.gax.longrunning.OperationFuture<BackupPlan,OperationMetadata>
BackupForGKEClient. updateBackupPlanAsync(UpdateBackupPlanRequest request)
Update a BackupPlan.com.google.api.gax.rpc.OperationCallable<UpdateBackupPlanRequest,BackupPlan,OperationMetadata>
BackupForGKEClient. updateBackupPlanOperationCallable()
Update a BackupPlan.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateBackupPlanRequest,BackupPlan,OperationMetadata>
BackupForGKESettings.Builder. updateBackupPlanOperationSettings()
Returns the builder for the settings used for calls to updateBackupPlan.com.google.api.gax.rpc.OperationCallSettings<UpdateBackupPlanRequest,BackupPlan,OperationMetadata>
BackupForGKESettings. updateBackupPlanOperationSettings()
Returns the object with the settings used for calls to updateBackupPlan.Methods in com.google.cloud.gkebackup.v1 with parameters of type BackupPlan Modifier and Type Method Description ListBackupPlansResponse.Builder
ListBackupPlansResponse.Builder. addBackupPlans(int index, BackupPlan value)
The list of BackupPlans matching the given criteria.ListBackupPlansResponse.Builder
ListBackupPlansResponse.Builder. addBackupPlans(BackupPlan value)
The list of BackupPlans matching the given criteria.com.google.api.gax.longrunning.OperationFuture<BackupPlan,OperationMetadata>
BackupForGKEClient. createBackupPlanAsync(LocationName parent, BackupPlan backupPlan, String backupPlanId)
Creates a new BackupPlan in a given location.com.google.api.gax.longrunning.OperationFuture<BackupPlan,OperationMetadata>
BackupForGKEClient. createBackupPlanAsync(String parent, BackupPlan backupPlan, String backupPlanId)
Creates a new BackupPlan in a given location.CreateBackupPlanRequest.Builder
CreateBackupPlanRequest.Builder. mergeBackupPlan(BackupPlan value)
Required.UpdateBackupPlanRequest.Builder
UpdateBackupPlanRequest.Builder. mergeBackupPlan(BackupPlan value)
Required.BackupPlan.Builder
BackupPlan.Builder. mergeFrom(BackupPlan other)
static BackupPlan.Builder
BackupPlan. newBuilder(BackupPlan prototype)
CreateBackupPlanRequest.Builder
CreateBackupPlanRequest.Builder. setBackupPlan(BackupPlan value)
Required.UpdateBackupPlanRequest.Builder
UpdateBackupPlanRequest.Builder. setBackupPlan(BackupPlan value)
Required.ListBackupPlansResponse.Builder
ListBackupPlansResponse.Builder. setBackupPlans(int index, BackupPlan value)
The list of BackupPlans matching the given criteria.com.google.api.gax.longrunning.OperationFuture<BackupPlan,OperationMetadata>
BackupForGKEClient. updateBackupPlanAsync(BackupPlan backupPlan, com.google.protobuf.FieldMask updateMask)
Update a BackupPlan.Method parameters in com.google.cloud.gkebackup.v1 with type arguments of type BackupPlan Modifier and Type Method Description ListBackupPlansResponse.Builder
ListBackupPlansResponse.Builder. addAllBackupPlans(Iterable<? extends BackupPlan> values)
The list of BackupPlans matching the given criteria.static com.google.api.core.ApiFuture<BackupForGKEClient.ListBackupPlansPagedResponse>
BackupForGKEClient.ListBackupPlansPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, com.google.api.core.ApiFuture<ListBackupPlansResponse> futureResponse)
protected BackupForGKEClient.ListBackupPlansPage
BackupForGKEClient.ListBackupPlansPage. createPage(com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, ListBackupPlansResponse response)
com.google.api.core.ApiFuture<BackupForGKEClient.ListBackupPlansPage>
BackupForGKEClient.ListBackupPlansPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListBackupPlansRequest,ListBackupPlansResponse,BackupPlan> context, com.google.api.core.ApiFuture<ListBackupPlansResponse> futureResponse)
default void
BackupForGKEGrpc.AsyncService. getBackupPlan(GetBackupPlanRequest request, io.grpc.stub.StreamObserver<BackupPlan> responseObserver)
Retrieve the details of a single BackupPlan.void
BackupForGKEGrpc.BackupForGKEStub. getBackupPlan(GetBackupPlanRequest request, io.grpc.stub.StreamObserver<BackupPlan> responseObserver)
Retrieve the details of a single BackupPlan. -
Uses of BackupPlan in com.google.cloud.gkebackup.v1.stub
Methods in com.google.cloud.gkebackup.v1.stub that return types with arguments of type BackupPlan Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateBackupPlanRequest,BackupPlan,OperationMetadata>
BackupForGKEStub. createBackupPlanOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateBackupPlanRequest,BackupPlan,OperationMetadata>
GrpcBackupForGKEStub. createBackupPlanOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateBackupPlanRequest,BackupPlan,OperationMetadata>
HttpJsonBackupForGKEStub. createBackupPlanOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBackupPlanRequest,BackupPlan,OperationMetadata>
BackupForGKEStubSettings.Builder. createBackupPlanOperationSettings()
Returns the builder for the settings used for calls to createBackupPlan.com.google.api.gax.rpc.OperationCallSettings<CreateBackupPlanRequest,BackupPlan,OperationMetadata>
BackupForGKEStubSettings. createBackupPlanOperationSettings()
Returns the object with the settings used for calls to createBackupPlan.com.google.api.gax.rpc.UnaryCallable<GetBackupPlanRequest,BackupPlan>
BackupForGKEStub. getBackupPlanCallable()
com.google.api.gax.rpc.UnaryCallable<GetBackupPlanRequest,BackupPlan>
GrpcBackupForGKEStub. getBackupPlanCallable()
com.google.api.gax.rpc.UnaryCallable<GetBackupPlanRequest,BackupPlan>
HttpJsonBackupForGKEStub. getBackupPlanCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBackupPlanRequest,BackupPlan>
BackupForGKEStubSettings.Builder. getBackupPlanSettings()
Returns the builder for the settings used for calls to getBackupPlan.com.google.api.gax.rpc.UnaryCallSettings<GetBackupPlanRequest,BackupPlan>
BackupForGKEStubSettings. getBackupPlanSettings()
Returns the object with the settings used for calls to getBackupPlan.com.google.api.gax.rpc.OperationCallable<UpdateBackupPlanRequest,BackupPlan,OperationMetadata>
BackupForGKEStub. updateBackupPlanOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateBackupPlanRequest,BackupPlan,OperationMetadata>
GrpcBackupForGKEStub. updateBackupPlanOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateBackupPlanRequest,BackupPlan,OperationMetadata>
HttpJsonBackupForGKEStub. updateBackupPlanOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateBackupPlanRequest,BackupPlan,OperationMetadata>
BackupForGKEStubSettings.Builder. updateBackupPlanOperationSettings()
Returns the builder for the settings used for calls to updateBackupPlan.com.google.api.gax.rpc.OperationCallSettings<UpdateBackupPlanRequest,BackupPlan,OperationMetadata>
BackupForGKEStubSettings. updateBackupPlanOperationSettings()
Returns the object with the settings used for calls to updateBackupPlan.
-