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 GetBackupPlanRequestGetBackupPlanRequest.Builder. build()GetBackupPlanRequestGetBackupPlanRequest.Builder. buildPartial()static GetBackupPlanRequestGetBackupPlanRequest. getDefaultInstance()GetBackupPlanRequestGetBackupPlanRequest.Builder. getDefaultInstanceForType()GetBackupPlanRequestGetBackupPlanRequest. getDefaultInstanceForType()static GetBackupPlanRequestGetBackupPlanRequest. parseDelimitedFrom(InputStream input)static GetBackupPlanRequestGetBackupPlanRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupPlanRequestGetBackupPlanRequest. parseFrom(byte[] data)static GetBackupPlanRequestGetBackupPlanRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupPlanRequestGetBackupPlanRequest. parseFrom(com.google.protobuf.ByteString data)static GetBackupPlanRequestGetBackupPlanRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupPlanRequestGetBackupPlanRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetBackupPlanRequestGetBackupPlanRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupPlanRequestGetBackupPlanRequest. parseFrom(InputStream input)static GetBackupPlanRequestGetBackupPlanRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupPlanRequestGetBackupPlanRequest. parseFrom(ByteBuffer data)static GetBackupPlanRequestGetBackupPlanRequest. 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 BackupPlanBackupForGKEClient. getBackupPlan(GetBackupPlanRequest request)Retrieve the details of a single BackupPlan.default voidBackupForGKEGrpc.AsyncService. getBackupPlan(GetBackupPlanRequest request, io.grpc.stub.StreamObserver<BackupPlan> responseObserver)Retrieve the details of a single BackupPlan.BackupPlanBackupForGKEGrpc.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.voidBackupForGKEGrpc.BackupForGKEStub. getBackupPlan(GetBackupPlanRequest request, io.grpc.stub.StreamObserver<BackupPlan> responseObserver)Retrieve the details of a single BackupPlan.GetBackupPlanRequest.BuilderGetBackupPlanRequest.Builder. mergeFrom(GetBackupPlanRequest other)static GetBackupPlanRequest.BuilderGetBackupPlanRequest. 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.
-