Uses of Class
com.google.cloud.alloydb.v1.GetBackupRequest
-
Packages that use GetBackupRequest Package Description com.google.cloud.alloydb.v1 A client to AlloyDB APIcom.google.cloud.alloydb.v1.stub -
-
Uses of GetBackupRequest in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return GetBackupRequest Modifier and Type Method Description GetBackupRequest
GetBackupRequest.Builder. build()
GetBackupRequest
GetBackupRequest.Builder. buildPartial()
static GetBackupRequest
GetBackupRequest. getDefaultInstance()
GetBackupRequest
GetBackupRequest.Builder. getDefaultInstanceForType()
GetBackupRequest
GetBackupRequest. getDefaultInstanceForType()
static GetBackupRequest
GetBackupRequest. parseDelimitedFrom(InputStream input)
static GetBackupRequest
GetBackupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBackupRequest
GetBackupRequest. parseFrom(byte[] data)
static GetBackupRequest
GetBackupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBackupRequest
GetBackupRequest. parseFrom(com.google.protobuf.ByteString data)
static GetBackupRequest
GetBackupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBackupRequest
GetBackupRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetBackupRequest
GetBackupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBackupRequest
GetBackupRequest. parseFrom(InputStream input)
static GetBackupRequest
GetBackupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBackupRequest
GetBackupRequest. parseFrom(ByteBuffer data)
static GetBackupRequest
GetBackupRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1 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.v1 with parameters of type GetBackupRequest Modifier and Type Method Description Backup
AlloyDBAdminClient. getBackup(GetBackupRequest request)
Gets details of a single Backup.Backup
AlloyDBAdminGrpc.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.void
AlloyDBAdminGrpc.AlloyDBAdminStub. getBackup(GetBackupRequest request, io.grpc.stub.StreamObserver<Backup> responseObserver)
Gets details of a single Backup.default void
AlloyDBAdminGrpc.AsyncService. getBackup(GetBackupRequest request, io.grpc.stub.StreamObserver<Backup> responseObserver)
Gets details of a single Backup.GetBackupRequest.Builder
GetBackupRequest.Builder. mergeFrom(GetBackupRequest other)
static GetBackupRequest.Builder
GetBackupRequest. newBuilder(GetBackupRequest prototype)
-
Uses of GetBackupRequest in com.google.cloud.alloydb.v1.stub
Methods in com.google.cloud.alloydb.v1.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.
-