Class CreateWorkflowInvocationRequest (0.42.0)

public final class CreateWorkflowInvocationRequest extends GeneratedMessageV3 implements CreateWorkflowInvocationRequestOrBuilder

CreateWorkflowInvocation request message.

Protobuf type google.cloud.dataform.v1alpha2.CreateWorkflowInvocationRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CreateWorkflowInvocationRequest

Static Fields

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
Type Description
int

WORKFLOW_INVOCATION_FIELD_NUMBER

public static final int WORKFLOW_INVOCATION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CreateWorkflowInvocationRequest getDefaultInstance()
Returns
Type Description
CreateWorkflowInvocationRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static CreateWorkflowInvocationRequest.Builder newBuilder()
Returns
Type Description
CreateWorkflowInvocationRequest.Builder

newBuilder(CreateWorkflowInvocationRequest prototype)

public static CreateWorkflowInvocationRequest.Builder newBuilder(CreateWorkflowInvocationRequest prototype)
Parameter
Name Description
prototype CreateWorkflowInvocationRequest
Returns
Type Description
CreateWorkflowInvocationRequest.Builder

parseDelimitedFrom(InputStream input)

public static CreateWorkflowInvocationRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CreateWorkflowInvocationRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateWorkflowInvocationRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateWorkflowInvocationRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static CreateWorkflowInvocationRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
CreateWorkflowInvocationRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CreateWorkflowInvocationRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateWorkflowInvocationRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CreateWorkflowInvocationRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
CreateWorkflowInvocationRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CreateWorkflowInvocationRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateWorkflowInvocationRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CreateWorkflowInvocationRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
CreateWorkflowInvocationRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateWorkflowInvocationRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateWorkflowInvocationRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static CreateWorkflowInvocationRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CreateWorkflowInvocationRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateWorkflowInvocationRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateWorkflowInvocationRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static CreateWorkflowInvocationRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
CreateWorkflowInvocationRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CreateWorkflowInvocationRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateWorkflowInvocationRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<CreateWorkflowInvocationRequest> parser()
Returns
Type Description
Parser<CreateWorkflowInvocationRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public CreateWorkflowInvocationRequest getDefaultInstanceForType()
Returns
Type Description
CreateWorkflowInvocationRequest

getParent()

public String getParent()

Required. The parent resource of the WorkflowInvocation type.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent resource of the WorkflowInvocation type.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getParserForType()

public Parser<CreateWorkflowInvocationRequest> getParserForType()
Returns
Type Description
Parser<CreateWorkflowInvocationRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getWorkflowInvocation()

public WorkflowInvocation getWorkflowInvocation()

Required. The workflow invocation resource to create.

.google.cloud.dataform.v1alpha2.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
WorkflowInvocation

The workflowInvocation.

getWorkflowInvocationOrBuilder()

public WorkflowInvocationOrBuilder getWorkflowInvocationOrBuilder()

Required. The workflow invocation resource to create.

.google.cloud.dataform.v1alpha2.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
WorkflowInvocationOrBuilder

hasWorkflowInvocation()

public boolean hasWorkflowInvocation()

Required. The workflow invocation resource to create.

.google.cloud.dataform.v1alpha2.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the workflowInvocation field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public CreateWorkflowInvocationRequest.Builder newBuilderForType()
Returns
Type Description
CreateWorkflowInvocationRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CreateWorkflowInvocationRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
CreateWorkflowInvocationRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public CreateWorkflowInvocationRequest.Builder toBuilder()
Returns
Type Description
CreateWorkflowInvocationRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException