Class CreateExecutionRequest.Builder (2.3.0)

public static final class CreateExecutionRequest.Builder extends GeneratedMessageV3.Builder<CreateExecutionRequest.Builder> implements CreateExecutionRequestOrBuilder

Request for the CreateExecution method.

Protobuf type google.cloud.workflows.executions.v1beta.CreateExecutionRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CreateExecutionRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreateExecutionRequest.Builder
Overrides

build()

public CreateExecutionRequest build()
Returns
TypeDescription
CreateExecutionRequest

buildPartial()

public CreateExecutionRequest buildPartial()
Returns
TypeDescription
CreateExecutionRequest

clear()

public CreateExecutionRequest.Builder clear()
Returns
TypeDescription
CreateExecutionRequest.Builder
Overrides

clearExecution()

public CreateExecutionRequest.Builder clearExecution()

Required. Execution to be created.

.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreateExecutionRequest.Builder

clearField(Descriptors.FieldDescriptor field)

public CreateExecutionRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CreateExecutionRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CreateExecutionRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CreateExecutionRequest.Builder
Overrides

clearParent()

public CreateExecutionRequest.Builder clearParent()

Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow} The latest revision of the workflow will be used.

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

Returns
TypeDescription
CreateExecutionRequest.Builder

This builder for chaining.

clone()

public CreateExecutionRequest.Builder clone()
Returns
TypeDescription
CreateExecutionRequest.Builder
Overrides

getDefaultInstanceForType()

public CreateExecutionRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateExecutionRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getExecution()

public Execution getExecution()

Required. Execution to be created.

.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Execution

The execution.

getExecutionBuilder()

public Execution.Builder getExecutionBuilder()

Required. Execution to be created.

.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Execution.Builder

getExecutionOrBuilder()

public ExecutionOrBuilder getExecutionOrBuilder()

Required. Execution to be created.

.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ExecutionOrBuilder

getParent()

public String getParent()

Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow} The latest revision of the workflow will be used.

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow} The latest revision of the workflow will be used.

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

Returns
TypeDescription
ByteString

The bytes for parent.

hasExecution()

public boolean hasExecution()

Required. Execution to be created.

.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the execution field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeExecution(Execution value)

public CreateExecutionRequest.Builder mergeExecution(Execution value)

Required. Execution to be created.

.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueExecution
Returns
TypeDescription
CreateExecutionRequest.Builder

mergeFrom(CreateExecutionRequest other)

public CreateExecutionRequest.Builder mergeFrom(CreateExecutionRequest other)
Parameter
NameDescription
otherCreateExecutionRequest
Returns
TypeDescription
CreateExecutionRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateExecutionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateExecutionRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CreateExecutionRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CreateExecutionRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreateExecutionRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreateExecutionRequest.Builder
Overrides

setExecution(Execution value)

public CreateExecutionRequest.Builder setExecution(Execution value)

Required. Execution to be created.

.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueExecution
Returns
TypeDescription
CreateExecutionRequest.Builder

setExecution(Execution.Builder builderForValue)

public CreateExecutionRequest.Builder setExecution(Execution.Builder builderForValue)

Required. Execution to be created.

.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueExecution.Builder
Returns
TypeDescription
CreateExecutionRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public CreateExecutionRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreateExecutionRequest.Builder
Overrides

setParent(String value)

public CreateExecutionRequest.Builder setParent(String value)

Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow} The latest revision of the workflow will be used.

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

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
CreateExecutionRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateExecutionRequest.Builder setParentBytes(ByteString value)

Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow} The latest revision of the workflow will be used.

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

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
CreateExecutionRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CreateExecutionRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CreateExecutionRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final CreateExecutionRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreateExecutionRequest.Builder
Overrides