public final class RecoveryConfig extends GeneratedMessageV3 implements RecoveryConfigOrBuilder
The Recovery settings of an environment.
Protobuf type google.cloud.orchestration.airflow.service.v1.RecoveryConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
SCHEDULED_SNAPSHOTS_CONFIG_FIELD_NUMBER
public static final int SCHEDULED_SNAPSHOTS_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static RecoveryConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static RecoveryConfig.Builder newBuilder()
newBuilder(RecoveryConfig prototype)
public static RecoveryConfig.Builder newBuilder(RecoveryConfig prototype)
public static RecoveryConfig parseDelimitedFrom(InputStream input)
public static RecoveryConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static RecoveryConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RecoveryConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static RecoveryConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RecoveryConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RecoveryConfig parseFrom(CodedInputStream input)
public static RecoveryConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RecoveryConfig parseFrom(InputStream input)
public static RecoveryConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static RecoveryConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RecoveryConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<RecoveryConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public RecoveryConfig getDefaultInstanceForType()
getParserForType()
public Parser<RecoveryConfig> getParserForType()
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];
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];
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
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 |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public RecoveryConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RecoveryConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public RecoveryConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides