All Downloads are FREE. Search and download functionalities are using the official Maven repository.

build.bazel.remote.execution.v2.ExecuteOperationMetadataOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: build/bazel/remote/execution/v2/remote_execution.proto

// Protobuf Java Version: 3.25.3
package build.bazel.remote.execution.v2;

public interface ExecuteOperationMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:build.bazel.remote.execution.v2.ExecuteOperationMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The current stage of execution.
   * 
* * .build.bazel.remote.execution.v2.ExecutionStage.Value stage = 1; * @return The enum numeric value on the wire for stage. */ int getStageValue(); /** *
   * The current stage of execution.
   * 
* * .build.bazel.remote.execution.v2.ExecutionStage.Value stage = 1; * @return The stage. */ build.bazel.remote.execution.v2.ExecutionStage.Value getStage(); /** *
   * The digest of the [Action][build.bazel.remote.execution.v2.Action]
   * being executed.
   * 
* * .build.bazel.remote.execution.v2.Digest action_digest = 2; * @return Whether the actionDigest field is set. */ boolean hasActionDigest(); /** *
   * The digest of the [Action][build.bazel.remote.execution.v2.Action]
   * being executed.
   * 
* * .build.bazel.remote.execution.v2.Digest action_digest = 2; * @return The actionDigest. */ build.bazel.remote.execution.v2.Digest getActionDigest(); /** *
   * The digest of the [Action][build.bazel.remote.execution.v2.Action]
   * being executed.
   * 
* * .build.bazel.remote.execution.v2.Digest action_digest = 2; */ build.bazel.remote.execution.v2.DigestOrBuilder getActionDigestOrBuilder(); /** *
   * If set, the client can use this resource name with
   * [ByteStream.Read][google.bytestream.ByteStream.Read] to stream the
   * standard output from the endpoint hosting streamed responses.
   * 
* * string stdout_stream_name = 3; * @return The stdoutStreamName. */ java.lang.String getStdoutStreamName(); /** *
   * If set, the client can use this resource name with
   * [ByteStream.Read][google.bytestream.ByteStream.Read] to stream the
   * standard output from the endpoint hosting streamed responses.
   * 
* * string stdout_stream_name = 3; * @return The bytes for stdoutStreamName. */ com.google.protobuf.ByteString getStdoutStreamNameBytes(); /** *
   * If set, the client can use this resource name with
   * [ByteStream.Read][google.bytestream.ByteStream.Read] to stream the
   * standard error from the endpoint hosting streamed responses.
   * 
* * string stderr_stream_name = 4; * @return The stderrStreamName. */ java.lang.String getStderrStreamName(); /** *
   * If set, the client can use this resource name with
   * [ByteStream.Read][google.bytestream.ByteStream.Read] to stream the
   * standard error from the endpoint hosting streamed responses.
   * 
* * string stderr_stream_name = 4; * @return The bytes for stderrStreamName. */ com.google.protobuf.ByteString getStderrStreamNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy