Class WorkflowEventData (0.14.1)

public final class WorkflowEventData extends GeneratedMessageV3 implements WorkflowEventDataOrBuilder

The data within all Workflow events.

Protobuf type google.events.cloud.workflows.v1.WorkflowEventData

Static Fields

PAYLOAD_FIELD_NUMBER

public static final int PAYLOAD_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static WorkflowEventData getDefaultInstance()
Returns
TypeDescription
WorkflowEventData

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static WorkflowEventData.Builder newBuilder()
Returns
TypeDescription
WorkflowEventData.Builder

newBuilder(WorkflowEventData prototype)

public static WorkflowEventData.Builder newBuilder(WorkflowEventData prototype)
Parameter
NameDescription
prototypeWorkflowEventData
Returns
TypeDescription
WorkflowEventData.Builder

parseDelimitedFrom(InputStream input)

public static WorkflowEventData parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
WorkflowEventData
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowEventData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowEventData
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static WorkflowEventData parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
WorkflowEventData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static WorkflowEventData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowEventData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static WorkflowEventData parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
WorkflowEventData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static WorkflowEventData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowEventData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static WorkflowEventData parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
WorkflowEventData
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowEventData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowEventData
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static WorkflowEventData parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
WorkflowEventData
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WorkflowEventData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowEventData
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static WorkflowEventData parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
WorkflowEventData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static WorkflowEventData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WorkflowEventData
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<WorkflowEventData> parser()
Returns
TypeDescription
Parser<WorkflowEventData>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public WorkflowEventData getDefaultInstanceForType()
Returns
TypeDescription
WorkflowEventData

getParserForType()

public Parser<WorkflowEventData> getParserForType()
Returns
TypeDescription
Parser<WorkflowEventData>
Overrides

getPayload()

public Workflow getPayload()

Optional. The Workflow event payload. Unset for deletion events.

optional .google.events.cloud.workflows.v1.Workflow payload = 1;

Returns
TypeDescription
Workflow

The payload.

getPayloadOrBuilder()

public WorkflowOrBuilder getPayloadOrBuilder()

Optional. The Workflow event payload. Unset for deletion events.

optional .google.events.cloud.workflows.v1.Workflow payload = 1;

Returns
TypeDescription
WorkflowOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasPayload()

public boolean hasPayload()

Optional. The Workflow event payload. Unset for deletion events.

optional .google.events.cloud.workflows.v1.Workflow payload = 1;

Returns
TypeDescription
boolean

Whether the payload field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public WorkflowEventData.Builder newBuilderForType()
Returns
TypeDescription
WorkflowEventData.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected WorkflowEventData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
WorkflowEventData.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public WorkflowEventData.Builder toBuilder()
Returns
TypeDescription
WorkflowEventData.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException