Package com.google.api.expr.v1alpha1
Class Value.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
-
- com.google.api.expr.v1alpha1.Value.Builder
-
- All Implemented Interfaces:
ValueOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- Value
public static final class Value.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder> implements ValueOrBuilder
Represents a CEL value. This is similar to `google.protobuf.Value`, but can represent CEL's full range of values.
Protobuf typegoogle.api.expr.v1alpha1.Value
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Value.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Valuebuild()ValuebuildPartial()Value.Builderclear()Value.BuilderclearBoolValue()Boolean value.Value.BuilderclearBytesValue()Byte string value.Value.BuilderclearDoubleValue()Floating point value.Value.BuilderclearEnumValue()An enum value.Value.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Value.BuilderclearInt64Value()Signed integer value.Value.BuilderclearKind()Value.BuilderclearListValue()List value.Value.BuilderclearMapValue()Map value.Value.BuilderclearNullValue()Null value.Value.BuilderclearObjectValue()The proto message backing an object value.Value.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Value.BuilderclearStringValue()UTF-8 string value.Value.BuilderclearTypeValue()Type value.Value.BuilderclearUint64Value()Unsigned integer value.Value.Builderclone()booleangetBoolValue()Boolean value.com.google.protobuf.ByteStringgetBytesValue()Byte string value.ValuegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()doublegetDoubleValue()Floating point value.EnumValuegetEnumValue()An enum value.EnumValue.BuildergetEnumValueBuilder()An enum value.EnumValueOrBuildergetEnumValueOrBuilder()An enum value.longgetInt64Value()Signed integer value.Value.KindCasegetKindCase()ListValuegetListValue()List value.ListValue.BuildergetListValueBuilder()List value.ListValueOrBuildergetListValueOrBuilder()List value.MapValuegetMapValue()Map value.MapValue.BuildergetMapValueBuilder()Map value.MapValueOrBuildergetMapValueOrBuilder()Map value.com.google.protobuf.NullValuegetNullValue()Null value.intgetNullValueValue()Null value.com.google.protobuf.AnygetObjectValue()The proto message backing an object value.com.google.protobuf.Any.BuildergetObjectValueBuilder()The proto message backing an object value.com.google.protobuf.AnyOrBuildergetObjectValueOrBuilder()The proto message backing an object value.java.lang.StringgetStringValue()UTF-8 string value.com.google.protobuf.ByteStringgetStringValueBytes()UTF-8 string value.java.lang.StringgetTypeValue()Type value.com.google.protobuf.ByteStringgetTypeValueBytes()Type value.longgetUint64Value()Unsigned integer value.booleanhasBoolValue()Boolean value.booleanhasBytesValue()Byte string value.booleanhasDoubleValue()Floating point value.booleanhasEnumValue()An enum value.booleanhasInt64Value()Signed integer value.booleanhasListValue()List value.booleanhasMapValue()Map value.booleanhasNullValue()Null value.booleanhasObjectValue()The proto message backing an object value.booleanhasStringValue()UTF-8 string value.booleanhasTypeValue()Type value.booleanhasUint64Value()Unsigned integer value.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Value.BuildermergeEnumValue(EnumValue value)An enum value.Value.BuildermergeFrom(Value other)Value.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Value.BuildermergeFrom(com.google.protobuf.Message other)Value.BuildermergeListValue(ListValue value)List value.Value.BuildermergeMapValue(MapValue value)Map value.Value.BuildermergeObjectValue(com.google.protobuf.Any value)The proto message backing an object value.Value.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Value.BuildersetBoolValue(boolean value)Boolean value.Value.BuildersetBytesValue(com.google.protobuf.ByteString value)Byte string value.Value.BuildersetDoubleValue(double value)Floating point value.Value.BuildersetEnumValue(EnumValue value)An enum value.Value.BuildersetEnumValue(EnumValue.Builder builderForValue)An enum value.Value.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Value.BuildersetInt64Value(long value)Signed integer value.Value.BuildersetListValue(ListValue value)List value.Value.BuildersetListValue(ListValue.Builder builderForValue)List value.Value.BuildersetMapValue(MapValue value)Map value.Value.BuildersetMapValue(MapValue.Builder builderForValue)Map value.Value.BuildersetNullValue(com.google.protobuf.NullValue value)Null value.Value.BuildersetNullValueValue(int value)Null value.Value.BuildersetObjectValue(com.google.protobuf.Any value)The proto message backing an object value.Value.BuildersetObjectValue(com.google.protobuf.Any.Builder builderForValue)The proto message backing an object value.Value.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)Value.BuildersetStringValue(java.lang.String value)UTF-8 string value.Value.BuildersetStringValueBytes(com.google.protobuf.ByteString value)UTF-8 string value.Value.BuildersetTypeValue(java.lang.String value)Type value.Value.BuildersetTypeValueBytes(com.google.protobuf.ByteString value)Type value.Value.BuildersetUint64Value(long value)Unsigned integer value.Value.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
-
clear
public Value.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
-
getDefaultInstanceForType
public Value getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Value build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Value buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Value.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
-
setField
public Value.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
-
clearField
public Value.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
-
clearOneof
public Value.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
-
setRepeatedField
public Value.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
-
addRepeatedField
public Value.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
-
mergeFrom
public Value.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Value.Builder>
-
mergeFrom
public Value.Builder mergeFrom(Value other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
-
mergeFrom
public Value.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Value.Builder>- Throws:
java.io.IOException
-
getKindCase
public Value.KindCase getKindCase()
- Specified by:
getKindCasein interfaceValueOrBuilder
-
clearKind
public Value.Builder clearKind()
-
hasNullValue
public boolean hasNullValue()
Null value.
.google.protobuf.NullValue null_value = 1;- Specified by:
hasNullValuein interfaceValueOrBuilder- Returns:
- Whether the nullValue field is set.
-
getNullValueValue
public int getNullValueValue()
Null value.
.google.protobuf.NullValue null_value = 1;- Specified by:
getNullValueValuein interfaceValueOrBuilder- Returns:
- The enum numeric value on the wire for nullValue.
-
setNullValueValue
public Value.Builder setNullValueValue(int value)
Null value.
.google.protobuf.NullValue null_value = 1;- 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()
Null value.
.google.protobuf.NullValue null_value = 1;- Specified by:
getNullValuein interfaceValueOrBuilder- Returns:
- The nullValue.
-
setNullValue
public Value.Builder setNullValue(com.google.protobuf.NullValue value)
Null value.
.google.protobuf.NullValue null_value = 1;- Parameters:
value- The nullValue to set.- Returns:
- This builder for chaining.
-
clearNullValue
public Value.Builder clearNullValue()
Null value.
.google.protobuf.NullValue null_value = 1;- Returns:
- This builder for chaining.
-
hasBoolValue
public boolean hasBoolValue()
Boolean value.
bool bool_value = 2;- Specified by:
hasBoolValuein interfaceValueOrBuilder- Returns:
- Whether the boolValue field is set.
-
getBoolValue
public boolean getBoolValue()
Boolean value.
bool bool_value = 2;- Specified by:
getBoolValuein interfaceValueOrBuilder- Returns:
- The boolValue.
-
setBoolValue
public Value.Builder setBoolValue(boolean value)
Boolean value.
bool bool_value = 2;- Parameters:
value- The boolValue to set.- Returns:
- This builder for chaining.
-
clearBoolValue
public Value.Builder clearBoolValue()
Boolean value.
bool bool_value = 2;- Returns:
- This builder for chaining.
-
hasInt64Value
public boolean hasInt64Value()
Signed integer value.
int64 int64_value = 3;- Specified by:
hasInt64Valuein interfaceValueOrBuilder- Returns:
- Whether the int64Value field is set.
-
getInt64Value
public long getInt64Value()
Signed integer value.
int64 int64_value = 3;- Specified by:
getInt64Valuein interfaceValueOrBuilder- Returns:
- The int64Value.
-
setInt64Value
public Value.Builder setInt64Value(long value)
Signed integer value.
int64 int64_value = 3;- Parameters:
value- The int64Value to set.- Returns:
- This builder for chaining.
-
clearInt64Value
public Value.Builder clearInt64Value()
Signed integer value.
int64 int64_value = 3;- Returns:
- This builder for chaining.
-
hasUint64Value
public boolean hasUint64Value()
Unsigned integer value.
uint64 uint64_value = 4;- Specified by:
hasUint64Valuein interfaceValueOrBuilder- Returns:
- Whether the uint64Value field is set.
-
getUint64Value
public long getUint64Value()
Unsigned integer value.
uint64 uint64_value = 4;- Specified by:
getUint64Valuein interfaceValueOrBuilder- Returns:
- The uint64Value.
-
setUint64Value
public Value.Builder setUint64Value(long value)
Unsigned integer value.
uint64 uint64_value = 4;- Parameters:
value- The uint64Value to set.- Returns:
- This builder for chaining.
-
clearUint64Value
public Value.Builder clearUint64Value()
Unsigned integer value.
uint64 uint64_value = 4;- Returns:
- This builder for chaining.
-
hasDoubleValue
public boolean hasDoubleValue()
Floating point value.
double double_value = 5;- Specified by:
hasDoubleValuein interfaceValueOrBuilder- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
public double getDoubleValue()
Floating point value.
double double_value = 5;- Specified by:
getDoubleValuein interfaceValueOrBuilder- Returns:
- The doubleValue.
-
setDoubleValue
public Value.Builder setDoubleValue(double value)
Floating point value.
double double_value = 5;- Parameters:
value- The doubleValue to set.- Returns:
- This builder for chaining.
-
clearDoubleValue
public Value.Builder clearDoubleValue()
Floating point value.
double double_value = 5;- Returns:
- This builder for chaining.
-
hasStringValue
public boolean hasStringValue()
UTF-8 string value.
string string_value = 6;- Specified by:
hasStringValuein interfaceValueOrBuilder- Returns:
- Whether the stringValue field is set.
-
getStringValue
public java.lang.String getStringValue()
UTF-8 string value.
string string_value = 6;- Specified by:
getStringValuein interfaceValueOrBuilder- Returns:
- The stringValue.
-
getStringValueBytes
public com.google.protobuf.ByteString getStringValueBytes()
UTF-8 string value.
string string_value = 6;- Specified by:
getStringValueBytesin interfaceValueOrBuilder- Returns:
- The bytes for stringValue.
-
setStringValue
public Value.Builder setStringValue(java.lang.String value)
UTF-8 string value.
string string_value = 6;- Parameters:
value- The stringValue to set.- Returns:
- This builder for chaining.
-
clearStringValue
public Value.Builder clearStringValue()
UTF-8 string value.
string string_value = 6;- Returns:
- This builder for chaining.
-
setStringValueBytes
public Value.Builder setStringValueBytes(com.google.protobuf.ByteString value)
UTF-8 string value.
string string_value = 6;- Parameters:
value- The bytes for stringValue to set.- Returns:
- This builder for chaining.
-
hasBytesValue
public boolean hasBytesValue()
Byte string value.
bytes bytes_value = 7;- Specified by:
hasBytesValuein interfaceValueOrBuilder- Returns:
- Whether the bytesValue field is set.
-
getBytesValue
public com.google.protobuf.ByteString getBytesValue()
Byte string value.
bytes bytes_value = 7;- Specified by:
getBytesValuein interfaceValueOrBuilder- Returns:
- The bytesValue.
-
setBytesValue
public Value.Builder setBytesValue(com.google.protobuf.ByteString value)
Byte string value.
bytes bytes_value = 7;- Parameters:
value- The bytesValue to set.- Returns:
- This builder for chaining.
-
clearBytesValue
public Value.Builder clearBytesValue()
Byte string value.
bytes bytes_value = 7;- Returns:
- This builder for chaining.
-
hasEnumValue
public boolean hasEnumValue()
An enum value.
.google.api.expr.v1alpha1.EnumValue enum_value = 9;- Specified by:
hasEnumValuein interfaceValueOrBuilder- Returns:
- Whether the enumValue field is set.
-
getEnumValue
public EnumValue getEnumValue()
An enum value.
.google.api.expr.v1alpha1.EnumValue enum_value = 9;- Specified by:
getEnumValuein interfaceValueOrBuilder- Returns:
- The enumValue.
-
setEnumValue
public Value.Builder setEnumValue(EnumValue value)
An enum value.
.google.api.expr.v1alpha1.EnumValue enum_value = 9;
-
setEnumValue
public Value.Builder setEnumValue(EnumValue.Builder builderForValue)
An enum value.
.google.api.expr.v1alpha1.EnumValue enum_value = 9;
-
mergeEnumValue
public Value.Builder mergeEnumValue(EnumValue value)
An enum value.
.google.api.expr.v1alpha1.EnumValue enum_value = 9;
-
clearEnumValue
public Value.Builder clearEnumValue()
An enum value.
.google.api.expr.v1alpha1.EnumValue enum_value = 9;
-
getEnumValueBuilder
public EnumValue.Builder getEnumValueBuilder()
An enum value.
.google.api.expr.v1alpha1.EnumValue enum_value = 9;
-
getEnumValueOrBuilder
public EnumValueOrBuilder getEnumValueOrBuilder()
An enum value.
.google.api.expr.v1alpha1.EnumValue enum_value = 9;- Specified by:
getEnumValueOrBuilderin interfaceValueOrBuilder
-
hasObjectValue
public boolean hasObjectValue()
The proto message backing an object value.
.google.protobuf.Any object_value = 10;- Specified by:
hasObjectValuein interfaceValueOrBuilder- Returns:
- Whether the objectValue field is set.
-
getObjectValue
public com.google.protobuf.Any getObjectValue()
The proto message backing an object value.
.google.protobuf.Any object_value = 10;- Specified by:
getObjectValuein interfaceValueOrBuilder- Returns:
- The objectValue.
-
setObjectValue
public Value.Builder setObjectValue(com.google.protobuf.Any value)
The proto message backing an object value.
.google.protobuf.Any object_value = 10;
-
setObjectValue
public Value.Builder setObjectValue(com.google.protobuf.Any.Builder builderForValue)
The proto message backing an object value.
.google.protobuf.Any object_value = 10;
-
mergeObjectValue
public Value.Builder mergeObjectValue(com.google.protobuf.Any value)
The proto message backing an object value.
.google.protobuf.Any object_value = 10;
-
clearObjectValue
public Value.Builder clearObjectValue()
The proto message backing an object value.
.google.protobuf.Any object_value = 10;
-
getObjectValueBuilder
public com.google.protobuf.Any.Builder getObjectValueBuilder()
The proto message backing an object value.
.google.protobuf.Any object_value = 10;
-
getObjectValueOrBuilder
public com.google.protobuf.AnyOrBuilder getObjectValueOrBuilder()
The proto message backing an object value.
.google.protobuf.Any object_value = 10;- Specified by:
getObjectValueOrBuilderin interfaceValueOrBuilder
-
hasMapValue
public boolean hasMapValue()
Map value.
.google.api.expr.v1alpha1.MapValue map_value = 11;- Specified by:
hasMapValuein interfaceValueOrBuilder- Returns:
- Whether the mapValue field is set.
-
getMapValue
public MapValue getMapValue()
Map value.
.google.api.expr.v1alpha1.MapValue map_value = 11;- Specified by:
getMapValuein interfaceValueOrBuilder- Returns:
- The mapValue.
-
setMapValue
public Value.Builder setMapValue(MapValue value)
Map value.
.google.api.expr.v1alpha1.MapValue map_value = 11;
-
setMapValue
public Value.Builder setMapValue(MapValue.Builder builderForValue)
Map value.
.google.api.expr.v1alpha1.MapValue map_value = 11;
-
mergeMapValue
public Value.Builder mergeMapValue(MapValue value)
Map value.
.google.api.expr.v1alpha1.MapValue map_value = 11;
-
clearMapValue
public Value.Builder clearMapValue()
Map value.
.google.api.expr.v1alpha1.MapValue map_value = 11;
-
getMapValueBuilder
public MapValue.Builder getMapValueBuilder()
Map value.
.google.api.expr.v1alpha1.MapValue map_value = 11;
-
getMapValueOrBuilder
public MapValueOrBuilder getMapValueOrBuilder()
Map value.
.google.api.expr.v1alpha1.MapValue map_value = 11;- Specified by:
getMapValueOrBuilderin interfaceValueOrBuilder
-
hasListValue
public boolean hasListValue()
List value.
.google.api.expr.v1alpha1.ListValue list_value = 12;- Specified by:
hasListValuein interfaceValueOrBuilder- Returns:
- Whether the listValue field is set.
-
getListValue
public ListValue getListValue()
List value.
.google.api.expr.v1alpha1.ListValue list_value = 12;- Specified by:
getListValuein interfaceValueOrBuilder- Returns:
- The listValue.
-
setListValue
public Value.Builder setListValue(ListValue value)
List value.
.google.api.expr.v1alpha1.ListValue list_value = 12;
-
setListValue
public Value.Builder setListValue(ListValue.Builder builderForValue)
List value.
.google.api.expr.v1alpha1.ListValue list_value = 12;
-
mergeListValue
public Value.Builder mergeListValue(ListValue value)
List value.
.google.api.expr.v1alpha1.ListValue list_value = 12;
-
clearListValue
public Value.Builder clearListValue()
List value.
.google.api.expr.v1alpha1.ListValue list_value = 12;
-
getListValueBuilder
public ListValue.Builder getListValueBuilder()
List value.
.google.api.expr.v1alpha1.ListValue list_value = 12;
-
getListValueOrBuilder
public ListValueOrBuilder getListValueOrBuilder()
List value.
.google.api.expr.v1alpha1.ListValue list_value = 12;- Specified by:
getListValueOrBuilderin interfaceValueOrBuilder
-
hasTypeValue
public boolean hasTypeValue()
Type value.
string type_value = 15;- Specified by:
hasTypeValuein interfaceValueOrBuilder- Returns:
- Whether the typeValue field is set.
-
getTypeValue
public java.lang.String getTypeValue()
Type value.
string type_value = 15;- Specified by:
getTypeValuein interfaceValueOrBuilder- Returns:
- The typeValue.
-
getTypeValueBytes
public com.google.protobuf.ByteString getTypeValueBytes()
Type value.
string type_value = 15;- Specified by:
getTypeValueBytesin interfaceValueOrBuilder- Returns:
- The bytes for typeValue.
-
setTypeValue
public Value.Builder setTypeValue(java.lang.String value)
Type value.
string type_value = 15;- Parameters:
value- The typeValue to set.- Returns:
- This builder for chaining.
-
clearTypeValue
public Value.Builder clearTypeValue()
Type value.
string type_value = 15;- Returns:
- This builder for chaining.
-
setTypeValueBytes
public Value.Builder setTypeValueBytes(com.google.protobuf.ByteString value)
Type value.
string type_value = 15;- Parameters:
value- The bytes for typeValue to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final Value.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
-
mergeUnknownFields
public final Value.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
-
-