Interface Generated.GroupKindOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Generated.GroupKind, Generated.GroupKind.Builder
    Enclosing class:
    Generated

    public static interface Generated.GroupKindOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGroup()
      optional string group = 1;
      com.google.protobuf.ByteString getGroupBytes()
      optional string group = 1;
      String getKind()
      optional string kind = 2;
      com.google.protobuf.ByteString getKindBytes()
      optional string kind = 2;
      boolean hasGroup()
      optional string group = 1;
      boolean hasKind()
      optional string kind = 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 Detail

      • hasGroup

        boolean hasGroup()
        optional string group = 1;
        Returns:
        Whether the group field is set.
      • getGroup

        String getGroup()
        optional string group = 1;
        Returns:
        The group.
      • getGroupBytes

        com.google.protobuf.ByteString getGroupBytes()
        optional string group = 1;
        Returns:
        The bytes for group.
      • hasKind

        boolean hasKind()
        optional string kind = 2;
        Returns:
        Whether the kind field is set.
      • getKind

        String getKind()
        optional string kind = 2;
        Returns:
        The kind.
      • getKindBytes

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