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 GetRestorePlanRequestGetRestorePlanRequest.Builder. build()GetRestorePlanRequestGetRestorePlanRequest.Builder. buildPartial()static GetRestorePlanRequestGetRestorePlanRequest. getDefaultInstance()GetRestorePlanRequestGetRestorePlanRequest.Builder. getDefaultInstanceForType()GetRestorePlanRequestGetRestorePlanRequest. getDefaultInstanceForType()static GetRestorePlanRequestGetRestorePlanRequest. parseDelimitedFrom(InputStream input)static GetRestorePlanRequestGetRestorePlanRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRestorePlanRequestGetRestorePlanRequest. parseFrom(byte[] data)static GetRestorePlanRequestGetRestorePlanRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRestorePlanRequestGetRestorePlanRequest. parseFrom(com.google.protobuf.ByteString data)static GetRestorePlanRequestGetRestorePlanRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRestorePlanRequestGetRestorePlanRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetRestorePlanRequestGetRestorePlanRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRestorePlanRequestGetRestorePlanRequest. parseFrom(InputStream input)static GetRestorePlanRequestGetRestorePlanRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRestorePlanRequestGetRestorePlanRequest. parseFrom(ByteBuffer data)static GetRestorePlanRequestGetRestorePlanRequest. 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 RestorePlanBackupForGKEClient. getRestorePlan(GetRestorePlanRequest request)Retrieve the details of a single RestorePlan.default voidBackupForGKEGrpc.AsyncService. getRestorePlan(GetRestorePlanRequest request, io.grpc.stub.StreamObserver<RestorePlan> responseObserver)Retrieve the details of a single RestorePlan.RestorePlanBackupForGKEGrpc.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.voidBackupForGKEGrpc.BackupForGKEStub. getRestorePlan(GetRestorePlanRequest request, io.grpc.stub.StreamObserver<RestorePlan> responseObserver)Retrieve the details of a single RestorePlan.GetRestorePlanRequest.BuilderGetRestorePlanRequest.Builder. mergeFrom(GetRestorePlanRequest other)static GetRestorePlanRequest.BuilderGetRestorePlanRequest. 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.
-