Interface TagGroupConfigProto.TagGroupConfigPBOrBuilder

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

public static interface TagGroupConfigProto.TagGroupConfigPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .common.protobuf.BasicPropertySetPB config = 3;
    .common.protobuf.BasicPropertySetPB config = 3;
    boolean
    bool isNew = 2;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    boolean
    .common.protobuf.BasicPropertySetPB config = 3;

    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

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getIsNew

      boolean getIsNew()
      bool isNew = 2;
      Returns:
      The isNew.
    • hasConfig

      boolean hasConfig()
      .common.protobuf.BasicPropertySetPB config = 3;
      Returns:
      Whether the config field is set.
    • getConfig

      .common.protobuf.BasicPropertySetPB config = 3;
      Returns:
      The config.
    • getConfigOrBuilder

      .common.protobuf.BasicPropertySetPB config = 3;