Class Execution

  • All Implemented Interfaces:
    ExecutionOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class Execution
    extends com.google.protobuf.GeneratedMessageV3
    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
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • 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.
      • 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.
      • 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.
      • 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
      • 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
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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
      • 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
      • 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
      • 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
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Execution parseFrom​(ByteBuffer data)
                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Execution parseFrom​(ByteBuffer data,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Execution parseFrom​(com.google.protobuf.ByteString data)
                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Execution parseFrom​(com.google.protobuf.ByteString data,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Execution parseFrom​(byte[] data)
                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Execution parseFrom​(byte[] data,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Execution parseFrom​(com.google.protobuf.CodedInputStream input,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws IOException
        Throws:
        IOException
      • newBuilderForType

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

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

        protected Execution.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static Execution getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<Execution> parser()
      • getParserForType

        public com.google.protobuf.Parser<Execution> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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