Uses of Class
com.google.cloud.gkebackup.v1.GetRestorePlanRequest
-
Packages that use GetRestorePlanRequest Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE APIcom.google.cloud.gkebackup.v1.stub -
-
Uses of GetRestorePlanRequest in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return GetRestorePlanRequest Modifier and Type Method Description GetRestorePlanRequest
GetRestorePlanRequest.Builder. build()
GetRestorePlanRequest
GetRestorePlanRequest.Builder. buildPartial()
static GetRestorePlanRequest
GetRestorePlanRequest. getDefaultInstance()
GetRestorePlanRequest
GetRestorePlanRequest.Builder. getDefaultInstanceForType()
GetRestorePlanRequest
GetRestorePlanRequest. getDefaultInstanceForType()
static GetRestorePlanRequest
GetRestorePlanRequest. parseDelimitedFrom(InputStream input)
static GetRestorePlanRequest
GetRestorePlanRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRestorePlanRequest
GetRestorePlanRequest. parseFrom(byte[] data)
static GetRestorePlanRequest
GetRestorePlanRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRestorePlanRequest
GetRestorePlanRequest. parseFrom(com.google.protobuf.ByteString data)
static GetRestorePlanRequest
GetRestorePlanRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRestorePlanRequest
GetRestorePlanRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetRestorePlanRequest
GetRestorePlanRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRestorePlanRequest
GetRestorePlanRequest. parseFrom(InputStream input)
static GetRestorePlanRequest
GetRestorePlanRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRestorePlanRequest
GetRestorePlanRequest. parseFrom(ByteBuffer data)
static GetRestorePlanRequest
GetRestorePlanRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type GetRestorePlanRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetRestorePlanRequest,RestorePlan>
BackupForGKEGrpc. getGetRestorePlanMethod()
com.google.protobuf.Parser<GetRestorePlanRequest>
GetRestorePlanRequest. getParserForType()
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.static com.google.protobuf.Parser<GetRestorePlanRequest>
GetRestorePlanRequest. parser()
Methods in com.google.cloud.gkebackup.v1 with parameters of type GetRestorePlanRequest Modifier and Type Method Description RestorePlan
BackupForGKEClient. getRestorePlan(GetRestorePlanRequest request)
Retrieve the details of a single RestorePlan.default void
BackupForGKEGrpc.AsyncService. getRestorePlan(GetRestorePlanRequest request, io.grpc.stub.StreamObserver<RestorePlan> responseObserver)
Retrieve the details of a single RestorePlan.RestorePlan
BackupForGKEGrpc.BackupForGKEBlockingStub. getRestorePlan(GetRestorePlanRequest request)
Retrieve the details of a single RestorePlan.com.google.common.util.concurrent.ListenableFuture<RestorePlan>
BackupForGKEGrpc.BackupForGKEFutureStub. getRestorePlan(GetRestorePlanRequest request)
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.GetRestorePlanRequest.Builder
GetRestorePlanRequest.Builder. mergeFrom(GetRestorePlanRequest other)
static GetRestorePlanRequest.Builder
GetRestorePlanRequest. newBuilder(GetRestorePlanRequest prototype)
-
Uses of GetRestorePlanRequest in com.google.cloud.gkebackup.v1.stub
Methods in com.google.cloud.gkebackup.v1.stub that return types with arguments of type GetRestorePlanRequest Modifier and Type Method Description 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.
-