Class Workflow.Builder

  • All Implemented Interfaces:
    WorkflowOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Workflow

    public static final class Workflow.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>
    implements WorkflowOrBuilder
     Workflow program to be executed by Workflows.
     
    Protobuf type google.cloud.workflows.v1.Workflow
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>
      • clear

        public Workflow.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>
      • getDefaultInstanceForType

        public Workflow getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Workflow build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Workflow buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Workflow.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>
      • setField

        public Workflow.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                         Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>
      • clearField

        public Workflow.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>
      • clearOneof

        public Workflow.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>
      • setRepeatedField

        public Workflow.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 int index,
                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>
      • addRepeatedField

        public Workflow.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>
      • mergeFrom

        public Workflow.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Workflow.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>
      • mergeFrom

        public Workflow.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Workflow.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         The resource name of the workflow.
         Format: projects/{project}/locations/{location}/workflows/{workflow}
         
        string name = 1;
        Specified by:
        getName in interface WorkflowOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The resource name of the workflow.
         Format: projects/{project}/locations/{location}/workflows/{workflow}
         
        string name = 1;
        Specified by:
        getNameBytes in interface WorkflowOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Workflow.Builder setName​(String value)
         The resource name of the workflow.
         Format: projects/{project}/locations/{location}/workflows/{workflow}
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Workflow.Builder clearName()
         The resource name of the workflow.
         Format: projects/{project}/locations/{location}/workflows/{workflow}
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public Workflow.Builder setNameBytes​(com.google.protobuf.ByteString value)
         The resource name of the workflow.
         Format: projects/{project}/locations/{location}/workflows/{workflow}
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getDescription

        public String getDescription()
         Description of the workflow provided by the user.
         Must be at most 1000 unicode characters long.
         
        string description = 2;
        Specified by:
        getDescription in interface WorkflowOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         Description of the workflow provided by the user.
         Must be at most 1000 unicode characters long.
         
        string description = 2;
        Specified by:
        getDescriptionBytes in interface WorkflowOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public Workflow.Builder setDescription​(String value)
         Description of the workflow provided by the user.
         Must be at most 1000 unicode characters long.
         
        string description = 2;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public Workflow.Builder clearDescription()
         Description of the workflow provided by the user.
         Must be at most 1000 unicode characters long.
         
        string description = 2;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public Workflow.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         Description of the workflow provided by the user.
         Must be at most 1000 unicode characters long.
         
        string description = 2;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • getStateValue

        public int getStateValue()
         Output only. State of the workflow deployment.
         
        .google.cloud.workflows.v1.Workflow.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface WorkflowOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • setStateValue

        public Workflow.Builder setStateValue​(int value)
         Output only. State of the workflow deployment.
         
        .google.cloud.workflows.v1.Workflow.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for state to set.
        Returns:
        This builder for chaining.
      • getState

        public Workflow.State getState()
         Output only. State of the workflow deployment.
         
        .google.cloud.workflows.v1.Workflow.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getState in interface WorkflowOrBuilder
        Returns:
        The state.
      • setState

        public Workflow.Builder setState​(Workflow.State value)
         Output only. State of the workflow deployment.
         
        .google.cloud.workflows.v1.Workflow.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • clearState

        public Workflow.Builder clearState()
         Output only. State of the workflow deployment.
         
        .google.cloud.workflows.v1.Workflow.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getRevisionId

        public String getRevisionId()
         Output only. The revision of the workflow.
         A new revision of a workflow is created as a result of updating the
         following properties of a workflow:
        
         - [Service account][google.cloud.workflows.v1.Workflow.service_account]
         - [Workflow code to be
         executed][google.cloud.workflows.v1.Workflow.source_contents]
        
         The format is "000001-a4d", where the first six characters define
         the zero-padded revision ordinal number. They are followed by a hyphen and
         three hexadecimal random characters.
         
        string revision_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getRevisionId in interface WorkflowOrBuilder
        Returns:
        The revisionId.
      • getRevisionIdBytes

        public com.google.protobuf.ByteString getRevisionIdBytes()
         Output only. The revision of the workflow.
         A new revision of a workflow is created as a result of updating the
         following properties of a workflow:
        
         - [Service account][google.cloud.workflows.v1.Workflow.service_account]
         - [Workflow code to be
         executed][google.cloud.workflows.v1.Workflow.source_contents]
        
         The format is "000001-a4d", where the first six characters define
         the zero-padded revision ordinal number. They are followed by a hyphen and
         three hexadecimal random characters.
         
        string revision_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getRevisionIdBytes in interface WorkflowOrBuilder
        Returns:
        The bytes for revisionId.
      • setRevisionId

        public Workflow.Builder setRevisionId​(String value)
         Output only. The revision of the workflow.
         A new revision of a workflow is created as a result of updating the
         following properties of a workflow:
        
         - [Service account][google.cloud.workflows.v1.Workflow.service_account]
         - [Workflow code to be
         executed][google.cloud.workflows.v1.Workflow.source_contents]
        
         The format is "000001-a4d", where the first six characters define
         the zero-padded revision ordinal number. They are followed by a hyphen and
         three hexadecimal random characters.
         
        string revision_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The revisionId to set.
        Returns:
        This builder for chaining.
      • clearRevisionId

        public Workflow.Builder clearRevisionId()
         Output only. The revision of the workflow.
         A new revision of a workflow is created as a result of updating the
         following properties of a workflow:
        
         - [Service account][google.cloud.workflows.v1.Workflow.service_account]
         - [Workflow code to be
         executed][google.cloud.workflows.v1.Workflow.source_contents]
        
         The format is "000001-a4d", where the first six characters define
         the zero-padded revision ordinal number. They are followed by a hyphen and
         three hexadecimal random characters.
         
        string revision_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setRevisionIdBytes

        public Workflow.Builder setRevisionIdBytes​(com.google.protobuf.ByteString value)
         Output only. The revision of the workflow.
         A new revision of a workflow is created as a result of updating the
         following properties of a workflow:
        
         - [Service account][google.cloud.workflows.v1.Workflow.service_account]
         - [Workflow code to be
         executed][google.cloud.workflows.v1.Workflow.source_contents]
        
         The format is "000001-a4d", where the first six characters define
         the zero-padded revision ordinal number. They are followed by a hyphen and
         three hexadecimal random characters.
         
        string revision_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for revisionId to set.
        Returns:
        This builder for chaining.
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. The timestamp for when the workflow was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface WorkflowOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. The timestamp for when the workflow was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface WorkflowOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public Workflow.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp for when the workflow was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public Workflow.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The timestamp for when the workflow was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public Workflow.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp for when the workflow was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public Workflow.Builder clearCreateTime()
         Output only. The timestamp for when the workflow was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. The timestamp for when the workflow was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. The timestamp for when the workflow was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface WorkflowOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. The timestamp for when the workflow was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasUpdateTime in interface WorkflowOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Output only. The timestamp for when the workflow was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTime in interface WorkflowOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public Workflow.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp for when the workflow was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public Workflow.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The timestamp for when the workflow was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public Workflow.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp for when the workflow was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public Workflow.Builder clearUpdateTime()
         Output only. The timestamp for when the workflow was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. The timestamp for when the workflow was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. The timestamp for when the workflow was last updated.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface WorkflowOrBuilder
      • hasRevisionCreateTime

        public boolean hasRevisionCreateTime()
         Output only. The timestamp for the latest revision of the workflow's
         creation.
         
        .google.protobuf.Timestamp revision_create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasRevisionCreateTime in interface WorkflowOrBuilder
        Returns:
        Whether the revisionCreateTime field is set.
      • getRevisionCreateTime

        public com.google.protobuf.Timestamp getRevisionCreateTime()
         Output only. The timestamp for the latest revision of the workflow's
         creation.
         
        .google.protobuf.Timestamp revision_create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getRevisionCreateTime in interface WorkflowOrBuilder
        Returns:
        The revisionCreateTime.
      • setRevisionCreateTime

        public Workflow.Builder setRevisionCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp for the latest revision of the workflow's
         creation.
         
        .google.protobuf.Timestamp revision_create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setRevisionCreateTime

        public Workflow.Builder setRevisionCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The timestamp for the latest revision of the workflow's
         creation.
         
        .google.protobuf.Timestamp revision_create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeRevisionCreateTime

        public Workflow.Builder mergeRevisionCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp for the latest revision of the workflow's
         creation.
         
        .google.protobuf.Timestamp revision_create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearRevisionCreateTime

        public Workflow.Builder clearRevisionCreateTime()
         Output only. The timestamp for the latest revision of the workflow's
         creation.
         
        .google.protobuf.Timestamp revision_create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getRevisionCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getRevisionCreateTimeBuilder()
         Output only. The timestamp for the latest revision of the workflow's
         creation.
         
        .google.protobuf.Timestamp revision_create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getRevisionCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getRevisionCreateTimeOrBuilder()
         Output only. The timestamp for the latest revision of the workflow's
         creation.
         
        .google.protobuf.Timestamp revision_create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getRevisionCreateTimeOrBuilder in interface WorkflowOrBuilder
      • getLabelsCount

        public int getLabelsCount()
        Description copied from interface: WorkflowOrBuilder
         Labels associated with this workflow.
         Labels can contain at most 64 entries. Keys and values can be no longer
         than 63 characters and can only contain lowercase letters, numeric
         characters, underscores, and dashes. Label keys must start with a letter.
         International characters are allowed.
         
        map<string, string> labels = 8;
        Specified by:
        getLabelsCount in interface WorkflowOrBuilder
      • containsLabels

        public boolean containsLabels​(String key)
         Labels associated with this workflow.
         Labels can contain at most 64 entries. Keys and values can be no longer
         than 63 characters and can only contain lowercase letters, numeric
         characters, underscores, and dashes. Label keys must start with a letter.
         International characters are allowed.
         
        map<string, string> labels = 8;
        Specified by:
        containsLabels in interface WorkflowOrBuilder
      • getLabelsMap

        public Map<String,​String> getLabelsMap()
         Labels associated with this workflow.
         Labels can contain at most 64 entries. Keys and values can be no longer
         than 63 characters and can only contain lowercase letters, numeric
         characters, underscores, and dashes. Label keys must start with a letter.
         International characters are allowed.
         
        map<string, string> labels = 8;
        Specified by:
        getLabelsMap in interface WorkflowOrBuilder
      • getLabelsOrDefault

        public String getLabelsOrDefault​(String key,
                                         String defaultValue)
         Labels associated with this workflow.
         Labels can contain at most 64 entries. Keys and values can be no longer
         than 63 characters and can only contain lowercase letters, numeric
         characters, underscores, and dashes. Label keys must start with a letter.
         International characters are allowed.
         
        map<string, string> labels = 8;
        Specified by:
        getLabelsOrDefault in interface WorkflowOrBuilder
      • getLabelsOrThrow

        public String getLabelsOrThrow​(String key)
         Labels associated with this workflow.
         Labels can contain at most 64 entries. Keys and values can be no longer
         than 63 characters and can only contain lowercase letters, numeric
         characters, underscores, and dashes. Label keys must start with a letter.
         International characters are allowed.
         
        map<string, string> labels = 8;
        Specified by:
        getLabelsOrThrow in interface WorkflowOrBuilder
      • removeLabels

        public Workflow.Builder removeLabels​(String key)
         Labels associated with this workflow.
         Labels can contain at most 64 entries. Keys and values can be no longer
         than 63 characters and can only contain lowercase letters, numeric
         characters, underscores, and dashes. Label keys must start with a letter.
         International characters are allowed.
         
        map<string, string> labels = 8;
      • getMutableLabels

        @Deprecated
        public Map<String,​String> getMutableLabels()
        Deprecated.
        Use alternate mutation accessors instead.
      • putLabels

        public Workflow.Builder putLabels​(String key,
                                          String value)
         Labels associated with this workflow.
         Labels can contain at most 64 entries. Keys and values can be no longer
         than 63 characters and can only contain lowercase letters, numeric
         characters, underscores, and dashes. Label keys must start with a letter.
         International characters are allowed.
         
        map<string, string> labels = 8;
      • putAllLabels

        public Workflow.Builder putAllLabels​(Map<String,​String> values)
         Labels associated with this workflow.
         Labels can contain at most 64 entries. Keys and values can be no longer
         than 63 characters and can only contain lowercase letters, numeric
         characters, underscores, and dashes. Label keys must start with a letter.
         International characters are allowed.
         
        map<string, string> labels = 8;
      • getServiceAccount

        public String getServiceAccount()
         The service account associated with the latest workflow version.
         This service account represents the identity of the workflow and determines
         what permissions the workflow has.
         Format: projects/{project}/serviceAccounts/{account} or {account}
        
         Using `-` as a wildcard for the `{project}` or not providing one at all
         will infer the project from the account. The `{account}` value can be the
         `email` address or the `unique_id` of the service account.
        
         If not provided, workflow will use the project's default service account.
         Modifying this field for an existing workflow results in a new workflow
         revision.
         
        string service_account = 9;
        Specified by:
        getServiceAccount in interface WorkflowOrBuilder
        Returns:
        The serviceAccount.
      • getServiceAccountBytes

        public com.google.protobuf.ByteString getServiceAccountBytes()
         The service account associated with the latest workflow version.
         This service account represents the identity of the workflow and determines
         what permissions the workflow has.
         Format: projects/{project}/serviceAccounts/{account} or {account}
        
         Using `-` as a wildcard for the `{project}` or not providing one at all
         will infer the project from the account. The `{account}` value can be the
         `email` address or the `unique_id` of the service account.
        
         If not provided, workflow will use the project's default service account.
         Modifying this field for an existing workflow results in a new workflow
         revision.
         
        string service_account = 9;
        Specified by:
        getServiceAccountBytes in interface WorkflowOrBuilder
        Returns:
        The bytes for serviceAccount.
      • setServiceAccount

        public Workflow.Builder setServiceAccount​(String value)
         The service account associated with the latest workflow version.
         This service account represents the identity of the workflow and determines
         what permissions the workflow has.
         Format: projects/{project}/serviceAccounts/{account} or {account}
        
         Using `-` as a wildcard for the `{project}` or not providing one at all
         will infer the project from the account. The `{account}` value can be the
         `email` address or the `unique_id` of the service account.
        
         If not provided, workflow will use the project's default service account.
         Modifying this field for an existing workflow results in a new workflow
         revision.
         
        string service_account = 9;
        Parameters:
        value - The serviceAccount to set.
        Returns:
        This builder for chaining.
      • clearServiceAccount

        public Workflow.Builder clearServiceAccount()
         The service account associated with the latest workflow version.
         This service account represents the identity of the workflow and determines
         what permissions the workflow has.
         Format: projects/{project}/serviceAccounts/{account} or {account}
        
         Using `-` as a wildcard for the `{project}` or not providing one at all
         will infer the project from the account. The `{account}` value can be the
         `email` address or the `unique_id` of the service account.
        
         If not provided, workflow will use the project's default service account.
         Modifying this field for an existing workflow results in a new workflow
         revision.
         
        string service_account = 9;
        Returns:
        This builder for chaining.
      • setServiceAccountBytes

        public Workflow.Builder setServiceAccountBytes​(com.google.protobuf.ByteString value)
         The service account associated with the latest workflow version.
         This service account represents the identity of the workflow and determines
         what permissions the workflow has.
         Format: projects/{project}/serviceAccounts/{account} or {account}
        
         Using `-` as a wildcard for the `{project}` or not providing one at all
         will infer the project from the account. The `{account}` value can be the
         `email` address or the `unique_id` of the service account.
        
         If not provided, workflow will use the project's default service account.
         Modifying this field for an existing workflow results in a new workflow
         revision.
         
        string service_account = 9;
        Parameters:
        value - The bytes for serviceAccount to set.
        Returns:
        This builder for chaining.
      • hasSourceContents

        public boolean hasSourceContents()
         Workflow code to be executed. The size limit is 128KB.
         
        string source_contents = 10;
        Specified by:
        hasSourceContents in interface WorkflowOrBuilder
        Returns:
        Whether the sourceContents field is set.
      • getSourceContents

        public String getSourceContents()
         Workflow code to be executed. The size limit is 128KB.
         
        string source_contents = 10;
        Specified by:
        getSourceContents in interface WorkflowOrBuilder
        Returns:
        The sourceContents.
      • getSourceContentsBytes

        public com.google.protobuf.ByteString getSourceContentsBytes()
         Workflow code to be executed. The size limit is 128KB.
         
        string source_contents = 10;
        Specified by:
        getSourceContentsBytes in interface WorkflowOrBuilder
        Returns:
        The bytes for sourceContents.
      • setSourceContents

        public Workflow.Builder setSourceContents​(String value)
         Workflow code to be executed. The size limit is 128KB.
         
        string source_contents = 10;
        Parameters:
        value - The sourceContents to set.
        Returns:
        This builder for chaining.
      • clearSourceContents

        public Workflow.Builder clearSourceContents()
         Workflow code to be executed. The size limit is 128KB.
         
        string source_contents = 10;
        Returns:
        This builder for chaining.
      • setSourceContentsBytes

        public Workflow.Builder setSourceContentsBytes​(com.google.protobuf.ByteString value)
         Workflow code to be executed. The size limit is 128KB.
         
        string source_contents = 10;
        Parameters:
        value - The bytes for sourceContents to set.
        Returns:
        This builder for chaining.
      • getCryptoKeyName

        public String getCryptoKeyName()
         Optional. The resource name of a KMS crypto key used to encrypt or decrypt
         the data associated with the workflow.
        
         Format:
         projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}
        
         Using `-` as a wildcard for the `{project}` or not providing one at all
         will infer the project from the account.
        
         If not provided, data associated with the workflow will not be
         CMEK-encrypted.
         
        string crypto_key_name = 11 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Specified by:
        getCryptoKeyName in interface WorkflowOrBuilder
        Returns:
        The cryptoKeyName.
      • getCryptoKeyNameBytes

        public com.google.protobuf.ByteString getCryptoKeyNameBytes()
         Optional. The resource name of a KMS crypto key used to encrypt or decrypt
         the data associated with the workflow.
        
         Format:
         projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}
        
         Using `-` as a wildcard for the `{project}` or not providing one at all
         will infer the project from the account.
        
         If not provided, data associated with the workflow will not be
         CMEK-encrypted.
         
        string crypto_key_name = 11 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Specified by:
        getCryptoKeyNameBytes in interface WorkflowOrBuilder
        Returns:
        The bytes for cryptoKeyName.
      • setCryptoKeyName

        public Workflow.Builder setCryptoKeyName​(String value)
         Optional. The resource name of a KMS crypto key used to encrypt or decrypt
         the data associated with the workflow.
        
         Format:
         projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}
        
         Using `-` as a wildcard for the `{project}` or not providing one at all
         will infer the project from the account.
        
         If not provided, data associated with the workflow will not be
         CMEK-encrypted.
         
        string crypto_key_name = 11 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The cryptoKeyName to set.
        Returns:
        This builder for chaining.
      • clearCryptoKeyName

        public Workflow.Builder clearCryptoKeyName()
         Optional. The resource name of a KMS crypto key used to encrypt or decrypt
         the data associated with the workflow.
        
         Format:
         projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}
        
         Using `-` as a wildcard for the `{project}` or not providing one at all
         will infer the project from the account.
        
         If not provided, data associated with the workflow will not be
         CMEK-encrypted.
         
        string crypto_key_name = 11 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setCryptoKeyNameBytes

        public Workflow.Builder setCryptoKeyNameBytes​(com.google.protobuf.ByteString value)
         Optional. The resource name of a KMS crypto key used to encrypt or decrypt
         the data associated with the workflow.
        
         Format:
         projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}
        
         Using `-` as a wildcard for the `{project}` or not providing one at all
         will infer the project from the account.
        
         If not provided, data associated with the workflow will not be
         CMEK-encrypted.
         
        string crypto_key_name = 11 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for cryptoKeyName to set.
        Returns:
        This builder for chaining.
      • hasStateError

        public boolean hasStateError()
         Output only. Error regarding the state of the workflow. For example, this
         field will have error details if the execution data is unavailable due to
         revoked KMS key permissions.
         
        .google.cloud.workflows.v1.Workflow.StateError state_error = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasStateError in interface WorkflowOrBuilder
        Returns:
        Whether the stateError field is set.
      • getStateError

        public Workflow.StateError getStateError()
         Output only. Error regarding the state of the workflow. For example, this
         field will have error details if the execution data is unavailable due to
         revoked KMS key permissions.
         
        .google.cloud.workflows.v1.Workflow.StateError state_error = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateError in interface WorkflowOrBuilder
        Returns:
        The stateError.
      • setStateError

        public Workflow.Builder setStateError​(Workflow.StateError value)
         Output only. Error regarding the state of the workflow. For example, this
         field will have error details if the execution data is unavailable due to
         revoked KMS key permissions.
         
        .google.cloud.workflows.v1.Workflow.StateError state_error = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setStateError

        public Workflow.Builder setStateError​(Workflow.StateError.Builder builderForValue)
         Output only. Error regarding the state of the workflow. For example, this
         field will have error details if the execution data is unavailable due to
         revoked KMS key permissions.
         
        .google.cloud.workflows.v1.Workflow.StateError state_error = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeStateError

        public Workflow.Builder mergeStateError​(Workflow.StateError value)
         Output only. Error regarding the state of the workflow. For example, this
         field will have error details if the execution data is unavailable due to
         revoked KMS key permissions.
         
        .google.cloud.workflows.v1.Workflow.StateError state_error = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearStateError

        public Workflow.Builder clearStateError()
         Output only. Error regarding the state of the workflow. For example, this
         field will have error details if the execution data is unavailable due to
         revoked KMS key permissions.
         
        .google.cloud.workflows.v1.Workflow.StateError state_error = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getStateErrorBuilder

        public Workflow.StateError.Builder getStateErrorBuilder()
         Output only. Error regarding the state of the workflow. For example, this
         field will have error details if the execution data is unavailable due to
         revoked KMS key permissions.
         
        .google.cloud.workflows.v1.Workflow.StateError state_error = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getStateErrorOrBuilder

        public Workflow.StateErrorOrBuilder getStateErrorOrBuilder()
         Output only. Error regarding the state of the workflow. For example, this
         field will have error details if the execution data is unavailable due to
         revoked KMS key permissions.
         
        .google.cloud.workflows.v1.Workflow.StateError state_error = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateErrorOrBuilder in interface WorkflowOrBuilder
      • getCallLogLevelValue

        public int getCallLogLevelValue()
         Optional. Describes the level of platform logging to apply to calls and
         call responses during executions of this workflow. If both the workflow and
         the execution specify a logging level, the execution level takes
         precedence.
         
        .google.cloud.workflows.v1.Workflow.CallLogLevel call_log_level = 13 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCallLogLevelValue in interface WorkflowOrBuilder
        Returns:
        The enum numeric value on the wire for callLogLevel.
      • setCallLogLevelValue

        public Workflow.Builder setCallLogLevelValue​(int value)
         Optional. Describes the level of platform logging to apply to calls and
         call responses during executions of this workflow. If both the workflow and
         the execution specify a logging level, the execution level takes
         precedence.
         
        .google.cloud.workflows.v1.Workflow.CallLogLevel call_log_level = 13 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The enum numeric value on the wire for callLogLevel to set.
        Returns:
        This builder for chaining.
      • getCallLogLevel

        public Workflow.CallLogLevel getCallLogLevel()
         Optional. Describes the level of platform logging to apply to calls and
         call responses during executions of this workflow. If both the workflow and
         the execution specify a logging level, the execution level takes
         precedence.
         
        .google.cloud.workflows.v1.Workflow.CallLogLevel call_log_level = 13 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getCallLogLevel in interface WorkflowOrBuilder
        Returns:
        The callLogLevel.
      • setCallLogLevel

        public Workflow.Builder setCallLogLevel​(Workflow.CallLogLevel value)
         Optional. Describes the level of platform logging to apply to calls and
         call responses during executions of this workflow. If both the workflow and
         the execution specify a logging level, the execution level takes
         precedence.
         
        .google.cloud.workflows.v1.Workflow.CallLogLevel call_log_level = 13 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The callLogLevel to set.
        Returns:
        This builder for chaining.
      • clearCallLogLevel

        public Workflow.Builder clearCallLogLevel()
         Optional. Describes the level of platform logging to apply to calls and
         call responses during executions of this workflow. If both the workflow and
         the execution specify a logging level, the execution level takes
         precedence.
         
        .google.cloud.workflows.v1.Workflow.CallLogLevel call_log_level = 13 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getUserEnvVarsCount

        public int getUserEnvVarsCount()
        Description copied from interface: WorkflowOrBuilder
         Optional. User-defined environment variables associated with this workflow
         revision. This map has a maximum length of 20. Each string can take up to
         40KiB. Keys cannot be empty strings and cannot start with “GOOGLE” or
         “WORKFLOWS".
         
        map<string, string> user_env_vars = 14 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getUserEnvVarsCount in interface WorkflowOrBuilder
      • containsUserEnvVars

        public boolean containsUserEnvVars​(String key)
         Optional. User-defined environment variables associated with this workflow
         revision. This map has a maximum length of 20. Each string can take up to
         40KiB. Keys cannot be empty strings and cannot start with “GOOGLE” or
         “WORKFLOWS".
         
        map<string, string> user_env_vars = 14 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        containsUserEnvVars in interface WorkflowOrBuilder
      • getUserEnvVarsMap

        public Map<String,​String> getUserEnvVarsMap()
         Optional. User-defined environment variables associated with this workflow
         revision. This map has a maximum length of 20. Each string can take up to
         40KiB. Keys cannot be empty strings and cannot start with “GOOGLE” or
         “WORKFLOWS".
         
        map<string, string> user_env_vars = 14 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getUserEnvVarsMap in interface WorkflowOrBuilder
      • getUserEnvVarsOrDefault

        public String getUserEnvVarsOrDefault​(String key,
                                              String defaultValue)
         Optional. User-defined environment variables associated with this workflow
         revision. This map has a maximum length of 20. Each string can take up to
         40KiB. Keys cannot be empty strings and cannot start with “GOOGLE” or
         “WORKFLOWS".
         
        map<string, string> user_env_vars = 14 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getUserEnvVarsOrDefault in interface WorkflowOrBuilder
      • getUserEnvVarsOrThrow

        public String getUserEnvVarsOrThrow​(String key)
         Optional. User-defined environment variables associated with this workflow
         revision. This map has a maximum length of 20. Each string can take up to
         40KiB. Keys cannot be empty strings and cannot start with “GOOGLE” or
         “WORKFLOWS".
         
        map<string, string> user_env_vars = 14 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getUserEnvVarsOrThrow in interface WorkflowOrBuilder
      • removeUserEnvVars

        public Workflow.Builder removeUserEnvVars​(String key)
         Optional. User-defined environment variables associated with this workflow
         revision. This map has a maximum length of 20. Each string can take up to
         40KiB. Keys cannot be empty strings and cannot start with “GOOGLE” or
         “WORKFLOWS".
         
        map<string, string> user_env_vars = 14 [(.google.api.field_behavior) = OPTIONAL];
      • getMutableUserEnvVars

        @Deprecated
        public Map<String,​String> getMutableUserEnvVars()
        Deprecated.
        Use alternate mutation accessors instead.
      • putUserEnvVars

        public Workflow.Builder putUserEnvVars​(String key,
                                               String value)
         Optional. User-defined environment variables associated with this workflow
         revision. This map has a maximum length of 20. Each string can take up to
         40KiB. Keys cannot be empty strings and cannot start with “GOOGLE” or
         “WORKFLOWS".
         
        map<string, string> user_env_vars = 14 [(.google.api.field_behavior) = OPTIONAL];
      • putAllUserEnvVars

        public Workflow.Builder putAllUserEnvVars​(Map<String,​String> values)
         Optional. User-defined environment variables associated with this workflow
         revision. This map has a maximum length of 20. Each string can take up to
         40KiB. Keys cannot be empty strings and cannot start with “GOOGLE” or
         “WORKFLOWS".
         
        map<string, string> user_env_vars = 14 [(.google.api.field_behavior) = OPTIONAL];
      • setUnknownFields

        public final Workflow.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>
      • mergeUnknownFields

        public final Workflow.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.Builder>