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