public final class CloudBackupResponse extends GeneratedMessageV3 implements CloudBackupResponseOrBuilder
CloudBackupResponse contains results returned by cloud backup related actions.
Protobuf type google.spanner.executor.v1.CloudBackupResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CloudBackupResponseImplements
CloudBackupResponseOrBuilderStatic Fields
BACKUP_FIELD_NUMBER
public static final int BACKUP_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
LISTED_BACKUPS_FIELD_NUMBER
public static final int LISTED_BACKUPS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
LISTED_BACKUP_OPERATIONS_FIELD_NUMBER
public static final int LISTED_BACKUP_OPERATIONS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static CloudBackupResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
CloudBackupResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static CloudBackupResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
CloudBackupResponse.Builder |
newBuilder(CloudBackupResponse prototype)
public static CloudBackupResponse.Builder newBuilder(CloudBackupResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype |
CloudBackupResponse |
Returns | |
---|---|
Type | Description |
CloudBackupResponse.Builder |
parseDelimitedFrom(InputStream input)
public static CloudBackupResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
CloudBackupResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CloudBackupResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CloudBackupResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static CloudBackupResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
CloudBackupResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudBackupResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CloudBackupResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static CloudBackupResponse parseFrom(ByteString data)