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

build.bazel.remote.execution.v2.ExecuteOperationMetadata 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;

/**
 * 
 * Metadata about an ongoing
 * [execution][build.bazel.remote.execution.v2.Execution.Execute], which
 * will be contained in the [metadata
 * field][google.longrunning.Operation.response] of the
 * [Operation][google.longrunning.Operation].
 * 
* * Protobuf type {@code build.bazel.remote.execution.v2.ExecuteOperationMetadata} */ public final class ExecuteOperationMetadata extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:build.bazel.remote.execution.v2.ExecuteOperationMetadata) ExecuteOperationMetadataOrBuilder { private static final long serialVersionUID = 0L; // Use ExecuteOperationMetadata.newBuilder() to construct. private ExecuteOperationMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ExecuteOperationMetadata() { stage_ = 0; stdoutStreamName_ = ""; stderrStreamName_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ExecuteOperationMetadata(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return build.bazel.remote.execution.v2.RemoteExecutionProto.internal_static_build_bazel_remote_execution_v2_ExecuteOperationMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return build.bazel.remote.execution.v2.RemoteExecutionProto.internal_static_build_bazel_remote_execution_v2_ExecuteOperationMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( build.bazel.remote.execution.v2.ExecuteOperationMetadata.class, build.bazel.remote.execution.v2.ExecuteOperationMetadata.Builder.class); } private int bitField0_; public static final int STAGE_FIELD_NUMBER = 1; private int stage_ = 0; /** *
   * The current stage of execution.
   * 
* * .build.bazel.remote.execution.v2.ExecutionStage.Value stage = 1; * @return The enum numeric value on the wire for stage. */ @java.lang.Override public int getStageValue() { return stage_; } /** *
   * The current stage of execution.
   * 
* * .build.bazel.remote.execution.v2.ExecutionStage.Value stage = 1; * @return The stage. */ @java.lang.Override public build.bazel.remote.execution.v2.ExecutionStage.Value getStage() { build.bazel.remote.execution.v2.ExecutionStage.Value result = build.bazel.remote.execution.v2.ExecutionStage.Value.forNumber(stage_); return result == null ? build.bazel.remote.execution.v2.ExecutionStage.Value.UNRECOGNIZED : result; } public static final int ACTION_DIGEST_FIELD_NUMBER = 2; private build.bazel.remote.execution.v2.Digest actionDigest_; /** *
   * 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. */ @java.lang.Override public boolean hasActionDigest() { return ((bitField0_ & 0x00000001) != 0); } /** *
   * 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. */ @java.lang.Override public build.bazel.remote.execution.v2.Digest getActionDigest() { return actionDigest_ == null ? build.bazel.remote.execution.v2.Digest.getDefaultInstance() : actionDigest_; } /** *
   * The digest of the [Action][build.bazel.remote.execution.v2.Action]
   * being executed.
   * 
* * .build.bazel.remote.execution.v2.Digest action_digest = 2; */ @java.lang.Override public build.bazel.remote.execution.v2.DigestOrBuilder getActionDigestOrBuilder() { return actionDigest_ == null ? build.bazel.remote.execution.v2.Digest.getDefaultInstance() : actionDigest_; } public static final int STDOUT_STREAM_NAME_FIELD_NUMBER = 3; @SuppressWarnings("serial") private volatile java.lang.Object stdoutStreamName_ = ""; /** *
   * 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.Override public java.lang.String getStdoutStreamName() { java.lang.Object ref = stdoutStreamName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); stdoutStreamName_ = s; return s; } } /** *
   * 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. */ @java.lang.Override public com.google.protobuf.ByteString getStdoutStreamNameBytes() { java.lang.Object ref = stdoutStreamName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stdoutStreamName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int STDERR_STREAM_NAME_FIELD_NUMBER = 4; @SuppressWarnings("serial") private volatile java.lang.Object stderrStreamName_ = ""; /** *
   * 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.Override public java.lang.String getStderrStreamName() { java.lang.Object ref = stderrStreamName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); stderrStreamName_ = s; return s; } } /** *
   * 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. */ @java.lang.Override public com.google.protobuf.ByteString getStderrStreamNameBytes() { java.lang.Object ref = stderrStreamName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stderrStreamName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (stage_ != build.bazel.remote.execution.v2.ExecutionStage.Value.UNKNOWN.getNumber()) { output.writeEnum(1, stage_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(2, getActionDigest()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(stdoutStreamName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, stdoutStreamName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(stderrStreamName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, stderrStreamName_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (stage_ != build.bazel.remote.execution.v2.ExecutionStage.Value.UNKNOWN.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(1, stage_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getActionDigest()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(stdoutStreamName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, stdoutStreamName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(stderrStreamName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, stderrStreamName_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof build.bazel.remote.execution.v2.ExecuteOperationMetadata)) { return super.equals(obj); } build.bazel.remote.execution.v2.ExecuteOperationMetadata other = (build.bazel.remote.execution.v2.ExecuteOperationMetadata) obj; if (stage_ != other.stage_) return false; if (hasActionDigest() != other.hasActionDigest()) return false; if (hasActionDigest()) { if (!getActionDigest() .equals(other.getActionDigest())) return false; } if (!getStdoutStreamName() .equals(other.getStdoutStreamName())) return false; if (!getStderrStreamName() .equals(other.getStderrStreamName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + STAGE_FIELD_NUMBER; hash = (53 * hash) + stage_; if (hasActionDigest()) { hash = (37 * hash) + ACTION_DIGEST_FIELD_NUMBER; hash = (53 * hash) + getActionDigest().hashCode(); } hash = (37 * hash) + STDOUT_STREAM_NAME_FIELD_NUMBER; hash = (53 * hash) + getStdoutStreamName().hashCode(); hash = (37 * hash) + STDERR_STREAM_NAME_FIELD_NUMBER; hash = (53 * hash) + getStderrStreamName().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static build.bazel.remote.execution.v2.ExecuteOperationMetadata parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.bazel.remote.execution.v2.ExecuteOperationMetadata parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static build.bazel.remote.execution.v2.ExecuteOperationMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.bazel.remote.execution.v2.ExecuteOperationMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static build.bazel.remote.execution.v2.ExecuteOperationMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.bazel.remote.execution.v2.ExecuteOperationMetadata parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static build.bazel.remote.execution.v2.ExecuteOperationMetadata parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static build.bazel.remote.execution.v2.ExecuteOperationMetadata parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static build.bazel.remote.execution.v2.ExecuteOperationMetadata parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static build.bazel.remote.execution.v2.ExecuteOperationMetadata parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static build.bazel.remote.execution.v2.ExecuteOperationMetadata parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static build.bazel.remote.execution.v2.ExecuteOperationMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(build.bazel.remote.execution.v2.ExecuteOperationMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * Metadata about an ongoing
   * [execution][build.bazel.remote.execution.v2.Execution.Execute], which
   * will be contained in the [metadata
   * field][google.longrunning.Operation.response] of the
   * [Operation][google.longrunning.Operation].
   * 
* * Protobuf type {@code build.bazel.remote.execution.v2.ExecuteOperationMetadata} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:build.bazel.remote.execution.v2.ExecuteOperationMetadata) build.bazel.remote.execution.v2.ExecuteOperationMetadataOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return build.bazel.remote.execution.v2.RemoteExecutionProto.internal_static_build_bazel_remote_execution_v2_ExecuteOperationMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return build.bazel.remote.execution.v2.RemoteExecutionProto.internal_static_build_bazel_remote_execution_v2_ExecuteOperationMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( build.bazel.remote.execution.v2.ExecuteOperationMetadata.class, build.bazel.remote.execution.v2.ExecuteOperationMetadata.Builder.class); } // Construct using build.bazel.remote.execution.v2.ExecuteOperationMetadata.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getActionDigestFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; stage_ = 0; actionDigest_ = null; if (actionDigestBuilder_ != null) { actionDigestBuilder_.dispose(); actionDigestBuilder_ = null; } stdoutStreamName_ = ""; stderrStreamName_ = ""; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return build.bazel.remote.execution.v2.RemoteExecutionProto.internal_static_build_bazel_remote_execution_v2_ExecuteOperationMetadata_descriptor; } @java.lang.Override public build.bazel.remote.execution.v2.ExecuteOperationMetadata getDefaultInstanceForType() { return build.bazel.remote.execution.v2.ExecuteOperationMetadata.getDefaultInstance(); } @java.lang.Override public build.bazel.remote.execution.v2.ExecuteOperationMetadata build() { build.bazel.remote.execution.v2.ExecuteOperationMetadata result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public build.bazel.remote.execution.v2.ExecuteOperationMetadata buildPartial() { build.bazel.remote.execution.v2.ExecuteOperationMetadata result = new build.bazel.remote.execution.v2.ExecuteOperationMetadata(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(build.bazel.remote.execution.v2.ExecuteOperationMetadata result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.stage_ = stage_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { result.actionDigest_ = actionDigestBuilder_ == null ? actionDigest_ : actionDigestBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000004) != 0)) { result.stdoutStreamName_ = stdoutStreamName_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.stderrStreamName_ = stderrStreamName_; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof build.bazel.remote.execution.v2.ExecuteOperationMetadata) { return mergeFrom((build.bazel.remote.execution.v2.ExecuteOperationMetadata)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(build.bazel.remote.execution.v2.ExecuteOperationMetadata other) { if (other == build.bazel.remote.execution.v2.ExecuteOperationMetadata.getDefaultInstance()) return this; if (other.stage_ != 0) { setStageValue(other.getStageValue()); } if (other.hasActionDigest()) { mergeActionDigest(other.getActionDigest()); } if (!other.getStdoutStreamName().isEmpty()) { stdoutStreamName_ = other.stdoutStreamName_; bitField0_ |= 0x00000004; onChanged(); } if (!other.getStderrStreamName().isEmpty()) { stderrStreamName_ = other.stderrStreamName_; bitField0_ |= 0x00000008; onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 8: { stage_ = input.readEnum(); bitField0_ |= 0x00000001; break; } // case 8 case 18: { input.readMessage( getActionDigestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 26: { stdoutStreamName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; break; } // case 26 case 34: { stderrStreamName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000008; break; } // case 34 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private int stage_ = 0; /** *
     * The current stage of execution.
     * 
* * .build.bazel.remote.execution.v2.ExecutionStage.Value stage = 1; * @return The enum numeric value on the wire for stage. */ @java.lang.Override public int getStageValue() { return stage_; } /** *
     * The current stage of execution.
     * 
* * .build.bazel.remote.execution.v2.ExecutionStage.Value stage = 1; * @param value The enum numeric value on the wire for stage to set. * @return This builder for chaining. */ public Builder setStageValue(int value) { stage_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * The current stage of execution.
     * 
* * .build.bazel.remote.execution.v2.ExecutionStage.Value stage = 1; * @return The stage. */ @java.lang.Override public build.bazel.remote.execution.v2.ExecutionStage.Value getStage() { build.bazel.remote.execution.v2.ExecutionStage.Value result = build.bazel.remote.execution.v2.ExecutionStage.Value.forNumber(stage_); return result == null ? build.bazel.remote.execution.v2.ExecutionStage.Value.UNRECOGNIZED : result; } /** *
     * The current stage of execution.
     * 
* * .build.bazel.remote.execution.v2.ExecutionStage.Value stage = 1; * @param value The stage to set. * @return This builder for chaining. */ public Builder setStage(build.bazel.remote.execution.v2.ExecutionStage.Value value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; stage_ = value.getNumber(); onChanged(); return this; } /** *
     * The current stage of execution.
     * 
* * .build.bazel.remote.execution.v2.ExecutionStage.Value stage = 1; * @return This builder for chaining. */ public Builder clearStage() { bitField0_ = (bitField0_ & ~0x00000001); stage_ = 0; onChanged(); return this; } private build.bazel.remote.execution.v2.Digest actionDigest_; private com.google.protobuf.SingleFieldBuilderV3< build.bazel.remote.execution.v2.Digest, build.bazel.remote.execution.v2.Digest.Builder, build.bazel.remote.execution.v2.DigestOrBuilder> actionDigestBuilder_; /** *
     * 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. */ public boolean hasActionDigest() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * 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. */ public build.bazel.remote.execution.v2.Digest getActionDigest() { if (actionDigestBuilder_ == null) { return actionDigest_ == null ? build.bazel.remote.execution.v2.Digest.getDefaultInstance() : actionDigest_; } else { return actionDigestBuilder_.getMessage(); } } /** *
     * The digest of the [Action][build.bazel.remote.execution.v2.Action]
     * being executed.
     * 
* * .build.bazel.remote.execution.v2.Digest action_digest = 2; */ public Builder setActionDigest(build.bazel.remote.execution.v2.Digest value) { if (actionDigestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } actionDigest_ = value; } else { actionDigestBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * The digest of the [Action][build.bazel.remote.execution.v2.Action]
     * being executed.
     * 
* * .build.bazel.remote.execution.v2.Digest action_digest = 2; */ public Builder setActionDigest( build.bazel.remote.execution.v2.Digest.Builder builderForValue) { if (actionDigestBuilder_ == null) { actionDigest_ = builderForValue.build(); } else { actionDigestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * The digest of the [Action][build.bazel.remote.execution.v2.Action]
     * being executed.
     * 
* * .build.bazel.remote.execution.v2.Digest action_digest = 2; */ public Builder mergeActionDigest(build.bazel.remote.execution.v2.Digest value) { if (actionDigestBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && actionDigest_ != null && actionDigest_ != build.bazel.remote.execution.v2.Digest.getDefaultInstance()) { getActionDigestBuilder().mergeFrom(value); } else { actionDigest_ = value; } } else { actionDigestBuilder_.mergeFrom(value); } if (actionDigest_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** *
     * The digest of the [Action][build.bazel.remote.execution.v2.Action]
     * being executed.
     * 
* * .build.bazel.remote.execution.v2.Digest action_digest = 2; */ public Builder clearActionDigest() { bitField0_ = (bitField0_ & ~0x00000002); actionDigest_ = null; if (actionDigestBuilder_ != null) { actionDigestBuilder_.dispose(); actionDigestBuilder_ = null; } onChanged(); return this; } /** *
     * The digest of the [Action][build.bazel.remote.execution.v2.Action]
     * being executed.
     * 
* * .build.bazel.remote.execution.v2.Digest action_digest = 2; */ public build.bazel.remote.execution.v2.Digest.Builder getActionDigestBuilder() { bitField0_ |= 0x00000002; onChanged(); return getActionDigestFieldBuilder().getBuilder(); } /** *
     * The digest of the [Action][build.bazel.remote.execution.v2.Action]
     * being executed.
     * 
* * .build.bazel.remote.execution.v2.Digest action_digest = 2; */ public build.bazel.remote.execution.v2.DigestOrBuilder getActionDigestOrBuilder() { if (actionDigestBuilder_ != null) { return actionDigestBuilder_.getMessageOrBuilder(); } else { return actionDigest_ == null ? build.bazel.remote.execution.v2.Digest.getDefaultInstance() : actionDigest_; } } /** *
     * The digest of the [Action][build.bazel.remote.execution.v2.Action]
     * being executed.
     * 
* * .build.bazel.remote.execution.v2.Digest action_digest = 2; */ private com.google.protobuf.SingleFieldBuilderV3< build.bazel.remote.execution.v2.Digest, build.bazel.remote.execution.v2.Digest.Builder, build.bazel.remote.execution.v2.DigestOrBuilder> getActionDigestFieldBuilder() { if (actionDigestBuilder_ == null) { actionDigestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< build.bazel.remote.execution.v2.Digest, build.bazel.remote.execution.v2.Digest.Builder, build.bazel.remote.execution.v2.DigestOrBuilder>( getActionDigest(), getParentForChildren(), isClean()); actionDigest_ = null; } return actionDigestBuilder_; } private java.lang.Object stdoutStreamName_ = ""; /** *
     * 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. */ public java.lang.String getStdoutStreamName() { java.lang.Object ref = stdoutStreamName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); stdoutStreamName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * 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. */ public com.google.protobuf.ByteString getStdoutStreamNameBytes() { java.lang.Object ref = stdoutStreamName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stdoutStreamName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * 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; * @param value The stdoutStreamName to set. * @return This builder for chaining. */ public Builder setStdoutStreamName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } stdoutStreamName_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * 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 This builder for chaining. */ public Builder clearStdoutStreamName() { stdoutStreamName_ = getDefaultInstance().getStdoutStreamName(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** *
     * 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; * @param value The bytes for stdoutStreamName to set. * @return This builder for chaining. */ public Builder setStdoutStreamNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); stdoutStreamName_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } private java.lang.Object stderrStreamName_ = ""; /** *
     * 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. */ public java.lang.String getStderrStreamName() { java.lang.Object ref = stderrStreamName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); stderrStreamName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * 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. */ public com.google.protobuf.ByteString getStderrStreamNameBytes() { java.lang.Object ref = stderrStreamName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stderrStreamName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * 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; * @param value The stderrStreamName to set. * @return This builder for chaining. */ public Builder setStderrStreamName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } stderrStreamName_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** *
     * 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 This builder for chaining. */ public Builder clearStderrStreamName() { stderrStreamName_ = getDefaultInstance().getStderrStreamName(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** *
     * 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; * @param value The bytes for stderrStreamName to set. * @return This builder for chaining. */ public Builder setStderrStreamNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); stderrStreamName_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:build.bazel.remote.execution.v2.ExecuteOperationMetadata) } // @@protoc_insertion_point(class_scope:build.bazel.remote.execution.v2.ExecuteOperationMetadata) private static final build.bazel.remote.execution.v2.ExecuteOperationMetadata DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new build.bazel.remote.execution.v2.ExecuteOperationMetadata(); } public static build.bazel.remote.execution.v2.ExecuteOperationMetadata getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ExecuteOperationMetadata parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public build.bazel.remote.execution.v2.ExecuteOperationMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy