Class Execution.Builder

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

    public static final class Execution.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Execution.Builder>
    implements ExecutionOrBuilder
     Execution represents the configuration of a single execution. A execution an
     immutable resource that references a container image which is run to
     completion.
     
    Protobuf type google.cloud.run.v2.Execution
    • 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<Execution.Builder>
      • internalGetMutableMapField

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

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

        public Execution.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<Execution.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<Execution.Builder>
      • getDefaultInstanceForType

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

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

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

        public Execution.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<Execution.Builder>
      • setField

        public Execution.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<Execution.Builder>
      • clearField

        public Execution.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<Execution.Builder>
      • clearOneof

        public Execution.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<Execution.Builder>
      • setRepeatedField

        public Execution.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<Execution.Builder>
      • addRepeatedField

        public Execution.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<Execution.Builder>
      • mergeFrom

        public Execution.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<Execution.Builder>
      • isInitialized

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

        public Execution.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<Execution.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Output only. The unique name of this Execution.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getName in interface ExecutionOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. The unique name of this Execution.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNameBytes in interface ExecutionOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Execution.Builder setName​(String value)
         Output only. The unique name of this Execution.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Execution.Builder clearName()
         Output only. The unique name of this Execution.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setNameBytes

        public Execution.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Output only. The unique name of this Execution.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getUid

        public String getUid()
         Output only. Server assigned unique identifier for the Execution. The value
         is a UUID4 string and guaranteed to remain unchanged until the resource is
         deleted.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUid in interface ExecutionOrBuilder
        Returns:
        The uid.
      • getUidBytes

        public com.google.protobuf.ByteString getUidBytes()
         Output only. Server assigned unique identifier for the Execution. The value
         is a UUID4 string and guaranteed to remain unchanged until the resource is
         deleted.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUidBytes in interface ExecutionOrBuilder
        Returns:
        The bytes for uid.
      • setUid

        public Execution.Builder setUid​(String value)
         Output only. Server assigned unique identifier for the Execution. The value
         is a UUID4 string and guaranteed to remain unchanged until the resource is
         deleted.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The uid to set.
        Returns:
        This builder for chaining.
      • clearUid

        public Execution.Builder clearUid()
         Output only. Server assigned unique identifier for the Execution. The value
         is a UUID4 string and guaranteed to remain unchanged until the resource is
         deleted.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setUidBytes

        public Execution.Builder setUidBytes​(com.google.protobuf.ByteString value)
         Output only. Server assigned unique identifier for the Execution. The value
         is a UUID4 string and guaranteed to remain unchanged until the resource is
         deleted.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for uid to set.
        Returns:
        This builder for chaining.
      • getGeneration

        public long getGeneration()
         Output only. A number that monotonically increases every time the user
         modifies the desired state.
         
        int64 generation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getGeneration in interface ExecutionOrBuilder
        Returns:
        The generation.
      • setGeneration

        public Execution.Builder setGeneration​(long value)
         Output only. A number that monotonically increases every time the user
         modifies the desired state.
         
        int64 generation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The generation to set.
        Returns:
        This builder for chaining.
      • clearGeneration

        public Execution.Builder clearGeneration()
         Output only. A number that monotonically increases every time the user
         modifies the desired state.
         
        int64 generation = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getLabelsCount

        public int getLabelsCount()
        Description copied from interface: ExecutionOrBuilder
         Output only. Unstructured key value map that can be used to organize and
         categorize objects. User-provided labels are shared with Google's billing
         system, so they can be used to filter, or break down billing charges by
         team, component, environment, state, etc. For more information, visit
         https://cloud.google.com/resource-manager/docs/creating-managing-labels or
         https://cloud.google.com/run/docs/configuring/labels
         
        map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLabelsCount in interface ExecutionOrBuilder
      • containsLabels

        public boolean containsLabels​(String key)
         Output only. Unstructured key value map that can be used to organize and
         categorize objects. User-provided labels are shared with Google's billing
         system, so they can be used to filter, or break down billing charges by
         team, component, environment, state, etc. For more information, visit
         https://cloud.google.com/resource-manager/docs/creating-managing-labels or
         https://cloud.google.com/run/docs/configuring/labels
         
        map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        containsLabels in interface ExecutionOrBuilder
      • getLabelsMap

        public Map<String,​String> getLabelsMap()
         Output only. Unstructured key value map that can be used to organize and
         categorize objects. User-provided labels are shared with Google's billing
         system, so they can be used to filter, or break down billing charges by
         team, component, environment, state, etc. For more information, visit
         https://cloud.google.com/resource-manager/docs/creating-managing-labels or
         https://cloud.google.com/run/docs/configuring/labels
         
        map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLabelsMap in interface ExecutionOrBuilder
      • getLabelsOrDefault

        public String getLabelsOrDefault​(String key,
                                         String defaultValue)
         Output only. Unstructured key value map that can be used to organize and
         categorize objects. User-provided labels are shared with Google's billing
         system, so they can be used to filter, or break down billing charges by
         team, component, environment, state, etc. For more information, visit
         https://cloud.google.com/resource-manager/docs/creating-managing-labels or
         https://cloud.google.com/run/docs/configuring/labels
         
        map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLabelsOrDefault in interface ExecutionOrBuilder
      • getLabelsOrThrow

        public String getLabelsOrThrow​(String key)
         Output only. Unstructured key value map that can be used to organize and
         categorize objects. User-provided labels are shared with Google's billing
         system, so they can be used to filter, or break down billing charges by
         team, component, environment, state, etc. For more information, visit
         https://cloud.google.com/resource-manager/docs/creating-managing-labels or
         https://cloud.google.com/run/docs/configuring/labels
         
        map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLabelsOrThrow in interface ExecutionOrBuilder
      • removeLabels

        public Execution.Builder removeLabels​(String key)
         Output only. Unstructured key value map that can be used to organize and
         categorize objects. User-provided labels are shared with Google's billing
         system, so they can be used to filter, or break down billing charges by
         team, component, environment, state, etc. For more information, visit
         https://cloud.google.com/resource-manager/docs/creating-managing-labels or
         https://cloud.google.com/run/docs/configuring/labels
         
        map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getMutableLabels

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

        public Execution.Builder putLabels​(String key,
                                           String value)
         Output only. Unstructured key value map that can be used to organize and
         categorize objects. User-provided labels are shared with Google's billing
         system, so they can be used to filter, or break down billing charges by
         team, component, environment, state, etc. For more information, visit
         https://cloud.google.com/resource-manager/docs/creating-managing-labels or
         https://cloud.google.com/run/docs/configuring/labels
         
        map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • putAllLabels

        public Execution.Builder putAllLabels​(Map<String,​String> values)
         Output only. Unstructured key value map that can be used to organize and
         categorize objects. User-provided labels are shared with Google's billing
         system, so they can be used to filter, or break down billing charges by
         team, component, environment, state, etc. For more information, visit
         https://cloud.google.com/resource-manager/docs/creating-managing-labels or
         https://cloud.google.com/run/docs/configuring/labels
         
        map<string, string> labels = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAnnotationsCount

        public int getAnnotationsCount()
        Description copied from interface: ExecutionOrBuilder
         Output only. Unstructured key value map that may
         be set by external tools to store and arbitrary metadata.
         They are not queryable and should be preserved
         when modifying objects.
         
        map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAnnotationsCount in interface ExecutionOrBuilder
      • containsAnnotations

        public boolean containsAnnotations​(String key)
         Output only. Unstructured key value map that may
         be set by external tools to store and arbitrary metadata.
         They are not queryable and should be preserved
         when modifying objects.
         
        map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        containsAnnotations in interface ExecutionOrBuilder
      • getAnnotationsMap

        public Map<String,​String> getAnnotationsMap()
         Output only. Unstructured key value map that may
         be set by external tools to store and arbitrary metadata.
         They are not queryable and should be preserved
         when modifying objects.
         
        map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAnnotationsMap in interface ExecutionOrBuilder
      • getAnnotationsOrDefault

        public String getAnnotationsOrDefault​(String key,
                                              String defaultValue)
         Output only. Unstructured key value map that may
         be set by external tools to store and arbitrary metadata.
         They are not queryable and should be preserved
         when modifying objects.
         
        map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAnnotationsOrDefault in interface ExecutionOrBuilder
      • getAnnotationsOrThrow

        public String getAnnotationsOrThrow​(String key)
         Output only. Unstructured key value map that may
         be set by external tools to store and arbitrary metadata.
         They are not queryable and should be preserved
         when modifying objects.
         
        map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAnnotationsOrThrow in interface ExecutionOrBuilder
      • removeAnnotations

        public Execution.Builder removeAnnotations​(String key)
         Output only. Unstructured key value map that may
         be set by external tools to store and arbitrary metadata.
         They are not queryable and should be preserved
         when modifying objects.
         
        map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getMutableAnnotations

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

        public Execution.Builder putAnnotations​(String key,
                                                String value)
         Output only. Unstructured key value map that may
         be set by external tools to store and arbitrary metadata.
         They are not queryable and should be preserved
         when modifying objects.
         
        map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • putAllAnnotations

        public Execution.Builder putAllAnnotations​(Map<String,​String> values)
         Output only. Unstructured key value map that may
         be set by external tools to store and arbitrary metadata.
         They are not queryable and should be preserved
         when modifying objects.
         
        map<string, string> annotations = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. Represents time when the execution was acknowledged by the
         execution controller. It is not guaranteed to be set in happens-before
         order across separate operations.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface ExecutionOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. Represents time when the execution was acknowledged by the
         execution controller. It is not guaranteed to be set in happens-before
         order across separate operations.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface ExecutionOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public Execution.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Represents time when the execution was acknowledged by the
         execution controller. It is not guaranteed to be set in happens-before
         order across separate operations.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public Execution.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Represents time when the execution was acknowledged by the
         execution controller. It is not guaranteed to be set in happens-before
         order across separate operations.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public Execution.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Represents time when the execution was acknowledged by the
         execution controller. It is not guaranteed to be set in happens-before
         order across separate operations.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public Execution.Builder clearCreateTime()
         Output only. Represents time when the execution was acknowledged by the
         execution controller. It is not guaranteed to be set in happens-before
         order across separate operations.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. Represents time when the execution was acknowledged by the
         execution controller. It is not guaranteed to be set in happens-before
         order across separate operations.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. Represents time when the execution was acknowledged by the
         execution controller. It is not guaranteed to be set in happens-before
         order across separate operations.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface ExecutionOrBuilder
      • hasStartTime

        public boolean hasStartTime()
         Output only. Represents time when the execution started to run.
         It is not guaranteed to be set in happens-before order across separate
         operations.
         
        .google.protobuf.Timestamp start_time = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasStartTime in interface ExecutionOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public com.google.protobuf.Timestamp getStartTime()
         Output only. Represents time when the execution started to run.
         It is not guaranteed to be set in happens-before order across separate
         operations.
         
        .google.protobuf.Timestamp start_time = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStartTime in interface ExecutionOrBuilder
        Returns:
        The startTime.
      • setStartTime

        public Execution.Builder setStartTime​(com.google.protobuf.Timestamp value)
         Output only. Represents time when the execution started to run.
         It is not guaranteed to be set in happens-before order across separate
         operations.
         
        .google.protobuf.Timestamp start_time = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setStartTime

        public Execution.Builder setStartTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Represents time when the execution started to run.
         It is not guaranteed to be set in happens-before order across separate
         operations.
         
        .google.protobuf.Timestamp start_time = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeStartTime

        public Execution.Builder mergeStartTime​(com.google.protobuf.Timestamp value)
         Output only. Represents time when the execution started to run.
         It is not guaranteed to be set in happens-before order across separate
         operations.
         
        .google.protobuf.Timestamp start_time = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearStartTime

        public Execution.Builder clearStartTime()
         Output only. Represents time when the execution started to run.
         It is not guaranteed to be set in happens-before order across separate
         operations.
         
        .google.protobuf.Timestamp start_time = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getStartTimeBuilder

        public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
         Output only. Represents time when the execution started to run.
         It is not guaranteed to be set in happens-before order across separate
         operations.
         
        .google.protobuf.Timestamp start_time = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getStartTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
         Output only. Represents time when the execution started to run.
         It is not guaranteed to be set in happens-before order across separate
         operations.
         
        .google.protobuf.Timestamp start_time = 22 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStartTimeOrBuilder in interface ExecutionOrBuilder
      • hasCompletionTime

        public boolean hasCompletionTime()
         Output only. Represents time when the execution was completed. It is not
         guaranteed to be set in happens-before order across separate operations.
         
        .google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCompletionTime in interface ExecutionOrBuilder
        Returns:
        Whether the completionTime field is set.
      • getCompletionTime

        public com.google.protobuf.Timestamp getCompletionTime()
         Output only. Represents time when the execution was completed. It is not
         guaranteed to be set in happens-before order across separate operations.
         
        .google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCompletionTime in interface ExecutionOrBuilder
        Returns:
        The completionTime.
      • setCompletionTime

        public Execution.Builder setCompletionTime​(com.google.protobuf.Timestamp value)
         Output only. Represents time when the execution was completed. It is not
         guaranteed to be set in happens-before order across separate operations.
         
        .google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCompletionTime

        public Execution.Builder setCompletionTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Represents time when the execution was completed. It is not
         guaranteed to be set in happens-before order across separate operations.
         
        .google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCompletionTime

        public Execution.Builder mergeCompletionTime​(com.google.protobuf.Timestamp value)
         Output only. Represents time when the execution was completed. It is not
         guaranteed to be set in happens-before order across separate operations.
         
        .google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCompletionTime

        public Execution.Builder clearCompletionTime()
         Output only. Represents time when the execution was completed. It is not
         guaranteed to be set in happens-before order across separate operations.
         
        .google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCompletionTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCompletionTimeBuilder()
         Output only. Represents time when the execution was completed. It is not
         guaranteed to be set in happens-before order across separate operations.
         
        .google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCompletionTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCompletionTimeOrBuilder()
         Output only. Represents time when the execution was completed. It is not
         guaranteed to be set in happens-before order across separate operations.
         
        .google.protobuf.Timestamp completion_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCompletionTimeOrBuilder in interface ExecutionOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. The last-modified time.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasUpdateTime in interface ExecutionOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Output only. The last-modified time.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTime in interface ExecutionOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public Execution.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The last-modified time.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public Execution.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The last-modified time.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public Execution.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The last-modified time.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public Execution.Builder clearUpdateTime()
         Output only. The last-modified time.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. The last-modified time.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. The last-modified time.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface ExecutionOrBuilder
      • hasDeleteTime

        public boolean hasDeleteTime()
         Output only. For a deleted resource, the deletion time. It is only
         populated as a response to a Delete request.
         
        .google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasDeleteTime in interface ExecutionOrBuilder
        Returns:
        Whether the deleteTime field is set.
      • getDeleteTime

        public com.google.protobuf.Timestamp getDeleteTime()
         Output only. For a deleted resource, the deletion time. It is only
         populated as a response to a Delete request.
         
        .google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDeleteTime in interface ExecutionOrBuilder
        Returns:
        The deleteTime.
      • setDeleteTime

        public Execution.Builder setDeleteTime​(com.google.protobuf.Timestamp value)
         Output only. For a deleted resource, the deletion time. It is only
         populated as a response to a Delete request.
         
        .google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setDeleteTime

        public Execution.Builder setDeleteTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. For a deleted resource, the deletion time. It is only
         populated as a response to a Delete request.
         
        .google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeDeleteTime

        public Execution.Builder mergeDeleteTime​(com.google.protobuf.Timestamp value)
         Output only. For a deleted resource, the deletion time. It is only
         populated as a response to a Delete request.
         
        .google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearDeleteTime

        public Execution.Builder clearDeleteTime()
         Output only. For a deleted resource, the deletion time. It is only
         populated as a response to a Delete request.
         
        .google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDeleteTimeBuilder

        public com.google.protobuf.Timestamp.Builder getDeleteTimeBuilder()
         Output only. For a deleted resource, the deletion time. It is only
         populated as a response to a Delete request.
         
        .google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDeleteTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder()
         Output only. For a deleted resource, the deletion time. It is only
         populated as a response to a Delete request.
         
        .google.protobuf.Timestamp delete_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDeleteTimeOrBuilder in interface ExecutionOrBuilder
      • hasExpireTime

        public boolean hasExpireTime()
         Output only. For a deleted resource, the time after which it will be
         permamently deleted. It is only populated as a response to a Delete
         request.
         
        .google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasExpireTime in interface ExecutionOrBuilder
        Returns:
        Whether the expireTime field is set.
      • getExpireTime

        public com.google.protobuf.Timestamp getExpireTime()
         Output only. For a deleted resource, the time after which it will be
         permamently deleted. It is only populated as a response to a Delete
         request.
         
        .google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getExpireTime in interface ExecutionOrBuilder
        Returns:
        The expireTime.
      • setExpireTime

        public Execution.Builder setExpireTime​(com.google.protobuf.Timestamp value)
         Output only. For a deleted resource, the time after which it will be
         permamently deleted. It is only populated as a response to a Delete
         request.
         
        .google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setExpireTime

        public Execution.Builder setExpireTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. For a deleted resource, the time after which it will be
         permamently deleted. It is only populated as a response to a Delete
         request.
         
        .google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeExpireTime

        public Execution.Builder mergeExpireTime​(com.google.protobuf.Timestamp value)
         Output only. For a deleted resource, the time after which it will be
         permamently deleted. It is only populated as a response to a Delete
         request.
         
        .google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearExpireTime

        public Execution.Builder clearExpireTime()
         Output only. For a deleted resource, the time after which it will be
         permamently deleted. It is only populated as a response to a Delete
         request.
         
        .google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getExpireTimeBuilder

        public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder()
         Output only. For a deleted resource, the time after which it will be
         permamently deleted. It is only populated as a response to a Delete
         request.
         
        .google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getExpireTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
         Output only. For a deleted resource, the time after which it will be
         permamently deleted. It is only populated as a response to a Delete
         request.
         
        .google.protobuf.Timestamp expire_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getExpireTimeOrBuilder in interface ExecutionOrBuilder
      • getLaunchStageValue

        public int getLaunchStageValue()
         The least stable launch stage needed to create this resource, as defined by
         [Google Cloud Platform Launch
         Stages](https://cloud.google.com/terms/launch-stages). Cloud Run supports
         `ALPHA`, `BETA`, and `GA`.
         <p>Note that this value might not be what was used
         as input. For example, if ALPHA was provided as input in the parent
         resource, but only BETA and GA-level features are were, this field will be
         BETA.
         
        .google.api.LaunchStage launch_stage = 11;
        Specified by:
        getLaunchStageValue in interface ExecutionOrBuilder
        Returns:
        The enum numeric value on the wire for launchStage.
      • setLaunchStageValue

        public Execution.Builder setLaunchStageValue​(int value)
         The least stable launch stage needed to create this resource, as defined by
         [Google Cloud Platform Launch
         Stages](https://cloud.google.com/terms/launch-stages). Cloud Run supports
         `ALPHA`, `BETA`, and `GA`.
         <p>Note that this value might not be what was used
         as input. For example, if ALPHA was provided as input in the parent
         resource, but only BETA and GA-level features are were, this field will be
         BETA.
         
        .google.api.LaunchStage launch_stage = 11;
        Parameters:
        value - The enum numeric value on the wire for launchStage to set.
        Returns:
        This builder for chaining.
      • getLaunchStage

        public com.google.api.LaunchStage getLaunchStage()
         The least stable launch stage needed to create this resource, as defined by
         [Google Cloud Platform Launch
         Stages](https://cloud.google.com/terms/launch-stages). Cloud Run supports
         `ALPHA`, `BETA`, and `GA`.
         <p>Note that this value might not be what was used
         as input. For example, if ALPHA was provided as input in the parent
         resource, but only BETA and GA-level features are were, this field will be
         BETA.
         
        .google.api.LaunchStage launch_stage = 11;
        Specified by:
        getLaunchStage in interface ExecutionOrBuilder
        Returns:
        The launchStage.
      • setLaunchStage

        public Execution.Builder setLaunchStage​(com.google.api.LaunchStage value)
         The least stable launch stage needed to create this resource, as defined by
         [Google Cloud Platform Launch
         Stages](https://cloud.google.com/terms/launch-stages). Cloud Run supports
         `ALPHA`, `BETA`, and `GA`.
         <p>Note that this value might not be what was used
         as input. For example, if ALPHA was provided as input in the parent
         resource, but only BETA and GA-level features are were, this field will be
         BETA.
         
        .google.api.LaunchStage launch_stage = 11;
        Parameters:
        value - The launchStage to set.
        Returns:
        This builder for chaining.
      • clearLaunchStage

        public Execution.Builder clearLaunchStage()
         The least stable launch stage needed to create this resource, as defined by
         [Google Cloud Platform Launch
         Stages](https://cloud.google.com/terms/launch-stages). Cloud Run supports
         `ALPHA`, `BETA`, and `GA`.
         <p>Note that this value might not be what was used
         as input. For example, if ALPHA was provided as input in the parent
         resource, but only BETA and GA-level features are were, this field will be
         BETA.
         
        .google.api.LaunchStage launch_stage = 11;
        Returns:
        This builder for chaining.
      • getJob

        public String getJob()
         Output only. The name of the parent Job.
         
        string job = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getJob in interface ExecutionOrBuilder
        Returns:
        The job.
      • getJobBytes

        public com.google.protobuf.ByteString getJobBytes()
         Output only. The name of the parent Job.
         
        string job = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getJobBytes in interface ExecutionOrBuilder
        Returns:
        The bytes for job.
      • setJob

        public Execution.Builder setJob​(String value)
         Output only. The name of the parent Job.
         
        string job = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The job to set.
        Returns:
        This builder for chaining.
      • clearJob

        public Execution.Builder clearJob()
         Output only. The name of the parent Job.
         
        string job = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setJobBytes

        public Execution.Builder setJobBytes​(com.google.protobuf.ByteString value)
         Output only. The name of the parent Job.
         
        string job = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for job to set.
        Returns:
        This builder for chaining.
      • getParallelism

        public int getParallelism()
         Output only. Specifies the maximum desired number of tasks the execution
         should run at any given time. Must be <= task_count. The actual number of
         tasks running in steady state will be less than this number when
         ((.spec.task_count - .status.successful) < .spec.parallelism), i.e. when
         the work left to do is less than max parallelism.
         
        int32 parallelism = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getParallelism in interface ExecutionOrBuilder
        Returns:
        The parallelism.
      • setParallelism

        public Execution.Builder setParallelism​(int value)
         Output only. Specifies the maximum desired number of tasks the execution
         should run at any given time. Must be <= task_count. The actual number of
         tasks running in steady state will be less than this number when
         ((.spec.task_count - .status.successful) < .spec.parallelism), i.e. when
         the work left to do is less than max parallelism.
         
        int32 parallelism = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The parallelism to set.
        Returns:
        This builder for chaining.
      • clearParallelism

        public Execution.Builder clearParallelism()
         Output only. Specifies the maximum desired number of tasks the execution
         should run at any given time. Must be <= task_count. The actual number of
         tasks running in steady state will be less than this number when
         ((.spec.task_count - .status.successful) < .spec.parallelism), i.e. when
         the work left to do is less than max parallelism.
         
        int32 parallelism = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getTaskCount

        public int getTaskCount()
         Output only. Specifies the desired number of tasks the execution should
         run. Setting to 1 means that parallelism is limited to 1 and the success of
         that task signals the success of the execution.
         
        int32 task_count = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTaskCount in interface ExecutionOrBuilder
        Returns:
        The taskCount.
      • setTaskCount

        public Execution.Builder setTaskCount​(int value)
         Output only. Specifies the desired number of tasks the execution should
         run. Setting to 1 means that parallelism is limited to 1 and the success of
         that task signals the success of the execution.
         
        int32 task_count = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The taskCount to set.
        Returns:
        This builder for chaining.
      • clearTaskCount

        public Execution.Builder clearTaskCount()
         Output only. Specifies the desired number of tasks the execution should
         run. Setting to 1 means that parallelism is limited to 1 and the success of
         that task signals the success of the execution.
         
        int32 task_count = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasTemplate

        public boolean hasTemplate()
         Output only. The template used to create tasks for this execution.
         
        .google.cloud.run.v2.TaskTemplate template = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasTemplate in interface ExecutionOrBuilder
        Returns:
        Whether the template field is set.
      • getTemplate

        public TaskTemplate getTemplate()
         Output only. The template used to create tasks for this execution.
         
        .google.cloud.run.v2.TaskTemplate template = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTemplate in interface ExecutionOrBuilder
        Returns:
        The template.
      • setTemplate

        public Execution.Builder setTemplate​(TaskTemplate value)
         Output only. The template used to create tasks for this execution.
         
        .google.cloud.run.v2.TaskTemplate template = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setTemplate

        public Execution.Builder setTemplate​(TaskTemplate.Builder builderForValue)
         Output only. The template used to create tasks for this execution.
         
        .google.cloud.run.v2.TaskTemplate template = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeTemplate

        public Execution.Builder mergeTemplate​(TaskTemplate value)
         Output only. The template used to create tasks for this execution.
         
        .google.cloud.run.v2.TaskTemplate template = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearTemplate

        public Execution.Builder clearTemplate()
         Output only. The template used to create tasks for this execution.
         
        .google.cloud.run.v2.TaskTemplate template = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getTemplateBuilder

        public TaskTemplate.Builder getTemplateBuilder()
         Output only. The template used to create tasks for this execution.
         
        .google.cloud.run.v2.TaskTemplate template = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getTemplateOrBuilder

        public TaskTemplateOrBuilder getTemplateOrBuilder()
         Output only. The template used to create tasks for this execution.
         
        .google.cloud.run.v2.TaskTemplate template = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTemplateOrBuilder in interface ExecutionOrBuilder
      • getReconciling

        public boolean getReconciling()
         Output only. Indicates whether the resource's reconciliation is still in
         progress. See comments in `Job.reconciling` for additional information on
         reconciliation process in Cloud Run.
         
        bool reconciling = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getReconciling in interface ExecutionOrBuilder
        Returns:
        The reconciling.
      • setReconciling

        public Execution.Builder setReconciling​(boolean value)
         Output only. Indicates whether the resource's reconciliation is still in
         progress. See comments in `Job.reconciling` for additional information on
         reconciliation process in Cloud Run.
         
        bool reconciling = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The reconciling to set.
        Returns:
        This builder for chaining.
      • clearReconciling

        public Execution.Builder clearReconciling()
         Output only. Indicates whether the resource's reconciliation is still in
         progress. See comments in `Job.reconciling` for additional information on
         reconciliation process in Cloud Run.
         
        bool reconciling = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getConditionsList

        public List<Condition> getConditionsList()
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getConditionsList in interface ExecutionOrBuilder
      • getConditionsCount

        public int getConditionsCount()
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getConditionsCount in interface ExecutionOrBuilder
      • getConditions

        public Condition getConditions​(int index)
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getConditions in interface ExecutionOrBuilder
      • setConditions

        public Execution.Builder setConditions​(int index,
                                               Condition value)
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setConditions

        public Execution.Builder setConditions​(int index,
                                               Condition.Builder builderForValue)
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addConditions

        public Execution.Builder addConditions​(Condition value)
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addConditions

        public Execution.Builder addConditions​(int index,
                                               Condition value)
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addConditions

        public Execution.Builder addConditions​(Condition.Builder builderForValue)
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addConditions

        public Execution.Builder addConditions​(int index,
                                               Condition.Builder builderForValue)
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAllConditions

        public Execution.Builder addAllConditions​(Iterable<? extends Condition> values)
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearConditions

        public Execution.Builder clearConditions()
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • removeConditions

        public Execution.Builder removeConditions​(int index)
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getConditionsBuilder

        public Condition.Builder getConditionsBuilder​(int index)
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getConditionsOrBuilder

        public ConditionOrBuilder getConditionsOrBuilder​(int index)
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getConditionsOrBuilder in interface ExecutionOrBuilder
      • getConditionsOrBuilderList

        public List<? extends ConditionOrBuilder> getConditionsOrBuilderList()
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getConditionsOrBuilderList in interface ExecutionOrBuilder
      • addConditionsBuilder

        public Condition.Builder addConditionsBuilder()
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addConditionsBuilder

        public Condition.Builder addConditionsBuilder​(int index)
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getConditionsBuilderList

        public List<Condition.Builder> getConditionsBuilderList()
         Output only. The Condition of this Execution, containing its readiness
         status, and detailed error information in case it did not reach the desired
         state.
         
        repeated .google.cloud.run.v2.Condition conditions = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getObservedGeneration

        public long getObservedGeneration()
         Output only. The generation of this Execution. See comments in
         `reconciling` for additional information on reconciliation process in Cloud
         Run.
         
        int64 observed_generation = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getObservedGeneration in interface ExecutionOrBuilder
        Returns:
        The observedGeneration.
      • setObservedGeneration

        public Execution.Builder setObservedGeneration​(long value)
         Output only. The generation of this Execution. See comments in
         `reconciling` for additional information on reconciliation process in Cloud
         Run.
         
        int64 observed_generation = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The observedGeneration to set.
        Returns:
        This builder for chaining.
      • clearObservedGeneration

        public Execution.Builder clearObservedGeneration()
         Output only. The generation of this Execution. See comments in
         `reconciling` for additional information on reconciliation process in Cloud
         Run.
         
        int64 observed_generation = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getRunningCount

        public int getRunningCount()
         Output only. The number of actively running tasks.
         
        int32 running_count = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getRunningCount in interface ExecutionOrBuilder
        Returns:
        The runningCount.
      • setRunningCount

        public Execution.Builder setRunningCount​(int value)
         Output only. The number of actively running tasks.
         
        int32 running_count = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The runningCount to set.
        Returns:
        This builder for chaining.
      • clearRunningCount

        public Execution.Builder clearRunningCount()
         Output only. The number of actively running tasks.
         
        int32 running_count = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getSucceededCount

        public int getSucceededCount()
         Output only. The number of tasks which reached phase Succeeded.
         
        int32 succeeded_count = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getSucceededCount in interface ExecutionOrBuilder
        Returns:
        The succeededCount.
      • setSucceededCount

        public Execution.Builder setSucceededCount​(int value)
         Output only. The number of tasks which reached phase Succeeded.
         
        int32 succeeded_count = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The succeededCount to set.
        Returns:
        This builder for chaining.
      • clearSucceededCount

        public Execution.Builder clearSucceededCount()
         Output only. The number of tasks which reached phase Succeeded.
         
        int32 succeeded_count = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getFailedCount

        public int getFailedCount()
         Output only. The number of tasks which reached phase Failed.
         
        int32 failed_count = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFailedCount in interface ExecutionOrBuilder
        Returns:
        The failedCount.
      • setFailedCount

        public Execution.Builder setFailedCount​(int value)
         Output only. The number of tasks which reached phase Failed.
         
        int32 failed_count = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The failedCount to set.
        Returns:
        This builder for chaining.
      • clearFailedCount

        public Execution.Builder clearFailedCount()
         Output only. The number of tasks which reached phase Failed.
         
        int32 failed_count = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getCancelledCount

        public int getCancelledCount()
         Output only. The number of tasks which reached phase Cancelled.
         
        int32 cancelled_count = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCancelledCount in interface ExecutionOrBuilder
        Returns:
        The cancelledCount.
      • setCancelledCount

        public Execution.Builder setCancelledCount​(int value)
         Output only. The number of tasks which reached phase Cancelled.
         
        int32 cancelled_count = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The cancelledCount to set.
        Returns:
        This builder for chaining.
      • clearCancelledCount

        public Execution.Builder clearCancelledCount()
         Output only. The number of tasks which reached phase Cancelled.
         
        int32 cancelled_count = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getRetriedCount

        public int getRetriedCount()
         Output only. The number of tasks which have retried at least once.
         
        int32 retried_count = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getRetriedCount in interface ExecutionOrBuilder
        Returns:
        The retriedCount.
      • setRetriedCount

        public Execution.Builder setRetriedCount​(int value)
         Output only. The number of tasks which have retried at least once.
         
        int32 retried_count = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The retriedCount to set.
        Returns:
        This builder for chaining.
      • clearRetriedCount

        public Execution.Builder clearRetriedCount()
         Output only. The number of tasks which have retried at least once.
         
        int32 retried_count = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getLogUri

        public String getLogUri()
         Output only. URI where logs for this execution can be found in Cloud
         Console.
         
        string log_uri = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLogUri in interface ExecutionOrBuilder
        Returns:
        The logUri.
      • getLogUriBytes

        public com.google.protobuf.ByteString getLogUriBytes()
         Output only. URI where logs for this execution can be found in Cloud
         Console.
         
        string log_uri = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLogUriBytes in interface ExecutionOrBuilder
        Returns:
        The bytes for logUri.
      • setLogUri

        public Execution.Builder setLogUri​(String value)
         Output only. URI where logs for this execution can be found in Cloud
         Console.
         
        string log_uri = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The logUri to set.
        Returns:
        This builder for chaining.
      • clearLogUri

        public Execution.Builder clearLogUri()
         Output only. URI where logs for this execution can be found in Cloud
         Console.
         
        string log_uri = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setLogUriBytes

        public Execution.Builder setLogUriBytes​(com.google.protobuf.ByteString value)
         Output only. URI where logs for this execution can be found in Cloud
         Console.
         
        string log_uri = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for logUri to set.
        Returns:
        This builder for chaining.
      • getSatisfiesPzs

        public boolean getSatisfiesPzs()
         Output only. Reserved for future use.
         
        bool satisfies_pzs = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getSatisfiesPzs in interface ExecutionOrBuilder
        Returns:
        The satisfiesPzs.
      • setSatisfiesPzs

        public Execution.Builder setSatisfiesPzs​(boolean value)
         Output only. Reserved for future use.
         
        bool satisfies_pzs = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The satisfiesPzs to set.
        Returns:
        This builder for chaining.
      • clearSatisfiesPzs

        public Execution.Builder clearSatisfiesPzs()
         Output only. Reserved for future use.
         
        bool satisfies_pzs = 27 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getEtag

        public String getEtag()
         Output only. A system-generated fingerprint for this version of the
         resource. May be used to detect modification conflict during updates.
         
        string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEtag in interface ExecutionOrBuilder
        Returns:
        The etag.
      • getEtagBytes

        public com.google.protobuf.ByteString getEtagBytes()
         Output only. A system-generated fingerprint for this version of the
         resource. May be used to detect modification conflict during updates.
         
        string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEtagBytes in interface ExecutionOrBuilder
        Returns:
        The bytes for etag.
      • setEtag

        public Execution.Builder setEtag​(String value)
         Output only. A system-generated fingerprint for this version of the
         resource. May be used to detect modification conflict during updates.
         
        string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The etag to set.
        Returns:
        This builder for chaining.
      • clearEtag

        public Execution.Builder clearEtag()
         Output only. A system-generated fingerprint for this version of the
         resource. May be used to detect modification conflict during updates.
         
        string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setEtagBytes

        public Execution.Builder setEtagBytes​(com.google.protobuf.ByteString value)
         Output only. A system-generated fingerprint for this version of the
         resource. May be used to detect modification conflict during updates.
         
        string etag = 99 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for etag to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Execution.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<Execution.Builder>
      • mergeUnknownFields

        public final Execution.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<Execution.Builder>