Interface CreateExecutionRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CreateExecutionRequest, CreateExecutionRequest.Builder

    public interface CreateExecutionRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Execution getExecution()
      Required.
      ExecutionOrBuilder getExecutionOrBuilder()
      Required.
      String getParent()
      Required.
      com.google.protobuf.ByteString getParentBytes()
      Required.
      boolean hasExecution()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getParent

        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:
        The parent.
      • getParentBytes

        com.google.protobuf.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:
        The bytes for parent.
      • hasExecution

        boolean hasExecution()
         Required. Execution to be created.
         
        .google.cloud.workflows.executions.v1.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the execution field is set.
      • getExecution

        Execution getExecution()
         Required. Execution to be created.
         
        .google.cloud.workflows.executions.v1.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The execution.
      • getExecutionOrBuilder

        ExecutionOrBuilder getExecutionOrBuilder()
         Required. Execution to be created.
         
        .google.cloud.workflows.executions.v1.Execution execution = 2 [(.google.api.field_behavior) = REQUIRED];