Uses of Class
com.google.cloud.alloydb.v1alpha.GetBackupRequest
-
Packages that use GetBackupRequest Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB APIcom.google.cloud.alloydb.v1alpha.stub -
-
Uses of GetBackupRequest in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha that return GetBackupRequest Modifier and Type Method Description GetBackupRequestGetBackupRequest.Builder. build()GetBackupRequestGetBackupRequest.Builder. buildPartial()static GetBackupRequestGetBackupRequest. getDefaultInstance()GetBackupRequestGetBackupRequest.Builder. getDefaultInstanceForType()GetBackupRequestGetBackupRequest. getDefaultInstanceForType()static GetBackupRequestGetBackupRequest. parseDelimitedFrom(InputStream input)static GetBackupRequestGetBackupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupRequestGetBackupRequest. parseFrom(byte[] data)static GetBackupRequestGetBackupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupRequestGetBackupRequest. parseFrom(com.google.protobuf.ByteString data)static GetBackupRequestGetBackupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupRequestGetBackupRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetBackupRequestGetBackupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupRequestGetBackupRequest. parseFrom(InputStream input)static GetBackupRequestGetBackupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBackupRequestGetBackupRequest. parseFrom(ByteBuffer data)static GetBackupRequestGetBackupRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.alloydb.v1alpha that return types with arguments of type GetBackupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetBackupRequest,Backup>AlloyDBAdminClient. getBackupCallable()Gets details of a single Backup.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBackupRequest,Backup>AlloyDBAdminSettings.Builder. getBackupSettings()Returns the builder for the settings used for calls to getBackup.com.google.api.gax.rpc.UnaryCallSettings<GetBackupRequest,Backup>AlloyDBAdminSettings. getBackupSettings()Returns the object with the settings used for calls to getBackup.static io.grpc.MethodDescriptor<GetBackupRequest,Backup>AlloyDBAdminGrpc. getGetBackupMethod()com.google.protobuf.Parser<GetBackupRequest>GetBackupRequest. getParserForType()static com.google.protobuf.Parser<GetBackupRequest>GetBackupRequest. parser()Methods in com.google.cloud.alloydb.v1alpha with parameters of type GetBackupRequest Modifier and Type Method Description BackupAlloyDBAdminClient. getBackup(GetBackupRequest request)Gets details of a single Backup.BackupAlloyDBAdminGrpc.AlloyDBAdminBlockingStub. getBackup(GetBackupRequest request)Gets details of a single Backup.com.google.common.util.concurrent.ListenableFuture<Backup>AlloyDBAdminGrpc.AlloyDBAdminFutureStub. getBackup(GetBackupRequest request)Gets details of a single Backup.voidAlloyDBAdminGrpc.AlloyDBAdminStub. getBackup(GetBackupRequest request, io.grpc.stub.StreamObserver<Backup> responseObserver)Gets details of a single Backup.default voidAlloyDBAdminGrpc.AsyncService. getBackup(GetBackupRequest request, io.grpc.stub.StreamObserver<Backup> responseObserver)Gets details of a single Backup.GetBackupRequest.BuilderGetBackupRequest.Builder. mergeFrom(GetBackupRequest other)static GetBackupRequest.BuilderGetBackupRequest. newBuilder(GetBackupRequest prototype) -
Uses of GetBackupRequest in com.google.cloud.alloydb.v1alpha.stub
Methods in com.google.cloud.alloydb.v1alpha.stub that return types with arguments of type GetBackupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetBackupRequest,Backup>AlloyDBAdminStub. getBackupCallable()com.google.api.gax.rpc.UnaryCallable<GetBackupRequest,Backup>GrpcAlloyDBAdminStub. getBackupCallable()com.google.api.gax.rpc.UnaryCallable<GetBackupRequest,Backup>HttpJsonAlloyDBAdminStub. getBackupCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBackupRequest,Backup>AlloyDBAdminStubSettings.Builder. getBackupSettings()Returns the builder for the settings used for calls to getBackup.com.google.api.gax.rpc.UnaryCallSettings<GetBackupRequest,Backup>AlloyDBAdminStubSettings. getBackupSettings()Returns the object with the settings used for calls to getBackup.
-