Class Value.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
com.google.datastore.v1.Value.Builder
All Implemented Interfaces:
ValueOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Value

public static final class Value.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder> implements ValueOrBuilder
 A message that can hold any of the supported value types and associated
 metadata.
 
Protobuf type google.datastore.v1.Value
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
    • clear

      public Value.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
    • getDefaultInstanceForType

      public Value getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Value build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Value buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public Value.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
    • setField

      public Value.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
    • clearField

      public Value.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
    • clearOneof

      public Value.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
    • setRepeatedField

      public Value.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
    • addRepeatedField

      public Value.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
    • mergeFrom

      public Value.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Value.Builder>
    • mergeFrom

      public Value.Builder mergeFrom(Value other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
    • mergeFrom

      public Value.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Value.Builder>
      Throws:
      IOException
    • getValueTypeCase

      public Value.ValueTypeCase getValueTypeCase()
      Specified by:
      getValueTypeCase in interface ValueOrBuilder
    • clearValueType

      public Value.Builder clearValueType()
    • hasNullValue

      public boolean hasNullValue()
       A null value.
       
      .google.protobuf.NullValue null_value = 11;
      Specified by:
      hasNullValue in interface ValueOrBuilder
      Returns:
      Whether the nullValue field is set.
    • getNullValueValue

      public int getNullValueValue()
       A null value.
       
      .google.protobuf.NullValue null_value = 11;
      Specified by:
      getNullValueValue in interface ValueOrBuilder
      Returns:
      The enum numeric value on the wire for nullValue.
    • setNullValueValue

      public Value.Builder setNullValueValue(int value)
       A null value.
       
      .google.protobuf.NullValue null_value = 11;
      Parameters:
      value - The enum numeric value on the wire for nullValue to set.
      Returns:
      This builder for chaining.
    • getNullValue

      public com.google.protobuf.NullValue getNullValue()
       A null value.
       
      .google.protobuf.NullValue null_value = 11;
      Specified by:
      getNullValue in interface ValueOrBuilder
      Returns:
      The nullValue.
    • setNullValue

      public Value.Builder setNullValue(com.google.protobuf.NullValue value)
       A null value.
       
      .google.protobuf.NullValue null_value = 11;
      Parameters:
      value - The nullValue to set.
      Returns:
      This builder for chaining.
    • clearNullValue

      public Value.Builder clearNullValue()
       A null value.
       
      .google.protobuf.NullValue null_value = 11;
      Returns:
      This builder for chaining.
    • hasBooleanValue

      public boolean hasBooleanValue()
       A boolean value.
       
      bool boolean_value = 1;
      Specified by:
      hasBooleanValue in interface ValueOrBuilder
      Returns:
      Whether the booleanValue field is set.
    • getBooleanValue

      public boolean getBooleanValue()
       A boolean value.
       
      bool boolean_value = 1;
      Specified by:
      getBooleanValue in interface ValueOrBuilder
      Returns:
      The booleanValue.
    • setBooleanValue

      public Value.Builder setBooleanValue(boolean value)
       A boolean value.
       
      bool boolean_value = 1;
      Parameters:
      value - The booleanValue to set.
      Returns:
      This builder for chaining.
    • clearBooleanValue

      public Value.Builder clearBooleanValue()
       A boolean value.
       
      bool boolean_value = 1;
      Returns:
      This builder for chaining.
    • hasIntegerValue

      public boolean hasIntegerValue()
       An integer value.
       
      int64 integer_value = 2;
      Specified by:
      hasIntegerValue in interface ValueOrBuilder
      Returns:
      Whether the integerValue field is set.
    • getIntegerValue

      public long getIntegerValue()
       An integer value.
       
      int64 integer_value = 2;
      Specified by:
      getIntegerValue in interface ValueOrBuilder
      Returns:
      The integerValue.
    • setIntegerValue

      public Value.Builder setIntegerValue(long value)
       An integer value.
       
      int64 integer_value = 2;
      Parameters:
      value - The integerValue to set.
      Returns:
      This builder for chaining.
    • clearIntegerValue

      public Value.Builder clearIntegerValue()
       An integer value.
       
      int64 integer_value = 2;
      Returns:
      This builder for chaining.
    • hasDoubleValue

      public boolean hasDoubleValue()
       A double value.
       
      double double_value = 3;
      Specified by:
      hasDoubleValue in interface ValueOrBuilder
      Returns:
      Whether the doubleValue field is set.
    • getDoubleValue

      public double getDoubleValue()
       A double value.
       
      double double_value = 3;
      Specified by:
      getDoubleValue in interface ValueOrBuilder
      Returns:
      The doubleValue.
    • setDoubleValue

      public Value.Builder setDoubleValue(double value)
       A double value.
       
      double double_value = 3;
      Parameters:
      value - The doubleValue to set.
      Returns:
      This builder for chaining.
    • clearDoubleValue

      public Value.Builder clearDoubleValue()
       A double value.
       
      double double_value = 3;
      Returns:
      This builder for chaining.
    • hasTimestampValue

      public boolean hasTimestampValue()
       A timestamp value.
       When stored in the Datastore, precise only to microseconds;
       any additional precision is rounded down.
       
      .google.protobuf.Timestamp timestamp_value = 10;
      Specified by:
      hasTimestampValue in interface ValueOrBuilder
      Returns:
      Whether the timestampValue field is set.
    • getTimestampValue

      public com.google.protobuf.Timestamp getTimestampValue()
       A timestamp value.
       When stored in the Datastore, precise only to microseconds;
       any additional precision is rounded down.
       
      .google.protobuf.Timestamp timestamp_value = 10;
      Specified by:
      getTimestampValue in interface ValueOrBuilder
      Returns:
      The timestampValue.
    • setTimestampValue

      public Value.Builder setTimestampValue(com.google.protobuf.Timestamp value)
       A timestamp value.
       When stored in the Datastore, precise only to microseconds;
       any additional precision is rounded down.
       
      .google.protobuf.Timestamp timestamp_value = 10;
    • setTimestampValue

      public Value.Builder setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue)
       A timestamp value.
       When stored in the Datastore, precise only to microseconds;
       any additional precision is rounded down.
       
      .google.protobuf.Timestamp timestamp_value = 10;
    • mergeTimestampValue

      public Value.Builder mergeTimestampValue(com.google.protobuf.Timestamp value)
       A timestamp value.
       When stored in the Datastore, precise only to microseconds;
       any additional precision is rounded down.
       
      .google.protobuf.Timestamp timestamp_value = 10;
    • clearTimestampValue

      public Value.Builder clearTimestampValue()
       A timestamp value.
       When stored in the Datastore, precise only to microseconds;
       any additional precision is rounded down.
       
      .google.protobuf.Timestamp timestamp_value = 10;
    • getTimestampValueBuilder

      public com.google.protobuf.Timestamp.Builder getTimestampValueBuilder()
       A timestamp value.
       When stored in the Datastore, precise only to microseconds;
       any additional precision is rounded down.
       
      .google.protobuf.Timestamp timestamp_value = 10;
    • getTimestampValueOrBuilder

      public com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
       A timestamp value.
       When stored in the Datastore, precise only to microseconds;
       any additional precision is rounded down.
       
      .google.protobuf.Timestamp timestamp_value = 10;
      Specified by:
      getTimestampValueOrBuilder in interface ValueOrBuilder
    • hasKeyValue

      public boolean hasKeyValue()
       A key value.
       
      .google.datastore.v1.Key key_value = 5;
      Specified by:
      hasKeyValue in interface ValueOrBuilder
      Returns:
      Whether the keyValue field is set.
    • getKeyValue

      public Key getKeyValue()
       A key value.
       
      .google.datastore.v1.Key key_value = 5;
      Specified by:
      getKeyValue in interface ValueOrBuilder
      Returns:
      The keyValue.
    • setKeyValue

      public Value.Builder setKeyValue(Key value)
       A key value.
       
      .google.datastore.v1.Key key_value = 5;
    • setKeyValue

      public Value.Builder setKeyValue(Key.Builder builderForValue)
       A key value.
       
      .google.datastore.v1.Key key_value = 5;
    • mergeKeyValue

      public Value.Builder mergeKeyValue(Key value)
       A key value.
       
      .google.datastore.v1.Key key_value = 5;
    • clearKeyValue

      public Value.Builder clearKeyValue()
       A key value.
       
      .google.datastore.v1.Key key_value = 5;
    • getKeyValueBuilder

      public Key.Builder getKeyValueBuilder()
       A key value.
       
      .google.datastore.v1.Key key_value = 5;
    • getKeyValueOrBuilder

      public KeyOrBuilder getKeyValueOrBuilder()
       A key value.
       
      .google.datastore.v1.Key key_value = 5;
      Specified by:
      getKeyValueOrBuilder in interface ValueOrBuilder
    • hasStringValue

      public boolean hasStringValue()
       A UTF-8 encoded string value.
       When `exclude_from_indexes` is false (it is indexed) , may have at most
       1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.
       
      string string_value = 17;
      Specified by:
      hasStringValue in interface ValueOrBuilder
      Returns:
      Whether the stringValue field is set.
    • getStringValue

      public String getStringValue()
       A UTF-8 encoded string value.
       When `exclude_from_indexes` is false (it is indexed) , may have at most
       1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.
       
      string string_value = 17;
      Specified by:
      getStringValue in interface ValueOrBuilder
      Returns:
      The stringValue.
    • getStringValueBytes

      public com.google.protobuf.ByteString getStringValueBytes()
       A UTF-8 encoded string value.
       When `exclude_from_indexes` is false (it is indexed) , may have at most
       1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.
       
      string string_value = 17;
      Specified by:
      getStringValueBytes in interface ValueOrBuilder
      Returns:
      The bytes for stringValue.
    • setStringValue

      public Value.Builder setStringValue(String value)
       A UTF-8 encoded string value.
       When `exclude_from_indexes` is false (it is indexed) , may have at most
       1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.
       
      string string_value = 17;
      Parameters:
      value - The stringValue to set.
      Returns:
      This builder for chaining.
    • clearStringValue

      public Value.Builder clearStringValue()
       A UTF-8 encoded string value.
       When `exclude_from_indexes` is false (it is indexed) , may have at most
       1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.
       
      string string_value = 17;
      Returns:
      This builder for chaining.
    • setStringValueBytes

      public Value.Builder setStringValueBytes(com.google.protobuf.ByteString value)
       A UTF-8 encoded string value.
       When `exclude_from_indexes` is false (it is indexed) , may have at most
       1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.
       
      string string_value = 17;
      Parameters:
      value - The bytes for stringValue to set.
      Returns:
      This builder for chaining.
    • hasBlobValue

      public boolean hasBlobValue()
       A blob value.
       May have at most 1,000,000 bytes.
       When `exclude_from_indexes` is false, may have at most 1500 bytes.
       In JSON requests, must be base64-encoded.
       
      bytes blob_value = 18;
      Specified by:
      hasBlobValue in interface ValueOrBuilder
      Returns:
      Whether the blobValue field is set.
    • getBlobValue

      public com.google.protobuf.ByteString getBlobValue()
       A blob value.
       May have at most 1,000,000 bytes.
       When `exclude_from_indexes` is false, may have at most 1500 bytes.
       In JSON requests, must be base64-encoded.
       
      bytes blob_value = 18;
      Specified by:
      getBlobValue in interface ValueOrBuilder
      Returns:
      The blobValue.
    • setBlobValue

      public Value.Builder setBlobValue(com.google.protobuf.ByteString value)
       A blob value.
       May have at most 1,000,000 bytes.
       When `exclude_from_indexes` is false, may have at most 1500 bytes.
       In JSON requests, must be base64-encoded.
       
      bytes blob_value = 18;
      Parameters:
      value - The blobValue to set.
      Returns:
      This builder for chaining.
    • clearBlobValue

      public Value.Builder clearBlobValue()
       A blob value.
       May have at most 1,000,000 bytes.
       When `exclude_from_indexes` is false, may have at most 1500 bytes.
       In JSON requests, must be base64-encoded.
       
      bytes blob_value = 18;
      Returns:
      This builder for chaining.
    • hasGeoPointValue

      public boolean hasGeoPointValue()
       A geo point value representing a point on the surface of Earth.
       
      .google.type.LatLng geo_point_value = 8;
      Specified by:
      hasGeoPointValue in interface ValueOrBuilder
      Returns:
      Whether the geoPointValue field is set.
    • getGeoPointValue

      public com.google.type.LatLng getGeoPointValue()
       A geo point value representing a point on the surface of Earth.
       
      .google.type.LatLng geo_point_value = 8;
      Specified by:
      getGeoPointValue in interface ValueOrBuilder
      Returns:
      The geoPointValue.
    • setGeoPointValue

      public Value.Builder setGeoPointValue(com.google.type.LatLng value)
       A geo point value representing a point on the surface of Earth.
       
      .google.type.LatLng geo_point_value = 8;
    • setGeoPointValue

      public Value.Builder setGeoPointValue(com.google.type.LatLng.Builder builderForValue)
       A geo point value representing a point on the surface of Earth.
       
      .google.type.LatLng geo_point_value = 8;
    • mergeGeoPointValue

      public Value.Builder mergeGeoPointValue(com.google.type.LatLng value)
       A geo point value representing a point on the surface of Earth.
       
      .google.type.LatLng geo_point_value = 8;
    • clearGeoPointValue

      public Value.Builder clearGeoPointValue()
       A geo point value representing a point on the surface of Earth.
       
      .google.type.LatLng geo_point_value = 8;
    • getGeoPointValueBuilder

      public com.google.type.LatLng.Builder getGeoPointValueBuilder()
       A geo point value representing a point on the surface of Earth.
       
      .google.type.LatLng geo_point_value = 8;
    • getGeoPointValueOrBuilder

      public com.google.type.LatLngOrBuilder getGeoPointValueOrBuilder()
       A geo point value representing a point on the surface of Earth.
       
      .google.type.LatLng geo_point_value = 8;
      Specified by:
      getGeoPointValueOrBuilder in interface ValueOrBuilder
    • hasEntityValue

      public boolean hasEntityValue()
       An entity value.
      
       - May have no key.
       - May have a key with an incomplete key path.
       - May have a reserved/read-only key.
       
      .google.datastore.v1.Entity entity_value = 6;
      Specified by:
      hasEntityValue in interface ValueOrBuilder
      Returns:
      Whether the entityValue field is set.
    • getEntityValue

      public Entity getEntityValue()
       An entity value.
      
       - May have no key.
       - May have a key with an incomplete key path.
       - May have a reserved/read-only key.
       
      .google.datastore.v1.Entity entity_value = 6;
      Specified by:
      getEntityValue in interface ValueOrBuilder
      Returns:
      The entityValue.
    • setEntityValue

      public Value.Builder setEntityValue(Entity value)
       An entity value.
      
       - May have no key.
       - May have a key with an incomplete key path.
       - May have a reserved/read-only key.
       
      .google.datastore.v1.Entity entity_value = 6;
    • setEntityValue

      public Value.Builder setEntityValue(Entity.Builder builderForValue)
       An entity value.
      
       - May have no key.
       - May have a key with an incomplete key path.
       - May have a reserved/read-only key.
       
      .google.datastore.v1.Entity entity_value = 6;
    • mergeEntityValue

      public Value.Builder mergeEntityValue(Entity value)
       An entity value.
      
       - May have no key.
       - May have a key with an incomplete key path.
       - May have a reserved/read-only key.
       
      .google.datastore.v1.Entity entity_value = 6;
    • clearEntityValue

      public Value.Builder clearEntityValue()
       An entity value.
      
       - May have no key.
       - May have a key with an incomplete key path.
       - May have a reserved/read-only key.
       
      .google.datastore.v1.Entity entity_value = 6;
    • getEntityValueBuilder

      public Entity.Builder getEntityValueBuilder()
       An entity value.
      
       - May have no key.
       - May have a key with an incomplete key path.
       - May have a reserved/read-only key.
       
      .google.datastore.v1.Entity entity_value = 6;
    • getEntityValueOrBuilder

      public EntityOrBuilder getEntityValueOrBuilder()
       An entity value.
      
       - May have no key.
       - May have a key with an incomplete key path.
       - May have a reserved/read-only key.
       
      .google.datastore.v1.Entity entity_value = 6;
      Specified by:
      getEntityValueOrBuilder in interface ValueOrBuilder
    • hasArrayValue

      public boolean hasArrayValue()
       An array value.
       Cannot contain another array value.
       A `Value` instance that sets field `array_value` must not set fields
       `meaning` or `exclude_from_indexes`.
       
      .google.datastore.v1.ArrayValue array_value = 9;
      Specified by:
      hasArrayValue in interface ValueOrBuilder
      Returns:
      Whether the arrayValue field is set.
    • getArrayValue

      public ArrayValue getArrayValue()
       An array value.
       Cannot contain another array value.
       A `Value` instance that sets field `array_value` must not set fields
       `meaning` or `exclude_from_indexes`.
       
      .google.datastore.v1.ArrayValue array_value = 9;
      Specified by:
      getArrayValue in interface ValueOrBuilder
      Returns:
      The arrayValue.
    • setArrayValue

      public Value.Builder setArrayValue(ArrayValue value)
       An array value.
       Cannot contain another array value.
       A `Value` instance that sets field `array_value` must not set fields
       `meaning` or `exclude_from_indexes`.
       
      .google.datastore.v1.ArrayValue array_value = 9;
    • setArrayValue

      public Value.Builder setArrayValue(ArrayValue.Builder builderForValue)
       An array value.
       Cannot contain another array value.
       A `Value` instance that sets field `array_value` must not set fields
       `meaning` or `exclude_from_indexes`.
       
      .google.datastore.v1.ArrayValue array_value = 9;
    • mergeArrayValue

      public Value.Builder mergeArrayValue(ArrayValue value)
       An array value.
       Cannot contain another array value.
       A `Value` instance that sets field `array_value` must not set fields
       `meaning` or `exclude_from_indexes`.
       
      .google.datastore.v1.ArrayValue array_value = 9;
    • clearArrayValue

      public Value.Builder clearArrayValue()
       An array value.
       Cannot contain another array value.
       A `Value` instance that sets field `array_value` must not set fields
       `meaning` or `exclude_from_indexes`.
       
      .google.datastore.v1.ArrayValue array_value = 9;
    • getArrayValueBuilder

      public ArrayValue.Builder getArrayValueBuilder()
       An array value.
       Cannot contain another array value.
       A `Value` instance that sets field `array_value` must not set fields
       `meaning` or `exclude_from_indexes`.
       
      .google.datastore.v1.ArrayValue array_value = 9;
    • getArrayValueOrBuilder

      public ArrayValueOrBuilder getArrayValueOrBuilder()
       An array value.
       Cannot contain another array value.
       A `Value` instance that sets field `array_value` must not set fields
       `meaning` or `exclude_from_indexes`.
       
      .google.datastore.v1.ArrayValue array_value = 9;
      Specified by:
      getArrayValueOrBuilder in interface ValueOrBuilder
    • getMeaning

      public int getMeaning()
       The `meaning` field should only be populated for backwards compatibility.
       
      int32 meaning = 14;
      Specified by:
      getMeaning in interface ValueOrBuilder
      Returns:
      The meaning.
    • setMeaning

      public Value.Builder setMeaning(int value)
       The `meaning` field should only be populated for backwards compatibility.
       
      int32 meaning = 14;
      Parameters:
      value - The meaning to set.
      Returns:
      This builder for chaining.
    • clearMeaning

      public Value.Builder clearMeaning()
       The `meaning` field should only be populated for backwards compatibility.
       
      int32 meaning = 14;
      Returns:
      This builder for chaining.
    • getExcludeFromIndexes

      public boolean getExcludeFromIndexes()
       If the value should be excluded from all indexes including those defined
       explicitly.
       
      bool exclude_from_indexes = 19;
      Specified by:
      getExcludeFromIndexes in interface ValueOrBuilder
      Returns:
      The excludeFromIndexes.
    • setExcludeFromIndexes

      public Value.Builder setExcludeFromIndexes(boolean value)
       If the value should be excluded from all indexes including those defined
       explicitly.
       
      bool exclude_from_indexes = 19;
      Parameters:
      value - The excludeFromIndexes to set.
      Returns:
      This builder for chaining.
    • clearExcludeFromIndexes

      public Value.Builder clearExcludeFromIndexes()
       If the value should be excluded from all indexes including those defined
       explicitly.
       
      bool exclude_from_indexes = 19;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final Value.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
    • mergeUnknownFields

      public final Value.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>