public final class AutomatedBackupPolicyInfo extends GeneratedMessage implements AutomatedBackupPolicyInfoOrBuilderAutomated backup policy signal info
Protobuf type google.cloud.databasecenter.v1beta.AutomatedBackupPolicyInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > AutomatedBackupPolicyInfoImplements
AutomatedBackupPolicyInfoOrBuilderStatic Fields
IS_ENABLED_FIELD_NUMBER
public static final int IS_ENABLED_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SUB_RESOURCE_FIELD_NUMBER
public static final int SUB_RESOURCE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static AutomatedBackupPolicyInfo getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static AutomatedBackupPolicyInfo.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo.Builder |
|
newBuilder(AutomatedBackupPolicyInfo prototype)
public static AutomatedBackupPolicyInfo.Builder newBuilder(AutomatedBackupPolicyInfo prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
AutomatedBackupPolicyInfo |
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo.Builder |
|
parseDelimitedFrom(InputStream input)
public static AutomatedBackupPolicyInfo parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AutomatedBackupPolicyInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static AutomatedBackupPolicyInfo parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AutomatedBackupPolicyInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static AutomatedBackupPolicyInfo parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutomatedBackupPolicyInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static AutomatedBackupPolicyInfo parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AutomatedBackupPolicyInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static AutomatedBackupPolicyInfo parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AutomatedBackupPolicyInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static AutomatedBackupPolicyInfo parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AutomatedBackupPolicyInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<AutomatedBackupPolicyInfo> parser()| Returns | |
|---|---|
| Type | Description |
Parser<AutomatedBackupPolicyInfo> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public AutomatedBackupPolicyInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
getIsEnabled()
public boolean getIsEnabled()Is automated policy enabled.
bool is_enabled = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The isEnabled. |
getParserForType()
public Parser<AutomatedBackupPolicyInfo> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<AutomatedBackupPolicyInfo> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSubResource()
public SubResource getSubResource()Optional. Sub resource details associated with the signal.
.google.cloud.databasecenter.v1beta.SubResource sub_resource = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SubResource |
The subResource. |
getSubResourceOrBuilder()
public SubResourceOrBuilder getSubResourceOrBuilder()Optional. Sub resource details associated with the signal.
.google.cloud.databasecenter.v1beta.SubResource sub_resource = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SubResourceOrBuilder |
|
hasSubResource()
public boolean hasSubResource()Optional. Sub resource details associated with the signal.
.google.cloud.databasecenter.v1beta.SubResource sub_resource = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the subResource field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public AutomatedBackupPolicyInfo.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected AutomatedBackupPolicyInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo.Builder |
|
toBuilder()
public AutomatedBackupPolicyInfo.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|