Uses of Class
com.google.cloud.workflows.executions.v1beta.Execution.Builder
-
Packages that use Execution.Builder Package Description com.google.cloud.workflows.executions.v1beta A client to Workflow Executions API -
-
Uses of Execution.Builder in com.google.cloud.workflows.executions.v1beta
Methods in com.google.cloud.workflows.executions.v1beta that return Execution.Builder Modifier and Type Method Description Execution.BuilderListExecutionsResponse.Builder. addExecutionsBuilder()The executions which match the request.Execution.BuilderListExecutionsResponse.Builder. addExecutionsBuilder(int index)The executions which match the request.Execution.BuilderExecution.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Execution.BuilderExecution.Builder. clear()Execution.BuilderExecution.Builder. clearArgument()Input parameters of the execution represented as a JSON string.Execution.BuilderExecution.Builder. clearEndTime()Output only.Execution.BuilderExecution.Builder. clearError()Output only.Execution.BuilderExecution.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Execution.BuilderExecution.Builder. clearName()Output only.Execution.BuilderExecution.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Execution.BuilderExecution.Builder. clearResult()Output only.Execution.BuilderExecution.Builder. clearStartTime()Output only.Execution.BuilderExecution.Builder. clearState()Output only.Execution.BuilderExecution.Builder. clearWorkflowRevisionId()Output only.Execution.BuilderExecution.Builder. clone()Execution.BuilderCreateExecutionRequest.Builder. getExecutionBuilder()Required.Execution.BuilderListExecutionsResponse.Builder. getExecutionsBuilder(int index)The executions which match the request.Execution.BuilderExecution.Builder. mergeEndTime(com.google.protobuf.Timestamp value)Output only.Execution.BuilderExecution.Builder. mergeError(Execution.Error value)Output only.Execution.BuilderExecution.Builder. mergeFrom(Execution other)Execution.BuilderExecution.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Execution.BuilderExecution.Builder. mergeFrom(com.google.protobuf.Message other)Execution.BuilderExecution.Builder. mergeStartTime(com.google.protobuf.Timestamp value)Output only.Execution.BuilderExecution.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Execution.BuilderExecution. newBuilder()static Execution.BuilderExecution. newBuilder(Execution prototype)Execution.BuilderExecution. newBuilderForType()protected Execution.BuilderExecution. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Execution.BuilderExecution.Builder. setArgument(String value)Input parameters of the execution represented as a JSON string.Execution.BuilderExecution.Builder. setArgumentBytes(com.google.protobuf.ByteString value)Input parameters of the execution represented as a JSON string.Execution.BuilderExecution.Builder. setEndTime(com.google.protobuf.Timestamp value)Output only.Execution.BuilderExecution.Builder. setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)Output only.Execution.BuilderExecution.Builder. setError(Execution.Error value)Output only.Execution.BuilderExecution.Builder. setError(Execution.Error.Builder builderForValue)Output only.Execution.BuilderExecution.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Execution.BuilderExecution.Builder. setName(String value)Output only.Execution.BuilderExecution.Builder. setNameBytes(com.google.protobuf.ByteString value)Output only.Execution.BuilderExecution.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Execution.BuilderExecution.Builder. setResult(String value)Output only.Execution.BuilderExecution.Builder. setResultBytes(com.google.protobuf.ByteString value)Output only.Execution.BuilderExecution.Builder. setStartTime(com.google.protobuf.Timestamp value)Output only.Execution.BuilderExecution.Builder. setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)Output only.Execution.BuilderExecution.Builder. setState(Execution.State value)Output only.Execution.BuilderExecution.Builder. setStateValue(int value)Output only.Execution.BuilderExecution.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Execution.BuilderExecution.Builder. setWorkflowRevisionId(String value)Output only.Execution.BuilderExecution.Builder. setWorkflowRevisionIdBytes(com.google.protobuf.ByteString value)Output only.Execution.BuilderExecution. toBuilder()Methods in com.google.cloud.workflows.executions.v1beta that return types with arguments of type Execution.Builder Modifier and Type Method Description List<Execution.Builder>ListExecutionsResponse.Builder. getExecutionsBuilderList()The executions which match the request.Methods in com.google.cloud.workflows.executions.v1beta with parameters of type Execution.Builder Modifier and Type Method Description ListExecutionsResponse.BuilderListExecutionsResponse.Builder. addExecutions(int index, Execution.Builder builderForValue)The executions which match the request.ListExecutionsResponse.BuilderListExecutionsResponse.Builder. addExecutions(Execution.Builder builderForValue)The executions which match the request.CreateExecutionRequest.BuilderCreateExecutionRequest.Builder. setExecution(Execution.Builder builderForValue)Required.ListExecutionsResponse.BuilderListExecutionsResponse.Builder. setExecutions(int index, Execution.Builder builderForValue)The executions which match the request.
-