Interface TestAllTypesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TestAllTypes, TestAllTypes.Builder

public interface TestAllTypesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSingleInt32

      int getSingleInt32()
       Singular
       
      int32 single_int32 = 1;
      Returns:
      The singleInt32.
    • getSingleInt64

      long getSingleInt64()
      int64 single_int64 = 2;
      Returns:
      The singleInt64.
    • getSingleUint32

      int getSingleUint32()
      uint32 single_uint32 = 3;
      Returns:
      The singleUint32.
    • getSingleUint64

      long getSingleUint64()
      uint64 single_uint64 = 4;
      Returns:
      The singleUint64.
    • getSingleSint32

      int getSingleSint32()
      sint32 single_sint32 = 5;
      Returns:
      The singleSint32.
    • getSingleSint64

      long getSingleSint64()
      sint64 single_sint64 = 6;
      Returns:
      The singleSint64.
    • getSingleFixed32

      int getSingleFixed32()
      fixed32 single_fixed32 = 7;
      Returns:
      The singleFixed32.
    • getSingleFixed64

      long getSingleFixed64()
      fixed64 single_fixed64 = 8;
      Returns:
      The singleFixed64.
    • getSingleSfixed32

      int getSingleSfixed32()
      sfixed32 single_sfixed32 = 9;
      Returns:
      The singleSfixed32.
    • getSingleSfixed64

      long getSingleSfixed64()
      sfixed64 single_sfixed64 = 10;
      Returns:
      The singleSfixed64.
    • getSingleFloat

      float getSingleFloat()
      float single_float = 11;
      Returns:
      The singleFloat.
    • getSingleDouble

      double getSingleDouble()
      double single_double = 12;
      Returns:
      The singleDouble.
    • getSingleBool

      boolean getSingleBool()
      bool single_bool = 13;
      Returns:
      The singleBool.
    • getSingleString

      String getSingleString()
      string single_string = 14;
      Returns:
      The singleString.
    • getSingleStringBytes

      com.google.protobuf.ByteString getSingleStringBytes()
      string single_string = 14;
      Returns:
      The bytes for singleString.
    • getSingleBytes

      com.google.protobuf.ByteString getSingleBytes()
      bytes single_bytes = 15;
      Returns:
      The singleBytes.
    • hasOptionalBool

      boolean hasOptionalBool()
      optional bool optional_bool = 16;
      Returns:
      Whether the optionalBool field is set.
    • getOptionalBool

      boolean getOptionalBool()
      optional bool optional_bool = 16;
      Returns:
      The optionalBool.
    • hasOptionalString

      boolean hasOptionalString()
      optional string optional_string = 17;
      Returns:
      Whether the optionalString field is set.
    • getOptionalString

      String getOptionalString()
      optional string optional_string = 17;
      Returns:
      The optionalString.
    • getOptionalStringBytes

      com.google.protobuf.ByteString getOptionalStringBytes()
      optional string optional_string = 17;
      Returns:
      The bytes for optionalString.
    • getIn

      boolean getIn()
       Collides with 'in' operator.
       
      bool in = 18;
      Returns:
      The in.
    • hasSingleAny

      boolean hasSingleAny()
       Wellknown.
       
      .google.protobuf.Any single_any = 100;
      Returns:
      Whether the singleAny field is set.
    • getSingleAny

      com.google.protobuf.Any getSingleAny()
       Wellknown.
       
      .google.protobuf.Any single_any = 100;
      Returns:
      The singleAny.
    • getSingleAnyOrBuilder

      com.google.protobuf.AnyOrBuilder getSingleAnyOrBuilder()
       Wellknown.
       
      .google.protobuf.Any single_any = 100;
    • hasSingleDuration

      boolean hasSingleDuration()
      .google.protobuf.Duration single_duration = 101;
      Returns:
      Whether the singleDuration field is set.
    • getSingleDuration

      com.google.protobuf.Duration getSingleDuration()
      .google.protobuf.Duration single_duration = 101;
      Returns:
      The singleDuration.
    • getSingleDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getSingleDurationOrBuilder()
      .google.protobuf.Duration single_duration = 101;
    • hasSingleTimestamp

      boolean hasSingleTimestamp()
      .google.protobuf.Timestamp single_timestamp = 102;
      Returns:
      Whether the singleTimestamp field is set.
    • getSingleTimestamp

      com.google.protobuf.Timestamp getSingleTimestamp()
      .google.protobuf.Timestamp single_timestamp = 102;
      Returns:
      The singleTimestamp.
    • getSingleTimestampOrBuilder

      com.google.protobuf.TimestampOrBuilder getSingleTimestampOrBuilder()
      .google.protobuf.Timestamp single_timestamp = 102;
    • hasSingleStruct

      boolean hasSingleStruct()
      .google.protobuf.Struct single_struct = 103;
      Returns:
      Whether the singleStruct field is set.
    • getSingleStruct

      com.google.protobuf.Struct getSingleStruct()
      .google.protobuf.Struct single_struct = 103;
      Returns:
      The singleStruct.
    • getSingleStructOrBuilder

      com.google.protobuf.StructOrBuilder getSingleStructOrBuilder()
      .google.protobuf.Struct single_struct = 103;
    • hasSingleValue

      boolean hasSingleValue()
      .google.protobuf.Value single_value = 104;
      Returns:
      Whether the singleValue field is set.
    • getSingleValue

      com.google.protobuf.Value getSingleValue()
      .google.protobuf.Value single_value = 104;
      Returns:
      The singleValue.
    • getSingleValueOrBuilder

      com.google.protobuf.ValueOrBuilder getSingleValueOrBuilder()
      .google.protobuf.Value single_value = 104;
    • hasSingleInt64Wrapper

      boolean hasSingleInt64Wrapper()
      .google.protobuf.Int64Value single_int64_wrapper = 105;
      Returns:
      Whether the singleInt64Wrapper field is set.
    • getSingleInt64Wrapper

      com.google.protobuf.Int64Value getSingleInt64Wrapper()
      .google.protobuf.Int64Value single_int64_wrapper = 105;
      Returns:
      The singleInt64Wrapper.
    • getSingleInt64WrapperOrBuilder

      com.google.protobuf.Int64ValueOrBuilder getSingleInt64WrapperOrBuilder()
      .google.protobuf.Int64Value single_int64_wrapper = 105;
    • hasSingleInt32Wrapper

      boolean hasSingleInt32Wrapper()
      .google.protobuf.Int32Value single_int32_wrapper = 106;
      Returns:
      Whether the singleInt32Wrapper field is set.
    • getSingleInt32Wrapper

      com.google.protobuf.Int32Value getSingleInt32Wrapper()
      .google.protobuf.Int32Value single_int32_wrapper = 106;
      Returns:
      The singleInt32Wrapper.
    • getSingleInt32WrapperOrBuilder

      com.google.protobuf.Int32ValueOrBuilder getSingleInt32WrapperOrBuilder()
      .google.protobuf.Int32Value single_int32_wrapper = 106;
    • hasSingleDoubleWrapper

      boolean hasSingleDoubleWrapper()
      .google.protobuf.DoubleValue single_double_wrapper = 107;
      Returns:
      Whether the singleDoubleWrapper field is set.
    • getSingleDoubleWrapper

      com.google.protobuf.DoubleValue getSingleDoubleWrapper()
      .google.protobuf.DoubleValue single_double_wrapper = 107;
      Returns:
      The singleDoubleWrapper.
    • getSingleDoubleWrapperOrBuilder

      com.google.protobuf.DoubleValueOrBuilder getSingleDoubleWrapperOrBuilder()
      .google.protobuf.DoubleValue single_double_wrapper = 107;
    • hasSingleFloatWrapper

      boolean hasSingleFloatWrapper()
      .google.protobuf.FloatValue single_float_wrapper = 108;
      Returns:
      Whether the singleFloatWrapper field is set.
    • getSingleFloatWrapper

      com.google.protobuf.FloatValue getSingleFloatWrapper()
      .google.protobuf.FloatValue single_float_wrapper = 108;
      Returns:
      The singleFloatWrapper.
    • getSingleFloatWrapperOrBuilder

      com.google.protobuf.FloatValueOrBuilder getSingleFloatWrapperOrBuilder()
      .google.protobuf.FloatValue single_float_wrapper = 108;
    • hasSingleUint64Wrapper

      boolean hasSingleUint64Wrapper()
      .google.protobuf.UInt64Value single_uint64_wrapper = 109;
      Returns:
      Whether the singleUint64Wrapper field is set.
    • getSingleUint64Wrapper

      com.google.protobuf.UInt64Value getSingleUint64Wrapper()
      .google.protobuf.UInt64Value single_uint64_wrapper = 109;
      Returns:
      The singleUint64Wrapper.
    • getSingleUint64WrapperOrBuilder

      com.google.protobuf.UInt64ValueOrBuilder getSingleUint64WrapperOrBuilder()
      .google.protobuf.UInt64Value single_uint64_wrapper = 109;
    • hasSingleUint32Wrapper

      boolean hasSingleUint32Wrapper()
      .google.protobuf.UInt32Value single_uint32_wrapper = 110;
      Returns:
      Whether the singleUint32Wrapper field is set.
    • getSingleUint32Wrapper

      com.google.protobuf.UInt32Value getSingleUint32Wrapper()
      .google.protobuf.UInt32Value single_uint32_wrapper = 110;
      Returns:
      The singleUint32Wrapper.
    • getSingleUint32WrapperOrBuilder

      com.google.protobuf.UInt32ValueOrBuilder getSingleUint32WrapperOrBuilder()
      .google.protobuf.UInt32Value single_uint32_wrapper = 110;
    • hasSingleStringWrapper

      boolean hasSingleStringWrapper()
      .google.protobuf.StringValue single_string_wrapper = 111;
      Returns:
      Whether the singleStringWrapper field is set.
    • getSingleStringWrapper

      com.google.protobuf.StringValue getSingleStringWrapper()
      .google.protobuf.StringValue single_string_wrapper = 111;
      Returns:
      The singleStringWrapper.
    • getSingleStringWrapperOrBuilder

      com.google.protobuf.StringValueOrBuilder getSingleStringWrapperOrBuilder()
      .google.protobuf.StringValue single_string_wrapper = 111;
    • hasSingleBoolWrapper

      boolean hasSingleBoolWrapper()
      .google.protobuf.BoolValue single_bool_wrapper = 112;
      Returns:
      Whether the singleBoolWrapper field is set.
    • getSingleBoolWrapper

      com.google.protobuf.BoolValue getSingleBoolWrapper()
      .google.protobuf.BoolValue single_bool_wrapper = 112;
      Returns:
      The singleBoolWrapper.
    • getSingleBoolWrapperOrBuilder

      com.google.protobuf.BoolValueOrBuilder getSingleBoolWrapperOrBuilder()
      .google.protobuf.BoolValue single_bool_wrapper = 112;
    • hasSingleBytesWrapper

      boolean hasSingleBytesWrapper()
      .google.protobuf.BytesValue single_bytes_wrapper = 113;
      Returns:
      Whether the singleBytesWrapper field is set.
    • getSingleBytesWrapper

      com.google.protobuf.BytesValue getSingleBytesWrapper()
      .google.protobuf.BytesValue single_bytes_wrapper = 113;
      Returns:
      The singleBytesWrapper.
    • getSingleBytesWrapperOrBuilder

      com.google.protobuf.BytesValueOrBuilder getSingleBytesWrapperOrBuilder()
      .google.protobuf.BytesValue single_bytes_wrapper = 113;
    • hasListValue

      boolean hasListValue()
      .google.protobuf.ListValue list_value = 114;
      Returns:
      Whether the listValue field is set.
    • getListValue

      com.google.protobuf.ListValue getListValue()
      .google.protobuf.ListValue list_value = 114;
      Returns:
      The listValue.
    • getListValueOrBuilder

      com.google.protobuf.ListValueOrBuilder getListValueOrBuilder()
      .google.protobuf.ListValue list_value = 114;
    • getNullValueValue

      int getNullValueValue()
      .google.protobuf.NullValue null_value = 115;
      Returns:
      The enum numeric value on the wire for nullValue.
    • getNullValue

      com.google.protobuf.NullValue getNullValue()
      .google.protobuf.NullValue null_value = 115;
      Returns:
      The nullValue.
    • hasOptionalNullValue

      boolean hasOptionalNullValue()
      optional .google.protobuf.NullValue optional_null_value = 116;
      Returns:
      Whether the optionalNullValue field is set.
    • getOptionalNullValueValue

      int getOptionalNullValueValue()
      optional .google.protobuf.NullValue optional_null_value = 116;
      Returns:
      The enum numeric value on the wire for optionalNullValue.
    • getOptionalNullValue

      com.google.protobuf.NullValue getOptionalNullValue()
      optional .google.protobuf.NullValue optional_null_value = 116;
      Returns:
      The optionalNullValue.
    • hasFieldMask

      boolean hasFieldMask()
      .google.protobuf.FieldMask field_mask = 117;
      Returns:
      Whether the fieldMask field is set.
    • getFieldMask

      com.google.protobuf.FieldMask getFieldMask()
      .google.protobuf.FieldMask field_mask = 117;
      Returns:
      The fieldMask.
    • getFieldMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getFieldMaskOrBuilder()
      .google.protobuf.FieldMask field_mask = 117;
    • hasEmpty

      boolean hasEmpty()
      .google.protobuf.Empty empty = 118;
      Returns:
      Whether the empty field is set.
    • getEmpty

      com.google.protobuf.Empty getEmpty()
      .google.protobuf.Empty empty = 118;
      Returns:
      The empty.
    • getEmptyOrBuilder

      com.google.protobuf.EmptyOrBuilder getEmptyOrBuilder()
      .google.protobuf.Empty empty = 118;
    • hasSingleNestedMessage

      boolean hasSingleNestedMessage()
      .cel.expr.conformance.proto3.TestAllTypes.NestedMessage single_nested_message = 21;
      Returns:
      Whether the singleNestedMessage field is set.
    • getSingleNestedMessage

      TestAllTypes.NestedMessage getSingleNestedMessage()
      .cel.expr.conformance.proto3.TestAllTypes.NestedMessage single_nested_message = 21;
      Returns:
      The singleNestedMessage.
    • getSingleNestedMessageOrBuilder

      TestAllTypes.NestedMessageOrBuilder getSingleNestedMessageOrBuilder()
      .cel.expr.conformance.proto3.TestAllTypes.NestedMessage single_nested_message = 21;
    • hasSingleNestedEnum

      boolean hasSingleNestedEnum()
      .cel.expr.conformance.proto3.TestAllTypes.NestedEnum single_nested_enum = 22;
      Returns:
      Whether the singleNestedEnum field is set.
    • getSingleNestedEnumValue

      int getSingleNestedEnumValue()
      .cel.expr.conformance.proto3.TestAllTypes.NestedEnum single_nested_enum = 22;
      Returns:
      The enum numeric value on the wire for singleNestedEnum.
    • getSingleNestedEnum

      TestAllTypes.NestedEnum getSingleNestedEnum()
      .cel.expr.conformance.proto3.TestAllTypes.NestedEnum single_nested_enum = 22;
      Returns:
      The singleNestedEnum.
    • hasStandaloneMessage

      boolean hasStandaloneMessage()
      .cel.expr.conformance.proto3.TestAllTypes.NestedMessage standalone_message = 23;
      Returns:
      Whether the standaloneMessage field is set.
    • getStandaloneMessage

      TestAllTypes.NestedMessage getStandaloneMessage()
      .cel.expr.conformance.proto3.TestAllTypes.NestedMessage standalone_message = 23;
      Returns:
      The standaloneMessage.
    • getStandaloneMessageOrBuilder

      TestAllTypes.NestedMessageOrBuilder getStandaloneMessageOrBuilder()
      .cel.expr.conformance.proto3.TestAllTypes.NestedMessage standalone_message = 23;
    • getStandaloneEnumValue

      int getStandaloneEnumValue()
      .cel.expr.conformance.proto3.TestAllTypes.NestedEnum standalone_enum = 24;
      Returns:
      The enum numeric value on the wire for standaloneEnum.
    • getStandaloneEnum

      TestAllTypes.NestedEnum getStandaloneEnum()
      .cel.expr.conformance.proto3.TestAllTypes.NestedEnum standalone_enum = 24;
      Returns:
      The standaloneEnum.
    • getRepeatedInt32List

      List<Integer> getRepeatedInt32List()
       Repeated
       
      repeated int32 repeated_int32 = 31;
      Returns:
      A list containing the repeatedInt32.
    • getRepeatedInt32Count

      int getRepeatedInt32Count()
       Repeated
       
      repeated int32 repeated_int32 = 31;
      Returns:
      The count of repeatedInt32.
    • getRepeatedInt32

      int getRepeatedInt32(int index)
       Repeated
       
      repeated int32 repeated_int32 = 31;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedInt32 at the given index.
    • getRepeatedInt64List

      List<Long> getRepeatedInt64List()
      repeated int64 repeated_int64 = 32;
      Returns:
      A list containing the repeatedInt64.
    • getRepeatedInt64Count

      int getRepeatedInt64Count()
      repeated int64 repeated_int64 = 32;
      Returns:
      The count of repeatedInt64.
    • getRepeatedInt64

      long getRepeatedInt64(int index)
      repeated int64 repeated_int64 = 32;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedInt64 at the given index.
    • getRepeatedUint32List

      List<Integer> getRepeatedUint32List()
      repeated uint32 repeated_uint32 = 33;
      Returns:
      A list containing the repeatedUint32.
    • getRepeatedUint32Count

      int getRepeatedUint32Count()
      repeated uint32 repeated_uint32 = 33;
      Returns:
      The count of repeatedUint32.
    • getRepeatedUint32

      int getRepeatedUint32(int index)
      repeated uint32 repeated_uint32 = 33;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedUint32 at the given index.
    • getRepeatedUint64List

      List<Long> getRepeatedUint64List()
      repeated uint64 repeated_uint64 = 34;
      Returns:
      A list containing the repeatedUint64.
    • getRepeatedUint64Count

      int getRepeatedUint64Count()
      repeated uint64 repeated_uint64 = 34;
      Returns:
      The count of repeatedUint64.
    • getRepeatedUint64

      long getRepeatedUint64(int index)
      repeated uint64 repeated_uint64 = 34;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedUint64 at the given index.
    • getRepeatedSint32List

      List<Integer> getRepeatedSint32List()
      repeated sint32 repeated_sint32 = 35;
      Returns:
      A list containing the repeatedSint32.
    • getRepeatedSint32Count

      int getRepeatedSint32Count()
      repeated sint32 repeated_sint32 = 35;
      Returns:
      The count of repeatedSint32.
    • getRepeatedSint32

      int getRepeatedSint32(int index)
      repeated sint32 repeated_sint32 = 35;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedSint32 at the given index.
    • getRepeatedSint64List

      List<Long> getRepeatedSint64List()
      repeated sint64 repeated_sint64 = 36;
      Returns:
      A list containing the repeatedSint64.
    • getRepeatedSint64Count

      int getRepeatedSint64Count()
      repeated sint64 repeated_sint64 = 36;
      Returns:
      The count of repeatedSint64.
    • getRepeatedSint64

      long getRepeatedSint64(int index)
      repeated sint64 repeated_sint64 = 36;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedSint64 at the given index.
    • getRepeatedFixed32List

      List<Integer> getRepeatedFixed32List()
      repeated fixed32 repeated_fixed32 = 37;
      Returns:
      A list containing the repeatedFixed32.
    • getRepeatedFixed32Count

      int getRepeatedFixed32Count()
      repeated fixed32 repeated_fixed32 = 37;
      Returns:
      The count of repeatedFixed32.
    • getRepeatedFixed32

      int getRepeatedFixed32(int index)
      repeated fixed32 repeated_fixed32 = 37;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedFixed32 at the given index.
    • getRepeatedFixed64List

      List<Long> getRepeatedFixed64List()
      repeated fixed64 repeated_fixed64 = 38;
      Returns:
      A list containing the repeatedFixed64.
    • getRepeatedFixed64Count

      int getRepeatedFixed64Count()
      repeated fixed64 repeated_fixed64 = 38;
      Returns:
      The count of repeatedFixed64.
    • getRepeatedFixed64

      long getRepeatedFixed64(int index)
      repeated fixed64 repeated_fixed64 = 38;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedFixed64 at the given index.
    • getRepeatedSfixed32List

      List<Integer> getRepeatedSfixed32List()
      repeated sfixed32 repeated_sfixed32 = 39;
      Returns:
      A list containing the repeatedSfixed32.
    • getRepeatedSfixed32Count

      int getRepeatedSfixed32Count()
      repeated sfixed32 repeated_sfixed32 = 39;
      Returns:
      The count of repeatedSfixed32.
    • getRepeatedSfixed32

      int getRepeatedSfixed32(int index)
      repeated sfixed32 repeated_sfixed32 = 39;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedSfixed32 at the given index.
    • getRepeatedSfixed64List

      List<Long> getRepeatedSfixed64List()
      repeated sfixed64 repeated_sfixed64 = 40;
      Returns:
      A list containing the repeatedSfixed64.
    • getRepeatedSfixed64Count

      int getRepeatedSfixed64Count()
      repeated sfixed64 repeated_sfixed64 = 40;
      Returns:
      The count of repeatedSfixed64.
    • getRepeatedSfixed64

      long getRepeatedSfixed64(int index)
      repeated sfixed64 repeated_sfixed64 = 40;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedSfixed64 at the given index.
    • getRepeatedFloatList

      List<Float> getRepeatedFloatList()
      repeated float repeated_float = 41;
      Returns:
      A list containing the repeatedFloat.
    • getRepeatedFloatCount

      int getRepeatedFloatCount()
      repeated float repeated_float = 41;
      Returns:
      The count of repeatedFloat.
    • getRepeatedFloat

      float getRepeatedFloat(int index)
      repeated float repeated_float = 41;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedFloat at the given index.
    • getRepeatedDoubleList

      List<Double> getRepeatedDoubleList()
      repeated double repeated_double = 42;
      Returns:
      A list containing the repeatedDouble.
    • getRepeatedDoubleCount

      int getRepeatedDoubleCount()
      repeated double repeated_double = 42;
      Returns:
      The count of repeatedDouble.
    • getRepeatedDouble

      double getRepeatedDouble(int index)
      repeated double repeated_double = 42;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedDouble at the given index.
    • getRepeatedBoolList

      List<Boolean> getRepeatedBoolList()
      repeated bool repeated_bool = 43;
      Returns:
      A list containing the repeatedBool.
    • getRepeatedBoolCount

      int getRepeatedBoolCount()
      repeated bool repeated_bool = 43;
      Returns:
      The count of repeatedBool.
    • getRepeatedBool

      boolean getRepeatedBool(int index)
      repeated bool repeated_bool = 43;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedBool at the given index.
    • getRepeatedStringList

      List<String> getRepeatedStringList()
      repeated string repeated_string = 44;
      Returns:
      A list containing the repeatedString.
    • getRepeatedStringCount

      int getRepeatedStringCount()
      repeated string repeated_string = 44;
      Returns:
      The count of repeatedString.
    • getRepeatedString

      String getRepeatedString(int index)
      repeated string repeated_string = 44;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedString at the given index.
    • getRepeatedStringBytes

      com.google.protobuf.ByteString getRepeatedStringBytes(int index)
      repeated string repeated_string = 44;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the repeatedString at the given index.
    • getRepeatedBytesList

      List<com.google.protobuf.ByteString> getRepeatedBytesList()
      repeated bytes repeated_bytes = 45;
      Returns:
      A list containing the repeatedBytes.
    • getRepeatedBytesCount

      int getRepeatedBytesCount()
      repeated bytes repeated_bytes = 45;
      Returns:
      The count of repeatedBytes.
    • getRepeatedBytes

      com.google.protobuf.ByteString getRepeatedBytes(int index)
      repeated bytes repeated_bytes = 45;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedBytes at the given index.
    • getRepeatedNestedMessageList

      List<TestAllTypes.NestedMessage> getRepeatedNestedMessageList()
       Repeated and nested
       
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedMessage repeated_nested_message = 51;
    • getRepeatedNestedMessage

      TestAllTypes.NestedMessage getRepeatedNestedMessage(int index)
       Repeated and nested
       
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedMessage repeated_nested_message = 51;
    • getRepeatedNestedMessageCount

      int getRepeatedNestedMessageCount()
       Repeated and nested
       
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedMessage repeated_nested_message = 51;
    • getRepeatedNestedMessageOrBuilderList

      List<? extends TestAllTypes.NestedMessageOrBuilder> getRepeatedNestedMessageOrBuilderList()
       Repeated and nested
       
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedMessage repeated_nested_message = 51;
    • getRepeatedNestedMessageOrBuilder

      TestAllTypes.NestedMessageOrBuilder getRepeatedNestedMessageOrBuilder(int index)
       Repeated and nested
       
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedMessage repeated_nested_message = 51;
    • getRepeatedNestedEnumList

      List<TestAllTypes.NestedEnum> getRepeatedNestedEnumList()
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedEnum repeated_nested_enum = 52;
      Returns:
      A list containing the repeatedNestedEnum.
    • getRepeatedNestedEnumCount

      int getRepeatedNestedEnumCount()
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedEnum repeated_nested_enum = 52;
      Returns:
      The count of repeatedNestedEnum.
    • getRepeatedNestedEnum

      TestAllTypes.NestedEnum getRepeatedNestedEnum(int index)
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedEnum repeated_nested_enum = 52;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedNestedEnum at the given index.
    • getRepeatedNestedEnumValueList

      List<Integer> getRepeatedNestedEnumValueList()
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedEnum repeated_nested_enum = 52;
      Returns:
      A list containing the enum numeric values on the wire for repeatedNestedEnum.
    • getRepeatedNestedEnumValue

      int getRepeatedNestedEnumValue(int index)
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedEnum repeated_nested_enum = 52;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of repeatedNestedEnum at the given index.
    • getRepeatedStringPieceList

      List<String> getRepeatedStringPieceList()
      repeated string repeated_string_piece = 53 [ctype = STRING_PIECE];
      Returns:
      A list containing the repeatedStringPiece.
    • getRepeatedStringPieceCount

      int getRepeatedStringPieceCount()
      repeated string repeated_string_piece = 53 [ctype = STRING_PIECE];
      Returns:
      The count of repeatedStringPiece.
    • getRepeatedStringPiece

      String getRepeatedStringPiece(int index)
      repeated string repeated_string_piece = 53 [ctype = STRING_PIECE];
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedStringPiece at the given index.
    • getRepeatedStringPieceBytes

      com.google.protobuf.ByteString getRepeatedStringPieceBytes(int index)
      repeated string repeated_string_piece = 53 [ctype = STRING_PIECE];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the repeatedStringPiece at the given index.
    • getRepeatedCordList

      List<String> getRepeatedCordList()
      repeated string repeated_cord = 54 [ctype = CORD];
      Returns:
      A list containing the repeatedCord.
    • getRepeatedCordCount

      int getRepeatedCordCount()
      repeated string repeated_cord = 54 [ctype = CORD];
      Returns:
      The count of repeatedCord.
    • getRepeatedCord

      String getRepeatedCord(int index)
      repeated string repeated_cord = 54 [ctype = CORD];
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedCord at the given index.
    • getRepeatedCordBytes

      com.google.protobuf.ByteString getRepeatedCordBytes(int index)
      repeated string repeated_cord = 54 [ctype = CORD];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the repeatedCord at the given index.
    • getRepeatedLazyMessageList

      List<TestAllTypes.NestedMessage> getRepeatedLazyMessageList()
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedMessage repeated_lazy_message = 55;
    • getRepeatedLazyMessage

      TestAllTypes.NestedMessage getRepeatedLazyMessage(int index)
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedMessage repeated_lazy_message = 55;
    • getRepeatedLazyMessageCount

      int getRepeatedLazyMessageCount()
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedMessage repeated_lazy_message = 55;
    • getRepeatedLazyMessageOrBuilderList

      List<? extends TestAllTypes.NestedMessageOrBuilder> getRepeatedLazyMessageOrBuilderList()
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedMessage repeated_lazy_message = 55;
    • getRepeatedLazyMessageOrBuilder

      TestAllTypes.NestedMessageOrBuilder getRepeatedLazyMessageOrBuilder(int index)
      repeated .cel.expr.conformance.proto3.TestAllTypes.NestedMessage repeated_lazy_message = 55;
    • getRepeatedAnyList

      List<com.google.protobuf.Any> getRepeatedAnyList()
       Repeated wellknown.
       
      repeated .google.protobuf.Any repeated_any = 120;
    • getRepeatedAny

      com.google.protobuf.Any getRepeatedAny(int index)
       Repeated wellknown.
       
      repeated .google.protobuf.Any repeated_any = 120;
    • getRepeatedAnyCount

      int getRepeatedAnyCount()
       Repeated wellknown.
       
      repeated .google.protobuf.Any repeated_any = 120;
    • getRepeatedAnyOrBuilderList

      List<? extends com.google.protobuf.AnyOrBuilder> getRepeatedAnyOrBuilderList()
       Repeated wellknown.
       
      repeated .google.protobuf.Any repeated_any = 120;
    • getRepeatedAnyOrBuilder

      com.google.protobuf.AnyOrBuilder getRepeatedAnyOrBuilder(int index)
       Repeated wellknown.
       
      repeated .google.protobuf.Any repeated_any = 120;
    • getRepeatedDurationList

      List<com.google.protobuf.Duration> getRepeatedDurationList()
      repeated .google.protobuf.Duration repeated_duration = 121;
    • getRepeatedDuration

      com.google.protobuf.Duration getRepeatedDuration(int index)
      repeated .google.protobuf.Duration repeated_duration = 121;
    • getRepeatedDurationCount

      int getRepeatedDurationCount()
      repeated .google.protobuf.Duration repeated_duration = 121;
    • getRepeatedDurationOrBuilderList

      List<? extends com.google.protobuf.DurationOrBuilder> getRepeatedDurationOrBuilderList()
      repeated .google.protobuf.Duration repeated_duration = 121;
    • getRepeatedDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getRepeatedDurationOrBuilder(int index)
      repeated .google.protobuf.Duration repeated_duration = 121;
    • getRepeatedTimestampList

      List<com.google.protobuf.Timestamp> getRepeatedTimestampList()
      repeated .google.protobuf.Timestamp repeated_timestamp = 122;
    • getRepeatedTimestamp

      com.google.protobuf.Timestamp getRepeatedTimestamp(int index)
      repeated .google.protobuf.Timestamp repeated_timestamp = 122;
    • getRepeatedTimestampCount

      int getRepeatedTimestampCount()
      repeated .google.protobuf.Timestamp repeated_timestamp = 122;
    • getRepeatedTimestampOrBuilderList

      List<? extends com.google.protobuf.TimestampOrBuilder> getRepeatedTimestampOrBuilderList()
      repeated .google.protobuf.Timestamp repeated_timestamp = 122;
    • getRepeatedTimestampOrBuilder

      com.google.protobuf.TimestampOrBuilder getRepeatedTimestampOrBuilder(int index)
      repeated .google.protobuf.Timestamp repeated_timestamp = 122;
    • getRepeatedStructList

      List<com.google.protobuf.Struct> getRepeatedStructList()
      repeated .google.protobuf.Struct repeated_struct = 123;
    • getRepeatedStruct

      com.google.protobuf.Struct getRepeatedStruct(int index)
      repeated .google.protobuf.Struct repeated_struct = 123;
    • getRepeatedStructCount

      int getRepeatedStructCount()
      repeated .google.protobuf.Struct repeated_struct = 123;
    • getRepeatedStructOrBuilderList

      List<? extends com.google.protobuf.StructOrBuilder> getRepeatedStructOrBuilderList()
      repeated .google.protobuf.Struct repeated_struct = 123;
    • getRepeatedStructOrBuilder

      com.google.protobuf.StructOrBuilder getRepeatedStructOrBuilder(int index)
      repeated .google.protobuf.Struct repeated_struct = 123;
    • getRepeatedValueList

      List<com.google.protobuf.Value> getRepeatedValueList()
      repeated .google.protobuf.Value repeated_value = 124;
    • getRepeatedValue

      com.google.protobuf.Value getRepeatedValue(int index)
      repeated .google.protobuf.Value repeated_value = 124;
    • getRepeatedValueCount

      int getRepeatedValueCount()
      repeated .google.protobuf.Value repeated_value = 124;
    • getRepeatedValueOrBuilderList

      List<? extends com.google.protobuf.ValueOrBuilder> getRepeatedValueOrBuilderList()
      repeated .google.protobuf.Value repeated_value = 124;
    • getRepeatedValueOrBuilder

      com.google.protobuf.ValueOrBuilder getRepeatedValueOrBuilder(int index)
      repeated .google.protobuf.Value repeated_value = 124;
    • getRepeatedInt64WrapperList

      List<com.google.protobuf.Int64Value> getRepeatedInt64WrapperList()
      repeated .google.protobuf.Int64Value repeated_int64_wrapper = 125;
    • getRepeatedInt64Wrapper

      com.google.protobuf.Int64Value getRepeatedInt64Wrapper(int index)
      repeated .google.protobuf.Int64Value repeated_int64_wrapper = 125;
    • getRepeatedInt64WrapperCount

      int getRepeatedInt64WrapperCount()
      repeated .google.protobuf.Int64Value repeated_int64_wrapper = 125;
    • getRepeatedInt64WrapperOrBuilderList

      List<? extends com.google.protobuf.Int64ValueOrBuilder> getRepeatedInt64WrapperOrBuilderList()
      repeated .google.protobuf.Int64Value repeated_int64_wrapper = 125;
    • getRepeatedInt64WrapperOrBuilder

      com.google.protobuf.Int64ValueOrBuilder getRepeatedInt64WrapperOrBuilder(int index)
      repeated .google.protobuf.Int64Value repeated_int64_wrapper = 125;
    • getRepeatedInt32WrapperList

      List<com.google.protobuf.Int32Value> getRepeatedInt32WrapperList()
      repeated .google.protobuf.Int32Value repeated_int32_wrapper = 126;
    • getRepeatedInt32Wrapper

      com.google.protobuf.Int32Value getRepeatedInt32Wrapper(int index)
      repeated .google.protobuf.Int32Value repeated_int32_wrapper = 126;
    • getRepeatedInt32WrapperCount

      int getRepeatedInt32WrapperCount()
      repeated .google.protobuf.Int32Value repeated_int32_wrapper = 126;
    • getRepeatedInt32WrapperOrBuilderList

      List<? extends com.google.protobuf.Int32ValueOrBuilder> getRepeatedInt32WrapperOrBuilderList()
      repeated .google.protobuf.Int32Value repeated_int32_wrapper = 126;
    • getRepeatedInt32WrapperOrBuilder

      com.google.protobuf.Int32ValueOrBuilder getRepeatedInt32WrapperOrBuilder(int index)
      repeated .google.protobuf.Int32Value repeated_int32_wrapper = 126;
    • getRepeatedDoubleWrapperList

      List<com.google.protobuf.DoubleValue> getRepeatedDoubleWrapperList()
      repeated .google.protobuf.DoubleValue repeated_double_wrapper = 127;
    • getRepeatedDoubleWrapper

      com.google.protobuf.DoubleValue getRepeatedDoubleWrapper(int index)
      repeated .google.protobuf.DoubleValue repeated_double_wrapper = 127;
    • getRepeatedDoubleWrapperCount

      int getRepeatedDoubleWrapperCount()
      repeated .google.protobuf.DoubleValue repeated_double_wrapper = 127;
    • getRepeatedDoubleWrapperOrBuilderList

      List<? extends com.google.protobuf.DoubleValueOrBuilder> getRepeatedDoubleWrapperOrBuilderList()
      repeated .google.protobuf.DoubleValue repeated_double_wrapper = 127;
    • getRepeatedDoubleWrapperOrBuilder

      com.google.protobuf.DoubleValueOrBuilder getRepeatedDoubleWrapperOrBuilder(int index)
      repeated .google.protobuf.DoubleValue repeated_double_wrapper = 127;
    • getRepeatedFloatWrapperList

      List<com.google.protobuf.FloatValue> getRepeatedFloatWrapperList()
      repeated .google.protobuf.FloatValue repeated_float_wrapper = 128;
    • getRepeatedFloatWrapper

      com.google.protobuf.FloatValue getRepeatedFloatWrapper(int index)
      repeated .google.protobuf.FloatValue repeated_float_wrapper = 128;
    • getRepeatedFloatWrapperCount

      int getRepeatedFloatWrapperCount()
      repeated .google.protobuf.FloatValue repeated_float_wrapper = 128;
    • getRepeatedFloatWrapperOrBuilderList

      List<? extends com.google.protobuf.FloatValueOrBuilder> getRepeatedFloatWrapperOrBuilderList()
      repeated .google.protobuf.FloatValue repeated_float_wrapper = 128;
    • getRepeatedFloatWrapperOrBuilder

      com.google.protobuf.FloatValueOrBuilder getRepeatedFloatWrapperOrBuilder(int index)
      repeated .google.protobuf.FloatValue repeated_float_wrapper = 128;
    • getRepeatedUint64WrapperList

      List<com.google.protobuf.UInt64Value> getRepeatedUint64WrapperList()
      repeated .google.protobuf.UInt64Value repeated_uint64_wrapper = 129;
    • getRepeatedUint64Wrapper

      com.google.protobuf.UInt64Value getRepeatedUint64Wrapper(int index)
      repeated .google.protobuf.UInt64Value repeated_uint64_wrapper = 129;
    • getRepeatedUint64WrapperCount

      int getRepeatedUint64WrapperCount()
      repeated .google.protobuf.UInt64Value repeated_uint64_wrapper = 129;
    • getRepeatedUint64WrapperOrBuilderList

      List<? extends com.google.protobuf.UInt64ValueOrBuilder> getRepeatedUint64WrapperOrBuilderList()
      repeated .google.protobuf.UInt64Value repeated_uint64_wrapper = 129;
    • getRepeatedUint64WrapperOrBuilder

      com.google.protobuf.UInt64ValueOrBuilder getRepeatedUint64WrapperOrBuilder(int index)
      repeated .google.protobuf.UInt64Value repeated_uint64_wrapper = 129;
    • getRepeatedUint32WrapperList

      List<com.google.protobuf.UInt32Value> getRepeatedUint32WrapperList()
      repeated .google.protobuf.UInt32Value repeated_uint32_wrapper = 130;
    • getRepeatedUint32Wrapper

      com.google.protobuf.UInt32Value getRepeatedUint32Wrapper(int index)
      repeated .google.protobuf.UInt32Value repeated_uint32_wrapper = 130;
    • getRepeatedUint32WrapperCount

      int getRepeatedUint32WrapperCount()
      repeated .google.protobuf.UInt32Value repeated_uint32_wrapper = 130;
    • getRepeatedUint32WrapperOrBuilderList

      List<? extends com.google.protobuf.UInt32ValueOrBuilder> getRepeatedUint32WrapperOrBuilderList()
      repeated .google.protobuf.UInt32Value repeated_uint32_wrapper = 130;
    • getRepeatedUint32WrapperOrBuilder

      com.google.protobuf.UInt32ValueOrBuilder getRepeatedUint32WrapperOrBuilder(int index)
      repeated .google.protobuf.UInt32Value repeated_uint32_wrapper = 130;
    • getRepeatedStringWrapperList

      List<com.google.protobuf.StringValue> getRepeatedStringWrapperList()
      repeated .google.protobuf.StringValue repeated_string_wrapper = 131;
    • getRepeatedStringWrapper

      com.google.protobuf.StringValue getRepeatedStringWrapper(int index)
      repeated .google.protobuf.StringValue repeated_string_wrapper = 131;
    • getRepeatedStringWrapperCount

      int getRepeatedStringWrapperCount()
      repeated .google.protobuf.StringValue repeated_string_wrapper = 131;
    • getRepeatedStringWrapperOrBuilderList

      List<? extends com.google.protobuf.StringValueOrBuilder> getRepeatedStringWrapperOrBuilderList()
      repeated .google.protobuf.StringValue repeated_string_wrapper = 131;
    • getRepeatedStringWrapperOrBuilder

      com.google.protobuf.StringValueOrBuilder getRepeatedStringWrapperOrBuilder(int index)
      repeated .google.protobuf.StringValue repeated_string_wrapper = 131;
    • getRepeatedBoolWrapperList

      List<com.google.protobuf.BoolValue> getRepeatedBoolWrapperList()
      repeated .google.protobuf.BoolValue repeated_bool_wrapper = 132;
    • getRepeatedBoolWrapper

      com.google.protobuf.BoolValue getRepeatedBoolWrapper(int index)
      repeated .google.protobuf.BoolValue repeated_bool_wrapper = 132;
    • getRepeatedBoolWrapperCount

      int getRepeatedBoolWrapperCount()
      repeated .google.protobuf.BoolValue repeated_bool_wrapper = 132;
    • getRepeatedBoolWrapperOrBuilderList

      List<? extends com.google.protobuf.BoolValueOrBuilder> getRepeatedBoolWrapperOrBuilderList()
      repeated .google.protobuf.BoolValue repeated_bool_wrapper = 132;
    • getRepeatedBoolWrapperOrBuilder

      com.google.protobuf.BoolValueOrBuilder getRepeatedBoolWrapperOrBuilder(int index)
      repeated .google.protobuf.BoolValue repeated_bool_wrapper = 132;
    • getRepeatedBytesWrapperList

      List<com.google.protobuf.BytesValue> getRepeatedBytesWrapperList()
      repeated .google.protobuf.BytesValue repeated_bytes_wrapper = 133;
    • getRepeatedBytesWrapper

      com.google.protobuf.BytesValue getRepeatedBytesWrapper(int index)
      repeated .google.protobuf.BytesValue repeated_bytes_wrapper = 133;
    • getRepeatedBytesWrapperCount

      int getRepeatedBytesWrapperCount()
      repeated .google.protobuf.BytesValue repeated_bytes_wrapper = 133;
    • getRepeatedBytesWrapperOrBuilderList

      List<? extends com.google.protobuf.BytesValueOrBuilder> getRepeatedBytesWrapperOrBuilderList()
      repeated .google.protobuf.BytesValue repeated_bytes_wrapper = 133;
    • getRepeatedBytesWrapperOrBuilder

      com.google.protobuf.BytesValueOrBuilder getRepeatedBytesWrapperOrBuilder(int index)
      repeated .google.protobuf.BytesValue repeated_bytes_wrapper = 133;
    • getRepeatedListValueList

      List<com.google.protobuf.ListValue> getRepeatedListValueList()
      repeated .google.protobuf.ListValue repeated_list_value = 134;
    • getRepeatedListValue

      com.google.protobuf.ListValue getRepeatedListValue(int index)
      repeated .google.protobuf.ListValue repeated_list_value = 134;
    • getRepeatedListValueCount

      int getRepeatedListValueCount()
      repeated .google.protobuf.ListValue repeated_list_value = 134;
    • getRepeatedListValueOrBuilderList

      List<? extends com.google.protobuf.ListValueOrBuilder> getRepeatedListValueOrBuilderList()
      repeated .google.protobuf.ListValue repeated_list_value = 134;
    • getRepeatedListValueOrBuilder

      com.google.protobuf.ListValueOrBuilder getRepeatedListValueOrBuilder(int index)
      repeated .google.protobuf.ListValue repeated_list_value = 134;
    • getRepeatedNullValueList

      List<com.google.protobuf.NullValue> getRepeatedNullValueList()
      repeated .google.protobuf.NullValue repeated_null_value = 135;
      Returns:
      A list containing the repeatedNullValue.
    • getRepeatedNullValueCount

      int getRepeatedNullValueCount()
      repeated .google.protobuf.NullValue repeated_null_value = 135;
      Returns:
      The count of repeatedNullValue.
    • getRepeatedNullValue

      com.google.protobuf.NullValue getRepeatedNullValue(int index)
      repeated .google.protobuf.NullValue repeated_null_value = 135;
      Parameters:
      index - The index of the element to return.
      Returns:
      The repeatedNullValue at the given index.
    • getRepeatedNullValueValueList

      List<Integer> getRepeatedNullValueValueList()
      repeated .google.protobuf.NullValue repeated_null_value = 135;
      Returns:
      A list containing the enum numeric values on the wire for repeatedNullValue.
    • getRepeatedNullValueValue

      int getRepeatedNullValueValue(int index)
      repeated .google.protobuf.NullValue repeated_null_value = 135;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of repeatedNullValue at the given index.
    • getMapInt64NestedTypeCount

      int getMapInt64NestedTypeCount()
       Map
       
      map<int64, .cel.expr.conformance.proto3.NestedTestAllTypes> map_int64_nested_type = 62;
    • containsMapInt64NestedType

      boolean containsMapInt64NestedType(long key)
       Map
       
      map<int64, .cel.expr.conformance.proto3.NestedTestAllTypes> map_int64_nested_type = 62;
    • getMapInt64NestedType

      @Deprecated Map<Long,NestedTestAllTypes> getMapInt64NestedType()
      Deprecated.
    • getMapInt64NestedTypeMap

      Map<Long,NestedTestAllTypes> getMapInt64NestedTypeMap()
       Map
       
      map<int64, .cel.expr.conformance.proto3.NestedTestAllTypes> map_int64_nested_type = 62;
    • getMapInt64NestedTypeOrDefault

      NestedTestAllTypes getMapInt64NestedTypeOrDefault(long key, NestedTestAllTypes defaultValue)
       Map
       
      map<int64, .cel.expr.conformance.proto3.NestedTestAllTypes> map_int64_nested_type = 62;
    • getMapInt64NestedTypeOrThrow

      NestedTestAllTypes getMapInt64NestedTypeOrThrow(long key)
       Map
       
      map<int64, .cel.expr.conformance.proto3.NestedTestAllTypes> map_int64_nested_type = 62;
    • getMapBoolBoolCount

      int getMapBoolBoolCount()
      map<bool, bool> map_bool_bool = 63;
    • containsMapBoolBool

      boolean containsMapBoolBool(boolean key)
      map<bool, bool> map_bool_bool = 63;
    • getMapBoolBool

      @Deprecated Map<Boolean,Boolean> getMapBoolBool()
      Deprecated.
      Use getMapBoolBoolMap() instead.
    • getMapBoolBoolMap

      Map<Boolean,Boolean> getMapBoolBoolMap()
      map<bool, bool> map_bool_bool = 63;
    • getMapBoolBoolOrDefault

      boolean getMapBoolBoolOrDefault(boolean key, boolean defaultValue)
      map<bool, bool> map_bool_bool = 63;
    • getMapBoolBoolOrThrow

      boolean getMapBoolBoolOrThrow(boolean key)
      map<bool, bool> map_bool_bool = 63;
    • getMapBoolStringCount

      int getMapBoolStringCount()
      map<bool, string> map_bool_string = 64;
    • containsMapBoolString

      boolean containsMapBoolString(boolean key)
      map<bool, string> map_bool_string = 64;
    • getMapBoolString

      @Deprecated Map<Boolean,String> getMapBoolString()
      Deprecated.
    • getMapBoolStringMap

      Map<Boolean,String> getMapBoolStringMap()
      map<bool, string> map_bool_string = 64;
    • getMapBoolStringOrDefault

      String getMapBoolStringOrDefault(boolean key, String defaultValue)
      map<bool, string> map_bool_string = 64;
    • getMapBoolStringOrThrow

      String getMapBoolStringOrThrow(boolean key)
      map<bool, string> map_bool_string = 64;
    • getMapBoolBytesCount

      int getMapBoolBytesCount()
      map<bool, bytes> map_bool_bytes = 65;
    • containsMapBoolBytes

      boolean containsMapBoolBytes(boolean key)
      map<bool, bytes> map_bool_bytes = 65;
    • getMapBoolBytes

      @Deprecated Map<Boolean,com.google.protobuf.ByteString> getMapBoolBytes()
      Deprecated.
    • getMapBoolBytesMap

      Map<Boolean,com.google.protobuf.ByteString> getMapBoolBytesMap()
      map<bool, bytes> map_bool_bytes = 65;
    • getMapBoolBytesOrDefault

      com.google.protobuf.ByteString getMapBoolBytesOrDefault(boolean key, com.google.protobuf.ByteString defaultValue)
      map<bool, bytes> map_bool_bytes = 65;
    • getMapBoolBytesOrThrow

      com.google.protobuf.ByteString getMapBoolBytesOrThrow(boolean key)
      map<bool, bytes> map_bool_bytes = 65;
    • getMapBoolInt32Count

      int getMapBoolInt32Count()
      map<bool, int32> map_bool_int32 = 66;
    • containsMapBoolInt32

      boolean containsMapBoolInt32(boolean key)
      map<bool, int32> map_bool_int32 = 66;
    • getMapBoolInt32

      @Deprecated Map<Boolean,Integer> getMapBoolInt32()
      Deprecated.
    • getMapBoolInt32Map

      Map<Boolean,Integer> getMapBoolInt32Map()
      map<bool, int32> map_bool_int32 = 66;
    • getMapBoolInt32OrDefault

      int getMapBoolInt32OrDefault(boolean key, int defaultValue)
      map<bool, int32> map_bool_int32 = 66;
    • getMapBoolInt32OrThrow

      int getMapBoolInt32OrThrow(boolean key)
      map<bool, int32> map_bool_int32 = 66;
    • getMapBoolInt64Count

      int getMapBoolInt64Count()
      map<bool, int64> map_bool_int64 = 67;
    • containsMapBoolInt64

      boolean containsMapBoolInt64(boolean key)
      map<bool, int64> map_bool_int64 = 67;
    • getMapBoolInt64

      @Deprecated Map<Boolean,Long> getMapBoolInt64()
      Deprecated.
    • getMapBoolInt64Map

      Map<Boolean,Long> getMapBoolInt64Map()
      map<bool, int64> map_bool_int64 = 67;
    • getMapBoolInt64OrDefault

      long getMapBoolInt64OrDefault(boolean key, long defaultValue)
      map<bool, int64> map_bool_int64 = 67;
    • getMapBoolInt64OrThrow

      long getMapBoolInt64OrThrow(boolean key)
      map<bool, int64> map_bool_int64 = 67;
    • getMapBoolUint32Count

      int getMapBoolUint32Count()
      map<bool, uint32> map_bool_uint32 = 68;
    • containsMapBoolUint32

      boolean containsMapBoolUint32(boolean key)
      map<bool, uint32> map_bool_uint32 = 68;
    • getMapBoolUint32

      @Deprecated Map<Boolean,Integer> getMapBoolUint32()
      Deprecated.
    • getMapBoolUint32Map

      Map<Boolean,Integer> getMapBoolUint32Map()
      map<bool, uint32> map_bool_uint32 = 68;
    • getMapBoolUint32OrDefault

      int getMapBoolUint32OrDefault(boolean key, int defaultValue)
      map<bool, uint32> map_bool_uint32 = 68;
    • getMapBoolUint32OrThrow

      int getMapBoolUint32OrThrow(boolean key)
      map<bool, uint32> map_bool_uint32 = 68;
    • getMapBoolUint64Count

      int getMapBoolUint64Count()
      map<bool, uint64> map_bool_uint64 = 69;
    • containsMapBoolUint64

      boolean containsMapBoolUint64(boolean key)
      map<bool, uint64> map_bool_uint64 = 69;
    • getMapBoolUint64

      @Deprecated Map<Boolean,Long> getMapBoolUint64()
      Deprecated.
    • getMapBoolUint64Map

      Map<Boolean,Long> getMapBoolUint64Map()
      map<bool, uint64> map_bool_uint64 = 69;
    • getMapBoolUint64OrDefault

      long getMapBoolUint64OrDefault(boolean key, long defaultValue)
      map<bool, uint64> map_bool_uint64 = 69;
    • getMapBoolUint64OrThrow

      long getMapBoolUint64OrThrow(boolean key)
      map<bool, uint64> map_bool_uint64 = 69;
    • getMapBoolFloatCount

      int getMapBoolFloatCount()
      map<bool, float> map_bool_float = 70;
    • containsMapBoolFloat

      boolean containsMapBoolFloat(boolean key)
      map<bool, float> map_bool_float = 70;
    • getMapBoolFloat

      @Deprecated Map<Boolean,Float> getMapBoolFloat()
      Deprecated.
    • getMapBoolFloatMap

      Map<Boolean,Float> getMapBoolFloatMap()
      map<bool, float> map_bool_float = 70;
    • getMapBoolFloatOrDefault

      float getMapBoolFloatOrDefault(boolean key, float defaultValue)
      map<bool, float> map_bool_float = 70;
    • getMapBoolFloatOrThrow

      float getMapBoolFloatOrThrow(boolean key)
      map<bool, float> map_bool_float = 70;
    • getMapBoolDoubleCount

      int getMapBoolDoubleCount()
      map<bool, double> map_bool_double = 71;
    • containsMapBoolDouble

      boolean containsMapBoolDouble(boolean key)
      map<bool, double> map_bool_double = 71;
    • getMapBoolDouble

      @Deprecated Map<Boolean,Double> getMapBoolDouble()
      Deprecated.
    • getMapBoolDoubleMap

      Map<Boolean,Double> getMapBoolDoubleMap()
      map<bool, double> map_bool_double = 71;
    • getMapBoolDoubleOrDefault

      double getMapBoolDoubleOrDefault(boolean key, double defaultValue)
      map<bool, double> map_bool_double = 71;
    • getMapBoolDoubleOrThrow

      double getMapBoolDoubleOrThrow(boolean key)
      map<bool, double> map_bool_double = 71;
    • getMapBoolEnumCount

      int getMapBoolEnumCount()
      map<bool, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_bool_enum = 72;
    • containsMapBoolEnum

      boolean containsMapBoolEnum(boolean key)
      map<bool, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_bool_enum = 72;
    • getMapBoolEnum

      Deprecated.
      Use getMapBoolEnumMap() instead.
    • getMapBoolEnumMap

      Map<Boolean,TestAllTypes.NestedEnum> getMapBoolEnumMap()
      map<bool, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_bool_enum = 72;
    • getMapBoolEnumOrDefault

      TestAllTypes.NestedEnum getMapBoolEnumOrDefault(boolean key, TestAllTypes.NestedEnum defaultValue)
      map<bool, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_bool_enum = 72;
    • getMapBoolEnumOrThrow

      TestAllTypes.NestedEnum getMapBoolEnumOrThrow(boolean key)
      map<bool, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_bool_enum = 72;
    • getMapBoolEnumValue

      @Deprecated Map<Boolean,Integer> getMapBoolEnumValue()
      Deprecated.
    • getMapBoolEnumValueMap

      Map<Boolean,Integer> getMapBoolEnumValueMap()
      map<bool, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_bool_enum = 72;
    • getMapBoolEnumValueOrDefault

      int getMapBoolEnumValueOrDefault(boolean key, int defaultValue)
      map<bool, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_bool_enum = 72;
    • getMapBoolEnumValueOrThrow

      int getMapBoolEnumValueOrThrow(boolean key)
      map<bool, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_bool_enum = 72;
    • getMapBoolMessageCount

      int getMapBoolMessageCount()
      map<bool, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_bool_message = 73;
    • containsMapBoolMessage

      boolean containsMapBoolMessage(boolean key)
      map<bool, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_bool_message = 73;
    • getMapBoolMessage

      Deprecated.
    • getMapBoolMessageMap

      Map<Boolean,TestAllTypes.NestedMessage> getMapBoolMessageMap()
      map<bool, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_bool_message = 73;
    • getMapBoolMessageOrDefault

      TestAllTypes.NestedMessage getMapBoolMessageOrDefault(boolean key, TestAllTypes.NestedMessage defaultValue)
      map<bool, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_bool_message = 73;
    • getMapBoolMessageOrThrow

      TestAllTypes.NestedMessage getMapBoolMessageOrThrow(boolean key)
      map<bool, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_bool_message = 73;
    • getMapBoolDurationCount

      int getMapBoolDurationCount()
      map<bool, .google.protobuf.Duration> map_bool_duration = 228;
    • containsMapBoolDuration

      boolean containsMapBoolDuration(boolean key)
      map<bool, .google.protobuf.Duration> map_bool_duration = 228;
    • getMapBoolDuration

      @Deprecated Map<Boolean,com.google.protobuf.Duration> getMapBoolDuration()
      Deprecated.
    • getMapBoolDurationMap

      Map<Boolean,com.google.protobuf.Duration> getMapBoolDurationMap()
      map<bool, .google.protobuf.Duration> map_bool_duration = 228;
    • getMapBoolDurationOrDefault

      com.google.protobuf.Duration getMapBoolDurationOrDefault(boolean key, com.google.protobuf.Duration defaultValue)
      map<bool, .google.protobuf.Duration> map_bool_duration = 228;
    • getMapBoolDurationOrThrow

      com.google.protobuf.Duration getMapBoolDurationOrThrow(boolean key)
      map<bool, .google.protobuf.Duration> map_bool_duration = 228;
    • getMapBoolTimestampCount

      int getMapBoolTimestampCount()
      map<bool, .google.protobuf.Timestamp> map_bool_timestamp = 229;
    • containsMapBoolTimestamp

      boolean containsMapBoolTimestamp(boolean key)
      map<bool, .google.protobuf.Timestamp> map_bool_timestamp = 229;
    • getMapBoolTimestamp

      @Deprecated Map<Boolean,com.google.protobuf.Timestamp> getMapBoolTimestamp()
      Deprecated.
    • getMapBoolTimestampMap

      Map<Boolean,com.google.protobuf.Timestamp> getMapBoolTimestampMap()
      map<bool, .google.protobuf.Timestamp> map_bool_timestamp = 229;
    • getMapBoolTimestampOrDefault

      com.google.protobuf.Timestamp getMapBoolTimestampOrDefault(boolean key, com.google.protobuf.Timestamp defaultValue)
      map<bool, .google.protobuf.Timestamp> map_bool_timestamp = 229;
    • getMapBoolTimestampOrThrow

      com.google.protobuf.Timestamp getMapBoolTimestampOrThrow(boolean key)
      map<bool, .google.protobuf.Timestamp> map_bool_timestamp = 229;
    • getMapBoolNullValueCount

      int getMapBoolNullValueCount()
      map<bool, .google.protobuf.NullValue> map_bool_null_value = 230;
    • containsMapBoolNullValue

      boolean containsMapBoolNullValue(boolean key)
      map<bool, .google.protobuf.NullValue> map_bool_null_value = 230;
    • getMapBoolNullValue

      @Deprecated Map<Boolean,com.google.protobuf.NullValue> getMapBoolNullValue()
      Deprecated.
    • getMapBoolNullValueMap

      Map<Boolean,com.google.protobuf.NullValue> getMapBoolNullValueMap()
      map<bool, .google.protobuf.NullValue> map_bool_null_value = 230;
    • getMapBoolNullValueOrDefault

      com.google.protobuf.NullValue getMapBoolNullValueOrDefault(boolean key, com.google.protobuf.NullValue defaultValue)
      map<bool, .google.protobuf.NullValue> map_bool_null_value = 230;
    • getMapBoolNullValueOrThrow

      com.google.protobuf.NullValue getMapBoolNullValueOrThrow(boolean key)
      map<bool, .google.protobuf.NullValue> map_bool_null_value = 230;
    • getMapBoolNullValueValue

      @Deprecated Map<Boolean,Integer> getMapBoolNullValueValue()
      Deprecated.
    • getMapBoolNullValueValueMap

      Map<Boolean,Integer> getMapBoolNullValueValueMap()
      map<bool, .google.protobuf.NullValue> map_bool_null_value = 230;
    • getMapBoolNullValueValueOrDefault

      int getMapBoolNullValueValueOrDefault(boolean key, int defaultValue)
      map<bool, .google.protobuf.NullValue> map_bool_null_value = 230;
    • getMapBoolNullValueValueOrThrow

      int getMapBoolNullValueValueOrThrow(boolean key)
      map<bool, .google.protobuf.NullValue> map_bool_null_value = 230;
    • getMapBoolAnyCount

      int getMapBoolAnyCount()
      map<bool, .google.protobuf.Any> map_bool_any = 246;
    • containsMapBoolAny

      boolean containsMapBoolAny(boolean key)
      map<bool, .google.protobuf.Any> map_bool_any = 246;
    • getMapBoolAny

      @Deprecated Map<Boolean,com.google.protobuf.Any> getMapBoolAny()
      Deprecated.
      Use getMapBoolAnyMap() instead.
    • getMapBoolAnyMap

      Map<Boolean,com.google.protobuf.Any> getMapBoolAnyMap()
      map<bool, .google.protobuf.Any> map_bool_any = 246;
    • getMapBoolAnyOrDefault

      com.google.protobuf.Any getMapBoolAnyOrDefault(boolean key, com.google.protobuf.Any defaultValue)
      map<bool, .google.protobuf.Any> map_bool_any = 246;
    • getMapBoolAnyOrThrow

      com.google.protobuf.Any getMapBoolAnyOrThrow(boolean key)
      map<bool, .google.protobuf.Any> map_bool_any = 246;
    • getMapBoolStructCount

      int getMapBoolStructCount()
      map<bool, .google.protobuf.Struct> map_bool_struct = 247;
    • containsMapBoolStruct

      boolean containsMapBoolStruct(boolean key)
      map<bool, .google.protobuf.Struct> map_bool_struct = 247;
    • getMapBoolStruct

      @Deprecated Map<Boolean,com.google.protobuf.Struct> getMapBoolStruct()
      Deprecated.
    • getMapBoolStructMap

      Map<Boolean,com.google.protobuf.Struct> getMapBoolStructMap()
      map<bool, .google.protobuf.Struct> map_bool_struct = 247;
    • getMapBoolStructOrDefault

      com.google.protobuf.Struct getMapBoolStructOrDefault(boolean key, com.google.protobuf.Struct defaultValue)
      map<bool, .google.protobuf.Struct> map_bool_struct = 247;
    • getMapBoolStructOrThrow

      com.google.protobuf.Struct getMapBoolStructOrThrow(boolean key)
      map<bool, .google.protobuf.Struct> map_bool_struct = 247;
    • getMapBoolValueCount

      int getMapBoolValueCount()
      map<bool, .google.protobuf.Value> map_bool_value = 248;
    • containsMapBoolValue

      boolean containsMapBoolValue(boolean key)
      map<bool, .google.protobuf.Value> map_bool_value = 248;
    • getMapBoolValue

      @Deprecated Map<Boolean,com.google.protobuf.Value> getMapBoolValue()
      Deprecated.
    • getMapBoolValueMap

      Map<Boolean,com.google.protobuf.Value> getMapBoolValueMap()
      map<bool, .google.protobuf.Value> map_bool_value = 248;
    • getMapBoolValueOrDefault

      com.google.protobuf.Value getMapBoolValueOrDefault(boolean key, com.google.protobuf.Value defaultValue)
      map<bool, .google.protobuf.Value> map_bool_value = 248;
    • getMapBoolValueOrThrow

      com.google.protobuf.Value getMapBoolValueOrThrow(boolean key)
      map<bool, .google.protobuf.Value> map_bool_value = 248;
    • getMapBoolListValueCount

      int getMapBoolListValueCount()
      map<bool, .google.protobuf.ListValue> map_bool_list_value = 249;
    • containsMapBoolListValue

      boolean containsMapBoolListValue(boolean key)
      map<bool, .google.protobuf.ListValue> map_bool_list_value = 249;
    • getMapBoolListValue

      @Deprecated Map<Boolean,com.google.protobuf.ListValue> getMapBoolListValue()
      Deprecated.
    • getMapBoolListValueMap

      Map<Boolean,com.google.protobuf.ListValue> getMapBoolListValueMap()
      map<bool, .google.protobuf.ListValue> map_bool_list_value = 249;
    • getMapBoolListValueOrDefault

      com.google.protobuf.ListValue getMapBoolListValueOrDefault(boolean key, com.google.protobuf.ListValue defaultValue)
      map<bool, .google.protobuf.ListValue> map_bool_list_value = 249;
    • getMapBoolListValueOrThrow

      com.google.protobuf.ListValue getMapBoolListValueOrThrow(boolean key)
      map<bool, .google.protobuf.ListValue> map_bool_list_value = 249;
    • getMapBoolInt64WrapperCount

      int getMapBoolInt64WrapperCount()
      map<bool, .google.protobuf.Int64Value> map_bool_int64_wrapper = 250;
    • containsMapBoolInt64Wrapper

      boolean containsMapBoolInt64Wrapper(boolean key)
      map<bool, .google.protobuf.Int64Value> map_bool_int64_wrapper = 250;
    • getMapBoolInt64Wrapper

      @Deprecated Map<Boolean,com.google.protobuf.Int64Value> getMapBoolInt64Wrapper()
      Deprecated.
    • getMapBoolInt64WrapperMap

      Map<Boolean,com.google.protobuf.Int64Value> getMapBoolInt64WrapperMap()
      map<bool, .google.protobuf.Int64Value> map_bool_int64_wrapper = 250;
    • getMapBoolInt64WrapperOrDefault

      com.google.protobuf.Int64Value getMapBoolInt64WrapperOrDefault(boolean key, com.google.protobuf.Int64Value defaultValue)
      map<bool, .google.protobuf.Int64Value> map_bool_int64_wrapper = 250;
    • getMapBoolInt64WrapperOrThrow

      com.google.protobuf.Int64Value getMapBoolInt64WrapperOrThrow(boolean key)
      map<bool, .google.protobuf.Int64Value> map_bool_int64_wrapper = 250;
    • getMapBoolInt32WrapperCount

      int getMapBoolInt32WrapperCount()
      map<bool, .google.protobuf.Int32Value> map_bool_int32_wrapper = 251;
    • containsMapBoolInt32Wrapper

      boolean containsMapBoolInt32Wrapper(boolean key)
      map<bool, .google.protobuf.Int32Value> map_bool_int32_wrapper = 251;
    • getMapBoolInt32Wrapper

      @Deprecated Map<Boolean,com.google.protobuf.Int32Value> getMapBoolInt32Wrapper()
      Deprecated.
    • getMapBoolInt32WrapperMap

      Map<Boolean,com.google.protobuf.Int32Value> getMapBoolInt32WrapperMap()
      map<bool, .google.protobuf.Int32Value> map_bool_int32_wrapper = 251;
    • getMapBoolInt32WrapperOrDefault

      com.google.protobuf.Int32Value getMapBoolInt32WrapperOrDefault(boolean key, com.google.protobuf.Int32Value defaultValue)
      map<bool, .google.protobuf.Int32Value> map_bool_int32_wrapper = 251;
    • getMapBoolInt32WrapperOrThrow

      com.google.protobuf.Int32Value getMapBoolInt32WrapperOrThrow(boolean key)
      map<bool, .google.protobuf.Int32Value> map_bool_int32_wrapper = 251;
    • getMapBoolDoubleWrapperCount

      int getMapBoolDoubleWrapperCount()
      map<bool, .google.protobuf.DoubleValue> map_bool_double_wrapper = 252;
    • containsMapBoolDoubleWrapper

      boolean containsMapBoolDoubleWrapper(boolean key)
      map<bool, .google.protobuf.DoubleValue> map_bool_double_wrapper = 252;
    • getMapBoolDoubleWrapper

      @Deprecated Map<Boolean,com.google.protobuf.DoubleValue> getMapBoolDoubleWrapper()
      Deprecated.
    • getMapBoolDoubleWrapperMap

      Map<Boolean,com.google.protobuf.DoubleValue> getMapBoolDoubleWrapperMap()
      map<bool, .google.protobuf.DoubleValue> map_bool_double_wrapper = 252;
    • getMapBoolDoubleWrapperOrDefault

      com.google.protobuf.DoubleValue getMapBoolDoubleWrapperOrDefault(boolean key, com.google.protobuf.DoubleValue defaultValue)
      map<bool, .google.protobuf.DoubleValue> map_bool_double_wrapper = 252;
    • getMapBoolDoubleWrapperOrThrow

      com.google.protobuf.DoubleValue getMapBoolDoubleWrapperOrThrow(boolean key)
      map<bool, .google.protobuf.DoubleValue> map_bool_double_wrapper = 252;
    • getMapBoolFloatWrapperCount

      int getMapBoolFloatWrapperCount()
      map<bool, .google.protobuf.FloatValue> map_bool_float_wrapper = 253;
    • containsMapBoolFloatWrapper

      boolean containsMapBoolFloatWrapper(boolean key)
      map<bool, .google.protobuf.FloatValue> map_bool_float_wrapper = 253;
    • getMapBoolFloatWrapper

      @Deprecated Map<Boolean,com.google.protobuf.FloatValue> getMapBoolFloatWrapper()
      Deprecated.
    • getMapBoolFloatWrapperMap

      Map<Boolean,com.google.protobuf.FloatValue> getMapBoolFloatWrapperMap()
      map<bool, .google.protobuf.FloatValue> map_bool_float_wrapper = 253;
    • getMapBoolFloatWrapperOrDefault

      com.google.protobuf.FloatValue getMapBoolFloatWrapperOrDefault(boolean key, com.google.protobuf.FloatValue defaultValue)
      map<bool, .google.protobuf.FloatValue> map_bool_float_wrapper = 253;
    • getMapBoolFloatWrapperOrThrow

      com.google.protobuf.FloatValue getMapBoolFloatWrapperOrThrow(boolean key)
      map<bool, .google.protobuf.FloatValue> map_bool_float_wrapper = 253;
    • getMapBoolUint64WrapperCount

      int getMapBoolUint64WrapperCount()
      map<bool, .google.protobuf.UInt64Value> map_bool_uint64_wrapper = 254;
    • containsMapBoolUint64Wrapper

      boolean containsMapBoolUint64Wrapper(boolean key)
      map<bool, .google.protobuf.UInt64Value> map_bool_uint64_wrapper = 254;
    • getMapBoolUint64Wrapper

      @Deprecated Map<Boolean,com.google.protobuf.UInt64Value> getMapBoolUint64Wrapper()
      Deprecated.
    • getMapBoolUint64WrapperMap

      Map<Boolean,com.google.protobuf.UInt64Value> getMapBoolUint64WrapperMap()
      map<bool, .google.protobuf.UInt64Value> map_bool_uint64_wrapper = 254;
    • getMapBoolUint64WrapperOrDefault

      com.google.protobuf.UInt64Value getMapBoolUint64WrapperOrDefault(boolean key, com.google.protobuf.UInt64Value defaultValue)
      map<bool, .google.protobuf.UInt64Value> map_bool_uint64_wrapper = 254;
    • getMapBoolUint64WrapperOrThrow

      com.google.protobuf.UInt64Value getMapBoolUint64WrapperOrThrow(boolean key)
      map<bool, .google.protobuf.UInt64Value> map_bool_uint64_wrapper = 254;
    • getMapBoolUint32WrapperCount

      int getMapBoolUint32WrapperCount()
      map<bool, .google.protobuf.UInt32Value> map_bool_uint32_wrapper = 255;
    • containsMapBoolUint32Wrapper

      boolean containsMapBoolUint32Wrapper(boolean key)
      map<bool, .google.protobuf.UInt32Value> map_bool_uint32_wrapper = 255;
    • getMapBoolUint32Wrapper

      @Deprecated Map<Boolean,com.google.protobuf.UInt32Value> getMapBoolUint32Wrapper()
      Deprecated.
    • getMapBoolUint32WrapperMap

      Map<Boolean,com.google.protobuf.UInt32Value> getMapBoolUint32WrapperMap()
      map<bool, .google.protobuf.UInt32Value> map_bool_uint32_wrapper = 255;
    • getMapBoolUint32WrapperOrDefault

      com.google.protobuf.UInt32Value getMapBoolUint32WrapperOrDefault(boolean key, com.google.protobuf.UInt32Value defaultValue)
      map<bool, .google.protobuf.UInt32Value> map_bool_uint32_wrapper = 255;
    • getMapBoolUint32WrapperOrThrow

      com.google.protobuf.UInt32Value getMapBoolUint32WrapperOrThrow(boolean key)
      map<bool, .google.protobuf.UInt32Value> map_bool_uint32_wrapper = 255;
    • getMapBoolStringWrapperCount

      int getMapBoolStringWrapperCount()
      map<bool, .google.protobuf.StringValue> map_bool_string_wrapper = 256;
    • containsMapBoolStringWrapper

      boolean containsMapBoolStringWrapper(boolean key)
      map<bool, .google.protobuf.StringValue> map_bool_string_wrapper = 256;
    • getMapBoolStringWrapper

      @Deprecated Map<Boolean,com.google.protobuf.StringValue> getMapBoolStringWrapper()
      Deprecated.
    • getMapBoolStringWrapperMap

      Map<Boolean,com.google.protobuf.StringValue> getMapBoolStringWrapperMap()
      map<bool, .google.protobuf.StringValue> map_bool_string_wrapper = 256;
    • getMapBoolStringWrapperOrDefault

      com.google.protobuf.StringValue getMapBoolStringWrapperOrDefault(boolean key, com.google.protobuf.StringValue defaultValue)
      map<bool, .google.protobuf.StringValue> map_bool_string_wrapper = 256;
    • getMapBoolStringWrapperOrThrow

      com.google.protobuf.StringValue getMapBoolStringWrapperOrThrow(boolean key)
      map<bool, .google.protobuf.StringValue> map_bool_string_wrapper = 256;
    • getMapBoolBoolWrapperCount

      int getMapBoolBoolWrapperCount()
      map<bool, .google.protobuf.BoolValue> map_bool_bool_wrapper = 257;
    • containsMapBoolBoolWrapper

      boolean containsMapBoolBoolWrapper(boolean key)
      map<bool, .google.protobuf.BoolValue> map_bool_bool_wrapper = 257;
    • getMapBoolBoolWrapper

      @Deprecated Map<Boolean,com.google.protobuf.BoolValue> getMapBoolBoolWrapper()
      Deprecated.
    • getMapBoolBoolWrapperMap

      Map<Boolean,com.google.protobuf.BoolValue> getMapBoolBoolWrapperMap()
      map<bool, .google.protobuf.BoolValue> map_bool_bool_wrapper = 257;
    • getMapBoolBoolWrapperOrDefault

      com.google.protobuf.BoolValue getMapBoolBoolWrapperOrDefault(boolean key, com.google.protobuf.BoolValue defaultValue)
      map<bool, .google.protobuf.BoolValue> map_bool_bool_wrapper = 257;
    • getMapBoolBoolWrapperOrThrow

      com.google.protobuf.BoolValue getMapBoolBoolWrapperOrThrow(boolean key)
      map<bool, .google.protobuf.BoolValue> map_bool_bool_wrapper = 257;
    • getMapBoolBytesWrapperCount

      int getMapBoolBytesWrapperCount()
      map<bool, .google.protobuf.BytesValue> map_bool_bytes_wrapper = 258;
    • containsMapBoolBytesWrapper

      boolean containsMapBoolBytesWrapper(boolean key)
      map<bool, .google.protobuf.BytesValue> map_bool_bytes_wrapper = 258;
    • getMapBoolBytesWrapper

      @Deprecated Map<Boolean,com.google.protobuf.BytesValue> getMapBoolBytesWrapper()
      Deprecated.
    • getMapBoolBytesWrapperMap

      Map<Boolean,com.google.protobuf.BytesValue> getMapBoolBytesWrapperMap()
      map<bool, .google.protobuf.BytesValue> map_bool_bytes_wrapper = 258;
    • getMapBoolBytesWrapperOrDefault

      com.google.protobuf.BytesValue getMapBoolBytesWrapperOrDefault(boolean key, com.google.protobuf.BytesValue defaultValue)
      map<bool, .google.protobuf.BytesValue> map_bool_bytes_wrapper = 258;
    • getMapBoolBytesWrapperOrThrow

      com.google.protobuf.BytesValue getMapBoolBytesWrapperOrThrow(boolean key)
      map<bool, .google.protobuf.BytesValue> map_bool_bytes_wrapper = 258;
    • getMapInt32BoolCount

      int getMapInt32BoolCount()
      map<int32, bool> map_int32_bool = 74;
    • containsMapInt32Bool

      boolean containsMapInt32Bool(int key)
      map<int32, bool> map_int32_bool = 74;
    • getMapInt32Bool

      @Deprecated Map<Integer,Boolean> getMapInt32Bool()
      Deprecated.
    • getMapInt32BoolMap

      Map<Integer,Boolean> getMapInt32BoolMap()
      map<int32, bool> map_int32_bool = 74;
    • getMapInt32BoolOrDefault

      boolean getMapInt32BoolOrDefault(int key, boolean defaultValue)
      map<int32, bool> map_int32_bool = 74;
    • getMapInt32BoolOrThrow

      boolean getMapInt32BoolOrThrow(int key)
      map<int32, bool> map_int32_bool = 74;
    • getMapInt32StringCount

      int getMapInt32StringCount()
      map<int32, string> map_int32_string = 75;
    • containsMapInt32String

      boolean containsMapInt32String(int key)
      map<int32, string> map_int32_string = 75;
    • getMapInt32String

      @Deprecated Map<Integer,String> getMapInt32String()
      Deprecated.
    • getMapInt32StringMap

      Map<Integer,String> getMapInt32StringMap()
      map<int32, string> map_int32_string = 75;
    • getMapInt32StringOrDefault

      String getMapInt32StringOrDefault(int key, String defaultValue)
      map<int32, string> map_int32_string = 75;
    • getMapInt32StringOrThrow

      String getMapInt32StringOrThrow(int key)
      map<int32, string> map_int32_string = 75;
    • getMapInt32BytesCount

      int getMapInt32BytesCount()
      map<int32, bytes> map_int32_bytes = 76;
    • containsMapInt32Bytes

      boolean containsMapInt32Bytes(int key)
      map<int32, bytes> map_int32_bytes = 76;
    • getMapInt32Bytes

      @Deprecated Map<Integer,com.google.protobuf.ByteString> getMapInt32Bytes()
      Deprecated.
    • getMapInt32BytesMap

      Map<Integer,com.google.protobuf.ByteString> getMapInt32BytesMap()
      map<int32, bytes> map_int32_bytes = 76;
    • getMapInt32BytesOrDefault

      com.google.protobuf.ByteString getMapInt32BytesOrDefault(int key, com.google.protobuf.ByteString defaultValue)
      map<int32, bytes> map_int32_bytes = 76;
    • getMapInt32BytesOrThrow

      com.google.protobuf.ByteString getMapInt32BytesOrThrow(int key)
      map<int32, bytes> map_int32_bytes = 76;
    • getMapInt32Int32Count

      int getMapInt32Int32Count()
      map<int32, int32> map_int32_int32 = 77;
    • containsMapInt32Int32

      boolean containsMapInt32Int32(int key)
      map<int32, int32> map_int32_int32 = 77;
    • getMapInt32Int32

      @Deprecated Map<Integer,Integer> getMapInt32Int32()
      Deprecated.
    • getMapInt32Int32Map

      Map<Integer,Integer> getMapInt32Int32Map()
      map<int32, int32> map_int32_int32 = 77;
    • getMapInt32Int32OrDefault

      int getMapInt32Int32OrDefault(int key, int defaultValue)
      map<int32, int32> map_int32_int32 = 77;
    • getMapInt32Int32OrThrow

      int getMapInt32Int32OrThrow(int key)
      map<int32, int32> map_int32_int32 = 77;
    • getMapInt32Int64Count

      int getMapInt32Int64Count()
      map<int32, int64> map_int32_int64 = 78;
    • containsMapInt32Int64

      boolean containsMapInt32Int64(int key)
      map<int32, int64> map_int32_int64 = 78;
    • getMapInt32Int64

      @Deprecated Map<Integer,Long> getMapInt32Int64()
      Deprecated.
    • getMapInt32Int64Map

      Map<Integer,Long> getMapInt32Int64Map()
      map<int32, int64> map_int32_int64 = 78;
    • getMapInt32Int64OrDefault

      long getMapInt32Int64OrDefault(int key, long defaultValue)
      map<int32, int64> map_int32_int64 = 78;
    • getMapInt32Int64OrThrow

      long getMapInt32Int64OrThrow(int key)
      map<int32, int64> map_int32_int64 = 78;
    • getMapInt32Uint32Count

      int getMapInt32Uint32Count()
      map<int32, uint32> map_int32_uint32 = 79;
    • containsMapInt32Uint32

      boolean containsMapInt32Uint32(int key)
      map<int32, uint32> map_int32_uint32 = 79;
    • getMapInt32Uint32

      @Deprecated Map<Integer,Integer> getMapInt32Uint32()
      Deprecated.
    • getMapInt32Uint32Map

      Map<Integer,Integer> getMapInt32Uint32Map()
      map<int32, uint32> map_int32_uint32 = 79;
    • getMapInt32Uint32OrDefault

      int getMapInt32Uint32OrDefault(int key, int defaultValue)
      map<int32, uint32> map_int32_uint32 = 79;
    • getMapInt32Uint32OrThrow

      int getMapInt32Uint32OrThrow(int key)
      map<int32, uint32> map_int32_uint32 = 79;
    • getMapInt32Uint64Count

      int getMapInt32Uint64Count()
      map<int32, uint64> map_int32_uint64 = 80;
    • containsMapInt32Uint64

      boolean containsMapInt32Uint64(int key)
      map<int32, uint64> map_int32_uint64 = 80;
    • getMapInt32Uint64

      @Deprecated Map<Integer,Long> getMapInt32Uint64()
      Deprecated.
    • getMapInt32Uint64Map

      Map<Integer,Long> getMapInt32Uint64Map()
      map<int32, uint64> map_int32_uint64 = 80;
    • getMapInt32Uint64OrDefault

      long getMapInt32Uint64OrDefault(int key, long defaultValue)
      map<int32, uint64> map_int32_uint64 = 80;
    • getMapInt32Uint64OrThrow

      long getMapInt32Uint64OrThrow(int key)
      map<int32, uint64> map_int32_uint64 = 80;
    • getMapInt32FloatCount

      int getMapInt32FloatCount()
      map<int32, float> map_int32_float = 81;
    • containsMapInt32Float

      boolean containsMapInt32Float(int key)
      map<int32, float> map_int32_float = 81;
    • getMapInt32Float

      @Deprecated Map<Integer,Float> getMapInt32Float()
      Deprecated.
    • getMapInt32FloatMap

      Map<Integer,Float> getMapInt32FloatMap()
      map<int32, float> map_int32_float = 81;
    • getMapInt32FloatOrDefault

      float getMapInt32FloatOrDefault(int key, float defaultValue)
      map<int32, float> map_int32_float = 81;
    • getMapInt32FloatOrThrow

      float getMapInt32FloatOrThrow(int key)
      map<int32, float> map_int32_float = 81;
    • getMapInt32DoubleCount

      int getMapInt32DoubleCount()
      map<int32, double> map_int32_double = 82;
    • containsMapInt32Double

      boolean containsMapInt32Double(int key)
      map<int32, double> map_int32_double = 82;
    • getMapInt32Double

      @Deprecated Map<Integer,Double> getMapInt32Double()
      Deprecated.
    • getMapInt32DoubleMap

      Map<Integer,Double> getMapInt32DoubleMap()
      map<int32, double> map_int32_double = 82;
    • getMapInt32DoubleOrDefault

      double getMapInt32DoubleOrDefault(int key, double defaultValue)
      map<int32, double> map_int32_double = 82;
    • getMapInt32DoubleOrThrow

      double getMapInt32DoubleOrThrow(int key)
      map<int32, double> map_int32_double = 82;
    • getMapInt32EnumCount

      int getMapInt32EnumCount()
      map<int32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int32_enum = 83;
    • containsMapInt32Enum

      boolean containsMapInt32Enum(int key)
      map<int32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int32_enum = 83;
    • getMapInt32Enum

      Deprecated.
    • getMapInt32EnumMap

      Map<Integer,TestAllTypes.NestedEnum> getMapInt32EnumMap()
      map<int32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int32_enum = 83;
    • getMapInt32EnumOrDefault

      TestAllTypes.NestedEnum getMapInt32EnumOrDefault(int key, TestAllTypes.NestedEnum defaultValue)
      map<int32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int32_enum = 83;
    • getMapInt32EnumOrThrow

      TestAllTypes.NestedEnum getMapInt32EnumOrThrow(int key)
      map<int32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int32_enum = 83;
    • getMapInt32EnumValue

      @Deprecated Map<Integer,Integer> getMapInt32EnumValue()
      Deprecated.
    • getMapInt32EnumValueMap

      Map<Integer,Integer> getMapInt32EnumValueMap()
      map<int32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int32_enum = 83;
    • getMapInt32EnumValueOrDefault

      int getMapInt32EnumValueOrDefault(int key, int defaultValue)
      map<int32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int32_enum = 83;
    • getMapInt32EnumValueOrThrow

      int getMapInt32EnumValueOrThrow(int key)
      map<int32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int32_enum = 83;
    • getMapInt32MessageCount

      int getMapInt32MessageCount()
      map<int32, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_int32_message = 84;
    • containsMapInt32Message

      boolean containsMapInt32Message(int key)
      map<int32, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_int32_message = 84;
    • getMapInt32Message

      Deprecated.
    • getMapInt32MessageMap

      Map<Integer,TestAllTypes.NestedMessage> getMapInt32MessageMap()
      map<int32, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_int32_message = 84;
    • getMapInt32MessageOrDefault

      TestAllTypes.NestedMessage getMapInt32MessageOrDefault(int key, TestAllTypes.NestedMessage defaultValue)
      map<int32, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_int32_message = 84;
    • getMapInt32MessageOrThrow

      TestAllTypes.NestedMessage getMapInt32MessageOrThrow(int key)
      map<int32, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_int32_message = 84;
    • getMapInt32DurationCount

      int getMapInt32DurationCount()
      map<int32, .google.protobuf.Duration> map_int32_duration = 231;
    • containsMapInt32Duration

      boolean containsMapInt32Duration(int key)
      map<int32, .google.protobuf.Duration> map_int32_duration = 231;
    • getMapInt32Duration

      @Deprecated Map<Integer,com.google.protobuf.Duration> getMapInt32Duration()
      Deprecated.
    • getMapInt32DurationMap

      Map<Integer,com.google.protobuf.Duration> getMapInt32DurationMap()
      map<int32, .google.protobuf.Duration> map_int32_duration = 231;
    • getMapInt32DurationOrDefault

      com.google.protobuf.Duration getMapInt32DurationOrDefault(int key, com.google.protobuf.Duration defaultValue)
      map<int32, .google.protobuf.Duration> map_int32_duration = 231;
    • getMapInt32DurationOrThrow

      com.google.protobuf.Duration getMapInt32DurationOrThrow(int key)
      map<int32, .google.protobuf.Duration> map_int32_duration = 231;
    • getMapInt32TimestampCount

      int getMapInt32TimestampCount()
      map<int32, .google.protobuf.Timestamp> map_int32_timestamp = 232;
    • containsMapInt32Timestamp

      boolean containsMapInt32Timestamp(int key)
      map<int32, .google.protobuf.Timestamp> map_int32_timestamp = 232;
    • getMapInt32Timestamp

      @Deprecated Map<Integer,com.google.protobuf.Timestamp> getMapInt32Timestamp()
      Deprecated.
    • getMapInt32TimestampMap

      Map<Integer,com.google.protobuf.Timestamp> getMapInt32TimestampMap()
      map<int32, .google.protobuf.Timestamp> map_int32_timestamp = 232;
    • getMapInt32TimestampOrDefault

      com.google.protobuf.Timestamp getMapInt32TimestampOrDefault(int key, com.google.protobuf.Timestamp defaultValue)
      map<int32, .google.protobuf.Timestamp> map_int32_timestamp = 232;
    • getMapInt32TimestampOrThrow

      com.google.protobuf.Timestamp getMapInt32TimestampOrThrow(int key)
      map<int32, .google.protobuf.Timestamp> map_int32_timestamp = 232;
    • getMapInt32NullValueCount

      int getMapInt32NullValueCount()
      map<int32, .google.protobuf.NullValue> map_int32_null_value = 233;
    • containsMapInt32NullValue

      boolean containsMapInt32NullValue(int key)
      map<int32, .google.protobuf.NullValue> map_int32_null_value = 233;
    • getMapInt32NullValue

      @Deprecated Map<Integer,com.google.protobuf.NullValue> getMapInt32NullValue()
      Deprecated.
    • getMapInt32NullValueMap

      Map<Integer,com.google.protobuf.NullValue> getMapInt32NullValueMap()
      map<int32, .google.protobuf.NullValue> map_int32_null_value = 233;
    • getMapInt32NullValueOrDefault

      com.google.protobuf.NullValue getMapInt32NullValueOrDefault(int key, com.google.protobuf.NullValue defaultValue)
      map<int32, .google.protobuf.NullValue> map_int32_null_value = 233;
    • getMapInt32NullValueOrThrow

      com.google.protobuf.NullValue getMapInt32NullValueOrThrow(int key)
      map<int32, .google.protobuf.NullValue> map_int32_null_value = 233;
    • getMapInt32NullValueValue

      @Deprecated Map<Integer,Integer> getMapInt32NullValueValue()
      Deprecated.
    • getMapInt32NullValueValueMap

      Map<Integer,Integer> getMapInt32NullValueValueMap()
      map<int32, .google.protobuf.NullValue> map_int32_null_value = 233;
    • getMapInt32NullValueValueOrDefault

      int getMapInt32NullValueValueOrDefault(int key, int defaultValue)
      map<int32, .google.protobuf.NullValue> map_int32_null_value = 233;
    • getMapInt32NullValueValueOrThrow

      int getMapInt32NullValueValueOrThrow(int key)
      map<int32, .google.protobuf.NullValue> map_int32_null_value = 233;
    • getMapInt32AnyCount

      int getMapInt32AnyCount()
      map<int32, .google.protobuf.Any> map_int32_any = 259;
    • containsMapInt32Any

      boolean containsMapInt32Any(int key)
      map<int32, .google.protobuf.Any> map_int32_any = 259;
    • getMapInt32Any

      @Deprecated Map<Integer,com.google.protobuf.Any> getMapInt32Any()
      Deprecated.
      Use getMapInt32AnyMap() instead.
    • getMapInt32AnyMap

      Map<Integer,com.google.protobuf.Any> getMapInt32AnyMap()
      map<int32, .google.protobuf.Any> map_int32_any = 259;
    • getMapInt32AnyOrDefault

      com.google.protobuf.Any getMapInt32AnyOrDefault(int key, com.google.protobuf.Any defaultValue)
      map<int32, .google.protobuf.Any> map_int32_any = 259;
    • getMapInt32AnyOrThrow

      com.google.protobuf.Any getMapInt32AnyOrThrow(int key)
      map<int32, .google.protobuf.Any> map_int32_any = 259;
    • getMapInt32StructCount

      int getMapInt32StructCount()
      map<int32, .google.protobuf.Struct> map_int32_struct = 260;
    • containsMapInt32Struct

      boolean containsMapInt32Struct(int key)
      map<int32, .google.protobuf.Struct> map_int32_struct = 260;
    • getMapInt32Struct

      @Deprecated Map<Integer,com.google.protobuf.Struct> getMapInt32Struct()
      Deprecated.
    • getMapInt32StructMap

      Map<Integer,com.google.protobuf.Struct> getMapInt32StructMap()
      map<int32, .google.protobuf.Struct> map_int32_struct = 260;
    • getMapInt32StructOrDefault

      com.google.protobuf.Struct getMapInt32StructOrDefault(int key, com.google.protobuf.Struct defaultValue)
      map<int32, .google.protobuf.Struct> map_int32_struct = 260;
    • getMapInt32StructOrThrow

      com.google.protobuf.Struct getMapInt32StructOrThrow(int key)
      map<int32, .google.protobuf.Struct> map_int32_struct = 260;
    • getMapInt32ValueCount

      int getMapInt32ValueCount()
      map<int32, .google.protobuf.Value> map_int32_value = 261;
    • containsMapInt32Value

      boolean containsMapInt32Value(int key)
      map<int32, .google.protobuf.Value> map_int32_value = 261;
    • getMapInt32Value

      @Deprecated Map<Integer,com.google.protobuf.Value> getMapInt32Value()
      Deprecated.
    • getMapInt32ValueMap

      Map<Integer,com.google.protobuf.Value> getMapInt32ValueMap()
      map<int32, .google.protobuf.Value> map_int32_value = 261;
    • getMapInt32ValueOrDefault

      com.google.protobuf.Value getMapInt32ValueOrDefault(int key, com.google.protobuf.Value defaultValue)
      map<int32, .google.protobuf.Value> map_int32_value = 261;
    • getMapInt32ValueOrThrow

      com.google.protobuf.Value getMapInt32ValueOrThrow(int key)
      map<int32, .google.protobuf.Value> map_int32_value = 261;
    • getMapInt32ListValueCount

      int getMapInt32ListValueCount()
      map<int32, .google.protobuf.ListValue> map_int32_list_value = 262;
    • containsMapInt32ListValue

      boolean containsMapInt32ListValue(int key)
      map<int32, .google.protobuf.ListValue> map_int32_list_value = 262;
    • getMapInt32ListValue

      @Deprecated Map<Integer,com.google.protobuf.ListValue> getMapInt32ListValue()
      Deprecated.
    • getMapInt32ListValueMap

      Map<Integer,com.google.protobuf.ListValue> getMapInt32ListValueMap()
      map<int32, .google.protobuf.ListValue> map_int32_list_value = 262;
    • getMapInt32ListValueOrDefault

      com.google.protobuf.ListValue getMapInt32ListValueOrDefault(int key, com.google.protobuf.ListValue defaultValue)
      map<int32, .google.protobuf.ListValue> map_int32_list_value = 262;
    • getMapInt32ListValueOrThrow

      com.google.protobuf.ListValue getMapInt32ListValueOrThrow(int key)
      map<int32, .google.protobuf.ListValue> map_int32_list_value = 262;
    • getMapInt32Int64WrapperCount

      int getMapInt32Int64WrapperCount()
      map<int32, .google.protobuf.Int64Value> map_int32_int64_wrapper = 263;
    • containsMapInt32Int64Wrapper

      boolean containsMapInt32Int64Wrapper(int key)
      map<int32, .google.protobuf.Int64Value> map_int32_int64_wrapper = 263;
    • getMapInt32Int64Wrapper

      @Deprecated Map<Integer,com.google.protobuf.Int64Value> getMapInt32Int64Wrapper()
      Deprecated.
    • getMapInt32Int64WrapperMap

      Map<Integer,com.google.protobuf.Int64Value> getMapInt32Int64WrapperMap()
      map<int32, .google.protobuf.Int64Value> map_int32_int64_wrapper = 263;
    • getMapInt32Int64WrapperOrDefault

      com.google.protobuf.Int64Value getMapInt32Int64WrapperOrDefault(int key, com.google.protobuf.Int64Value defaultValue)
      map<int32, .google.protobuf.Int64Value> map_int32_int64_wrapper = 263;
    • getMapInt32Int64WrapperOrThrow

      com.google.protobuf.Int64Value getMapInt32Int64WrapperOrThrow(int key)
      map<int32, .google.protobuf.Int64Value> map_int32_int64_wrapper = 263;
    • getMapInt32Int32WrapperCount

      int getMapInt32Int32WrapperCount()
      map<int32, .google.protobuf.Int32Value> map_int32_int32_wrapper = 264;
    • containsMapInt32Int32Wrapper

      boolean containsMapInt32Int32Wrapper(int key)
      map<int32, .google.protobuf.Int32Value> map_int32_int32_wrapper = 264;
    • getMapInt32Int32Wrapper

      @Deprecated Map<Integer,com.google.protobuf.Int32Value> getMapInt32Int32Wrapper()
      Deprecated.
    • getMapInt32Int32WrapperMap

      Map<Integer,com.google.protobuf.Int32Value> getMapInt32Int32WrapperMap()
      map<int32, .google.protobuf.Int32Value> map_int32_int32_wrapper = 264;
    • getMapInt32Int32WrapperOrDefault

      com.google.protobuf.Int32Value getMapInt32Int32WrapperOrDefault(int key, com.google.protobuf.Int32Value defaultValue)
      map<int32, .google.protobuf.Int32Value> map_int32_int32_wrapper = 264;
    • getMapInt32Int32WrapperOrThrow

      com.google.protobuf.Int32Value getMapInt32Int32WrapperOrThrow(int key)
      map<int32, .google.protobuf.Int32Value> map_int32_int32_wrapper = 264;
    • getMapInt32DoubleWrapperCount

      int getMapInt32DoubleWrapperCount()
      map<int32, .google.protobuf.DoubleValue> map_int32_double_wrapper = 265;
    • containsMapInt32DoubleWrapper

      boolean containsMapInt32DoubleWrapper(int key)
      map<int32, .google.protobuf.DoubleValue> map_int32_double_wrapper = 265;
    • getMapInt32DoubleWrapper

      @Deprecated Map<Integer,com.google.protobuf.DoubleValue> getMapInt32DoubleWrapper()
      Deprecated.
    • getMapInt32DoubleWrapperMap

      Map<Integer,com.google.protobuf.DoubleValue> getMapInt32DoubleWrapperMap()
      map<int32, .google.protobuf.DoubleValue> map_int32_double_wrapper = 265;
    • getMapInt32DoubleWrapperOrDefault

      com.google.protobuf.DoubleValue getMapInt32DoubleWrapperOrDefault(int key, com.google.protobuf.DoubleValue defaultValue)
      map<int32, .google.protobuf.DoubleValue> map_int32_double_wrapper = 265;
    • getMapInt32DoubleWrapperOrThrow

      com.google.protobuf.DoubleValue getMapInt32DoubleWrapperOrThrow(int key)
      map<int32, .google.protobuf.DoubleValue> map_int32_double_wrapper = 265;
    • getMapInt32FloatWrapperCount

      int getMapInt32FloatWrapperCount()
      map<int32, .google.protobuf.FloatValue> map_int32_float_wrapper = 266;
    • containsMapInt32FloatWrapper

      boolean containsMapInt32FloatWrapper(int key)
      map<int32, .google.protobuf.FloatValue> map_int32_float_wrapper = 266;
    • getMapInt32FloatWrapper

      @Deprecated Map<Integer,com.google.protobuf.FloatValue> getMapInt32FloatWrapper()
      Deprecated.
    • getMapInt32FloatWrapperMap

      Map<Integer,com.google.protobuf.FloatValue> getMapInt32FloatWrapperMap()
      map<int32, .google.protobuf.FloatValue> map_int32_float_wrapper = 266;
    • getMapInt32FloatWrapperOrDefault

      com.google.protobuf.FloatValue getMapInt32FloatWrapperOrDefault(int key, com.google.protobuf.FloatValue defaultValue)
      map<int32, .google.protobuf.FloatValue> map_int32_float_wrapper = 266;
    • getMapInt32FloatWrapperOrThrow

      com.google.protobuf.FloatValue getMapInt32FloatWrapperOrThrow(int key)
      map<int32, .google.protobuf.FloatValue> map_int32_float_wrapper = 266;
    • getMapInt32Uint64WrapperCount

      int getMapInt32Uint64WrapperCount()
      map<int32, .google.protobuf.UInt64Value> map_int32_uint64_wrapper = 267;
    • containsMapInt32Uint64Wrapper

      boolean containsMapInt32Uint64Wrapper(int key)
      map<int32, .google.protobuf.UInt64Value> map_int32_uint64_wrapper = 267;
    • getMapInt32Uint64Wrapper

      @Deprecated Map<Integer,com.google.protobuf.UInt64Value> getMapInt32Uint64Wrapper()
      Deprecated.
    • getMapInt32Uint64WrapperMap

      Map<Integer,com.google.protobuf.UInt64Value> getMapInt32Uint64WrapperMap()
      map<int32, .google.protobuf.UInt64Value> map_int32_uint64_wrapper = 267;
    • getMapInt32Uint64WrapperOrDefault

      com.google.protobuf.UInt64Value getMapInt32Uint64WrapperOrDefault(int key, com.google.protobuf.UInt64Value defaultValue)
      map<int32, .google.protobuf.UInt64Value> map_int32_uint64_wrapper = 267;
    • getMapInt32Uint64WrapperOrThrow

      com.google.protobuf.UInt64Value getMapInt32Uint64WrapperOrThrow(int key)
      map<int32, .google.protobuf.UInt64Value> map_int32_uint64_wrapper = 267;
    • getMapInt32Uint32WrapperCount

      int getMapInt32Uint32WrapperCount()
      map<int32, .google.protobuf.UInt32Value> map_int32_uint32_wrapper = 268;
    • containsMapInt32Uint32Wrapper

      boolean containsMapInt32Uint32Wrapper(int key)
      map<int32, .google.protobuf.UInt32Value> map_int32_uint32_wrapper = 268;
    • getMapInt32Uint32Wrapper

      @Deprecated Map<Integer,com.google.protobuf.UInt32Value> getMapInt32Uint32Wrapper()
      Deprecated.
    • getMapInt32Uint32WrapperMap

      Map<Integer,com.google.protobuf.UInt32Value> getMapInt32Uint32WrapperMap()
      map<int32, .google.protobuf.UInt32Value> map_int32_uint32_wrapper = 268;
    • getMapInt32Uint32WrapperOrDefault

      com.google.protobuf.UInt32Value getMapInt32Uint32WrapperOrDefault(int key, com.google.protobuf.UInt32Value defaultValue)
      map<int32, .google.protobuf.UInt32Value> map_int32_uint32_wrapper = 268;
    • getMapInt32Uint32WrapperOrThrow

      com.google.protobuf.UInt32Value getMapInt32Uint32WrapperOrThrow(int key)
      map<int32, .google.protobuf.UInt32Value> map_int32_uint32_wrapper = 268;
    • getMapInt32StringWrapperCount

      int getMapInt32StringWrapperCount()
      map<int32, .google.protobuf.StringValue> map_int32_string_wrapper = 269;
    • containsMapInt32StringWrapper

      boolean containsMapInt32StringWrapper(int key)
      map<int32, .google.protobuf.StringValue> map_int32_string_wrapper = 269;
    • getMapInt32StringWrapper

      @Deprecated Map<Integer,com.google.protobuf.StringValue> getMapInt32StringWrapper()
      Deprecated.
    • getMapInt32StringWrapperMap

      Map<Integer,com.google.protobuf.StringValue> getMapInt32StringWrapperMap()
      map<int32, .google.protobuf.StringValue> map_int32_string_wrapper = 269;
    • getMapInt32StringWrapperOrDefault

      com.google.protobuf.StringValue getMapInt32StringWrapperOrDefault(int key, com.google.protobuf.StringValue defaultValue)
      map<int32, .google.protobuf.StringValue> map_int32_string_wrapper = 269;
    • getMapInt32StringWrapperOrThrow

      com.google.protobuf.StringValue getMapInt32StringWrapperOrThrow(int key)
      map<int32, .google.protobuf.StringValue> map_int32_string_wrapper = 269;
    • getMapInt32BoolWrapperCount

      int getMapInt32BoolWrapperCount()
      map<int32, .google.protobuf.BoolValue> map_int32_bool_wrapper = 270;
    • containsMapInt32BoolWrapper

      boolean containsMapInt32BoolWrapper(int key)
      map<int32, .google.protobuf.BoolValue> map_int32_bool_wrapper = 270;
    • getMapInt32BoolWrapper

      @Deprecated Map<Integer,com.google.protobuf.BoolValue> getMapInt32BoolWrapper()
      Deprecated.
    • getMapInt32BoolWrapperMap

      Map<Integer,com.google.protobuf.BoolValue> getMapInt32BoolWrapperMap()
      map<int32, .google.protobuf.BoolValue> map_int32_bool_wrapper = 270;
    • getMapInt32BoolWrapperOrDefault

      com.google.protobuf.BoolValue getMapInt32BoolWrapperOrDefault(int key, com.google.protobuf.BoolValue defaultValue)
      map<int32, .google.protobuf.BoolValue> map_int32_bool_wrapper = 270;
    • getMapInt32BoolWrapperOrThrow

      com.google.protobuf.BoolValue getMapInt32BoolWrapperOrThrow(int key)
      map<int32, .google.protobuf.BoolValue> map_int32_bool_wrapper = 270;
    • getMapInt32BytesWrapperCount

      int getMapInt32BytesWrapperCount()
      map<int32, .google.protobuf.BytesValue> map_int32_bytes_wrapper = 271;
    • containsMapInt32BytesWrapper

      boolean containsMapInt32BytesWrapper(int key)
      map<int32, .google.protobuf.BytesValue> map_int32_bytes_wrapper = 271;
    • getMapInt32BytesWrapper

      @Deprecated Map<Integer,com.google.protobuf.BytesValue> getMapInt32BytesWrapper()
      Deprecated.
    • getMapInt32BytesWrapperMap

      Map<Integer,com.google.protobuf.BytesValue> getMapInt32BytesWrapperMap()
      map<int32, .google.protobuf.BytesValue> map_int32_bytes_wrapper = 271;
    • getMapInt32BytesWrapperOrDefault

      com.google.protobuf.BytesValue getMapInt32BytesWrapperOrDefault(int key, com.google.protobuf.BytesValue defaultValue)
      map<int32, .google.protobuf.BytesValue> map_int32_bytes_wrapper = 271;
    • getMapInt32BytesWrapperOrThrow

      com.google.protobuf.BytesValue getMapInt32BytesWrapperOrThrow(int key)
      map<int32, .google.protobuf.BytesValue> map_int32_bytes_wrapper = 271;
    • getMapInt64BoolCount

      int getMapInt64BoolCount()
      map<int64, bool> map_int64_bool = 85;
    • containsMapInt64Bool

      boolean containsMapInt64Bool(long key)
      map<int64, bool> map_int64_bool = 85;
    • getMapInt64Bool

      @Deprecated Map<Long,Boolean> getMapInt64Bool()
      Deprecated.
    • getMapInt64BoolMap

      Map<Long,Boolean> getMapInt64BoolMap()
      map<int64, bool> map_int64_bool = 85;
    • getMapInt64BoolOrDefault

      boolean getMapInt64BoolOrDefault(long key, boolean defaultValue)
      map<int64, bool> map_int64_bool = 85;
    • getMapInt64BoolOrThrow

      boolean getMapInt64BoolOrThrow(long key)
      map<int64, bool> map_int64_bool = 85;
    • getMapInt64StringCount

      int getMapInt64StringCount()
      map<int64, string> map_int64_string = 86;
    • containsMapInt64String

      boolean containsMapInt64String(long key)
      map<int64, string> map_int64_string = 86;
    • getMapInt64String

      @Deprecated Map<Long,String> getMapInt64String()
      Deprecated.
    • getMapInt64StringMap

      Map<Long,String> getMapInt64StringMap()
      map<int64, string> map_int64_string = 86;
    • getMapInt64StringOrDefault

      String getMapInt64StringOrDefault(long key, String defaultValue)
      map<int64, string> map_int64_string = 86;
    • getMapInt64StringOrThrow

      String getMapInt64StringOrThrow(long key)
      map<int64, string> map_int64_string = 86;
    • getMapInt64BytesCount

      int getMapInt64BytesCount()
      map<int64, bytes> map_int64_bytes = 87;
    • containsMapInt64Bytes

      boolean containsMapInt64Bytes(long key)
      map<int64, bytes> map_int64_bytes = 87;
    • getMapInt64Bytes

      @Deprecated Map<Long,com.google.protobuf.ByteString> getMapInt64Bytes()
      Deprecated.
    • getMapInt64BytesMap

      Map<Long,com.google.protobuf.ByteString> getMapInt64BytesMap()
      map<int64, bytes> map_int64_bytes = 87;
    • getMapInt64BytesOrDefault

      com.google.protobuf.ByteString getMapInt64BytesOrDefault(long key, com.google.protobuf.ByteString defaultValue)
      map<int64, bytes> map_int64_bytes = 87;
    • getMapInt64BytesOrThrow

      com.google.protobuf.ByteString getMapInt64BytesOrThrow(long key)
      map<int64, bytes> map_int64_bytes = 87;
    • getMapInt64Int32Count

      int getMapInt64Int32Count()
      map<int64, int32> map_int64_int32 = 88;
    • containsMapInt64Int32

      boolean containsMapInt64Int32(long key)
      map<int64, int32> map_int64_int32 = 88;
    • getMapInt64Int32

      @Deprecated Map<Long,Integer> getMapInt64Int32()
      Deprecated.
    • getMapInt64Int32Map

      Map<Long,Integer> getMapInt64Int32Map()
      map<int64, int32> map_int64_int32 = 88;
    • getMapInt64Int32OrDefault

      int getMapInt64Int32OrDefault(long key, int defaultValue)
      map<int64, int32> map_int64_int32 = 88;
    • getMapInt64Int32OrThrow

      int getMapInt64Int32OrThrow(long key)
      map<int64, int32> map_int64_int32 = 88;
    • getMapInt64Int64Count

      int getMapInt64Int64Count()
      map<int64, int64> map_int64_int64 = 89;
    • containsMapInt64Int64

      boolean containsMapInt64Int64(long key)
      map<int64, int64> map_int64_int64 = 89;
    • getMapInt64Int64

      @Deprecated Map<Long,Long> getMapInt64Int64()
      Deprecated.
    • getMapInt64Int64Map

      Map<Long,Long> getMapInt64Int64Map()
      map<int64, int64> map_int64_int64 = 89;
    • getMapInt64Int64OrDefault

      long getMapInt64Int64OrDefault(long key, long defaultValue)
      map<int64, int64> map_int64_int64 = 89;
    • getMapInt64Int64OrThrow

      long getMapInt64Int64OrThrow(long key)
      map<int64, int64> map_int64_int64 = 89;
    • getMapInt64Uint32Count

      int getMapInt64Uint32Count()
      map<int64, uint32> map_int64_uint32 = 90;
    • containsMapInt64Uint32

      boolean containsMapInt64Uint32(long key)
      map<int64, uint32> map_int64_uint32 = 90;
    • getMapInt64Uint32

      @Deprecated Map<Long,Integer> getMapInt64Uint32()
      Deprecated.
    • getMapInt64Uint32Map

      Map<Long,Integer> getMapInt64Uint32Map()
      map<int64, uint32> map_int64_uint32 = 90;
    • getMapInt64Uint32OrDefault

      int getMapInt64Uint32OrDefault(long key, int defaultValue)
      map<int64, uint32> map_int64_uint32 = 90;
    • getMapInt64Uint32OrThrow

      int getMapInt64Uint32OrThrow(long key)
      map<int64, uint32> map_int64_uint32 = 90;
    • getMapInt64Uint64Count

      int getMapInt64Uint64Count()
      map<int64, uint64> map_int64_uint64 = 91;
    • containsMapInt64Uint64

      boolean containsMapInt64Uint64(long key)
      map<int64, uint64> map_int64_uint64 = 91;
    • getMapInt64Uint64

      @Deprecated Map<Long,Long> getMapInt64Uint64()
      Deprecated.
    • getMapInt64Uint64Map

      Map<Long,Long> getMapInt64Uint64Map()
      map<int64, uint64> map_int64_uint64 = 91;
    • getMapInt64Uint64OrDefault

      long getMapInt64Uint64OrDefault(long key, long defaultValue)
      map<int64, uint64> map_int64_uint64 = 91;
    • getMapInt64Uint64OrThrow

      long getMapInt64Uint64OrThrow(long key)
      map<int64, uint64> map_int64_uint64 = 91;
    • getMapInt64FloatCount

      int getMapInt64FloatCount()
      map<int64, float> map_int64_float = 92;
    • containsMapInt64Float

      boolean containsMapInt64Float(long key)
      map<int64, float> map_int64_float = 92;
    • getMapInt64Float

      @Deprecated Map<Long,Float> getMapInt64Float()
      Deprecated.
    • getMapInt64FloatMap

      Map<Long,Float> getMapInt64FloatMap()
      map<int64, float> map_int64_float = 92;
    • getMapInt64FloatOrDefault

      float getMapInt64FloatOrDefault(long key, float defaultValue)
      map<int64, float> map_int64_float = 92;
    • getMapInt64FloatOrThrow

      float getMapInt64FloatOrThrow(long key)
      map<int64, float> map_int64_float = 92;
    • getMapInt64DoubleCount

      int getMapInt64DoubleCount()
      map<int64, double> map_int64_double = 93;
    • containsMapInt64Double

      boolean containsMapInt64Double(long key)
      map<int64, double> map_int64_double = 93;
    • getMapInt64Double

      @Deprecated Map<Long,Double> getMapInt64Double()
      Deprecated.
    • getMapInt64DoubleMap

      Map<Long,Double> getMapInt64DoubleMap()
      map<int64, double> map_int64_double = 93;
    • getMapInt64DoubleOrDefault

      double getMapInt64DoubleOrDefault(long key, double defaultValue)
      map<int64, double> map_int64_double = 93;
    • getMapInt64DoubleOrThrow

      double getMapInt64DoubleOrThrow(long key)
      map<int64, double> map_int64_double = 93;
    • getMapInt64EnumCount

      int getMapInt64EnumCount()
      map<int64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int64_enum = 94;
    • containsMapInt64Enum

      boolean containsMapInt64Enum(long key)
      map<int64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int64_enum = 94;
    • getMapInt64Enum

      Deprecated.
    • getMapInt64EnumMap

      Map<Long,TestAllTypes.NestedEnum> getMapInt64EnumMap()
      map<int64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int64_enum = 94;
    • getMapInt64EnumOrDefault

      TestAllTypes.NestedEnum getMapInt64EnumOrDefault(long key, TestAllTypes.NestedEnum defaultValue)
      map<int64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int64_enum = 94;
    • getMapInt64EnumOrThrow

      TestAllTypes.NestedEnum getMapInt64EnumOrThrow(long key)
      map<int64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int64_enum = 94;
    • getMapInt64EnumValue

      @Deprecated Map<Long,Integer> getMapInt64EnumValue()
      Deprecated.
    • getMapInt64EnumValueMap

      Map<Long,Integer> getMapInt64EnumValueMap()
      map<int64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int64_enum = 94;
    • getMapInt64EnumValueOrDefault

      int getMapInt64EnumValueOrDefault(long key, int defaultValue)
      map<int64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int64_enum = 94;
    • getMapInt64EnumValueOrThrow

      int getMapInt64EnumValueOrThrow(long key)
      map<int64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_int64_enum = 94;
    • getMapInt64MessageCount

      int getMapInt64MessageCount()
      map<int64, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_int64_message = 95;
    • containsMapInt64Message

      boolean containsMapInt64Message(long key)
      map<int64, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_int64_message = 95;
    • getMapInt64Message

      Deprecated.
    • getMapInt64MessageMap

      Map<Long,TestAllTypes.NestedMessage> getMapInt64MessageMap()
      map<int64, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_int64_message = 95;
    • getMapInt64MessageOrDefault

      TestAllTypes.NestedMessage getMapInt64MessageOrDefault(long key, TestAllTypes.NestedMessage defaultValue)
      map<int64, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_int64_message = 95;
    • getMapInt64MessageOrThrow

      TestAllTypes.NestedMessage getMapInt64MessageOrThrow(long key)
      map<int64, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_int64_message = 95;
    • getMapInt64DurationCount

      int getMapInt64DurationCount()
      map<int64, .google.protobuf.Duration> map_int64_duration = 234;
    • containsMapInt64Duration

      boolean containsMapInt64Duration(long key)
      map<int64, .google.protobuf.Duration> map_int64_duration = 234;
    • getMapInt64Duration

      @Deprecated Map<Long,com.google.protobuf.Duration> getMapInt64Duration()
      Deprecated.
    • getMapInt64DurationMap

      Map<Long,com.google.protobuf.Duration> getMapInt64DurationMap()
      map<int64, .google.protobuf.Duration> map_int64_duration = 234;
    • getMapInt64DurationOrDefault

      com.google.protobuf.Duration getMapInt64DurationOrDefault(long key, com.google.protobuf.Duration defaultValue)
      map<int64, .google.protobuf.Duration> map_int64_duration = 234;
    • getMapInt64DurationOrThrow

      com.google.protobuf.Duration getMapInt64DurationOrThrow(long key)
      map<int64, .google.protobuf.Duration> map_int64_duration = 234;
    • getMapInt64TimestampCount

      int getMapInt64TimestampCount()
      map<int64, .google.protobuf.Timestamp> map_int64_timestamp = 235;
    • containsMapInt64Timestamp

      boolean containsMapInt64Timestamp(long key)
      map<int64, .google.protobuf.Timestamp> map_int64_timestamp = 235;
    • getMapInt64Timestamp

      @Deprecated Map<Long,com.google.protobuf.Timestamp> getMapInt64Timestamp()
      Deprecated.
    • getMapInt64TimestampMap

      Map<Long,com.google.protobuf.Timestamp> getMapInt64TimestampMap()
      map<int64, .google.protobuf.Timestamp> map_int64_timestamp = 235;
    • getMapInt64TimestampOrDefault

      com.google.protobuf.Timestamp getMapInt64TimestampOrDefault(long key, com.google.protobuf.Timestamp defaultValue)
      map<int64, .google.protobuf.Timestamp> map_int64_timestamp = 235;
    • getMapInt64TimestampOrThrow

      com.google.protobuf.Timestamp getMapInt64TimestampOrThrow(long key)
      map<int64, .google.protobuf.Timestamp> map_int64_timestamp = 235;
    • getMapInt64NullValueCount

      int getMapInt64NullValueCount()
      map<int64, .google.protobuf.NullValue> map_int64_null_value = 236;
    • containsMapInt64NullValue

      boolean containsMapInt64NullValue(long key)
      map<int64, .google.protobuf.NullValue> map_int64_null_value = 236;
    • getMapInt64NullValue

      @Deprecated Map<Long,com.google.protobuf.NullValue> getMapInt64NullValue()
      Deprecated.
    • getMapInt64NullValueMap

      Map<Long,com.google.protobuf.NullValue> getMapInt64NullValueMap()
      map<int64, .google.protobuf.NullValue> map_int64_null_value = 236;
    • getMapInt64NullValueOrDefault

      com.google.protobuf.NullValue getMapInt64NullValueOrDefault(long key, com.google.protobuf.NullValue defaultValue)
      map<int64, .google.protobuf.NullValue> map_int64_null_value = 236;
    • getMapInt64NullValueOrThrow

      com.google.protobuf.NullValue getMapInt64NullValueOrThrow(long key)
      map<int64, .google.protobuf.NullValue> map_int64_null_value = 236;
    • getMapInt64NullValueValue

      @Deprecated Map<Long,Integer> getMapInt64NullValueValue()
      Deprecated.
    • getMapInt64NullValueValueMap

      Map<Long,Integer> getMapInt64NullValueValueMap()
      map<int64, .google.protobuf.NullValue> map_int64_null_value = 236;
    • getMapInt64NullValueValueOrDefault

      int getMapInt64NullValueValueOrDefault(long key, int defaultValue)
      map<int64, .google.protobuf.NullValue> map_int64_null_value = 236;
    • getMapInt64NullValueValueOrThrow

      int getMapInt64NullValueValueOrThrow(long key)
      map<int64, .google.protobuf.NullValue> map_int64_null_value = 236;
    • getMapInt64AnyCount

      int getMapInt64AnyCount()
      map<int64, .google.protobuf.Any> map_int64_any = 272;
    • containsMapInt64Any

      boolean containsMapInt64Any(long key)
      map<int64, .google.protobuf.Any> map_int64_any = 272;
    • getMapInt64Any

      @Deprecated Map<Long,com.google.protobuf.Any> getMapInt64Any()
      Deprecated.
      Use getMapInt64AnyMap() instead.
    • getMapInt64AnyMap

      Map<Long,com.google.protobuf.Any> getMapInt64AnyMap()
      map<int64, .google.protobuf.Any> map_int64_any = 272;
    • getMapInt64AnyOrDefault

      com.google.protobuf.Any getMapInt64AnyOrDefault(long key, com.google.protobuf.Any defaultValue)
      map<int64, .google.protobuf.Any> map_int64_any = 272;
    • getMapInt64AnyOrThrow

      com.google.protobuf.Any getMapInt64AnyOrThrow(long key)
      map<int64, .google.protobuf.Any> map_int64_any = 272;
    • getMapInt64StructCount

      int getMapInt64StructCount()
      map<int64, .google.protobuf.Struct> map_int64_struct = 273;
    • containsMapInt64Struct

      boolean containsMapInt64Struct(long key)
      map<int64, .google.protobuf.Struct> map_int64_struct = 273;
    • getMapInt64Struct

      @Deprecated Map<Long,com.google.protobuf.Struct> getMapInt64Struct()
      Deprecated.
    • getMapInt64StructMap

      Map<Long,com.google.protobuf.Struct> getMapInt64StructMap()
      map<int64, .google.protobuf.Struct> map_int64_struct = 273;
    • getMapInt64StructOrDefault

      com.google.protobuf.Struct getMapInt64StructOrDefault(long key, com.google.protobuf.Struct defaultValue)
      map<int64, .google.protobuf.Struct> map_int64_struct = 273;
    • getMapInt64StructOrThrow

      com.google.protobuf.Struct getMapInt64StructOrThrow(long key)
      map<int64, .google.protobuf.Struct> map_int64_struct = 273;
    • getMapInt64ValueCount

      int getMapInt64ValueCount()
      map<int64, .google.protobuf.Value> map_int64_value = 274;
    • containsMapInt64Value

      boolean containsMapInt64Value(long key)
      map<int64, .google.protobuf.Value> map_int64_value = 274;
    • getMapInt64Value

      @Deprecated Map<Long,com.google.protobuf.Value> getMapInt64Value()
      Deprecated.
    • getMapInt64ValueMap

      Map<Long,com.google.protobuf.Value> getMapInt64ValueMap()
      map<int64, .google.protobuf.Value> map_int64_value = 274;
    • getMapInt64ValueOrDefault

      com.google.protobuf.Value getMapInt64ValueOrDefault(long key, com.google.protobuf.Value defaultValue)
      map<int64, .google.protobuf.Value> map_int64_value = 274;
    • getMapInt64ValueOrThrow

      com.google.protobuf.Value getMapInt64ValueOrThrow(long key)
      map<int64, .google.protobuf.Value> map_int64_value = 274;
    • getMapInt64ListValueCount

      int getMapInt64ListValueCount()
      map<int64, .google.protobuf.ListValue> map_int64_list_value = 275;
    • containsMapInt64ListValue

      boolean containsMapInt64ListValue(long key)
      map<int64, .google.protobuf.ListValue> map_int64_list_value = 275;
    • getMapInt64ListValue

      @Deprecated Map<Long,com.google.protobuf.ListValue> getMapInt64ListValue()
      Deprecated.
    • getMapInt64ListValueMap

      Map<Long,com.google.protobuf.ListValue> getMapInt64ListValueMap()
      map<int64, .google.protobuf.ListValue> map_int64_list_value = 275;
    • getMapInt64ListValueOrDefault

      com.google.protobuf.ListValue getMapInt64ListValueOrDefault(long key, com.google.protobuf.ListValue defaultValue)
      map<int64, .google.protobuf.ListValue> map_int64_list_value = 275;
    • getMapInt64ListValueOrThrow

      com.google.protobuf.ListValue getMapInt64ListValueOrThrow(long key)
      map<int64, .google.protobuf.ListValue> map_int64_list_value = 275;
    • getMapInt64Int64WrapperCount

      int getMapInt64Int64WrapperCount()
      map<int64, .google.protobuf.Int64Value> map_int64_int64_wrapper = 276;
    • containsMapInt64Int64Wrapper

      boolean containsMapInt64Int64Wrapper(long key)
      map<int64, .google.protobuf.Int64Value> map_int64_int64_wrapper = 276;
    • getMapInt64Int64Wrapper

      @Deprecated Map<Long,com.google.protobuf.Int64Value> getMapInt64Int64Wrapper()
      Deprecated.
    • getMapInt64Int64WrapperMap

      Map<Long,com.google.protobuf.Int64Value> getMapInt64Int64WrapperMap()
      map<int64, .google.protobuf.Int64Value> map_int64_int64_wrapper = 276;
    • getMapInt64Int64WrapperOrDefault

      com.google.protobuf.Int64Value getMapInt64Int64WrapperOrDefault(long key, com.google.protobuf.Int64Value defaultValue)
      map<int64, .google.protobuf.Int64Value> map_int64_int64_wrapper = 276;
    • getMapInt64Int64WrapperOrThrow

      com.google.protobuf.Int64Value getMapInt64Int64WrapperOrThrow(long key)
      map<int64, .google.protobuf.Int64Value> map_int64_int64_wrapper = 276;
    • getMapInt64Int32WrapperCount

      int getMapInt64Int32WrapperCount()
      map<int64, .google.protobuf.Int32Value> map_int64_int32_wrapper = 277;
    • containsMapInt64Int32Wrapper

      boolean containsMapInt64Int32Wrapper(long key)
      map<int64, .google.protobuf.Int32Value> map_int64_int32_wrapper = 277;
    • getMapInt64Int32Wrapper

      @Deprecated Map<Long,com.google.protobuf.Int32Value> getMapInt64Int32Wrapper()
      Deprecated.
    • getMapInt64Int32WrapperMap

      Map<Long,com.google.protobuf.Int32Value> getMapInt64Int32WrapperMap()
      map<int64, .google.protobuf.Int32Value> map_int64_int32_wrapper = 277;
    • getMapInt64Int32WrapperOrDefault

      com.google.protobuf.Int32Value getMapInt64Int32WrapperOrDefault(long key, com.google.protobuf.Int32Value defaultValue)
      map<int64, .google.protobuf.Int32Value> map_int64_int32_wrapper = 277;
    • getMapInt64Int32WrapperOrThrow

      com.google.protobuf.Int32Value getMapInt64Int32WrapperOrThrow(long key)
      map<int64, .google.protobuf.Int32Value> map_int64_int32_wrapper = 277;
    • getMapInt64DoubleWrapperCount

      int getMapInt64DoubleWrapperCount()
      map<int64, .google.protobuf.DoubleValue> map_int64_double_wrapper = 278;
    • containsMapInt64DoubleWrapper

      boolean containsMapInt64DoubleWrapper(long key)
      map<int64, .google.protobuf.DoubleValue> map_int64_double_wrapper = 278;
    • getMapInt64DoubleWrapper

      @Deprecated Map<Long,com.google.protobuf.DoubleValue> getMapInt64DoubleWrapper()
      Deprecated.
    • getMapInt64DoubleWrapperMap

      Map<Long,com.google.protobuf.DoubleValue> getMapInt64DoubleWrapperMap()
      map<int64, .google.protobuf.DoubleValue> map_int64_double_wrapper = 278;
    • getMapInt64DoubleWrapperOrDefault

      com.google.protobuf.DoubleValue getMapInt64DoubleWrapperOrDefault(long key, com.google.protobuf.DoubleValue defaultValue)
      map<int64, .google.protobuf.DoubleValue> map_int64_double_wrapper = 278;
    • getMapInt64DoubleWrapperOrThrow

      com.google.protobuf.DoubleValue getMapInt64DoubleWrapperOrThrow(long key)
      map<int64, .google.protobuf.DoubleValue> map_int64_double_wrapper = 278;
    • getMapInt64FloatWrapperCount

      int getMapInt64FloatWrapperCount()
      map<int64, .google.protobuf.FloatValue> map_int64_float_wrapper = 279;
    • containsMapInt64FloatWrapper

      boolean containsMapInt64FloatWrapper(long key)
      map<int64, .google.protobuf.FloatValue> map_int64_float_wrapper = 279;
    • getMapInt64FloatWrapper

      @Deprecated Map<Long,com.google.protobuf.FloatValue> getMapInt64FloatWrapper()
      Deprecated.
    • getMapInt64FloatWrapperMap

      Map<Long,com.google.protobuf.FloatValue> getMapInt64FloatWrapperMap()
      map<int64, .google.protobuf.FloatValue> map_int64_float_wrapper = 279;
    • getMapInt64FloatWrapperOrDefault

      com.google.protobuf.FloatValue getMapInt64FloatWrapperOrDefault(long key, com.google.protobuf.FloatValue defaultValue)
      map<int64, .google.protobuf.FloatValue> map_int64_float_wrapper = 279;
    • getMapInt64FloatWrapperOrThrow

      com.google.protobuf.FloatValue getMapInt64FloatWrapperOrThrow(long key)
      map<int64, .google.protobuf.FloatValue> map_int64_float_wrapper = 279;
    • getMapInt64Uint64WrapperCount

      int getMapInt64Uint64WrapperCount()
      map<int64, .google.protobuf.UInt64Value> map_int64_uint64_wrapper = 280;
    • containsMapInt64Uint64Wrapper

      boolean containsMapInt64Uint64Wrapper(long key)
      map<int64, .google.protobuf.UInt64Value> map_int64_uint64_wrapper = 280;
    • getMapInt64Uint64Wrapper

      @Deprecated Map<Long,com.google.protobuf.UInt64Value> getMapInt64Uint64Wrapper()
      Deprecated.
    • getMapInt64Uint64WrapperMap

      Map<Long,com.google.protobuf.UInt64Value> getMapInt64Uint64WrapperMap()
      map<int64, .google.protobuf.UInt64Value> map_int64_uint64_wrapper = 280;
    • getMapInt64Uint64WrapperOrDefault

      com.google.protobuf.UInt64Value getMapInt64Uint64WrapperOrDefault(long key, com.google.protobuf.UInt64Value defaultValue)
      map<int64, .google.protobuf.UInt64Value> map_int64_uint64_wrapper = 280;
    • getMapInt64Uint64WrapperOrThrow

      com.google.protobuf.UInt64Value getMapInt64Uint64WrapperOrThrow(long key)
      map<int64, .google.protobuf.UInt64Value> map_int64_uint64_wrapper = 280;
    • getMapInt64Uint32WrapperCount

      int getMapInt64Uint32WrapperCount()
      map<int64, .google.protobuf.UInt32Value> map_int64_uint32_wrapper = 281;
    • containsMapInt64Uint32Wrapper

      boolean containsMapInt64Uint32Wrapper(long key)
      map<int64, .google.protobuf.UInt32Value> map_int64_uint32_wrapper = 281;
    • getMapInt64Uint32Wrapper

      @Deprecated Map<Long,com.google.protobuf.UInt32Value> getMapInt64Uint32Wrapper()
      Deprecated.
    • getMapInt64Uint32WrapperMap

      Map<Long,com.google.protobuf.UInt32Value> getMapInt64Uint32WrapperMap()
      map<int64, .google.protobuf.UInt32Value> map_int64_uint32_wrapper = 281;
    • getMapInt64Uint32WrapperOrDefault

      com.google.protobuf.UInt32Value getMapInt64Uint32WrapperOrDefault(long key, com.google.protobuf.UInt32Value defaultValue)
      map<int64, .google.protobuf.UInt32Value> map_int64_uint32_wrapper = 281;
    • getMapInt64Uint32WrapperOrThrow

      com.google.protobuf.UInt32Value getMapInt64Uint32WrapperOrThrow(long key)
      map<int64, .google.protobuf.UInt32Value> map_int64_uint32_wrapper = 281;
    • getMapInt64StringWrapperCount

      int getMapInt64StringWrapperCount()
      map<int64, .google.protobuf.StringValue> map_int64_string_wrapper = 282;
    • containsMapInt64StringWrapper

      boolean containsMapInt64StringWrapper(long key)
      map<int64, .google.protobuf.StringValue> map_int64_string_wrapper = 282;
    • getMapInt64StringWrapper

      @Deprecated Map<Long,com.google.protobuf.StringValue> getMapInt64StringWrapper()
      Deprecated.
    • getMapInt64StringWrapperMap

      Map<Long,com.google.protobuf.StringValue> getMapInt64StringWrapperMap()
      map<int64, .google.protobuf.StringValue> map_int64_string_wrapper = 282;
    • getMapInt64StringWrapperOrDefault

      com.google.protobuf.StringValue getMapInt64StringWrapperOrDefault(long key, com.google.protobuf.StringValue defaultValue)
      map<int64, .google.protobuf.StringValue> map_int64_string_wrapper = 282;
    • getMapInt64StringWrapperOrThrow

      com.google.protobuf.StringValue getMapInt64StringWrapperOrThrow(long key)
      map<int64, .google.protobuf.StringValue> map_int64_string_wrapper = 282;
    • getMapInt64BoolWrapperCount

      int getMapInt64BoolWrapperCount()
      map<int64, .google.protobuf.BoolValue> map_int64_bool_wrapper = 283;
    • containsMapInt64BoolWrapper

      boolean containsMapInt64BoolWrapper(long key)
      map<int64, .google.protobuf.BoolValue> map_int64_bool_wrapper = 283;
    • getMapInt64BoolWrapper

      @Deprecated Map<Long,com.google.protobuf.BoolValue> getMapInt64BoolWrapper()
      Deprecated.
    • getMapInt64BoolWrapperMap

      Map<Long,com.google.protobuf.BoolValue> getMapInt64BoolWrapperMap()
      map<int64, .google.protobuf.BoolValue> map_int64_bool_wrapper = 283;
    • getMapInt64BoolWrapperOrDefault

      com.google.protobuf.BoolValue getMapInt64BoolWrapperOrDefault(long key, com.google.protobuf.BoolValue defaultValue)
      map<int64, .google.protobuf.BoolValue> map_int64_bool_wrapper = 283;
    • getMapInt64BoolWrapperOrThrow

      com.google.protobuf.BoolValue getMapInt64BoolWrapperOrThrow(long key)
      map<int64, .google.protobuf.BoolValue> map_int64_bool_wrapper = 283;
    • getMapInt64BytesWrapperCount

      int getMapInt64BytesWrapperCount()
      map<int64, .google.protobuf.BytesValue> map_int64_bytes_wrapper = 284;
    • containsMapInt64BytesWrapper

      boolean containsMapInt64BytesWrapper(long key)
      map<int64, .google.protobuf.BytesValue> map_int64_bytes_wrapper = 284;
    • getMapInt64BytesWrapper

      @Deprecated Map<Long,com.google.protobuf.BytesValue> getMapInt64BytesWrapper()
      Deprecated.
    • getMapInt64BytesWrapperMap

      Map<Long,com.google.protobuf.BytesValue> getMapInt64BytesWrapperMap()
      map<int64, .google.protobuf.BytesValue> map_int64_bytes_wrapper = 284;
    • getMapInt64BytesWrapperOrDefault

      com.google.protobuf.BytesValue getMapInt64BytesWrapperOrDefault(long key, com.google.protobuf.BytesValue defaultValue)
      map<int64, .google.protobuf.BytesValue> map_int64_bytes_wrapper = 284;
    • getMapInt64BytesWrapperOrThrow

      com.google.protobuf.BytesValue getMapInt64BytesWrapperOrThrow(long key)
      map<int64, .google.protobuf.BytesValue> map_int64_bytes_wrapper = 284;
    • getMapUint32BoolCount

      int getMapUint32BoolCount()
      map<uint32, bool> map_uint32_bool = 96;
    • containsMapUint32Bool

      boolean containsMapUint32Bool(int key)
      map<uint32, bool> map_uint32_bool = 96;
    • getMapUint32Bool

      @Deprecated Map<Integer,Boolean> getMapUint32Bool()
      Deprecated.
    • getMapUint32BoolMap

      Map<Integer,Boolean> getMapUint32BoolMap()
      map<uint32, bool> map_uint32_bool = 96;
    • getMapUint32BoolOrDefault

      boolean getMapUint32BoolOrDefault(int key, boolean defaultValue)
      map<uint32, bool> map_uint32_bool = 96;
    • getMapUint32BoolOrThrow

      boolean getMapUint32BoolOrThrow(int key)
      map<uint32, bool> map_uint32_bool = 96;
    • getMapUint32StringCount

      int getMapUint32StringCount()
      map<uint32, string> map_uint32_string = 97;
    • containsMapUint32String

      boolean containsMapUint32String(int key)
      map<uint32, string> map_uint32_string = 97;
    • getMapUint32String

      @Deprecated Map<Integer,String> getMapUint32String()
      Deprecated.
    • getMapUint32StringMap

      Map<Integer,String> getMapUint32StringMap()
      map<uint32, string> map_uint32_string = 97;
    • getMapUint32StringOrDefault

      String getMapUint32StringOrDefault(int key, String defaultValue)
      map<uint32, string> map_uint32_string = 97;
    • getMapUint32StringOrThrow

      String getMapUint32StringOrThrow(int key)
      map<uint32, string> map_uint32_string = 97;
    • getMapUint32BytesCount

      int getMapUint32BytesCount()
      map<uint32, bytes> map_uint32_bytes = 98;
    • containsMapUint32Bytes

      boolean containsMapUint32Bytes(int key)
      map<uint32, bytes> map_uint32_bytes = 98;
    • getMapUint32Bytes

      @Deprecated Map<Integer,com.google.protobuf.ByteString> getMapUint32Bytes()
      Deprecated.
    • getMapUint32BytesMap

      Map<Integer,com.google.protobuf.ByteString> getMapUint32BytesMap()
      map<uint32, bytes> map_uint32_bytes = 98;
    • getMapUint32BytesOrDefault

      com.google.protobuf.ByteString getMapUint32BytesOrDefault(int key, com.google.protobuf.ByteString defaultValue)
      map<uint32, bytes> map_uint32_bytes = 98;
    • getMapUint32BytesOrThrow

      com.google.protobuf.ByteString getMapUint32BytesOrThrow(int key)
      map<uint32, bytes> map_uint32_bytes = 98;
    • getMapUint32Int32Count

      int getMapUint32Int32Count()
      map<uint32, int32> map_uint32_int32 = 99;
    • containsMapUint32Int32

      boolean containsMapUint32Int32(int key)
      map<uint32, int32> map_uint32_int32 = 99;
    • getMapUint32Int32

      @Deprecated Map<Integer,Integer> getMapUint32Int32()
      Deprecated.
    • getMapUint32Int32Map

      Map<Integer,Integer> getMapUint32Int32Map()
      map<uint32, int32> map_uint32_int32 = 99;
    • getMapUint32Int32OrDefault

      int getMapUint32Int32OrDefault(int key, int defaultValue)
      map<uint32, int32> map_uint32_int32 = 99;
    • getMapUint32Int32OrThrow

      int getMapUint32Int32OrThrow(int key)
      map<uint32, int32> map_uint32_int32 = 99;
    • getMapUint32Int64Count

      int getMapUint32Int64Count()
      map<uint32, int64> map_uint32_int64 = 200;
    • containsMapUint32Int64

      boolean containsMapUint32Int64(int key)
      map<uint32, int64> map_uint32_int64 = 200;
    • getMapUint32Int64

      @Deprecated Map<Integer,Long> getMapUint32Int64()
      Deprecated.
    • getMapUint32Int64Map

      Map<Integer,Long> getMapUint32Int64Map()
      map<uint32, int64> map_uint32_int64 = 200;
    • getMapUint32Int64OrDefault

      long getMapUint32Int64OrDefault(int key, long defaultValue)
      map<uint32, int64> map_uint32_int64 = 200;
    • getMapUint32Int64OrThrow

      long getMapUint32Int64OrThrow(int key)
      map<uint32, int64> map_uint32_int64 = 200;
    • getMapUint32Uint32Count

      int getMapUint32Uint32Count()
      map<uint32, uint32> map_uint32_uint32 = 201;
    • containsMapUint32Uint32

      boolean containsMapUint32Uint32(int key)
      map<uint32, uint32> map_uint32_uint32 = 201;
    • getMapUint32Uint32

      @Deprecated Map<Integer,Integer> getMapUint32Uint32()
      Deprecated.
    • getMapUint32Uint32Map

      Map<Integer,Integer> getMapUint32Uint32Map()
      map<uint32, uint32> map_uint32_uint32 = 201;
    • getMapUint32Uint32OrDefault

      int getMapUint32Uint32OrDefault(int key, int defaultValue)
      map<uint32, uint32> map_uint32_uint32 = 201;
    • getMapUint32Uint32OrThrow

      int getMapUint32Uint32OrThrow(int key)
      map<uint32, uint32> map_uint32_uint32 = 201;
    • getMapUint32Uint64Count

      int getMapUint32Uint64Count()
      map<uint32, uint64> map_uint32_uint64 = 202;
    • containsMapUint32Uint64

      boolean containsMapUint32Uint64(int key)
      map<uint32, uint64> map_uint32_uint64 = 202;
    • getMapUint32Uint64

      @Deprecated Map<Integer,Long> getMapUint32Uint64()
      Deprecated.
    • getMapUint32Uint64Map

      Map<Integer,Long> getMapUint32Uint64Map()
      map<uint32, uint64> map_uint32_uint64 = 202;
    • getMapUint32Uint64OrDefault

      long getMapUint32Uint64OrDefault(int key, long defaultValue)
      map<uint32, uint64> map_uint32_uint64 = 202;
    • getMapUint32Uint64OrThrow

      long getMapUint32Uint64OrThrow(int key)
      map<uint32, uint64> map_uint32_uint64 = 202;
    • getMapUint32FloatCount

      int getMapUint32FloatCount()
      map<uint32, float> map_uint32_float = 203;
    • containsMapUint32Float

      boolean containsMapUint32Float(int key)
      map<uint32, float> map_uint32_float = 203;
    • getMapUint32Float

      @Deprecated Map<Integer,Float> getMapUint32Float()
      Deprecated.
    • getMapUint32FloatMap

      Map<Integer,Float> getMapUint32FloatMap()
      map<uint32, float> map_uint32_float = 203;
    • getMapUint32FloatOrDefault

      float getMapUint32FloatOrDefault(int key, float defaultValue)
      map<uint32, float> map_uint32_float = 203;
    • getMapUint32FloatOrThrow

      float getMapUint32FloatOrThrow(int key)
      map<uint32, float> map_uint32_float = 203;
    • getMapUint32DoubleCount

      int getMapUint32DoubleCount()
      map<uint32, double> map_uint32_double = 204;
    • containsMapUint32Double

      boolean containsMapUint32Double(int key)
      map<uint32, double> map_uint32_double = 204;
    • getMapUint32Double

      @Deprecated Map<Integer,Double> getMapUint32Double()
      Deprecated.
    • getMapUint32DoubleMap

      Map<Integer,Double> getMapUint32DoubleMap()
      map<uint32, double> map_uint32_double = 204;
    • getMapUint32DoubleOrDefault

      double getMapUint32DoubleOrDefault(int key, double defaultValue)
      map<uint32, double> map_uint32_double = 204;
    • getMapUint32DoubleOrThrow

      double getMapUint32DoubleOrThrow(int key)
      map<uint32, double> map_uint32_double = 204;
    • getMapUint32EnumCount

      int getMapUint32EnumCount()
      map<uint32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint32_enum = 205;
    • containsMapUint32Enum

      boolean containsMapUint32Enum(int key)
      map<uint32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint32_enum = 205;
    • getMapUint32Enum

      Deprecated.
    • getMapUint32EnumMap

      Map<Integer,TestAllTypes.NestedEnum> getMapUint32EnumMap()
      map<uint32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint32_enum = 205;
    • getMapUint32EnumOrDefault

      TestAllTypes.NestedEnum getMapUint32EnumOrDefault(int key, TestAllTypes.NestedEnum defaultValue)
      map<uint32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint32_enum = 205;
    • getMapUint32EnumOrThrow

      TestAllTypes.NestedEnum getMapUint32EnumOrThrow(int key)
      map<uint32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint32_enum = 205;
    • getMapUint32EnumValue

      @Deprecated Map<Integer,Integer> getMapUint32EnumValue()
      Deprecated.
    • getMapUint32EnumValueMap

      Map<Integer,Integer> getMapUint32EnumValueMap()
      map<uint32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint32_enum = 205;
    • getMapUint32EnumValueOrDefault

      int getMapUint32EnumValueOrDefault(int key, int defaultValue)
      map<uint32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint32_enum = 205;
    • getMapUint32EnumValueOrThrow

      int getMapUint32EnumValueOrThrow(int key)
      map<uint32, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint32_enum = 205;
    • getMapUint32MessageCount

      int getMapUint32MessageCount()
      map<uint32, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_uint32_message = 206;
    • containsMapUint32Message

      boolean containsMapUint32Message(int key)
      map<uint32, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_uint32_message = 206;
    • getMapUint32Message

      Deprecated.
    • getMapUint32MessageMap

      Map<Integer,TestAllTypes.NestedMessage> getMapUint32MessageMap()
      map<uint32, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_uint32_message = 206;
    • getMapUint32MessageOrDefault

      TestAllTypes.NestedMessage getMapUint32MessageOrDefault(int key, TestAllTypes.NestedMessage defaultValue)
      map<uint32, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_uint32_message = 206;
    • getMapUint32MessageOrThrow

      TestAllTypes.NestedMessage getMapUint32MessageOrThrow(int key)
      map<uint32, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_uint32_message = 206;
    • getMapUint32DurationCount

      int getMapUint32DurationCount()
      map<uint32, .google.protobuf.Duration> map_uint32_duration = 237;
    • containsMapUint32Duration

      boolean containsMapUint32Duration(int key)
      map<uint32, .google.protobuf.Duration> map_uint32_duration = 237;
    • getMapUint32Duration

      @Deprecated Map<Integer,com.google.protobuf.Duration> getMapUint32Duration()
      Deprecated.
    • getMapUint32DurationMap

      Map<Integer,com.google.protobuf.Duration> getMapUint32DurationMap()
      map<uint32, .google.protobuf.Duration> map_uint32_duration = 237;
    • getMapUint32DurationOrDefault

      com.google.protobuf.Duration getMapUint32DurationOrDefault(int key, com.google.protobuf.Duration defaultValue)
      map<uint32, .google.protobuf.Duration> map_uint32_duration = 237;
    • getMapUint32DurationOrThrow

      com.google.protobuf.Duration getMapUint32DurationOrThrow(int key)
      map<uint32, .google.protobuf.Duration> map_uint32_duration = 237;
    • getMapUint32TimestampCount

      int getMapUint32TimestampCount()
      map<uint32, .google.protobuf.Timestamp> map_uint32_timestamp = 238;
    • containsMapUint32Timestamp

      boolean containsMapUint32Timestamp(int key)
      map<uint32, .google.protobuf.Timestamp> map_uint32_timestamp = 238;
    • getMapUint32Timestamp

      @Deprecated Map<Integer,com.google.protobuf.Timestamp> getMapUint32Timestamp()
      Deprecated.
    • getMapUint32TimestampMap

      Map<Integer,com.google.protobuf.Timestamp> getMapUint32TimestampMap()
      map<uint32, .google.protobuf.Timestamp> map_uint32_timestamp = 238;
    • getMapUint32TimestampOrDefault

      com.google.protobuf.Timestamp getMapUint32TimestampOrDefault(int key, com.google.protobuf.Timestamp defaultValue)
      map<uint32, .google.protobuf.Timestamp> map_uint32_timestamp = 238;
    • getMapUint32TimestampOrThrow

      com.google.protobuf.Timestamp getMapUint32TimestampOrThrow(int key)
      map<uint32, .google.protobuf.Timestamp> map_uint32_timestamp = 238;
    • getMapUint32NullValueCount

      int getMapUint32NullValueCount()
      map<uint32, .google.protobuf.NullValue> map_uint32_null_value = 239;
    • containsMapUint32NullValue

      boolean containsMapUint32NullValue(int key)
      map<uint32, .google.protobuf.NullValue> map_uint32_null_value = 239;
    • getMapUint32NullValue

      @Deprecated Map<Integer,com.google.protobuf.NullValue> getMapUint32NullValue()
      Deprecated.
    • getMapUint32NullValueMap

      Map<Integer,com.google.protobuf.NullValue> getMapUint32NullValueMap()
      map<uint32, .google.protobuf.NullValue> map_uint32_null_value = 239;
    • getMapUint32NullValueOrDefault

      com.google.protobuf.NullValue getMapUint32NullValueOrDefault(int key, com.google.protobuf.NullValue defaultValue)
      map<uint32, .google.protobuf.NullValue> map_uint32_null_value = 239;
    • getMapUint32NullValueOrThrow

      com.google.protobuf.NullValue getMapUint32NullValueOrThrow(int key)
      map<uint32, .google.protobuf.NullValue> map_uint32_null_value = 239;
    • getMapUint32NullValueValue

      @Deprecated Map<Integer,Integer> getMapUint32NullValueValue()
      Deprecated.
    • getMapUint32NullValueValueMap

      Map<Integer,Integer> getMapUint32NullValueValueMap()
      map<uint32, .google.protobuf.NullValue> map_uint32_null_value = 239;
    • getMapUint32NullValueValueOrDefault

      int getMapUint32NullValueValueOrDefault(int key, int defaultValue)
      map<uint32, .google.protobuf.NullValue> map_uint32_null_value = 239;
    • getMapUint32NullValueValueOrThrow

      int getMapUint32NullValueValueOrThrow(int key)
      map<uint32, .google.protobuf.NullValue> map_uint32_null_value = 239;
    • getMapUint32AnyCount

      int getMapUint32AnyCount()
      map<uint32, .google.protobuf.Any> map_uint32_any = 285;
    • containsMapUint32Any

      boolean containsMapUint32Any(int key)
      map<uint32, .google.protobuf.Any> map_uint32_any = 285;
    • getMapUint32Any

      @Deprecated Map<Integer,com.google.protobuf.Any> getMapUint32Any()
      Deprecated.
    • getMapUint32AnyMap

      Map<Integer,com.google.protobuf.Any> getMapUint32AnyMap()
      map<uint32, .google.protobuf.Any> map_uint32_any = 285;
    • getMapUint32AnyOrDefault

      com.google.protobuf.Any getMapUint32AnyOrDefault(int key, com.google.protobuf.Any defaultValue)
      map<uint32, .google.protobuf.Any> map_uint32_any = 285;
    • getMapUint32AnyOrThrow

      com.google.protobuf.Any getMapUint32AnyOrThrow(int key)
      map<uint32, .google.protobuf.Any> map_uint32_any = 285;
    • getMapUint32StructCount

      int getMapUint32StructCount()
      map<uint32, .google.protobuf.Struct> map_uint32_struct = 286;
    • containsMapUint32Struct

      boolean containsMapUint32Struct(int key)
      map<uint32, .google.protobuf.Struct> map_uint32_struct = 286;
    • getMapUint32Struct

      @Deprecated Map<Integer,com.google.protobuf.Struct> getMapUint32Struct()
      Deprecated.
    • getMapUint32StructMap

      Map<Integer,com.google.protobuf.Struct> getMapUint32StructMap()
      map<uint32, .google.protobuf.Struct> map_uint32_struct = 286;
    • getMapUint32StructOrDefault

      com.google.protobuf.Struct getMapUint32StructOrDefault(int key, com.google.protobuf.Struct defaultValue)
      map<uint32, .google.protobuf.Struct> map_uint32_struct = 286;
    • getMapUint32StructOrThrow

      com.google.protobuf.Struct getMapUint32StructOrThrow(int key)
      map<uint32, .google.protobuf.Struct> map_uint32_struct = 286;
    • getMapUint32ValueCount

      int getMapUint32ValueCount()
      map<uint32, .google.protobuf.Value> map_uint32_value = 287;
    • containsMapUint32Value

      boolean containsMapUint32Value(int key)
      map<uint32, .google.protobuf.Value> map_uint32_value = 287;
    • getMapUint32Value

      @Deprecated Map<Integer,com.google.protobuf.Value> getMapUint32Value()
      Deprecated.
    • getMapUint32ValueMap

      Map<Integer,com.google.protobuf.Value> getMapUint32ValueMap()
      map<uint32, .google.protobuf.Value> map_uint32_value = 287;
    • getMapUint32ValueOrDefault

      com.google.protobuf.Value getMapUint32ValueOrDefault(int key, com.google.protobuf.Value defaultValue)
      map<uint32, .google.protobuf.Value> map_uint32_value = 287;
    • getMapUint32ValueOrThrow

      com.google.protobuf.Value getMapUint32ValueOrThrow(int key)
      map<uint32, .google.protobuf.Value> map_uint32_value = 287;
    • getMapUint32ListValueCount

      int getMapUint32ListValueCount()
      map<uint32, .google.protobuf.ListValue> map_uint32_list_value = 288;
    • containsMapUint32ListValue

      boolean containsMapUint32ListValue(int key)
      map<uint32, .google.protobuf.ListValue> map_uint32_list_value = 288;
    • getMapUint32ListValue

      @Deprecated Map<Integer,com.google.protobuf.ListValue> getMapUint32ListValue()
      Deprecated.
    • getMapUint32ListValueMap

      Map<Integer,com.google.protobuf.ListValue> getMapUint32ListValueMap()
      map<uint32, .google.protobuf.ListValue> map_uint32_list_value = 288;
    • getMapUint32ListValueOrDefault

      com.google.protobuf.ListValue getMapUint32ListValueOrDefault(int key, com.google.protobuf.ListValue defaultValue)
      map<uint32, .google.protobuf.ListValue> map_uint32_list_value = 288;
    • getMapUint32ListValueOrThrow

      com.google.protobuf.ListValue getMapUint32ListValueOrThrow(int key)
      map<uint32, .google.protobuf.ListValue> map_uint32_list_value = 288;
    • getMapUint32Int64WrapperCount

      int getMapUint32Int64WrapperCount()
      map<uint32, .google.protobuf.Int64Value> map_uint32_int64_wrapper = 289;
    • containsMapUint32Int64Wrapper

      boolean containsMapUint32Int64Wrapper(int key)
      map<uint32, .google.protobuf.Int64Value> map_uint32_int64_wrapper = 289;
    • getMapUint32Int64Wrapper

      @Deprecated Map<Integer,com.google.protobuf.Int64Value> getMapUint32Int64Wrapper()
      Deprecated.
    • getMapUint32Int64WrapperMap

      Map<Integer,com.google.protobuf.Int64Value> getMapUint32Int64WrapperMap()
      map<uint32, .google.protobuf.Int64Value> map_uint32_int64_wrapper = 289;
    • getMapUint32Int64WrapperOrDefault

      com.google.protobuf.Int64Value getMapUint32Int64WrapperOrDefault(int key, com.google.protobuf.Int64Value defaultValue)
      map<uint32, .google.protobuf.Int64Value> map_uint32_int64_wrapper = 289;
    • getMapUint32Int64WrapperOrThrow

      com.google.protobuf.Int64Value getMapUint32Int64WrapperOrThrow(int key)
      map<uint32, .google.protobuf.Int64Value> map_uint32_int64_wrapper = 289;
    • getMapUint32Int32WrapperCount

      int getMapUint32Int32WrapperCount()
      map<uint32, .google.protobuf.Int32Value> map_uint32_int32_wrapper = 290;
    • containsMapUint32Int32Wrapper

      boolean containsMapUint32Int32Wrapper(int key)
      map<uint32, .google.protobuf.Int32Value> map_uint32_int32_wrapper = 290;
    • getMapUint32Int32Wrapper

      @Deprecated Map<Integer,com.google.protobuf.Int32Value> getMapUint32Int32Wrapper()
      Deprecated.
    • getMapUint32Int32WrapperMap

      Map<Integer,com.google.protobuf.Int32Value> getMapUint32Int32WrapperMap()
      map<uint32, .google.protobuf.Int32Value> map_uint32_int32_wrapper = 290;
    • getMapUint32Int32WrapperOrDefault

      com.google.protobuf.Int32Value getMapUint32Int32WrapperOrDefault(int key, com.google.protobuf.Int32Value defaultValue)
      map<uint32, .google.protobuf.Int32Value> map_uint32_int32_wrapper = 290;
    • getMapUint32Int32WrapperOrThrow

      com.google.protobuf.Int32Value getMapUint32Int32WrapperOrThrow(int key)
      map<uint32, .google.protobuf.Int32Value> map_uint32_int32_wrapper = 290;
    • getMapUint32DoubleWrapperCount

      int getMapUint32DoubleWrapperCount()
      map<uint32, .google.protobuf.DoubleValue> map_uint32_double_wrapper = 291;
    • containsMapUint32DoubleWrapper

      boolean containsMapUint32DoubleWrapper(int key)
      map<uint32, .google.protobuf.DoubleValue> map_uint32_double_wrapper = 291;
    • getMapUint32DoubleWrapper

      @Deprecated Map<Integer,com.google.protobuf.DoubleValue> getMapUint32DoubleWrapper()
      Deprecated.
    • getMapUint32DoubleWrapperMap

      Map<Integer,com.google.protobuf.DoubleValue> getMapUint32DoubleWrapperMap()
      map<uint32, .google.protobuf.DoubleValue> map_uint32_double_wrapper = 291;
    • getMapUint32DoubleWrapperOrDefault

      com.google.protobuf.DoubleValue getMapUint32DoubleWrapperOrDefault(int key, com.google.protobuf.DoubleValue defaultValue)
      map<uint32, .google.protobuf.DoubleValue> map_uint32_double_wrapper = 291;
    • getMapUint32DoubleWrapperOrThrow

      com.google.protobuf.DoubleValue getMapUint32DoubleWrapperOrThrow(int key)
      map<uint32, .google.protobuf.DoubleValue> map_uint32_double_wrapper = 291;
    • getMapUint32FloatWrapperCount

      int getMapUint32FloatWrapperCount()
      map<uint32, .google.protobuf.FloatValue> map_uint32_float_wrapper = 292;
    • containsMapUint32FloatWrapper

      boolean containsMapUint32FloatWrapper(int key)
      map<uint32, .google.protobuf.FloatValue> map_uint32_float_wrapper = 292;
    • getMapUint32FloatWrapper

      @Deprecated Map<Integer,com.google.protobuf.FloatValue> getMapUint32FloatWrapper()
      Deprecated.
    • getMapUint32FloatWrapperMap

      Map<Integer,com.google.protobuf.FloatValue> getMapUint32FloatWrapperMap()
      map<uint32, .google.protobuf.FloatValue> map_uint32_float_wrapper = 292;
    • getMapUint32FloatWrapperOrDefault

      com.google.protobuf.FloatValue getMapUint32FloatWrapperOrDefault(int key, com.google.protobuf.FloatValue defaultValue)
      map<uint32, .google.protobuf.FloatValue> map_uint32_float_wrapper = 292;
    • getMapUint32FloatWrapperOrThrow

      com.google.protobuf.FloatValue getMapUint32FloatWrapperOrThrow(int key)
      map<uint32, .google.protobuf.FloatValue> map_uint32_float_wrapper = 292;
    • getMapUint32Uint64WrapperCount

      int getMapUint32Uint64WrapperCount()
      map<uint32, .google.protobuf.UInt64Value> map_uint32_uint64_wrapper = 293;
    • containsMapUint32Uint64Wrapper

      boolean containsMapUint32Uint64Wrapper(int key)
      map<uint32, .google.protobuf.UInt64Value> map_uint32_uint64_wrapper = 293;
    • getMapUint32Uint64Wrapper

      @Deprecated Map<Integer,com.google.protobuf.UInt64Value> getMapUint32Uint64Wrapper()
      Deprecated.
    • getMapUint32Uint64WrapperMap

      Map<Integer,com.google.protobuf.UInt64Value> getMapUint32Uint64WrapperMap()
      map<uint32, .google.protobuf.UInt64Value> map_uint32_uint64_wrapper = 293;
    • getMapUint32Uint64WrapperOrDefault

      com.google.protobuf.UInt64Value getMapUint32Uint64WrapperOrDefault(int key, com.google.protobuf.UInt64Value defaultValue)
      map<uint32, .google.protobuf.UInt64Value> map_uint32_uint64_wrapper = 293;
    • getMapUint32Uint64WrapperOrThrow

      com.google.protobuf.UInt64Value getMapUint32Uint64WrapperOrThrow(int key)
      map<uint32, .google.protobuf.UInt64Value> map_uint32_uint64_wrapper = 293;
    • getMapUint32Uint32WrapperCount

      int getMapUint32Uint32WrapperCount()
      map<uint32, .google.protobuf.UInt32Value> map_uint32_uint32_wrapper = 294;
    • containsMapUint32Uint32Wrapper

      boolean containsMapUint32Uint32Wrapper(int key)
      map<uint32, .google.protobuf.UInt32Value> map_uint32_uint32_wrapper = 294;
    • getMapUint32Uint32Wrapper

      @Deprecated Map<Integer,com.google.protobuf.UInt32Value> getMapUint32Uint32Wrapper()
      Deprecated.
    • getMapUint32Uint32WrapperMap

      Map<Integer,com.google.protobuf.UInt32Value> getMapUint32Uint32WrapperMap()
      map<uint32, .google.protobuf.UInt32Value> map_uint32_uint32_wrapper = 294;
    • getMapUint32Uint32WrapperOrDefault

      com.google.protobuf.UInt32Value getMapUint32Uint32WrapperOrDefault(int key, com.google.protobuf.UInt32Value defaultValue)
      map<uint32, .google.protobuf.UInt32Value> map_uint32_uint32_wrapper = 294;
    • getMapUint32Uint32WrapperOrThrow

      com.google.protobuf.UInt32Value getMapUint32Uint32WrapperOrThrow(int key)
      map<uint32, .google.protobuf.UInt32Value> map_uint32_uint32_wrapper = 294;
    • getMapUint32StringWrapperCount

      int getMapUint32StringWrapperCount()
      map<uint32, .google.protobuf.StringValue> map_uint32_string_wrapper = 295;
    • containsMapUint32StringWrapper

      boolean containsMapUint32StringWrapper(int key)
      map<uint32, .google.protobuf.StringValue> map_uint32_string_wrapper = 295;
    • getMapUint32StringWrapper

      @Deprecated Map<Integer,com.google.protobuf.StringValue> getMapUint32StringWrapper()
      Deprecated.
    • getMapUint32StringWrapperMap

      Map<Integer,com.google.protobuf.StringValue> getMapUint32StringWrapperMap()
      map<uint32, .google.protobuf.StringValue> map_uint32_string_wrapper = 295;
    • getMapUint32StringWrapperOrDefault

      com.google.protobuf.StringValue getMapUint32StringWrapperOrDefault(int key, com.google.protobuf.StringValue defaultValue)
      map<uint32, .google.protobuf.StringValue> map_uint32_string_wrapper = 295;
    • getMapUint32StringWrapperOrThrow

      com.google.protobuf.StringValue getMapUint32StringWrapperOrThrow(int key)
      map<uint32, .google.protobuf.StringValue> map_uint32_string_wrapper = 295;
    • getMapUint32BoolWrapperCount

      int getMapUint32BoolWrapperCount()
      map<uint32, .google.protobuf.BoolValue> map_uint32_bool_wrapper = 296;
    • containsMapUint32BoolWrapper

      boolean containsMapUint32BoolWrapper(int key)
      map<uint32, .google.protobuf.BoolValue> map_uint32_bool_wrapper = 296;
    • getMapUint32BoolWrapper

      @Deprecated Map<Integer,com.google.protobuf.BoolValue> getMapUint32BoolWrapper()
      Deprecated.
    • getMapUint32BoolWrapperMap

      Map<Integer,com.google.protobuf.BoolValue> getMapUint32BoolWrapperMap()
      map<uint32, .google.protobuf.BoolValue> map_uint32_bool_wrapper = 296;
    • getMapUint32BoolWrapperOrDefault

      com.google.protobuf.BoolValue getMapUint32BoolWrapperOrDefault(int key, com.google.protobuf.BoolValue defaultValue)
      map<uint32, .google.protobuf.BoolValue> map_uint32_bool_wrapper = 296;
    • getMapUint32BoolWrapperOrThrow

      com.google.protobuf.BoolValue getMapUint32BoolWrapperOrThrow(int key)
      map<uint32, .google.protobuf.BoolValue> map_uint32_bool_wrapper = 296;
    • getMapUint32BytesWrapperCount

      int getMapUint32BytesWrapperCount()
      map<uint32, .google.protobuf.BytesValue> map_uint32_bytes_wrapper = 297;
    • containsMapUint32BytesWrapper

      boolean containsMapUint32BytesWrapper(int key)
      map<uint32, .google.protobuf.BytesValue> map_uint32_bytes_wrapper = 297;
    • getMapUint32BytesWrapper

      @Deprecated Map<Integer,com.google.protobuf.BytesValue> getMapUint32BytesWrapper()
      Deprecated.
    • getMapUint32BytesWrapperMap

      Map<Integer,com.google.protobuf.BytesValue> getMapUint32BytesWrapperMap()
      map<uint32, .google.protobuf.BytesValue> map_uint32_bytes_wrapper = 297;
    • getMapUint32BytesWrapperOrDefault

      com.google.protobuf.BytesValue getMapUint32BytesWrapperOrDefault(int key, com.google.protobuf.BytesValue defaultValue)
      map<uint32, .google.protobuf.BytesValue> map_uint32_bytes_wrapper = 297;
    • getMapUint32BytesWrapperOrThrow

      com.google.protobuf.BytesValue getMapUint32BytesWrapperOrThrow(int key)
      map<uint32, .google.protobuf.BytesValue> map_uint32_bytes_wrapper = 297;
    • getMapUint64BoolCount

      int getMapUint64BoolCount()
      map<uint64, bool> map_uint64_bool = 207;
    • containsMapUint64Bool

      boolean containsMapUint64Bool(long key)
      map<uint64, bool> map_uint64_bool = 207;
    • getMapUint64Bool

      @Deprecated Map<Long,Boolean> getMapUint64Bool()
      Deprecated.
    • getMapUint64BoolMap

      Map<Long,Boolean> getMapUint64BoolMap()
      map<uint64, bool> map_uint64_bool = 207;
    • getMapUint64BoolOrDefault

      boolean getMapUint64BoolOrDefault(long key, boolean defaultValue)
      map<uint64, bool> map_uint64_bool = 207;
    • getMapUint64BoolOrThrow

      boolean getMapUint64BoolOrThrow(long key)
      map<uint64, bool> map_uint64_bool = 207;
    • getMapUint64StringCount

      int getMapUint64StringCount()
      map<uint64, string> map_uint64_string = 208;
    • containsMapUint64String

      boolean containsMapUint64String(long key)
      map<uint64, string> map_uint64_string = 208;
    • getMapUint64String

      @Deprecated Map<Long,String> getMapUint64String()
      Deprecated.
    • getMapUint64StringMap

      Map<Long,String> getMapUint64StringMap()
      map<uint64, string> map_uint64_string = 208;
    • getMapUint64StringOrDefault

      String getMapUint64StringOrDefault(long key, String defaultValue)
      map<uint64, string> map_uint64_string = 208;
    • getMapUint64StringOrThrow

      String getMapUint64StringOrThrow(long key)
      map<uint64, string> map_uint64_string = 208;
    • getMapUint64BytesCount

      int getMapUint64BytesCount()
      map<uint64, bytes> map_uint64_bytes = 209;
    • containsMapUint64Bytes

      boolean containsMapUint64Bytes(long key)
      map<uint64, bytes> map_uint64_bytes = 209;
    • getMapUint64Bytes

      @Deprecated Map<Long,com.google.protobuf.ByteString> getMapUint64Bytes()
      Deprecated.
    • getMapUint64BytesMap

      Map<Long,com.google.protobuf.ByteString> getMapUint64BytesMap()
      map<uint64, bytes> map_uint64_bytes = 209;
    • getMapUint64BytesOrDefault

      com.google.protobuf.ByteString getMapUint64BytesOrDefault(long key, com.google.protobuf.ByteString defaultValue)
      map<uint64, bytes> map_uint64_bytes = 209;
    • getMapUint64BytesOrThrow

      com.google.protobuf.ByteString getMapUint64BytesOrThrow(long key)
      map<uint64, bytes> map_uint64_bytes = 209;
    • getMapUint64Int32Count

      int getMapUint64Int32Count()
      map<uint64, int32> map_uint64_int32 = 210;
    • containsMapUint64Int32

      boolean containsMapUint64Int32(long key)
      map<uint64, int32> map_uint64_int32 = 210;
    • getMapUint64Int32

      @Deprecated Map<Long,Integer> getMapUint64Int32()
      Deprecated.
    • getMapUint64Int32Map

      Map<Long,Integer> getMapUint64Int32Map()
      map<uint64, int32> map_uint64_int32 = 210;
    • getMapUint64Int32OrDefault

      int getMapUint64Int32OrDefault(long key, int defaultValue)
      map<uint64, int32> map_uint64_int32 = 210;
    • getMapUint64Int32OrThrow

      int getMapUint64Int32OrThrow(long key)
      map<uint64, int32> map_uint64_int32 = 210;
    • getMapUint64Int64Count

      int getMapUint64Int64Count()
      map<uint64, int64> map_uint64_int64 = 211;
    • containsMapUint64Int64

      boolean containsMapUint64Int64(long key)
      map<uint64, int64> map_uint64_int64 = 211;
    • getMapUint64Int64

      @Deprecated Map<Long,Long> getMapUint64Int64()
      Deprecated.
    • getMapUint64Int64Map

      Map<Long,Long> getMapUint64Int64Map()
      map<uint64, int64> map_uint64_int64 = 211;
    • getMapUint64Int64OrDefault

      long getMapUint64Int64OrDefault(long key, long defaultValue)
      map<uint64, int64> map_uint64_int64 = 211;
    • getMapUint64Int64OrThrow

      long getMapUint64Int64OrThrow(long key)
      map<uint64, int64> map_uint64_int64 = 211;
    • getMapUint64Uint32Count

      int getMapUint64Uint32Count()
      map<uint64, uint32> map_uint64_uint32 = 212;
    • containsMapUint64Uint32

      boolean containsMapUint64Uint32(long key)
      map<uint64, uint32> map_uint64_uint32 = 212;
    • getMapUint64Uint32

      @Deprecated Map<Long,Integer> getMapUint64Uint32()
      Deprecated.
    • getMapUint64Uint32Map

      Map<Long,Integer> getMapUint64Uint32Map()
      map<uint64, uint32> map_uint64_uint32 = 212;
    • getMapUint64Uint32OrDefault

      int getMapUint64Uint32OrDefault(long key, int defaultValue)
      map<uint64, uint32> map_uint64_uint32 = 212;
    • getMapUint64Uint32OrThrow

      int getMapUint64Uint32OrThrow(long key)
      map<uint64, uint32> map_uint64_uint32 = 212;
    • getMapUint64Uint64Count

      int getMapUint64Uint64Count()
      map<uint64, uint64> map_uint64_uint64 = 213;
    • containsMapUint64Uint64

      boolean containsMapUint64Uint64(long key)
      map<uint64, uint64> map_uint64_uint64 = 213;
    • getMapUint64Uint64

      @Deprecated Map<Long,Long> getMapUint64Uint64()
      Deprecated.
    • getMapUint64Uint64Map

      Map<Long,Long> getMapUint64Uint64Map()
      map<uint64, uint64> map_uint64_uint64 = 213;
    • getMapUint64Uint64OrDefault

      long getMapUint64Uint64OrDefault(long key, long defaultValue)
      map<uint64, uint64> map_uint64_uint64 = 213;
    • getMapUint64Uint64OrThrow

      long getMapUint64Uint64OrThrow(long key)
      map<uint64, uint64> map_uint64_uint64 = 213;
    • getMapUint64FloatCount

      int getMapUint64FloatCount()
      map<uint64, float> map_uint64_float = 214;
    • containsMapUint64Float

      boolean containsMapUint64Float(long key)
      map<uint64, float> map_uint64_float = 214;
    • getMapUint64Float

      @Deprecated Map<Long,Float> getMapUint64Float()
      Deprecated.
    • getMapUint64FloatMap

      Map<Long,Float> getMapUint64FloatMap()
      map<uint64, float> map_uint64_float = 214;
    • getMapUint64FloatOrDefault

      float getMapUint64FloatOrDefault(long key, float defaultValue)
      map<uint64, float> map_uint64_float = 214;
    • getMapUint64FloatOrThrow

      float getMapUint64FloatOrThrow(long key)
      map<uint64, float> map_uint64_float = 214;
    • getMapUint64DoubleCount

      int getMapUint64DoubleCount()
      map<uint64, double> map_uint64_double = 215;
    • containsMapUint64Double

      boolean containsMapUint64Double(long key)
      map<uint64, double> map_uint64_double = 215;
    • getMapUint64Double

      @Deprecated Map<Long,Double> getMapUint64Double()
      Deprecated.
    • getMapUint64DoubleMap

      Map<Long,Double> getMapUint64DoubleMap()
      map<uint64, double> map_uint64_double = 215;
    • getMapUint64DoubleOrDefault

      double getMapUint64DoubleOrDefault(long key, double defaultValue)
      map<uint64, double> map_uint64_double = 215;
    • getMapUint64DoubleOrThrow

      double getMapUint64DoubleOrThrow(long key)
      map<uint64, double> map_uint64_double = 215;
    • getMapUint64EnumCount

      int getMapUint64EnumCount()
      map<uint64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint64_enum = 216;
    • containsMapUint64Enum

      boolean containsMapUint64Enum(long key)
      map<uint64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint64_enum = 216;
    • getMapUint64Enum

      Deprecated.
    • getMapUint64EnumMap

      Map<Long,TestAllTypes.NestedEnum> getMapUint64EnumMap()
      map<uint64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint64_enum = 216;
    • getMapUint64EnumOrDefault

      TestAllTypes.NestedEnum getMapUint64EnumOrDefault(long key, TestAllTypes.NestedEnum defaultValue)
      map<uint64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint64_enum = 216;
    • getMapUint64EnumOrThrow

      TestAllTypes.NestedEnum getMapUint64EnumOrThrow(long key)
      map<uint64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint64_enum = 216;
    • getMapUint64EnumValue

      @Deprecated Map<Long,Integer> getMapUint64EnumValue()
      Deprecated.
    • getMapUint64EnumValueMap

      Map<Long,Integer> getMapUint64EnumValueMap()
      map<uint64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint64_enum = 216;
    • getMapUint64EnumValueOrDefault

      int getMapUint64EnumValueOrDefault(long key, int defaultValue)
      map<uint64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint64_enum = 216;
    • getMapUint64EnumValueOrThrow

      int getMapUint64EnumValueOrThrow(long key)
      map<uint64, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_uint64_enum = 216;
    • getMapUint64MessageCount

      int getMapUint64MessageCount()
      map<uint64, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_uint64_message = 217;
    • containsMapUint64Message

      boolean containsMapUint64Message(long key)
      map<uint64, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_uint64_message = 217;
    • getMapUint64Message

      Deprecated.
    • getMapUint64MessageMap

      Map<Long,TestAllTypes.NestedMessage> getMapUint64MessageMap()
      map<uint64, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_uint64_message = 217;
    • getMapUint64MessageOrDefault

      TestAllTypes.NestedMessage getMapUint64MessageOrDefault(long key, TestAllTypes.NestedMessage defaultValue)
      map<uint64, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_uint64_message = 217;
    • getMapUint64MessageOrThrow

      TestAllTypes.NestedMessage getMapUint64MessageOrThrow(long key)
      map<uint64, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_uint64_message = 217;
    • getMapUint64DurationCount

      int getMapUint64DurationCount()
      map<uint64, .google.protobuf.Duration> map_uint64_duration = 240;
    • containsMapUint64Duration

      boolean containsMapUint64Duration(long key)
      map<uint64, .google.protobuf.Duration> map_uint64_duration = 240;
    • getMapUint64Duration

      @Deprecated Map<Long,com.google.protobuf.Duration> getMapUint64Duration()
      Deprecated.
    • getMapUint64DurationMap

      Map<Long,com.google.protobuf.Duration> getMapUint64DurationMap()
      map<uint64, .google.protobuf.Duration> map_uint64_duration = 240;
    • getMapUint64DurationOrDefault

      com.google.protobuf.Duration getMapUint64DurationOrDefault(long key, com.google.protobuf.Duration defaultValue)
      map<uint64, .google.protobuf.Duration> map_uint64_duration = 240;
    • getMapUint64DurationOrThrow

      com.google.protobuf.Duration getMapUint64DurationOrThrow(long key)
      map<uint64, .google.protobuf.Duration> map_uint64_duration = 240;
    • getMapUint64TimestampCount

      int getMapUint64TimestampCount()
      map<uint64, .google.protobuf.Timestamp> map_uint64_timestamp = 241;
    • containsMapUint64Timestamp

      boolean containsMapUint64Timestamp(long key)
      map<uint64, .google.protobuf.Timestamp> map_uint64_timestamp = 241;
    • getMapUint64Timestamp

      @Deprecated Map<Long,com.google.protobuf.Timestamp> getMapUint64Timestamp()
      Deprecated.
    • getMapUint64TimestampMap

      Map<Long,com.google.protobuf.Timestamp> getMapUint64TimestampMap()
      map<uint64, .google.protobuf.Timestamp> map_uint64_timestamp = 241;
    • getMapUint64TimestampOrDefault

      com.google.protobuf.Timestamp getMapUint64TimestampOrDefault(long key, com.google.protobuf.Timestamp defaultValue)
      map<uint64, .google.protobuf.Timestamp> map_uint64_timestamp = 241;
    • getMapUint64TimestampOrThrow

      com.google.protobuf.Timestamp getMapUint64TimestampOrThrow(long key)
      map<uint64, .google.protobuf.Timestamp> map_uint64_timestamp = 241;
    • getMapUint64NullValueCount

      int getMapUint64NullValueCount()
      map<uint64, .google.protobuf.NullValue> map_uint64_null_value = 242;
    • containsMapUint64NullValue

      boolean containsMapUint64NullValue(long key)
      map<uint64, .google.protobuf.NullValue> map_uint64_null_value = 242;
    • getMapUint64NullValue

      @Deprecated Map<Long,com.google.protobuf.NullValue> getMapUint64NullValue()
      Deprecated.
    • getMapUint64NullValueMap

      Map<Long,com.google.protobuf.NullValue> getMapUint64NullValueMap()
      map<uint64, .google.protobuf.NullValue> map_uint64_null_value = 242;
    • getMapUint64NullValueOrDefault

      com.google.protobuf.NullValue getMapUint64NullValueOrDefault(long key, com.google.protobuf.NullValue defaultValue)
      map<uint64, .google.protobuf.NullValue> map_uint64_null_value = 242;
    • getMapUint64NullValueOrThrow

      com.google.protobuf.NullValue getMapUint64NullValueOrThrow(long key)
      map<uint64, .google.protobuf.NullValue> map_uint64_null_value = 242;
    • getMapUint64NullValueValue

      @Deprecated Map<Long,Integer> getMapUint64NullValueValue()
      Deprecated.
    • getMapUint64NullValueValueMap

      Map<Long,Integer> getMapUint64NullValueValueMap()
      map<uint64, .google.protobuf.NullValue> map_uint64_null_value = 242;
    • getMapUint64NullValueValueOrDefault

      int getMapUint64NullValueValueOrDefault(long key, int defaultValue)
      map<uint64, .google.protobuf.NullValue> map_uint64_null_value = 242;
    • getMapUint64NullValueValueOrThrow

      int getMapUint64NullValueValueOrThrow(long key)
      map<uint64, .google.protobuf.NullValue> map_uint64_null_value = 242;
    • getMapUint64AnyCount

      int getMapUint64AnyCount()
      map<uint64, .google.protobuf.Any> map_uint64_any = 298;
    • containsMapUint64Any

      boolean containsMapUint64Any(long key)
      map<uint64, .google.protobuf.Any> map_uint64_any = 298;
    • getMapUint64Any

      @Deprecated Map<Long,com.google.protobuf.Any> getMapUint64Any()
      Deprecated.
    • getMapUint64AnyMap

      Map<Long,com.google.protobuf.Any> getMapUint64AnyMap()
      map<uint64, .google.protobuf.Any> map_uint64_any = 298;
    • getMapUint64AnyOrDefault

      com.google.protobuf.Any getMapUint64AnyOrDefault(long key, com.google.protobuf.Any defaultValue)
      map<uint64, .google.protobuf.Any> map_uint64_any = 298;
    • getMapUint64AnyOrThrow

      com.google.protobuf.Any getMapUint64AnyOrThrow(long key)
      map<uint64, .google.protobuf.Any> map_uint64_any = 298;
    • getMapUint64StructCount

      int getMapUint64StructCount()
      map<uint64, .google.protobuf.Struct> map_uint64_struct = 299;
    • containsMapUint64Struct

      boolean containsMapUint64Struct(long key)
      map<uint64, .google.protobuf.Struct> map_uint64_struct = 299;
    • getMapUint64Struct

      @Deprecated Map<Long,com.google.protobuf.Struct> getMapUint64Struct()
      Deprecated.
    • getMapUint64StructMap

      Map<Long,com.google.protobuf.Struct> getMapUint64StructMap()
      map<uint64, .google.protobuf.Struct> map_uint64_struct = 299;
    • getMapUint64StructOrDefault

      com.google.protobuf.Struct getMapUint64StructOrDefault(long key, com.google.protobuf.Struct defaultValue)
      map<uint64, .google.protobuf.Struct> map_uint64_struct = 299;
    • getMapUint64StructOrThrow

      com.google.protobuf.Struct getMapUint64StructOrThrow(long key)
      map<uint64, .google.protobuf.Struct> map_uint64_struct = 299;
    • getMapUint64ValueCount

      int getMapUint64ValueCount()
      map<uint64, .google.protobuf.Value> map_uint64_value = 300;
    • containsMapUint64Value

      boolean containsMapUint64Value(long key)
      map<uint64, .google.protobuf.Value> map_uint64_value = 300;
    • getMapUint64Value

      @Deprecated Map<Long,com.google.protobuf.Value> getMapUint64Value()
      Deprecated.
    • getMapUint64ValueMap

      Map<Long,com.google.protobuf.Value> getMapUint64ValueMap()
      map<uint64, .google.protobuf.Value> map_uint64_value = 300;
    • getMapUint64ValueOrDefault

      com.google.protobuf.Value getMapUint64ValueOrDefault(long key, com.google.protobuf.Value defaultValue)
      map<uint64, .google.protobuf.Value> map_uint64_value = 300;
    • getMapUint64ValueOrThrow

      com.google.protobuf.Value getMapUint64ValueOrThrow(long key)
      map<uint64, .google.protobuf.Value> map_uint64_value = 300;
    • getMapUint64ListValueCount

      int getMapUint64ListValueCount()
      map<uint64, .google.protobuf.ListValue> map_uint64_list_value = 301;
    • containsMapUint64ListValue

      boolean containsMapUint64ListValue(long key)
      map<uint64, .google.protobuf.ListValue> map_uint64_list_value = 301;
    • getMapUint64ListValue

      @Deprecated Map<Long,com.google.protobuf.ListValue> getMapUint64ListValue()
      Deprecated.
    • getMapUint64ListValueMap

      Map<Long,com.google.protobuf.ListValue> getMapUint64ListValueMap()
      map<uint64, .google.protobuf.ListValue> map_uint64_list_value = 301;
    • getMapUint64ListValueOrDefault

      com.google.protobuf.ListValue getMapUint64ListValueOrDefault(long key, com.google.protobuf.ListValue defaultValue)
      map<uint64, .google.protobuf.ListValue> map_uint64_list_value = 301;
    • getMapUint64ListValueOrThrow

      com.google.protobuf.ListValue getMapUint64ListValueOrThrow(long key)
      map<uint64, .google.protobuf.ListValue> map_uint64_list_value = 301;
    • getMapUint64Int64WrapperCount

      int getMapUint64Int64WrapperCount()
      map<uint64, .google.protobuf.Int64Value> map_uint64_int64_wrapper = 302;
    • containsMapUint64Int64Wrapper

      boolean containsMapUint64Int64Wrapper(long key)
      map<uint64, .google.protobuf.Int64Value> map_uint64_int64_wrapper = 302;
    • getMapUint64Int64Wrapper

      @Deprecated Map<Long,com.google.protobuf.Int64Value> getMapUint64Int64Wrapper()
      Deprecated.
    • getMapUint64Int64WrapperMap

      Map<Long,com.google.protobuf.Int64Value> getMapUint64Int64WrapperMap()
      map<uint64, .google.protobuf.Int64Value> map_uint64_int64_wrapper = 302;
    • getMapUint64Int64WrapperOrDefault

      com.google.protobuf.Int64Value getMapUint64Int64WrapperOrDefault(long key, com.google.protobuf.Int64Value defaultValue)
      map<uint64, .google.protobuf.Int64Value> map_uint64_int64_wrapper = 302;
    • getMapUint64Int64WrapperOrThrow

      com.google.protobuf.Int64Value getMapUint64Int64WrapperOrThrow(long key)
      map<uint64, .google.protobuf.Int64Value> map_uint64_int64_wrapper = 302;
    • getMapUint64Int32WrapperCount

      int getMapUint64Int32WrapperCount()
      map<uint64, .google.protobuf.Int32Value> map_uint64_int32_wrapper = 303;
    • containsMapUint64Int32Wrapper

      boolean containsMapUint64Int32Wrapper(long key)
      map<uint64, .google.protobuf.Int32Value> map_uint64_int32_wrapper = 303;
    • getMapUint64Int32Wrapper

      @Deprecated Map<Long,com.google.protobuf.Int32Value> getMapUint64Int32Wrapper()
      Deprecated.
    • getMapUint64Int32WrapperMap

      Map<Long,com.google.protobuf.Int32Value> getMapUint64Int32WrapperMap()
      map<uint64, .google.protobuf.Int32Value> map_uint64_int32_wrapper = 303;
    • getMapUint64Int32WrapperOrDefault

      com.google.protobuf.Int32Value getMapUint64Int32WrapperOrDefault(long key, com.google.protobuf.Int32Value defaultValue)
      map<uint64, .google.protobuf.Int32Value> map_uint64_int32_wrapper = 303;
    • getMapUint64Int32WrapperOrThrow

      com.google.protobuf.Int32Value getMapUint64Int32WrapperOrThrow(long key)
      map<uint64, .google.protobuf.Int32Value> map_uint64_int32_wrapper = 303;
    • getMapUint64DoubleWrapperCount

      int getMapUint64DoubleWrapperCount()
      map<uint64, .google.protobuf.DoubleValue> map_uint64_double_wrapper = 304;
    • containsMapUint64DoubleWrapper

      boolean containsMapUint64DoubleWrapper(long key)
      map<uint64, .google.protobuf.DoubleValue> map_uint64_double_wrapper = 304;
    • getMapUint64DoubleWrapper

      @Deprecated Map<Long,com.google.protobuf.DoubleValue> getMapUint64DoubleWrapper()
      Deprecated.
    • getMapUint64DoubleWrapperMap

      Map<Long,com.google.protobuf.DoubleValue> getMapUint64DoubleWrapperMap()
      map<uint64, .google.protobuf.DoubleValue> map_uint64_double_wrapper = 304;
    • getMapUint64DoubleWrapperOrDefault

      com.google.protobuf.DoubleValue getMapUint64DoubleWrapperOrDefault(long key, com.google.protobuf.DoubleValue defaultValue)
      map<uint64, .google.protobuf.DoubleValue> map_uint64_double_wrapper = 304;
    • getMapUint64DoubleWrapperOrThrow

      com.google.protobuf.DoubleValue getMapUint64DoubleWrapperOrThrow(long key)
      map<uint64, .google.protobuf.DoubleValue> map_uint64_double_wrapper = 304;
    • getMapUint64FloatWrapperCount

      int getMapUint64FloatWrapperCount()
      map<uint64, .google.protobuf.FloatValue> map_uint64_float_wrapper = 305;
    • containsMapUint64FloatWrapper

      boolean containsMapUint64FloatWrapper(long key)
      map<uint64, .google.protobuf.FloatValue> map_uint64_float_wrapper = 305;
    • getMapUint64FloatWrapper

      @Deprecated Map<Long,com.google.protobuf.FloatValue> getMapUint64FloatWrapper()
      Deprecated.
    • getMapUint64FloatWrapperMap

      Map<Long,com.google.protobuf.FloatValue> getMapUint64FloatWrapperMap()
      map<uint64, .google.protobuf.FloatValue> map_uint64_float_wrapper = 305;
    • getMapUint64FloatWrapperOrDefault

      com.google.protobuf.FloatValue getMapUint64FloatWrapperOrDefault(long key, com.google.protobuf.FloatValue defaultValue)
      map<uint64, .google.protobuf.FloatValue> map_uint64_float_wrapper = 305;
    • getMapUint64FloatWrapperOrThrow

      com.google.protobuf.FloatValue getMapUint64FloatWrapperOrThrow(long key)
      map<uint64, .google.protobuf.FloatValue> map_uint64_float_wrapper = 305;
    • getMapUint64Uint64WrapperCount

      int getMapUint64Uint64WrapperCount()
      map<uint64, .google.protobuf.UInt64Value> map_uint64_uint64_wrapper = 306;
    • containsMapUint64Uint64Wrapper

      boolean containsMapUint64Uint64Wrapper(long key)
      map<uint64, .google.protobuf.UInt64Value> map_uint64_uint64_wrapper = 306;
    • getMapUint64Uint64Wrapper

      @Deprecated Map<Long,com.google.protobuf.UInt64Value> getMapUint64Uint64Wrapper()
      Deprecated.
    • getMapUint64Uint64WrapperMap

      Map<Long,com.google.protobuf.UInt64Value> getMapUint64Uint64WrapperMap()
      map<uint64, .google.protobuf.UInt64Value> map_uint64_uint64_wrapper = 306;
    • getMapUint64Uint64WrapperOrDefault

      com.google.protobuf.UInt64Value getMapUint64Uint64WrapperOrDefault(long key, com.google.protobuf.UInt64Value defaultValue)
      map<uint64, .google.protobuf.UInt64Value> map_uint64_uint64_wrapper = 306;
    • getMapUint64Uint64WrapperOrThrow

      com.google.protobuf.UInt64Value getMapUint64Uint64WrapperOrThrow(long key)
      map<uint64, .google.protobuf.UInt64Value> map_uint64_uint64_wrapper = 306;
    • getMapUint64Uint32WrapperCount

      int getMapUint64Uint32WrapperCount()
      map<uint64, .google.protobuf.UInt32Value> map_uint64_uint32_wrapper = 307;
    • containsMapUint64Uint32Wrapper

      boolean containsMapUint64Uint32Wrapper(long key)
      map<uint64, .google.protobuf.UInt32Value> map_uint64_uint32_wrapper = 307;
    • getMapUint64Uint32Wrapper

      @Deprecated Map<Long,com.google.protobuf.UInt32Value> getMapUint64Uint32Wrapper()
      Deprecated.
    • getMapUint64Uint32WrapperMap

      Map<Long,com.google.protobuf.UInt32Value> getMapUint64Uint32WrapperMap()
      map<uint64, .google.protobuf.UInt32Value> map_uint64_uint32_wrapper = 307;
    • getMapUint64Uint32WrapperOrDefault

      com.google.protobuf.UInt32Value getMapUint64Uint32WrapperOrDefault(long key, com.google.protobuf.UInt32Value defaultValue)
      map<uint64, .google.protobuf.UInt32Value> map_uint64_uint32_wrapper = 307;
    • getMapUint64Uint32WrapperOrThrow

      com.google.protobuf.UInt32Value getMapUint64Uint32WrapperOrThrow(long key)
      map<uint64, .google.protobuf.UInt32Value> map_uint64_uint32_wrapper = 307;
    • getMapUint64StringWrapperCount

      int getMapUint64StringWrapperCount()
      map<uint64, .google.protobuf.StringValue> map_uint64_string_wrapper = 308;
    • containsMapUint64StringWrapper

      boolean containsMapUint64StringWrapper(long key)
      map<uint64, .google.protobuf.StringValue> map_uint64_string_wrapper = 308;
    • getMapUint64StringWrapper

      @Deprecated Map<Long,com.google.protobuf.StringValue> getMapUint64StringWrapper()
      Deprecated.
    • getMapUint64StringWrapperMap

      Map<Long,com.google.protobuf.StringValue> getMapUint64StringWrapperMap()
      map<uint64, .google.protobuf.StringValue> map_uint64_string_wrapper = 308;
    • getMapUint64StringWrapperOrDefault

      com.google.protobuf.StringValue getMapUint64StringWrapperOrDefault(long key, com.google.protobuf.StringValue defaultValue)
      map<uint64, .google.protobuf.StringValue> map_uint64_string_wrapper = 308;
    • getMapUint64StringWrapperOrThrow

      com.google.protobuf.StringValue getMapUint64StringWrapperOrThrow(long key)
      map<uint64, .google.protobuf.StringValue> map_uint64_string_wrapper = 308;
    • getMapUint64BoolWrapperCount

      int getMapUint64BoolWrapperCount()
      map<uint64, .google.protobuf.BoolValue> map_uint64_bool_wrapper = 309;
    • containsMapUint64BoolWrapper

      boolean containsMapUint64BoolWrapper(long key)
      map<uint64, .google.protobuf.BoolValue> map_uint64_bool_wrapper = 309;
    • getMapUint64BoolWrapper

      @Deprecated Map<Long,com.google.protobuf.BoolValue> getMapUint64BoolWrapper()
      Deprecated.
    • getMapUint64BoolWrapperMap

      Map<Long,com.google.protobuf.BoolValue> getMapUint64BoolWrapperMap()
      map<uint64, .google.protobuf.BoolValue> map_uint64_bool_wrapper = 309;
    • getMapUint64BoolWrapperOrDefault

      com.google.protobuf.BoolValue getMapUint64BoolWrapperOrDefault(long key, com.google.protobuf.BoolValue defaultValue)
      map<uint64, .google.protobuf.BoolValue> map_uint64_bool_wrapper = 309;
    • getMapUint64BoolWrapperOrThrow

      com.google.protobuf.BoolValue getMapUint64BoolWrapperOrThrow(long key)
      map<uint64, .google.protobuf.BoolValue> map_uint64_bool_wrapper = 309;
    • getMapUint64BytesWrapperCount

      int getMapUint64BytesWrapperCount()
      map<uint64, .google.protobuf.BytesValue> map_uint64_bytes_wrapper = 310;
    • containsMapUint64BytesWrapper

      boolean containsMapUint64BytesWrapper(long key)
      map<uint64, .google.protobuf.BytesValue> map_uint64_bytes_wrapper = 310;
    • getMapUint64BytesWrapper

      @Deprecated Map<Long,com.google.protobuf.BytesValue> getMapUint64BytesWrapper()
      Deprecated.
    • getMapUint64BytesWrapperMap

      Map<Long,com.google.protobuf.BytesValue> getMapUint64BytesWrapperMap()
      map<uint64, .google.protobuf.BytesValue> map_uint64_bytes_wrapper = 310;
    • getMapUint64BytesWrapperOrDefault

      com.google.protobuf.BytesValue getMapUint64BytesWrapperOrDefault(long key, com.google.protobuf.BytesValue defaultValue)
      map<uint64, .google.protobuf.BytesValue> map_uint64_bytes_wrapper = 310;
    • getMapUint64BytesWrapperOrThrow

      com.google.protobuf.BytesValue getMapUint64BytesWrapperOrThrow(long key)
      map<uint64, .google.protobuf.BytesValue> map_uint64_bytes_wrapper = 310;
    • getMapStringBoolCount

      int getMapStringBoolCount()
      map<string, bool> map_string_bool = 218;
    • containsMapStringBool

      boolean containsMapStringBool(String key)
      map<string, bool> map_string_bool = 218;
    • getMapStringBool

      @Deprecated Map<String,Boolean> getMapStringBool()
      Deprecated.
    • getMapStringBoolMap

      Map<String,Boolean> getMapStringBoolMap()
      map<string, bool> map_string_bool = 218;
    • getMapStringBoolOrDefault

      boolean getMapStringBoolOrDefault(String key, boolean defaultValue)
      map<string, bool> map_string_bool = 218;
    • getMapStringBoolOrThrow

      boolean getMapStringBoolOrThrow(String key)
      map<string, bool> map_string_bool = 218;
    • getMapStringStringCount

      int getMapStringStringCount()
      map<string, string> map_string_string = 61;
    • containsMapStringString

      boolean containsMapStringString(String key)
      map<string, string> map_string_string = 61;
    • getMapStringString

      @Deprecated Map<String,String> getMapStringString()
      Deprecated.
    • getMapStringStringMap

      Map<String,String> getMapStringStringMap()
      map<string, string> map_string_string = 61;
    • getMapStringStringOrDefault

      String getMapStringStringOrDefault(String key, String defaultValue)
      map<string, string> map_string_string = 61;
    • getMapStringStringOrThrow

      String getMapStringStringOrThrow(String key)
      map<string, string> map_string_string = 61;
    • getMapStringBytesCount

      int getMapStringBytesCount()
      map<string, bytes> map_string_bytes = 219;
    • containsMapStringBytes

      boolean containsMapStringBytes(String key)
      map<string, bytes> map_string_bytes = 219;
    • getMapStringBytes

      @Deprecated Map<String,com.google.protobuf.ByteString> getMapStringBytes()
      Deprecated.
    • getMapStringBytesMap

      Map<String,com.google.protobuf.ByteString> getMapStringBytesMap()
      map<string, bytes> map_string_bytes = 219;
    • getMapStringBytesOrDefault

      com.google.protobuf.ByteString getMapStringBytesOrDefault(String key, com.google.protobuf.ByteString defaultValue)
      map<string, bytes> map_string_bytes = 219;
    • getMapStringBytesOrThrow

      com.google.protobuf.ByteString getMapStringBytesOrThrow(String key)
      map<string, bytes> map_string_bytes = 219;
    • getMapStringInt32Count

      int getMapStringInt32Count()
      map<string, int32> map_string_int32 = 220;
    • containsMapStringInt32

      boolean containsMapStringInt32(String key)
      map<string, int32> map_string_int32 = 220;
    • getMapStringInt32

      @Deprecated Map<String,Integer> getMapStringInt32()
      Deprecated.
    • getMapStringInt32Map

      Map<String,Integer> getMapStringInt32Map()
      map<string, int32> map_string_int32 = 220;
    • getMapStringInt32OrDefault

      int getMapStringInt32OrDefault(String key, int defaultValue)
      map<string, int32> map_string_int32 = 220;
    • getMapStringInt32OrThrow

      int getMapStringInt32OrThrow(String key)
      map<string, int32> map_string_int32 = 220;
    • getMapStringInt64Count

      int getMapStringInt64Count()
      map<string, int64> map_string_int64 = 221;
    • containsMapStringInt64

      boolean containsMapStringInt64(String key)
      map<string, int64> map_string_int64 = 221;
    • getMapStringInt64

      @Deprecated Map<String,Long> getMapStringInt64()
      Deprecated.
    • getMapStringInt64Map

      Map<String,Long> getMapStringInt64Map()
      map<string, int64> map_string_int64 = 221;
    • getMapStringInt64OrDefault

      long getMapStringInt64OrDefault(String key, long defaultValue)
      map<string, int64> map_string_int64 = 221;
    • getMapStringInt64OrThrow

      long getMapStringInt64OrThrow(String key)
      map<string, int64> map_string_int64 = 221;
    • getMapStringUint32Count

      int getMapStringUint32Count()
      map<string, uint32> map_string_uint32 = 222;
    • containsMapStringUint32

      boolean containsMapStringUint32(String key)
      map<string, uint32> map_string_uint32 = 222;
    • getMapStringUint32

      @Deprecated Map<String,Integer> getMapStringUint32()
      Deprecated.
    • getMapStringUint32Map

      Map<String,Integer> getMapStringUint32Map()
      map<string, uint32> map_string_uint32 = 222;
    • getMapStringUint32OrDefault

      int getMapStringUint32OrDefault(String key, int defaultValue)
      map<string, uint32> map_string_uint32 = 222;
    • getMapStringUint32OrThrow

      int getMapStringUint32OrThrow(String key)
      map<string, uint32> map_string_uint32 = 222;
    • getMapStringUint64Count

      int getMapStringUint64Count()
      map<string, uint64> map_string_uint64 = 223;
    • containsMapStringUint64

      boolean containsMapStringUint64(String key)
      map<string, uint64> map_string_uint64 = 223;
    • getMapStringUint64

      @Deprecated Map<String,Long> getMapStringUint64()
      Deprecated.
    • getMapStringUint64Map

      Map<String,Long> getMapStringUint64Map()
      map<string, uint64> map_string_uint64 = 223;
    • getMapStringUint64OrDefault

      long getMapStringUint64OrDefault(String key, long defaultValue)
      map<string, uint64> map_string_uint64 = 223;
    • getMapStringUint64OrThrow

      long getMapStringUint64OrThrow(String key)
      map<string, uint64> map_string_uint64 = 223;
    • getMapStringFloatCount

      int getMapStringFloatCount()
      map<string, float> map_string_float = 224;
    • containsMapStringFloat

      boolean containsMapStringFloat(String key)
      map<string, float> map_string_float = 224;
    • getMapStringFloat

      @Deprecated Map<String,Float> getMapStringFloat()
      Deprecated.
    • getMapStringFloatMap

      Map<String,Float> getMapStringFloatMap()
      map<string, float> map_string_float = 224;
    • getMapStringFloatOrDefault

      float getMapStringFloatOrDefault(String key, float defaultValue)
      map<string, float> map_string_float = 224;
    • getMapStringFloatOrThrow

      float getMapStringFloatOrThrow(String key)
      map<string, float> map_string_float = 224;
    • getMapStringDoubleCount

      int getMapStringDoubleCount()
      map<string, double> map_string_double = 225;
    • containsMapStringDouble

      boolean containsMapStringDouble(String key)
      map<string, double> map_string_double = 225;
    • getMapStringDouble

      @Deprecated Map<String,Double> getMapStringDouble()
      Deprecated.
    • getMapStringDoubleMap

      Map<String,Double> getMapStringDoubleMap()
      map<string, double> map_string_double = 225;
    • getMapStringDoubleOrDefault

      double getMapStringDoubleOrDefault(String key, double defaultValue)
      map<string, double> map_string_double = 225;
    • getMapStringDoubleOrThrow

      double getMapStringDoubleOrThrow(String key)
      map<string, double> map_string_double = 225;
    • getMapStringEnumCount

      int getMapStringEnumCount()
      map<string, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_string_enum = 226;
    • containsMapStringEnum

      boolean containsMapStringEnum(String key)
      map<string, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_string_enum = 226;
    • getMapStringEnum

      Deprecated.
    • getMapStringEnumMap

      Map<String,TestAllTypes.NestedEnum> getMapStringEnumMap()
      map<string, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_string_enum = 226;
    • getMapStringEnumOrDefault

      TestAllTypes.NestedEnum getMapStringEnumOrDefault(String key, TestAllTypes.NestedEnum defaultValue)
      map<string, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_string_enum = 226;
    • getMapStringEnumOrThrow

      TestAllTypes.NestedEnum getMapStringEnumOrThrow(String key)
      map<string, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_string_enum = 226;
    • getMapStringEnumValue

      @Deprecated Map<String,Integer> getMapStringEnumValue()
      Deprecated.
    • getMapStringEnumValueMap

      Map<String,Integer> getMapStringEnumValueMap()
      map<string, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_string_enum = 226;
    • getMapStringEnumValueOrDefault

      int getMapStringEnumValueOrDefault(String key, int defaultValue)
      map<string, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_string_enum = 226;
    • getMapStringEnumValueOrThrow

      int getMapStringEnumValueOrThrow(String key)
      map<string, .cel.expr.conformance.proto3.TestAllTypes.NestedEnum> map_string_enum = 226;
    • getMapStringMessageCount

      int getMapStringMessageCount()
      map<string, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_string_message = 227;
    • containsMapStringMessage

      boolean containsMapStringMessage(String key)
      map<string, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_string_message = 227;
    • getMapStringMessage

      Deprecated.
    • getMapStringMessageMap

      Map<String,TestAllTypes.NestedMessage> getMapStringMessageMap()
      map<string, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_string_message = 227;
    • getMapStringMessageOrDefault

      TestAllTypes.NestedMessage getMapStringMessageOrDefault(String key, TestAllTypes.NestedMessage defaultValue)
      map<string, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_string_message = 227;
    • getMapStringMessageOrThrow

      TestAllTypes.NestedMessage getMapStringMessageOrThrow(String key)
      map<string, .cel.expr.conformance.proto3.TestAllTypes.NestedMessage> map_string_message = 227;
    • getMapStringDurationCount

      int getMapStringDurationCount()
      map<string, .google.protobuf.Duration> map_string_duration = 243;
    • containsMapStringDuration

      boolean containsMapStringDuration(String key)
      map<string, .google.protobuf.Duration> map_string_duration = 243;
    • getMapStringDuration

      @Deprecated Map<String,com.google.protobuf.Duration> getMapStringDuration()
      Deprecated.
    • getMapStringDurationMap

      Map<String,com.google.protobuf.Duration> getMapStringDurationMap()
      map<string, .google.protobuf.Duration> map_string_duration = 243;
    • getMapStringDurationOrDefault

      com.google.protobuf.Duration getMapStringDurationOrDefault(String key, com.google.protobuf.Duration defaultValue)
      map<string, .google.protobuf.Duration> map_string_duration = 243;
    • getMapStringDurationOrThrow

      com.google.protobuf.Duration getMapStringDurationOrThrow(String key)
      map<string, .google.protobuf.Duration> map_string_duration = 243;
    • getMapStringTimestampCount

      int getMapStringTimestampCount()
      map<string, .google.protobuf.Timestamp> map_string_timestamp = 244;
    • containsMapStringTimestamp

      boolean containsMapStringTimestamp(String key)
      map<string, .google.protobuf.Timestamp> map_string_timestamp = 244;
    • getMapStringTimestamp

      @Deprecated Map<String,com.google.protobuf.Timestamp> getMapStringTimestamp()
      Deprecated.
    • getMapStringTimestampMap

      Map<String,com.google.protobuf.Timestamp> getMapStringTimestampMap()
      map<string, .google.protobuf.Timestamp> map_string_timestamp = 244;
    • getMapStringTimestampOrDefault

      com.google.protobuf.Timestamp getMapStringTimestampOrDefault(String key, com.google.protobuf.Timestamp defaultValue)
      map<string, .google.protobuf.Timestamp> map_string_timestamp = 244;
    • getMapStringTimestampOrThrow

      com.google.protobuf.Timestamp getMapStringTimestampOrThrow(String key)
      map<string, .google.protobuf.Timestamp> map_string_timestamp = 244;
    • getMapStringNullValueCount

      int getMapStringNullValueCount()
      map<string, .google.protobuf.NullValue> map_string_null_value = 245;
    • containsMapStringNullValue

      boolean containsMapStringNullValue(String key)
      map<string, .google.protobuf.NullValue> map_string_null_value = 245;
    • getMapStringNullValue

      @Deprecated Map<String,com.google.protobuf.NullValue> getMapStringNullValue()
      Deprecated.
    • getMapStringNullValueMap

      Map<String,com.google.protobuf.NullValue> getMapStringNullValueMap()
      map<string, .google.protobuf.NullValue> map_string_null_value = 245;
    • getMapStringNullValueOrDefault

      com.google.protobuf.NullValue getMapStringNullValueOrDefault(String key, com.google.protobuf.NullValue defaultValue)
      map<string, .google.protobuf.NullValue> map_string_null_value = 245;
    • getMapStringNullValueOrThrow

      com.google.protobuf.NullValue getMapStringNullValueOrThrow(String key)
      map<string, .google.protobuf.NullValue> map_string_null_value = 245;
    • getMapStringNullValueValue

      @Deprecated Map<String,Integer> getMapStringNullValueValue()
      Deprecated.
    • getMapStringNullValueValueMap

      Map<String,Integer> getMapStringNullValueValueMap()
      map<string, .google.protobuf.NullValue> map_string_null_value = 245;
    • getMapStringNullValueValueOrDefault

      int getMapStringNullValueValueOrDefault(String key, int defaultValue)
      map<string, .google.protobuf.NullValue> map_string_null_value = 245;
    • getMapStringNullValueValueOrThrow

      int getMapStringNullValueValueOrThrow(String key)
      map<string, .google.protobuf.NullValue> map_string_null_value = 245;
    • getMapStringAnyCount

      int getMapStringAnyCount()
      map<string, .google.protobuf.Any> map_string_any = 311;
    • containsMapStringAny

      boolean containsMapStringAny(String key)
      map<string, .google.protobuf.Any> map_string_any = 311;
    • getMapStringAny

      @Deprecated Map<String,com.google.protobuf.Any> getMapStringAny()
      Deprecated.
    • getMapStringAnyMap

      Map<String,com.google.protobuf.Any> getMapStringAnyMap()
      map<string, .google.protobuf.Any> map_string_any = 311;
    • getMapStringAnyOrDefault

      com.google.protobuf.Any getMapStringAnyOrDefault(String key, com.google.protobuf.Any defaultValue)
      map<string, .google.protobuf.Any> map_string_any = 311;
    • getMapStringAnyOrThrow

      com.google.protobuf.Any getMapStringAnyOrThrow(String key)
      map<string, .google.protobuf.Any> map_string_any = 311;
    • getMapStringStructCount

      int getMapStringStructCount()
      map<string, .google.protobuf.Struct> map_string_struct = 312;
    • containsMapStringStruct

      boolean containsMapStringStruct(String key)
      map<string, .google.protobuf.Struct> map_string_struct = 312;
    • getMapStringStruct

      @Deprecated Map<String,com.google.protobuf.Struct> getMapStringStruct()
      Deprecated.
    • getMapStringStructMap

      Map<String,com.google.protobuf.Struct> getMapStringStructMap()
      map<string, .google.protobuf.Struct> map_string_struct = 312;
    • getMapStringStructOrDefault

      com.google.protobuf.Struct getMapStringStructOrDefault(String key, com.google.protobuf.Struct defaultValue)
      map<string, .google.protobuf.Struct> map_string_struct = 312;
    • getMapStringStructOrThrow

      com.google.protobuf.Struct getMapStringStructOrThrow(String key)
      map<string, .google.protobuf.Struct> map_string_struct = 312;
    • getMapStringValueCount

      int getMapStringValueCount()
      map<string, .google.protobuf.Value> map_string_value = 313;
    • containsMapStringValue

      boolean containsMapStringValue(String key)
      map<string, .google.protobuf.Value> map_string_value = 313;
    • getMapStringValue

      @Deprecated Map<String,com.google.protobuf.Value> getMapStringValue()
      Deprecated.
    • getMapStringValueMap

      Map<String,com.google.protobuf.Value> getMapStringValueMap()
      map<string, .google.protobuf.Value> map_string_value = 313;
    • getMapStringValueOrDefault

      com.google.protobuf.Value getMapStringValueOrDefault(String key, com.google.protobuf.Value defaultValue)
      map<string, .google.protobuf.Value> map_string_value = 313;
    • getMapStringValueOrThrow

      com.google.protobuf.Value getMapStringValueOrThrow(String key)
      map<string, .google.protobuf.Value> map_string_value = 313;
    • getMapStringListValueCount

      int getMapStringListValueCount()
      map<string, .google.protobuf.ListValue> map_string_list_value = 314;
    • containsMapStringListValue

      boolean containsMapStringListValue(String key)
      map<string, .google.protobuf.ListValue> map_string_list_value = 314;
    • getMapStringListValue

      @Deprecated Map<String,com.google.protobuf.ListValue> getMapStringListValue()
      Deprecated.
    • getMapStringListValueMap

      Map<String,com.google.protobuf.ListValue> getMapStringListValueMap()
      map<string, .google.protobuf.ListValue> map_string_list_value = 314;
    • getMapStringListValueOrDefault

      com.google.protobuf.ListValue getMapStringListValueOrDefault(String key, com.google.protobuf.ListValue defaultValue)
      map<string, .google.protobuf.ListValue> map_string_list_value = 314;
    • getMapStringListValueOrThrow

      com.google.protobuf.ListValue getMapStringListValueOrThrow(String key)
      map<string, .google.protobuf.ListValue> map_string_list_value = 314;
    • getMapStringInt64WrapperCount

      int getMapStringInt64WrapperCount()
      map<string, .google.protobuf.Int64Value> map_string_int64_wrapper = 315;
    • containsMapStringInt64Wrapper

      boolean containsMapStringInt64Wrapper(String key)
      map<string, .google.protobuf.Int64Value> map_string_int64_wrapper = 315;
    • getMapStringInt64Wrapper

      @Deprecated Map<String,com.google.protobuf.Int64Value> getMapStringInt64Wrapper()
      Deprecated.
    • getMapStringInt64WrapperMap

      Map<String,com.google.protobuf.Int64Value> getMapStringInt64WrapperMap()
      map<string, .google.protobuf.Int64Value> map_string_int64_wrapper = 315;
    • getMapStringInt64WrapperOrDefault

      com.google.protobuf.Int64Value getMapStringInt64WrapperOrDefault(String key, com.google.protobuf.Int64Value defaultValue)
      map<string, .google.protobuf.Int64Value> map_string_int64_wrapper = 315;
    • getMapStringInt64WrapperOrThrow

      com.google.protobuf.Int64Value getMapStringInt64WrapperOrThrow(String key)
      map<string, .google.protobuf.Int64Value> map_string_int64_wrapper = 315;
    • getMapStringInt32WrapperCount

      int getMapStringInt32WrapperCount()
      map<string, .google.protobuf.Int32Value> map_string_int32_wrapper = 316;
    • containsMapStringInt32Wrapper

      boolean containsMapStringInt32Wrapper(String key)
      map<string, .google.protobuf.Int32Value> map_string_int32_wrapper = 316;
    • getMapStringInt32Wrapper

      @Deprecated Map<String,com.google.protobuf.Int32Value> getMapStringInt32Wrapper()
      Deprecated.
    • getMapStringInt32WrapperMap

      Map<String,com.google.protobuf.Int32Value> getMapStringInt32WrapperMap()
      map<string, .google.protobuf.Int32Value> map_string_int32_wrapper = 316;
    • getMapStringInt32WrapperOrDefault

      com.google.protobuf.Int32Value getMapStringInt32WrapperOrDefault(String key, com.google.protobuf.Int32Value defaultValue)
      map<string, .google.protobuf.Int32Value> map_string_int32_wrapper = 316;
    • getMapStringInt32WrapperOrThrow

      com.google.protobuf.Int32Value getMapStringInt32WrapperOrThrow(String key)
      map<string, .google.protobuf.Int32Value> map_string_int32_wrapper = 316;
    • getMapStringDoubleWrapperCount

      int getMapStringDoubleWrapperCount()
      map<string, .google.protobuf.DoubleValue> map_string_double_wrapper = 317;
    • containsMapStringDoubleWrapper

      boolean containsMapStringDoubleWrapper(String key)
      map<string, .google.protobuf.DoubleValue> map_string_double_wrapper = 317;
    • getMapStringDoubleWrapper

      @Deprecated Map<String,com.google.protobuf.DoubleValue> getMapStringDoubleWrapper()
      Deprecated.
    • getMapStringDoubleWrapperMap

      Map<String,com.google.protobuf.DoubleValue> getMapStringDoubleWrapperMap()
      map<string, .google.protobuf.DoubleValue> map_string_double_wrapper = 317;
    • getMapStringDoubleWrapperOrDefault

      com.google.protobuf.DoubleValue getMapStringDoubleWrapperOrDefault(String key, com.google.protobuf.DoubleValue defaultValue)
      map<string, .google.protobuf.DoubleValue> map_string_double_wrapper = 317;
    • getMapStringDoubleWrapperOrThrow

      com.google.protobuf.DoubleValue getMapStringDoubleWrapperOrThrow(String key)
      map<string, .google.protobuf.DoubleValue> map_string_double_wrapper = 317;
    • getMapStringFloatWrapperCount

      int getMapStringFloatWrapperCount()
      map<string, .google.protobuf.FloatValue> map_string_float_wrapper = 318;
    • containsMapStringFloatWrapper

      boolean containsMapStringFloatWrapper(String key)
      map<string, .google.protobuf.FloatValue> map_string_float_wrapper = 318;
    • getMapStringFloatWrapper

      @Deprecated Map<String,com.google.protobuf.FloatValue> getMapStringFloatWrapper()
      Deprecated.
    • getMapStringFloatWrapperMap

      Map<String,com.google.protobuf.FloatValue> getMapStringFloatWrapperMap()
      map<string, .google.protobuf.FloatValue> map_string_float_wrapper = 318;
    • getMapStringFloatWrapperOrDefault

      com.google.protobuf.FloatValue getMapStringFloatWrapperOrDefault(String key, com.google.protobuf.FloatValue defaultValue)
      map<string, .google.protobuf.FloatValue> map_string_float_wrapper = 318;
    • getMapStringFloatWrapperOrThrow

      com.google.protobuf.FloatValue getMapStringFloatWrapperOrThrow(String key)
      map<string, .google.protobuf.FloatValue> map_string_float_wrapper = 318;
    • getMapStringUint64WrapperCount

      int getMapStringUint64WrapperCount()
      map<string, .google.protobuf.UInt64Value> map_string_uint64_wrapper = 319;
    • containsMapStringUint64Wrapper

      boolean containsMapStringUint64Wrapper(String key)
      map<string, .google.protobuf.UInt64Value> map_string_uint64_wrapper = 319;
    • getMapStringUint64Wrapper

      @Deprecated Map<String,com.google.protobuf.UInt64Value> getMapStringUint64Wrapper()
      Deprecated.
    • getMapStringUint64WrapperMap

      Map<String,com.google.protobuf.UInt64Value> getMapStringUint64WrapperMap()
      map<string, .google.protobuf.UInt64Value> map_string_uint64_wrapper = 319;
    • getMapStringUint64WrapperOrDefault

      com.google.protobuf.UInt64Value getMapStringUint64WrapperOrDefault(String key, com.google.protobuf.UInt64Value defaultValue)
      map<string, .google.protobuf.UInt64Value> map_string_uint64_wrapper = 319;
    • getMapStringUint64WrapperOrThrow

      com.google.protobuf.UInt64Value getMapStringUint64WrapperOrThrow(String key)
      map<string, .google.protobuf.UInt64Value> map_string_uint64_wrapper = 319;
    • getMapStringUint32WrapperCount

      int getMapStringUint32WrapperCount()
      map<string, .google.protobuf.UInt32Value> map_string_uint32_wrapper = 320;
    • containsMapStringUint32Wrapper

      boolean containsMapStringUint32Wrapper(String key)
      map<string, .google.protobuf.UInt32Value> map_string_uint32_wrapper = 320;
    • getMapStringUint32Wrapper

      @Deprecated Map<String,com.google.protobuf.UInt32Value> getMapStringUint32Wrapper()
      Deprecated.
    • getMapStringUint32WrapperMap

      Map<String,com.google.protobuf.UInt32Value> getMapStringUint32WrapperMap()
      map<string, .google.protobuf.UInt32Value> map_string_uint32_wrapper = 320;
    • getMapStringUint32WrapperOrDefault

      com.google.protobuf.UInt32Value getMapStringUint32WrapperOrDefault(String key, com.google.protobuf.UInt32Value defaultValue)
      map<string, .google.protobuf.UInt32Value> map_string_uint32_wrapper = 320;
    • getMapStringUint32WrapperOrThrow

      com.google.protobuf.UInt32Value getMapStringUint32WrapperOrThrow(String key)
      map<string, .google.protobuf.UInt32Value> map_string_uint32_wrapper = 320;
    • getMapStringStringWrapperCount

      int getMapStringStringWrapperCount()
      map<string, .google.protobuf.StringValue> map_string_string_wrapper = 321;
    • containsMapStringStringWrapper

      boolean containsMapStringStringWrapper(String key)
      map<string, .google.protobuf.StringValue> map_string_string_wrapper = 321;
    • getMapStringStringWrapper

      @Deprecated Map<String,com.google.protobuf.StringValue> getMapStringStringWrapper()
      Deprecated.
    • getMapStringStringWrapperMap

      Map<String,com.google.protobuf.StringValue> getMapStringStringWrapperMap()
      map<string, .google.protobuf.StringValue> map_string_string_wrapper = 321;
    • getMapStringStringWrapperOrDefault

      com.google.protobuf.StringValue getMapStringStringWrapperOrDefault(String key, com.google.protobuf.StringValue defaultValue)
      map<string, .google.protobuf.StringValue> map_string_string_wrapper = 321;
    • getMapStringStringWrapperOrThrow

      com.google.protobuf.StringValue getMapStringStringWrapperOrThrow(String key)
      map<string, .google.protobuf.StringValue> map_string_string_wrapper = 321;
    • getMapStringBoolWrapperCount

      int getMapStringBoolWrapperCount()
      map<string, .google.protobuf.BoolValue> map_string_bool_wrapper = 322;
    • containsMapStringBoolWrapper

      boolean containsMapStringBoolWrapper(String key)
      map<string, .google.protobuf.BoolValue> map_string_bool_wrapper = 322;
    • getMapStringBoolWrapper

      @Deprecated Map<String,com.google.protobuf.BoolValue> getMapStringBoolWrapper()
      Deprecated.
    • getMapStringBoolWrapperMap

      Map<String,com.google.protobuf.BoolValue> getMapStringBoolWrapperMap()
      map<string, .google.protobuf.BoolValue> map_string_bool_wrapper = 322;
    • getMapStringBoolWrapperOrDefault

      com.google.protobuf.BoolValue getMapStringBoolWrapperOrDefault(String key, com.google.protobuf.BoolValue defaultValue)
      map<string, .google.protobuf.BoolValue> map_string_bool_wrapper = 322;
    • getMapStringBoolWrapperOrThrow

      com.google.protobuf.BoolValue getMapStringBoolWrapperOrThrow(String key)
      map<string, .google.protobuf.BoolValue> map_string_bool_wrapper = 322;
    • getMapStringBytesWrapperCount

      int getMapStringBytesWrapperCount()
      map<string, .google.protobuf.BytesValue> map_string_bytes_wrapper = 323;
    • containsMapStringBytesWrapper

      boolean containsMapStringBytesWrapper(String key)
      map<string, .google.protobuf.BytesValue> map_string_bytes_wrapper = 323;
    • getMapStringBytesWrapper

      @Deprecated Map<String,com.google.protobuf.BytesValue> getMapStringBytesWrapper()
      Deprecated.
    • getMapStringBytesWrapperMap

      Map<String,com.google.protobuf.BytesValue> getMapStringBytesWrapperMap()
      map<string, .google.protobuf.BytesValue> map_string_bytes_wrapper = 323;
    • getMapStringBytesWrapperOrDefault

      com.google.protobuf.BytesValue getMapStringBytesWrapperOrDefault(String key, com.google.protobuf.BytesValue defaultValue)
      map<string, .google.protobuf.BytesValue> map_string_bytes_wrapper = 323;
    • getMapStringBytesWrapperOrThrow

      com.google.protobuf.BytesValue getMapStringBytesWrapperOrThrow(String key)
      map<string, .google.protobuf.BytesValue> map_string_bytes_wrapper = 323;
    • hasOneofType

      boolean hasOneofType()
      .cel.expr.conformance.proto3.NestedTestAllTypes oneof_type = 400;
      Returns:
      Whether the oneofType field is set.
    • getOneofType

      NestedTestAllTypes getOneofType()
      .cel.expr.conformance.proto3.NestedTestAllTypes oneof_type = 400;
      Returns:
      The oneofType.
    • getOneofTypeOrBuilder

      NestedTestAllTypesOrBuilder getOneofTypeOrBuilder()
      .cel.expr.conformance.proto3.NestedTestAllTypes oneof_type = 400;
    • hasOneofMsg

      boolean hasOneofMsg()
      .cel.expr.conformance.proto3.TestAllTypes.NestedMessage oneof_msg = 401;
      Returns:
      Whether the oneofMsg field is set.
    • getOneofMsg

      .cel.expr.conformance.proto3.TestAllTypes.NestedMessage oneof_msg = 401;
      Returns:
      The oneofMsg.
    • getOneofMsgOrBuilder

      TestAllTypes.NestedMessageOrBuilder getOneofMsgOrBuilder()
      .cel.expr.conformance.proto3.TestAllTypes.NestedMessage oneof_msg = 401;
    • hasOneofBool

      boolean hasOneofBool()
      bool oneof_bool = 402;
      Returns:
      Whether the oneofBool field is set.
    • getOneofBool

      boolean getOneofBool()
      bool oneof_bool = 402;
      Returns:
      The oneofBool.
    • getAs

      boolean getAs()
       Field names formerly defined as reserved CEL identifiers.
       
      bool as = 500;
      Returns:
      The as.
    • getBreak

      boolean getBreak()
      bool break = 501;
      Returns:
      The break.
    • getConst

      boolean getConst()
      bool const = 502;
      Returns:
      The const.
    • getContinue

      boolean getContinue()
      bool continue = 503;
      Returns:
      The continue.
    • getElse

      boolean getElse()
      bool else = 504;
      Returns:
      The else.
    • getFor

      boolean getFor()
      bool for = 505;
      Returns:
      The for.
    • getFunction

      boolean getFunction()
      bool function = 506;
      Returns:
      The function.
    • getIf

      boolean getIf()
      bool if = 507;
      Returns:
      The if.
    • getImport

      boolean getImport()
      bool import = 508;
      Returns:
      The import.
    • getLet

      boolean getLet()
      bool let = 509;
      Returns:
      The let.
    • getLoop

      boolean getLoop()
      bool loop = 510;
      Returns:
      The loop.
    • getPackage

      boolean getPackage()
      bool package = 511;
      Returns:
      The package.
    • getNamespace

      boolean getNamespace()
      bool namespace = 512;
      Returns:
      The namespace.
    • getReturn

      boolean getReturn()
      bool return = 513;
      Returns:
      The return.
    • getVar

      boolean getVar()
      bool var = 514;
      Returns:
      The var.
    • getVoid

      boolean getVoid()
      bool void = 515;
      Returns:
      The void.
    • getWhile

      boolean getWhile()
      bool while = 516;
      Returns:
      The while.
    • getNestedTypeCase

      TestAllTypes.NestedTypeCase getNestedTypeCase()
    • getKindCase

      TestAllTypes.KindCase getKindCase()