public final class LifecyclePolicy extends GeneratedMessageV3 implements LifecyclePolicyOrBuilder
LifecyclePolicy describes how to deal with task failures based on different conditions.
Protobuf type google.events.cloud.batch.v1.LifecyclePolicy
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > LifecyclePolicyImplements
LifecyclePolicyOrBuilderStatic Fields
ACTION_CONDITION_FIELD_NUMBER
public static final int ACTION_CONDITION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static LifecyclePolicy getDefaultInstance()
Returns | |
---|---|
Type | Description |
LifecyclePolicy |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static LifecyclePolicy.Builder newBuilder()
Returns | |
---|---|
Type | Description |
LifecyclePolicy.Builder |
newBuilder(LifecyclePolicy prototype)
public static LifecyclePolicy.Builder newBuilder(LifecyclePolicy prototype)
Parameter | |
---|---|
Name | Description |
prototype |
LifecyclePolicy |
Returns | |
---|---|
Type | Description |
LifecyclePolicy.Builder |
parseDelimitedFrom(InputStream input)
public static LifecyclePolicy parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
LifecyclePolicy |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LifecyclePolicy parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LifecyclePolicy |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static LifecyclePolicy parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
LifecyclePolicy |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LifecyclePolicy parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LifecyclePolicy |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static LifecyclePolicy parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
LifecyclePolicy |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LifecyclePolicy parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LifecyclePolicy |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static LifecyclePolicy parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
LifecyclePolicy |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LifecyclePolicy parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LifecyclePolicy |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static LifecyclePolicy parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
LifecyclePolicy |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LifecyclePolicy parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LifecyclePolicy |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static LifecyclePolicy parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
LifecyclePolicy |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LifecyclePolicy parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LifecyclePolicy |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<LifecyclePolicy> parser()
Returns | |
---|---|
Type | Description |
Parser<LifecyclePolicy> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getAction()
public LifecyclePolicy.Action getAction()
Action to execute when ActionCondition is true. When RETRY_TASK is specified, we will retry failed tasks if we notice any exit code match and fail tasks if no match is found. Likewise, when FAIL_TASK is specified, we will fail tasks if we notice any exit code match and retry tasks if no match is found.
.google.events.cloud.batch.v1.LifecyclePolicy.Action action = 1;
Returns | |
---|---|
Type | Description |
LifecyclePolicy.Action |
The action. |
getActionCondition()
public LifecyclePolicy.ActionCondition getActionCondition()
Conditions that decide why a task failure is dealt with a specific action.
.google.events.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2;
Returns | |
---|---|
Type | Description |
LifecyclePolicy.ActionCondition |
The actionCondition. |
getActionConditionOrBuilder()
public LifecyclePolicy.ActionConditionOrBuilder getActionConditionOrBuilder()
Conditions that decide why a task failure is dealt with a specific action.
.google.events.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2;
Returns | |
---|---|
Type | Description |
LifecyclePolicy.ActionConditionOrBuilder |
getActionValue()
public int getActionValue()
Action to execute when ActionCondition is true. When RETRY_TASK is specified, we will retry failed tasks if we notice any exit code match and fail tasks if no match is found. Likewise, when FAIL_TASK is specified, we will fail tasks if we notice any exit code match and retry tasks if no match is found.
.google.events.cloud.batch.v1.LifecyclePolicy.Action action = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for action. |
getDefaultInstanceForType()
public LifecyclePolicy getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
LifecyclePolicy |
getParserForType()
public Parser<LifecyclePolicy> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<LifecyclePolicy> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hasActionCondition()
public boolean hasActionCondition()
Conditions that decide why a task failure is dealt with a specific action.
.google.events.cloud.batch.v1.LifecyclePolicy.ActionCondition action_condition = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the actionCondition field is set. |
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 LifecyclePolicy.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
LifecyclePolicy.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LifecyclePolicy.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
LifecyclePolicy.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public LifecyclePolicy.Builder toBuilder()
Returns | |
---|---|
Type | Description |
LifecyclePolicy.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |