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

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

/**
 * 
 * A request message for
 * [ContentAddressableStorage.FindMissingBlobs][build.bazel.remote.execution.v2.ContentAddressableStorage.FindMissingBlobs].
 * 
* * Protobuf type {@code build.bazel.remote.execution.v2.FindMissingBlobsRequest} */ public final class FindMissingBlobsRequest extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:build.bazel.remote.execution.v2.FindMissingBlobsRequest) FindMissingBlobsRequestOrBuilder { private static final long serialVersionUID = 0L; // Use FindMissingBlobsRequest.newBuilder() to construct. private FindMissingBlobsRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FindMissingBlobsRequest() { instanceName_ = ""; blobDigests_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FindMissingBlobsRequest(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return build.bazel.remote.execution.v2.RemoteExecutionProto.internal_static_build_bazel_remote_execution_v2_FindMissingBlobsRequest_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_FindMissingBlobsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( build.bazel.remote.execution.v2.FindMissingBlobsRequest.class, build.bazel.remote.execution.v2.FindMissingBlobsRequest.Builder.class); } public static final int INSTANCE_NAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object instanceName_ = ""; /** *
   * The instance of the execution system to operate against. A server may
   * support multiple instances of the execution system (with their own workers,
   * storage, caches, etc.). The server MAY require use of this field to select
   * between them in an implementation-defined fashion, otherwise it can be
   * omitted.
   * 
* * string instance_name = 1; * @return The instanceName. */ @java.lang.Override public java.lang.String getInstanceName() { java.lang.Object ref = instanceName_; 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(); instanceName_ = s; return s; } } /** *
   * The instance of the execution system to operate against. A server may
   * support multiple instances of the execution system (with their own workers,
   * storage, caches, etc.). The server MAY require use of this field to select
   * between them in an implementation-defined fashion, otherwise it can be
   * omitted.
   * 
* * string instance_name = 1; * @return The bytes for instanceName. */ @java.lang.Override public com.google.protobuf.ByteString getInstanceNameBytes() { java.lang.Object ref = instanceName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); instanceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int BLOB_DIGESTS_FIELD_NUMBER = 2; @SuppressWarnings("serial") private java.util.List blobDigests_; /** *
   * A list of the blobs to check.
   * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ @java.lang.Override public java.util.List getBlobDigestsList() { return blobDigests_; } /** *
   * A list of the blobs to check.
   * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ @java.lang.Override public java.util.List getBlobDigestsOrBuilderList() { return blobDigests_; } /** *
   * A list of the blobs to check.
   * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ @java.lang.Override public int getBlobDigestsCount() { return blobDigests_.size(); } /** *
   * A list of the blobs to check.
   * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ @java.lang.Override public build.bazel.remote.execution.v2.Digest getBlobDigests(int index) { return blobDigests_.get(index); } /** *
   * A list of the blobs to check.
   * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ @java.lang.Override public build.bazel.remote.execution.v2.DigestOrBuilder getBlobDigestsOrBuilder( int index) { return blobDigests_.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 { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instanceName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, instanceName_); } for (int i = 0; i < blobDigests_.size(); i++) { output.writeMessage(2, blobDigests_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instanceName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, instanceName_); } for (int i = 0; i < blobDigests_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, blobDigests_.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.FindMissingBlobsRequest)) { return super.equals(obj); } build.bazel.remote.execution.v2.FindMissingBlobsRequest other = (build.bazel.remote.execution.v2.FindMissingBlobsRequest) obj; if (!getInstanceName() .equals(other.getInstanceName())) return false; if (!getBlobDigestsList() .equals(other.getBlobDigestsList())) 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) + INSTANCE_NAME_FIELD_NUMBER; hash = (53 * hash) + getInstanceName().hashCode(); if (getBlobDigestsCount() > 0) { hash = (37 * hash) + BLOB_DIGESTS_FIELD_NUMBER; hash = (53 * hash) + getBlobDigestsList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static build.bazel.remote.execution.v2.FindMissingBlobsRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.bazel.remote.execution.v2.FindMissingBlobsRequest 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.FindMissingBlobsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.bazel.remote.execution.v2.FindMissingBlobsRequest 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.FindMissingBlobsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.bazel.remote.execution.v2.FindMissingBlobsRequest 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.FindMissingBlobsRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static build.bazel.remote.execution.v2.FindMissingBlobsRequest 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.FindMissingBlobsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static build.bazel.remote.execution.v2.FindMissingBlobsRequest 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.FindMissingBlobsRequest 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.FindMissingBlobsRequest 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.FindMissingBlobsRequest 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 request message for
   * [ContentAddressableStorage.FindMissingBlobs][build.bazel.remote.execution.v2.ContentAddressableStorage.FindMissingBlobs].
   * 
* * Protobuf type {@code build.bazel.remote.execution.v2.FindMissingBlobsRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:build.bazel.remote.execution.v2.FindMissingBlobsRequest) build.bazel.remote.execution.v2.FindMissingBlobsRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return build.bazel.remote.execution.v2.RemoteExecutionProto.internal_static_build_bazel_remote_execution_v2_FindMissingBlobsRequest_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_FindMissingBlobsRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( build.bazel.remote.execution.v2.FindMissingBlobsRequest.class, build.bazel.remote.execution.v2.FindMissingBlobsRequest.Builder.class); } // Construct using build.bazel.remote.execution.v2.FindMissingBlobsRequest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; instanceName_ = ""; if (blobDigestsBuilder_ == null) { blobDigests_ = java.util.Collections.emptyList(); } else { blobDigests_ = null; blobDigestsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); 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_FindMissingBlobsRequest_descriptor; } @java.lang.Override public build.bazel.remote.execution.v2.FindMissingBlobsRequest getDefaultInstanceForType() { return build.bazel.remote.execution.v2.FindMissingBlobsRequest.getDefaultInstance(); } @java.lang.Override public build.bazel.remote.execution.v2.FindMissingBlobsRequest build() { build.bazel.remote.execution.v2.FindMissingBlobsRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public build.bazel.remote.execution.v2.FindMissingBlobsRequest buildPartial() { build.bazel.remote.execution.v2.FindMissingBlobsRequest result = new build.bazel.remote.execution.v2.FindMissingBlobsRequest(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(build.bazel.remote.execution.v2.FindMissingBlobsRequest result) { if (blobDigestsBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { blobDigests_ = java.util.Collections.unmodifiableList(blobDigests_); bitField0_ = (bitField0_ & ~0x00000002); } result.blobDigests_ = blobDigests_; } else { result.blobDigests_ = blobDigestsBuilder_.build(); } } private void buildPartial0(build.bazel.remote.execution.v2.FindMissingBlobsRequest result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.instanceName_ = instanceName_; } } @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.FindMissingBlobsRequest) { return mergeFrom((build.bazel.remote.execution.v2.FindMissingBlobsRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(build.bazel.remote.execution.v2.FindMissingBlobsRequest other) { if (other == build.bazel.remote.execution.v2.FindMissingBlobsRequest.getDefaultInstance()) return this; if (!other.getInstanceName().isEmpty()) { instanceName_ = other.instanceName_; bitField0_ |= 0x00000001; onChanged(); } if (blobDigestsBuilder_ == null) { if (!other.blobDigests_.isEmpty()) { if (blobDigests_.isEmpty()) { blobDigests_ = other.blobDigests_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureBlobDigestsIsMutable(); blobDigests_.addAll(other.blobDigests_); } onChanged(); } } else { if (!other.blobDigests_.isEmpty()) { if (blobDigestsBuilder_.isEmpty()) { blobDigestsBuilder_.dispose(); blobDigestsBuilder_ = null; blobDigests_ = other.blobDigests_; bitField0_ = (bitField0_ & ~0x00000002); blobDigestsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getBlobDigestsFieldBuilder() : null; } else { blobDigestsBuilder_.addAllMessages(other.blobDigests_); } } } 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: { instanceName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { build.bazel.remote.execution.v2.Digest m = input.readMessage( build.bazel.remote.execution.v2.Digest.parser(), extensionRegistry); if (blobDigestsBuilder_ == null) { ensureBlobDigestsIsMutable(); blobDigests_.add(m); } else { blobDigestsBuilder_.addMessage(m); } 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 java.lang.Object instanceName_ = ""; /** *
     * The instance of the execution system to operate against. A server may
     * support multiple instances of the execution system (with their own workers,
     * storage, caches, etc.). The server MAY require use of this field to select
     * between them in an implementation-defined fashion, otherwise it can be
     * omitted.
     * 
* * string instance_name = 1; * @return The instanceName. */ public java.lang.String getInstanceName() { java.lang.Object ref = instanceName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); instanceName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * The instance of the execution system to operate against. A server may
     * support multiple instances of the execution system (with their own workers,
     * storage, caches, etc.). The server MAY require use of this field to select
     * between them in an implementation-defined fashion, otherwise it can be
     * omitted.
     * 
* * string instance_name = 1; * @return The bytes for instanceName. */ public com.google.protobuf.ByteString getInstanceNameBytes() { java.lang.Object ref = instanceName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); instanceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * The instance of the execution system to operate against. A server may
     * support multiple instances of the execution system (with their own workers,
     * storage, caches, etc.). The server MAY require use of this field to select
     * between them in an implementation-defined fashion, otherwise it can be
     * omitted.
     * 
* * string instance_name = 1; * @param value The instanceName to set. * @return This builder for chaining. */ public Builder setInstanceName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } instanceName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * The instance of the execution system to operate against. A server may
     * support multiple instances of the execution system (with their own workers,
     * storage, caches, etc.). The server MAY require use of this field to select
     * between them in an implementation-defined fashion, otherwise it can be
     * omitted.
     * 
* * string instance_name = 1; * @return This builder for chaining. */ public Builder clearInstanceName() { instanceName_ = getDefaultInstance().getInstanceName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     * The instance of the execution system to operate against. A server may
     * support multiple instances of the execution system (with their own workers,
     * storage, caches, etc.). The server MAY require use of this field to select
     * between them in an implementation-defined fashion, otherwise it can be
     * omitted.
     * 
* * string instance_name = 1; * @param value The bytes for instanceName to set. * @return This builder for chaining. */ public Builder setInstanceNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); instanceName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.util.List blobDigests_ = java.util.Collections.emptyList(); private void ensureBlobDigestsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { blobDigests_ = new java.util.ArrayList(blobDigests_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< build.bazel.remote.execution.v2.Digest, build.bazel.remote.execution.v2.Digest.Builder, build.bazel.remote.execution.v2.DigestOrBuilder> blobDigestsBuilder_; /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public java.util.List getBlobDigestsList() { if (blobDigestsBuilder_ == null) { return java.util.Collections.unmodifiableList(blobDigests_); } else { return blobDigestsBuilder_.getMessageList(); } } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public int getBlobDigestsCount() { if (blobDigestsBuilder_ == null) { return blobDigests_.size(); } else { return blobDigestsBuilder_.getCount(); } } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public build.bazel.remote.execution.v2.Digest getBlobDigests(int index) { if (blobDigestsBuilder_ == null) { return blobDigests_.get(index); } else { return blobDigestsBuilder_.getMessage(index); } } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public Builder setBlobDigests( int index, build.bazel.remote.execution.v2.Digest value) { if (blobDigestsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureBlobDigestsIsMutable(); blobDigests_.set(index, value); onChanged(); } else { blobDigestsBuilder_.setMessage(index, value); } return this; } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public Builder setBlobDigests( int index, build.bazel.remote.execution.v2.Digest.Builder builderForValue) { if (blobDigestsBuilder_ == null) { ensureBlobDigestsIsMutable(); blobDigests_.set(index, builderForValue.build()); onChanged(); } else { blobDigestsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public Builder addBlobDigests(build.bazel.remote.execution.v2.Digest value) { if (blobDigestsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureBlobDigestsIsMutable(); blobDigests_.add(value); onChanged(); } else { blobDigestsBuilder_.addMessage(value); } return this; } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public Builder addBlobDigests( int index, build.bazel.remote.execution.v2.Digest value) { if (blobDigestsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureBlobDigestsIsMutable(); blobDigests_.add(index, value); onChanged(); } else { blobDigestsBuilder_.addMessage(index, value); } return this; } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public Builder addBlobDigests( build.bazel.remote.execution.v2.Digest.Builder builderForValue) { if (blobDigestsBuilder_ == null) { ensureBlobDigestsIsMutable(); blobDigests_.add(builderForValue.build()); onChanged(); } else { blobDigestsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public Builder addBlobDigests( int index, build.bazel.remote.execution.v2.Digest.Builder builderForValue) { if (blobDigestsBuilder_ == null) { ensureBlobDigestsIsMutable(); blobDigests_.add(index, builderForValue.build()); onChanged(); } else { blobDigestsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public Builder addAllBlobDigests( java.lang.Iterable values) { if (blobDigestsBuilder_ == null) { ensureBlobDigestsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, blobDigests_); onChanged(); } else { blobDigestsBuilder_.addAllMessages(values); } return this; } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public Builder clearBlobDigests() { if (blobDigestsBuilder_ == null) { blobDigests_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { blobDigestsBuilder_.clear(); } return this; } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public Builder removeBlobDigests(int index) { if (blobDigestsBuilder_ == null) { ensureBlobDigestsIsMutable(); blobDigests_.remove(index); onChanged(); } else { blobDigestsBuilder_.remove(index); } return this; } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public build.bazel.remote.execution.v2.Digest.Builder getBlobDigestsBuilder( int index) { return getBlobDigestsFieldBuilder().getBuilder(index); } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public build.bazel.remote.execution.v2.DigestOrBuilder getBlobDigestsOrBuilder( int index) { if (blobDigestsBuilder_ == null) { return blobDigests_.get(index); } else { return blobDigestsBuilder_.getMessageOrBuilder(index); } } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public java.util.List getBlobDigestsOrBuilderList() { if (blobDigestsBuilder_ != null) { return blobDigestsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(blobDigests_); } } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public build.bazel.remote.execution.v2.Digest.Builder addBlobDigestsBuilder() { return getBlobDigestsFieldBuilder().addBuilder( build.bazel.remote.execution.v2.Digest.getDefaultInstance()); } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public build.bazel.remote.execution.v2.Digest.Builder addBlobDigestsBuilder( int index) { return getBlobDigestsFieldBuilder().addBuilder( index, build.bazel.remote.execution.v2.Digest.getDefaultInstance()); } /** *
     * A list of the blobs to check.
     * 
* * repeated .build.bazel.remote.execution.v2.Digest blob_digests = 2; */ public java.util.List getBlobDigestsBuilderList() { return getBlobDigestsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< build.bazel.remote.execution.v2.Digest, build.bazel.remote.execution.v2.Digest.Builder, build.bazel.remote.execution.v2.DigestOrBuilder> getBlobDigestsFieldBuilder() { if (blobDigestsBuilder_ == null) { blobDigestsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< build.bazel.remote.execution.v2.Digest, build.bazel.remote.execution.v2.Digest.Builder, build.bazel.remote.execution.v2.DigestOrBuilder>( blobDigests_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); blobDigests_ = null; } return blobDigestsBuilder_; } @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.FindMissingBlobsRequest) } // @@protoc_insertion_point(class_scope:build.bazel.remote.execution.v2.FindMissingBlobsRequest) private static final build.bazel.remote.execution.v2.FindMissingBlobsRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new build.bazel.remote.execution.v2.FindMissingBlobsRequest(); } public static build.bazel.remote.execution.v2.FindMissingBlobsRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FindMissingBlobsRequest 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.FindMissingBlobsRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy