public static final class Backup.GCPBackupPlanInfo extends GeneratedMessageV3 implements Backup.GCPBackupPlanInfoOrBuilder
GCPBackupPlanInfo captures the plan configuration details of Google Cloud resources at the time of backup.
Protobuf type google.cloud.backupdr.v1.Backup.GCPBackupPlanInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Backup.GCPBackupPlanInfoImplements
Backup.GCPBackupPlanInfoOrBuilderStatic Fields
BACKUP_PLAN_FIELD_NUMBER
public static final int BACKUP_PLAN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
BACKUP_PLAN_RULE_ID_FIELD_NUMBER
public static final int BACKUP_PLAN_RULE_ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Backup.GCPBackupPlanInfo getDefaultInstance()
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Backup.GCPBackupPlanInfo.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo.Builder |
newBuilder(Backup.GCPBackupPlanInfo prototype)
public static Backup.GCPBackupPlanInfo.Builder newBuilder(Backup.GCPBackupPlanInfo prototype)
Parameter | |
---|---|
Name | Description |
prototype |
Backup.GCPBackupPlanInfo |
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo.Builder |
parseDelimitedFrom(InputStream input)
public static Backup.GCPBackupPlanInfo parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Backup.GCPBackupPlanInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Backup.GCPBackupPlanInfo parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Backup.GCPBackupPlanInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Backup.GCPBackupPlanInfo parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Backup.GCPBackupPlanInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Backup.GCPBackupPlanInfo parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Backup.GCPBackupPlanInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Backup.GCPBackupPlanInfo parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Backup.GCPBackupPlanInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Backup.GCPBackupPlanInfo parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Backup.GCPBackupPlanInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Backup.GCPBackupPlanInfo> parser()
Returns | |
---|---|
Type | Description |
Parser<GCPBackupPlanInfo> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getBackupPlan()
public String getBackupPlan()
Resource name of backup plan by which workload is protected at the time of the backup. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}
string backup_plan = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The backupPlan. |
getBackupPlanBytes()
public ByteString getBackupPlanBytes()
Resource name of backup plan by which workload is protected at the time of the backup. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}
string backup_plan = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for backupPlan. |
getBackupPlanRuleId()
public String getBackupPlanRuleId()
The rule id of the backup plan which triggered this backup in case of scheduled backup or used for
string backup_plan_rule_id = 2;
Returns | |
---|---|
Type | Description |
String |
The backupPlanRuleId. |
getBackupPlanRuleIdBytes()
public ByteString getBackupPlanRuleIdBytes()
The rule id of the backup plan which triggered this backup in case of scheduled backup or used for
string backup_plan_rule_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for backupPlanRuleId. |
getDefaultInstanceForType()
public Backup.GCPBackupPlanInfo getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo |
getParserForType()
public Parser<Backup.GCPBackupPlanInfo> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<GCPBackupPlanInfo> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public Backup.GCPBackupPlanInfo.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Backup.GCPBackupPlanInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Backup.GCPBackupPlanInfo.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Backup.GCPBackupPlanInfo.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |