Interface StoreTypes.PairStringsOrBuilder

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

public static interface StoreTypes.PairStringsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string value1 = 1;
    com.google.protobuf.ByteString
    optional string value1 = 1;
    optional string value2 = 2;
    com.google.protobuf.ByteString
    optional string value2 = 2;
    boolean
    optional string value1 = 1;
    boolean
    optional string value2 = 2;

    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 Details

    • hasValue1

      boolean hasValue1()
      optional string value1 = 1;
      Returns:
      Whether the value1 field is set.
    • getValue1

      String getValue1()
      optional string value1 = 1;
      Returns:
      The value1.
    • getValue1Bytes

      com.google.protobuf.ByteString getValue1Bytes()
      optional string value1 = 1;
      Returns:
      The bytes for value1.
    • hasValue2

      boolean hasValue2()
      optional string value2 = 2;
      Returns:
      Whether the value2 field is set.
    • getValue2

      String getValue2()
      optional string value2 = 2;
      Returns:
      The value2.
    • getValue2Bytes

      com.google.protobuf.ByteString getValue2Bytes()
      optional string value2 = 2;
      Returns:
      The bytes for value2.