Interface LocalizedStringProto.LocalizedStringPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LocalizedStringProto.LocalizedStringPB, LocalizedStringProto.LocalizedStringPB.Builder
Enclosing class:
LocalizedStringProto

public static interface LocalizedStringProto.LocalizedStringPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasKey

      boolean hasKey()
      optional string key = 1;
      Returns:
      Whether the key field is set.
    • getKey

      String getKey()
      optional string key = 1;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
      optional string key = 1;
      Returns:
      The bytes for key.
    • hasDefaultVal

      boolean hasDefaultVal()
      optional string defaultVal = 2;
      Returns:
      Whether the defaultVal field is set.
    • getDefaultVal

      String getDefaultVal()
      optional string defaultVal = 2;
      Returns:
      The defaultVal.
    • getDefaultValBytes

      com.google.protobuf.ByteString getDefaultValBytes()
      optional string defaultVal = 2;
      Returns:
      The bytes for defaultVal.
    • getParamsList

      repeated .common.protobuf.AnyObjectPB params = 3;
    • getParams

      AnyObjectProto.AnyObjectPB getParams(int index)
      repeated .common.protobuf.AnyObjectPB params = 3;
    • getParamsCount

      int getParamsCount()
      repeated .common.protobuf.AnyObjectPB params = 3;
    • getParamsOrBuilderList

      List<? extends AnyObjectProto.AnyObjectPBOrBuilder> getParamsOrBuilderList()
      repeated .common.protobuf.AnyObjectPB params = 3;
    • getParamsOrBuilder

      AnyObjectProto.AnyObjectPBOrBuilder getParamsOrBuilder(int index)
      repeated .common.protobuf.AnyObjectPB params = 3;