public final class RecoveryConfig extends GeneratedMessageV3 implements RecoveryConfigOrBuilder
The Recovery settings of an environment.
Protobuf type google.cloud.orchestration.airflow.service.v1.RecoveryConfig
Static Fields
SCHEDULED_SNAPSHOTS_CONFIG_FIELD_NUMBER
public static final int SCHEDULED_SNAPSHOTS_CONFIG_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static RecoveryConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static RecoveryConfig.Builder newBuilder()
Returns
newBuilder(RecoveryConfig prototype)
public static RecoveryConfig.Builder newBuilder(RecoveryConfig prototype)
Parameter
Returns
public static RecoveryConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static RecoveryConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static RecoveryConfig parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RecoveryConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static RecoveryConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RecoveryConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RecoveryConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static RecoveryConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RecoveryConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static RecoveryConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static RecoveryConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RecoveryConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<RecoveryConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public RecoveryConfig getDefaultInstanceForType()
Returns
getParserForType()
public Parser<RecoveryConfig> getParserForType()
Returns
Overrides
getScheduledSnapshotsConfig()
public ScheduledSnapshotsConfig getScheduledSnapshotsConfig()
Optional. The configuration for scheduled snapshot creation mechanism.
.google.cloud.orchestration.airflow.service.v1.ScheduledSnapshotsConfig scheduled_snapshots_config = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
getScheduledSnapshotsConfigOrBuilder()
public ScheduledSnapshotsConfigOrBuilder getScheduledSnapshotsConfigOrBuilder()
Optional. The configuration for scheduled snapshot creation mechanism.
.google.cloud.orchestration.airflow.service.v1.ScheduledSnapshotsConfig scheduled_snapshots_config = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasScheduledSnapshotsConfig()
public boolean hasScheduledSnapshotsConfig()
Optional. The configuration for scheduled snapshot creation mechanism.
.google.cloud.orchestration.airflow.service.v1.ScheduledSnapshotsConfig scheduled_snapshots_config = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type |
Description |
boolean |
Whether the scheduledSnapshotsConfig field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public RecoveryConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RecoveryConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public RecoveryConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions