public final class AutomationRuleCondition extends GeneratedMessageV3 implements AutomationRuleConditionOrBuilder
AutomationRuleCondition
contains conditions relevant to an
Automation
rule.
Protobuf type google.events.cloud.deploy.v1.AutomationRuleCondition
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AutomationRuleConditionImplements
AutomationRuleConditionOrBuilderStatic Fields
TARGETS_PRESENT_CONDITION_FIELD_NUMBER
public static final int TARGETS_PRESENT_CONDITION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static AutomationRuleCondition getDefaultInstance()
Returns | |
---|---|
Type | Description |
AutomationRuleCondition |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static AutomationRuleCondition.Builder newBuilder()
Returns | |
---|---|
Type | Description |
AutomationRuleCondition.Builder |
newBuilder(AutomationRuleCondition prototype)
public static AutomationRuleCondition.Builder newBuilder(AutomationRuleCondition prototype)
Parameter | |
---|---|
Name | Description |
prototype |
AutomationRuleCondition |
Returns | |
---|---|
Type | Description |
AutomationRuleCondition.Builder |
parseDelimitedFrom(InputStream input)
public static AutomationRuleCondition parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
AutomationRuleCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AutomationRuleCondition parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AutomationRuleCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static AutomationRuleCondition parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
AutomationRuleCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AutomationRuleCondition parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AutomationRuleCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static AutomationRuleCondition parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
AutomationRuleCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AutomationRuleCondition parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AutomationRuleCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static AutomationRuleCondition parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
AutomationRuleCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AutomationRuleCondition parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AutomationRuleCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static AutomationRuleCondition parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
AutomationRuleCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AutomationRuleCondition parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AutomationRuleCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static AutomationRuleCondition parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
AutomationRuleCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AutomationRuleCondition parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AutomationRuleCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<AutomationRuleCondition> parser()
Returns | |
---|---|
Type | Description |
Parser<AutomationRuleCondition> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public AutomationRuleCondition getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AutomationRuleCondition |
getParserForType()
public Parser<AutomationRuleCondition> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<AutomationRuleCondition> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getTargetsPresentCondition()
public TargetsPresentCondition getTargetsPresentCondition()
Optional. Details around targets enumerated in the rule.
.google.events.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 1;
Returns | |
---|---|
Type | Description |
TargetsPresentCondition |
The targetsPresentCondition. |
getTargetsPresentConditionOrBuilder()
public TargetsPresentConditionOrBuilder getTargetsPresentConditionOrBuilder()
Optional. Details around targets enumerated in the rule.
.google.events.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 1;
Returns | |
---|---|
Type | Description |
TargetsPresentConditionOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hasTargetsPresentCondition()
public boolean hasTargetsPresentCondition()
Optional. Details around targets enumerated in the rule.
.google.events.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the targetsPresentCondition 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 AutomationRuleCondition.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
AutomationRuleCondition.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AutomationRuleCondition.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
AutomationRuleCondition.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public AutomationRuleCondition.Builder toBuilder()
Returns | |
---|---|
Type | Description |
AutomationRuleCondition.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |