Interface LogConfigCounterOptionsCustomFieldOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      This is deprecated and has no effect.
      com.google.protobuf.ByteString getNameBytes()
      This is deprecated and has no effect.
      String getValue()
      This is deprecated and has no effect.
      com.google.protobuf.ByteString getValueBytes()
      This is deprecated and has no effect.
      boolean hasName()
      This is deprecated and has no effect.
      boolean hasValue()
      This is deprecated and has no effect.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasName

        boolean hasName()
         This is deprecated and has no effect. Do not use.
         
        optional string name = 3373707;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
         This is deprecated and has no effect. Do not use.
         
        optional string name = 3373707;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         This is deprecated and has no effect. Do not use.
         
        optional string name = 3373707;
        Returns:
        The bytes for name.
      • hasValue

        boolean hasValue()
         This is deprecated and has no effect. Do not use.
         
        optional string value = 111972721;
        Returns:
        Whether the value field is set.
      • getValue

        String getValue()
         This is deprecated and has no effect. Do not use.
         
        optional string value = 111972721;
        Returns:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
         This is deprecated and has no effect. Do not use.
         
        optional string value = 111972721;
        Returns:
        The bytes for value.