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

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

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

package build.bazel.remote.execution.v2;

/**
 * 
 * A response message for
 * [ContentAddressableStorage.BatchUpdateBlobs][build.bazel.remote.execution.v2.ContentAddressableStorage.BatchUpdateBlobs].
 * 
* * Protobuf type {@code build.bazel.remote.execution.v2.BatchUpdateBlobsResponse} */ public final class BatchUpdateBlobsResponse extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:build.bazel.remote.execution.v2.BatchUpdateBlobsResponse) BatchUpdateBlobsResponseOrBuilder { private static final long serialVersionUID = 0L; // Use BatchUpdateBlobsResponse.newBuilder() to construct. private BatchUpdateBlobsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private BatchUpdateBlobsResponse() { responses_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new BatchUpdateBlobsResponse(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return build.bazel.remote.execution.v2.RemoteExecutionProto.internal_static_build_bazel_remote_execution_v2_BatchUpdateBlobsResponse_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_BatchUpdateBlobsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.class, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Builder.class); } public interface ResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response) com.google.protobuf.MessageOrBuilder { /** *
     * The blob digest to which this response corresponds.
     * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; * @return Whether the digest field is set. */ boolean hasDigest(); /** *
     * The blob digest to which this response corresponds.
     * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; * @return The digest. */ build.bazel.remote.execution.v2.Digest getDigest(); /** *
     * The blob digest to which this response corresponds.
     * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; */ build.bazel.remote.execution.v2.DigestOrBuilder getDigestOrBuilder(); /** *
     * The result of attempting to upload that blob.
     * 
* * .google.rpc.Status status = 2; * @return Whether the status field is set. */ boolean hasStatus(); /** *
     * The result of attempting to upload that blob.
     * 
* * .google.rpc.Status status = 2; * @return The status. */ com.google.rpc.Status getStatus(); /** *
     * The result of attempting to upload that blob.
     * 
* * .google.rpc.Status status = 2; */ com.google.rpc.StatusOrBuilder getStatusOrBuilder(); } /** *
   * A response corresponding to a single blob that the client tried to upload.
   * 
* * Protobuf type {@code build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response} */ public static final class Response extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response) ResponseOrBuilder { private static final long serialVersionUID = 0L; // Use Response.newBuilder() to construct. private Response(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Response() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Response(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return build.bazel.remote.execution.v2.RemoteExecutionProto.internal_static_build_bazel_remote_execution_v2_BatchUpdateBlobsResponse_Response_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_BatchUpdateBlobsResponse_Response_fieldAccessorTable .ensureFieldAccessorsInitialized( build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.class, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.Builder.class); } public static final int DIGEST_FIELD_NUMBER = 1; private build.bazel.remote.execution.v2.Digest digest_; /** *
     * The blob digest to which this response corresponds.
     * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; * @return Whether the digest field is set. */ @java.lang.Override public boolean hasDigest() { return digest_ != null; } /** *
     * The blob digest to which this response corresponds.
     * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; * @return The digest. */ @java.lang.Override public build.bazel.remote.execution.v2.Digest getDigest() { return digest_ == null ? build.bazel.remote.execution.v2.Digest.getDefaultInstance() : digest_; } /** *
     * The blob digest to which this response corresponds.
     * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; */ @java.lang.Override public build.bazel.remote.execution.v2.DigestOrBuilder getDigestOrBuilder() { return digest_ == null ? build.bazel.remote.execution.v2.Digest.getDefaultInstance() : digest_; } public static final int STATUS_FIELD_NUMBER = 2; private com.google.rpc.Status status_; /** *
     * The result of attempting to upload that blob.
     * 
* * .google.rpc.Status status = 2; * @return Whether the status field is set. */ @java.lang.Override public boolean hasStatus() { return status_ != null; } /** *
     * The result of attempting to upload that blob.
     * 
* * .google.rpc.Status status = 2; * @return The status. */ @java.lang.Override public com.google.rpc.Status getStatus() { return status_ == null ? com.google.rpc.Status.getDefaultInstance() : status_; } /** *
     * The result of attempting to upload that blob.
     * 
* * .google.rpc.Status status = 2; */ @java.lang.Override public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { return status_ == null ? com.google.rpc.Status.getDefaultInstance() : status_; } 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 (digest_ != null) { output.writeMessage(1, getDigest()); } if (status_ != null) { output.writeMessage(2, getStatus()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (digest_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getDigest()); } if (status_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getStatus()); } 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.BatchUpdateBlobsResponse.Response)) { return super.equals(obj); } build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response other = (build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response) obj; if (hasDigest() != other.hasDigest()) return false; if (hasDigest()) { if (!getDigest() .equals(other.getDigest())) return false; } if (hasStatus() != other.hasStatus()) return false; if (hasStatus()) { if (!getStatus() .equals(other.getStatus())) 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(); if (hasDigest()) { hash = (37 * hash) + DIGEST_FIELD_NUMBER; hash = (53 * hash) + getDigest().hashCode(); } if (hasStatus()) { hash = (37 * hash) + STATUS_FIELD_NUMBER; hash = (53 * hash) + getStatus().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response 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.BatchUpdateBlobsResponse.Response parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response 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.BatchUpdateBlobsResponse.Response parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response 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.BatchUpdateBlobsResponse.Response parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response 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.BatchUpdateBlobsResponse.Response parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response 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.BatchUpdateBlobsResponse.Response 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.BatchUpdateBlobsResponse.Response 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.BatchUpdateBlobsResponse.Response 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; } /** *
     * A response corresponding to a single blob that the client tried to upload.
     * 
* * Protobuf type {@code build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response) build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.ResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return build.bazel.remote.execution.v2.RemoteExecutionProto.internal_static_build_bazel_remote_execution_v2_BatchUpdateBlobsResponse_Response_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_BatchUpdateBlobsResponse_Response_fieldAccessorTable .ensureFieldAccessorsInitialized( build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.class, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.Builder.class); } // Construct using build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; digest_ = null; if (digestBuilder_ != null) { digestBuilder_.dispose(); digestBuilder_ = null; } status_ = null; if (statusBuilder_ != null) { statusBuilder_.dispose(); statusBuilder_ = null; } 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_BatchUpdateBlobsResponse_Response_descriptor; } @java.lang.Override public build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response getDefaultInstanceForType() { return build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.getDefaultInstance(); } @java.lang.Override public build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response build() { build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response buildPartial() { build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response result = new build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.digest_ = digestBuilder_ == null ? digest_ : digestBuilder_.build(); } if (((from_bitField0_ & 0x00000002) != 0)) { result.status_ = statusBuilder_ == null ? status_ : statusBuilder_.build(); } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response) { return mergeFrom((build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response other) { if (other == build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.getDefaultInstance()) return this; if (other.hasDigest()) { mergeDigest(other.getDigest()); } if (other.hasStatus()) { mergeStatus(other.getStatus()); } 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 10: { input.readMessage( getDigestFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getStatusFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 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 build.bazel.remote.execution.v2.Digest digest_; private com.google.protobuf.SingleFieldBuilderV3< build.bazel.remote.execution.v2.Digest, build.bazel.remote.execution.v2.Digest.Builder, build.bazel.remote.execution.v2.DigestOrBuilder> digestBuilder_; /** *
       * The blob digest to which this response corresponds.
       * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; * @return Whether the digest field is set. */ public boolean hasDigest() { return ((bitField0_ & 0x00000001) != 0); } /** *
       * The blob digest to which this response corresponds.
       * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; * @return The digest. */ public build.bazel.remote.execution.v2.Digest getDigest() { if (digestBuilder_ == null) { return digest_ == null ? build.bazel.remote.execution.v2.Digest.getDefaultInstance() : digest_; } else { return digestBuilder_.getMessage(); } } /** *
       * The blob digest to which this response corresponds.
       * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; */ public Builder setDigest(build.bazel.remote.execution.v2.Digest value) { if (digestBuilder_ == null) { if (value == null) { throw new NullPointerException(); } digest_ = value; } else { digestBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * The blob digest to which this response corresponds.
       * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; */ public Builder setDigest( build.bazel.remote.execution.v2.Digest.Builder builderForValue) { if (digestBuilder_ == null) { digest_ = builderForValue.build(); } else { digestBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * The blob digest to which this response corresponds.
       * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; */ public Builder mergeDigest(build.bazel.remote.execution.v2.Digest value) { if (digestBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && digest_ != null && digest_ != build.bazel.remote.execution.v2.Digest.getDefaultInstance()) { getDigestBuilder().mergeFrom(value); } else { digest_ = value; } } else { digestBuilder_.mergeFrom(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
       * The blob digest to which this response corresponds.
       * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; */ public Builder clearDigest() { bitField0_ = (bitField0_ & ~0x00000001); digest_ = null; if (digestBuilder_ != null) { digestBuilder_.dispose(); digestBuilder_ = null; } onChanged(); return this; } /** *
       * The blob digest to which this response corresponds.
       * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; */ public build.bazel.remote.execution.v2.Digest.Builder getDigestBuilder() { bitField0_ |= 0x00000001; onChanged(); return getDigestFieldBuilder().getBuilder(); } /** *
       * The blob digest to which this response corresponds.
       * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; */ public build.bazel.remote.execution.v2.DigestOrBuilder getDigestOrBuilder() { if (digestBuilder_ != null) { return digestBuilder_.getMessageOrBuilder(); } else { return digest_ == null ? build.bazel.remote.execution.v2.Digest.getDefaultInstance() : digest_; } } /** *
       * The blob digest to which this response corresponds.
       * 
* * .build.bazel.remote.execution.v2.Digest digest = 1; */ private com.google.protobuf.SingleFieldBuilderV3< build.bazel.remote.execution.v2.Digest, build.bazel.remote.execution.v2.Digest.Builder, build.bazel.remote.execution.v2.DigestOrBuilder> getDigestFieldBuilder() { if (digestBuilder_ == null) { digestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< build.bazel.remote.execution.v2.Digest, build.bazel.remote.execution.v2.Digest.Builder, build.bazel.remote.execution.v2.DigestOrBuilder>( getDigest(), getParentForChildren(), isClean()); digest_ = null; } return digestBuilder_; } private com.google.rpc.Status status_; private com.google.protobuf.SingleFieldBuilderV3< com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> statusBuilder_; /** *
       * The result of attempting to upload that blob.
       * 
* * .google.rpc.Status status = 2; * @return Whether the status field is set. */ public boolean hasStatus() { return ((bitField0_ & 0x00000002) != 0); } /** *
       * The result of attempting to upload that blob.
       * 
* * .google.rpc.Status status = 2; * @return The status. */ public com.google.rpc.Status getStatus() { if (statusBuilder_ == null) { return status_ == null ? com.google.rpc.Status.getDefaultInstance() : status_; } else { return statusBuilder_.getMessage(); } } /** *
       * The result of attempting to upload that blob.
       * 
* * .google.rpc.Status status = 2; */ public Builder setStatus(com.google.rpc.Status value) { if (statusBuilder_ == null) { if (value == null) { throw new NullPointerException(); } status_ = value; } else { statusBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * The result of attempting to upload that blob.
       * 
* * .google.rpc.Status status = 2; */ public Builder setStatus( com.google.rpc.Status.Builder builderForValue) { if (statusBuilder_ == null) { status_ = builderForValue.build(); } else { statusBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * The result of attempting to upload that blob.
       * 
* * .google.rpc.Status status = 2; */ public Builder mergeStatus(com.google.rpc.Status value) { if (statusBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && status_ != null && status_ != com.google.rpc.Status.getDefaultInstance()) { getStatusBuilder().mergeFrom(value); } else { status_ = value; } } else { statusBuilder_.mergeFrom(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
       * The result of attempting to upload that blob.
       * 
* * .google.rpc.Status status = 2; */ public Builder clearStatus() { bitField0_ = (bitField0_ & ~0x00000002); status_ = null; if (statusBuilder_ != null) { statusBuilder_.dispose(); statusBuilder_ = null; } onChanged(); return this; } /** *
       * The result of attempting to upload that blob.
       * 
* * .google.rpc.Status status = 2; */ public com.google.rpc.Status.Builder getStatusBuilder() { bitField0_ |= 0x00000002; onChanged(); return getStatusFieldBuilder().getBuilder(); } /** *
       * The result of attempting to upload that blob.
       * 
* * .google.rpc.Status status = 2; */ public com.google.rpc.StatusOrBuilder getStatusOrBuilder() { if (statusBuilder_ != null) { return statusBuilder_.getMessageOrBuilder(); } else { return status_ == null ? com.google.rpc.Status.getDefaultInstance() : status_; } } /** *
       * The result of attempting to upload that blob.
       * 
* * .google.rpc.Status status = 2; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> getStatusFieldBuilder() { if (statusBuilder_ == null) { statusBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder>( getStatus(), getParentForChildren(), isClean()); status_ = null; } return statusBuilder_; } @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.BatchUpdateBlobsResponse.Response) } // @@protoc_insertion_point(class_scope:build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response) private static final build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response(); } public static build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Response 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.BatchUpdateBlobsResponse.Response getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int RESPONSES_FIELD_NUMBER = 1; @SuppressWarnings("serial") private java.util.List responses_; /** *
   * The responses to the requests.
   * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ @java.lang.Override public java.util.List getResponsesList() { return responses_; } /** *
   * The responses to the requests.
   * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ @java.lang.Override public java.util.List getResponsesOrBuilderList() { return responses_; } /** *
   * The responses to the requests.
   * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ @java.lang.Override public int getResponsesCount() { return responses_.size(); } /** *
   * The responses to the requests.
   * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ @java.lang.Override public build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response getResponses(int index) { return responses_.get(index); } /** *
   * The responses to the requests.
   * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ @java.lang.Override public build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.ResponseOrBuilder getResponsesOrBuilder( int index) { return responses_.get(index); } 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 { for (int i = 0; i < responses_.size(); i++) { output.writeMessage(1, responses_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < responses_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, responses_.get(i)); } 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.BatchUpdateBlobsResponse)) { return super.equals(obj); } build.bazel.remote.execution.v2.BatchUpdateBlobsResponse other = (build.bazel.remote.execution.v2.BatchUpdateBlobsResponse) obj; if (!getResponsesList() .equals(other.getResponsesList())) 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(); if (getResponsesCount() > 0) { hash = (37 * hash) + RESPONSES_FIELD_NUMBER; hash = (53 * hash) + getResponsesList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static build.bazel.remote.execution.v2.BatchUpdateBlobsResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.bazel.remote.execution.v2.BatchUpdateBlobsResponse 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.BatchUpdateBlobsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.bazel.remote.execution.v2.BatchUpdateBlobsResponse 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.BatchUpdateBlobsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.bazel.remote.execution.v2.BatchUpdateBlobsResponse 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.BatchUpdateBlobsResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static build.bazel.remote.execution.v2.BatchUpdateBlobsResponse 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.BatchUpdateBlobsResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static build.bazel.remote.execution.v2.BatchUpdateBlobsResponse 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.BatchUpdateBlobsResponse 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.BatchUpdateBlobsResponse 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.BatchUpdateBlobsResponse 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; } /** *
   * A response message for
   * [ContentAddressableStorage.BatchUpdateBlobs][build.bazel.remote.execution.v2.ContentAddressableStorage.BatchUpdateBlobs].
   * 
* * Protobuf type {@code build.bazel.remote.execution.v2.BatchUpdateBlobsResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:build.bazel.remote.execution.v2.BatchUpdateBlobsResponse) build.bazel.remote.execution.v2.BatchUpdateBlobsResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return build.bazel.remote.execution.v2.RemoteExecutionProto.internal_static_build_bazel_remote_execution_v2_BatchUpdateBlobsResponse_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_BatchUpdateBlobsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.class, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Builder.class); } // Construct using build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; if (responsesBuilder_ == null) { responses_ = java.util.Collections.emptyList(); } else { responses_ = null; responsesBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); 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_BatchUpdateBlobsResponse_descriptor; } @java.lang.Override public build.bazel.remote.execution.v2.BatchUpdateBlobsResponse getDefaultInstanceForType() { return build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.getDefaultInstance(); } @java.lang.Override public build.bazel.remote.execution.v2.BatchUpdateBlobsResponse build() { build.bazel.remote.execution.v2.BatchUpdateBlobsResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public build.bazel.remote.execution.v2.BatchUpdateBlobsResponse buildPartial() { build.bazel.remote.execution.v2.BatchUpdateBlobsResponse result = new build.bazel.remote.execution.v2.BatchUpdateBlobsResponse(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(build.bazel.remote.execution.v2.BatchUpdateBlobsResponse result) { if (responsesBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { responses_ = java.util.Collections.unmodifiableList(responses_); bitField0_ = (bitField0_ & ~0x00000001); } result.responses_ = responses_; } else { result.responses_ = responsesBuilder_.build(); } } private void buildPartial0(build.bazel.remote.execution.v2.BatchUpdateBlobsResponse result) { int from_bitField0_ = bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof build.bazel.remote.execution.v2.BatchUpdateBlobsResponse) { return mergeFrom((build.bazel.remote.execution.v2.BatchUpdateBlobsResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(build.bazel.remote.execution.v2.BatchUpdateBlobsResponse other) { if (other == build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.getDefaultInstance()) return this; if (responsesBuilder_ == null) { if (!other.responses_.isEmpty()) { if (responses_.isEmpty()) { responses_ = other.responses_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureResponsesIsMutable(); responses_.addAll(other.responses_); } onChanged(); } } else { if (!other.responses_.isEmpty()) { if (responsesBuilder_.isEmpty()) { responsesBuilder_.dispose(); responsesBuilder_ = null; responses_ = other.responses_; bitField0_ = (bitField0_ & ~0x00000001); responsesBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getResponsesFieldBuilder() : null; } else { responsesBuilder_.addAllMessages(other.responses_); } } } 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 10: { build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response m = input.readMessage( build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.parser(), extensionRegistry); if (responsesBuilder_ == null) { ensureResponsesIsMutable(); responses_.add(m); } else { responsesBuilder_.addMessage(m); } break; } // case 10 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 java.util.List responses_ = java.util.Collections.emptyList(); private void ensureResponsesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { responses_ = new java.util.ArrayList(responses_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.Builder, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.ResponseOrBuilder> responsesBuilder_; /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public java.util.List getResponsesList() { if (responsesBuilder_ == null) { return java.util.Collections.unmodifiableList(responses_); } else { return responsesBuilder_.getMessageList(); } } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public int getResponsesCount() { if (responsesBuilder_ == null) { return responses_.size(); } else { return responsesBuilder_.getCount(); } } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response getResponses(int index) { if (responsesBuilder_ == null) { return responses_.get(index); } else { return responsesBuilder_.getMessage(index); } } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public Builder setResponses( int index, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response value) { if (responsesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureResponsesIsMutable(); responses_.set(index, value); onChanged(); } else { responsesBuilder_.setMessage(index, value); } return this; } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public Builder setResponses( int index, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.Builder builderForValue) { if (responsesBuilder_ == null) { ensureResponsesIsMutable(); responses_.set(index, builderForValue.build()); onChanged(); } else { responsesBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public Builder addResponses(build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response value) { if (responsesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureResponsesIsMutable(); responses_.add(value); onChanged(); } else { responsesBuilder_.addMessage(value); } return this; } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public Builder addResponses( int index, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response value) { if (responsesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureResponsesIsMutable(); responses_.add(index, value); onChanged(); } else { responsesBuilder_.addMessage(index, value); } return this; } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public Builder addResponses( build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.Builder builderForValue) { if (responsesBuilder_ == null) { ensureResponsesIsMutable(); responses_.add(builderForValue.build()); onChanged(); } else { responsesBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public Builder addResponses( int index, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.Builder builderForValue) { if (responsesBuilder_ == null) { ensureResponsesIsMutable(); responses_.add(index, builderForValue.build()); onChanged(); } else { responsesBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public Builder addAllResponses( java.lang.Iterable values) { if (responsesBuilder_ == null) { ensureResponsesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, responses_); onChanged(); } else { responsesBuilder_.addAllMessages(values); } return this; } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public Builder clearResponses() { if (responsesBuilder_ == null) { responses_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { responsesBuilder_.clear(); } return this; } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public Builder removeResponses(int index) { if (responsesBuilder_ == null) { ensureResponsesIsMutable(); responses_.remove(index); onChanged(); } else { responsesBuilder_.remove(index); } return this; } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.Builder getResponsesBuilder( int index) { return getResponsesFieldBuilder().getBuilder(index); } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.ResponseOrBuilder getResponsesOrBuilder( int index) { if (responsesBuilder_ == null) { return responses_.get(index); } else { return responsesBuilder_.getMessageOrBuilder(index); } } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public java.util.List getResponsesOrBuilderList() { if (responsesBuilder_ != null) { return responsesBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(responses_); } } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.Builder addResponsesBuilder() { return getResponsesFieldBuilder().addBuilder( build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.getDefaultInstance()); } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.Builder addResponsesBuilder( int index) { return getResponsesFieldBuilder().addBuilder( index, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.getDefaultInstance()); } /** *
     * The responses to the requests.
     * 
* * repeated .build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response responses = 1; */ public java.util.List getResponsesBuilderList() { return getResponsesFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.Builder, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.ResponseOrBuilder> getResponsesFieldBuilder() { if (responsesBuilder_ == null) { responsesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.Response.Builder, build.bazel.remote.execution.v2.BatchUpdateBlobsResponse.ResponseOrBuilder>( responses_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); responses_ = null; } return responsesBuilder_; } @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.BatchUpdateBlobsResponse) } // @@protoc_insertion_point(class_scope:build.bazel.remote.execution.v2.BatchUpdateBlobsResponse) private static final build.bazel.remote.execution.v2.BatchUpdateBlobsResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new build.bazel.remote.execution.v2.BatchUpdateBlobsResponse(); } public static build.bazel.remote.execution.v2.BatchUpdateBlobsResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public BatchUpdateBlobsResponse 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.BatchUpdateBlobsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy