publicstaticfinalclass CreateExecutionRequest.BuilderextendsGeneratedMessageV3.Builder<CreateExecutionRequest.Builder>implementsCreateExecutionRequestOrBuilder
Request for the
CreateExecution
method.
Protobuf type google.cloud.workflows.executions.v1beta.CreateExecutionRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicCreateExecutionRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicCreateExecutionRequestbuild()
buildPartial()
publicCreateExecutionRequestbuildPartial()
clear()
publicCreateExecutionRequest.Builderclear()
Overrides
clearExecution()
publicCreateExecutionRequest.BuilderclearExecution()
Required. Execution to be created.
.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
publicCreateExecutionRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicCreateExecutionRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearParent()
publicCreateExecutionRequest.BuilderclearParent()
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) = { ... }
clone()
publicCreateExecutionRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicCreateExecutionRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getExecution()
publicExecutiongetExecution()
Required. Execution to be created.
.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
Execution |
The execution.
|
getExecutionBuilder()
publicExecution.BuildergetExecutionBuilder()
Required. Execution to be created.
.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];
getExecutionOrBuilder()
publicExecutionOrBuildergetExecutionOrBuilder()
Required. Execution to be created.
.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];
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 |
| Type |
Description |
String |
The parent.
|
getParentBytes()
publicByteStringgetParentBytes()
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 |
| Type |
Description |
ByteString |
The bytes for parent.
|
hasExecution()
publicbooleanhasExecution()
Required. Execution to be created.
.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
boolean |
Whether the execution field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeExecution(Execution value)
publicCreateExecutionRequest.BuildermergeExecution(Executionvalue)
Required. Execution to be created.
.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];
mergeFrom(CreateExecutionRequest other)
publicCreateExecutionRequest.BuildermergeFrom(CreateExecutionRequestother)
publicCreateExecutionRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicCreateExecutionRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateExecutionRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setExecution(Execution value)
publicCreateExecutionRequest.BuildersetExecution(Executionvalue)
Required. Execution to be created.
.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];
setExecution(Execution.Builder builderForValue)
publicCreateExecutionRequest.BuildersetExecution(Execution.BuilderbuilderForValue)
Required. Execution to be created.
.google.cloud.workflows.executions.v1beta.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
publicCreateExecutionRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setParent(String value)
publicCreateExecutionRequest.BuildersetParent(Stringvalue)
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 |
| Name |
Description |
value |
String
The parent to set.
|
setParentBytes(ByteString value)
publicCreateExecutionRequest.BuildersetParentBytes(ByteStringvalue)
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 |
| Name |
Description |
value |
ByteString
The bytes for parent to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicCreateExecutionRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalCreateExecutionRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides