Interface Meta.GroupKindOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string group = 1;
    com.google.protobuf.ByteString
    optional string group = 1;
    optional string kind = 2;
    com.google.protobuf.ByteString
    optional string kind = 2;
    boolean
    optional string group = 1;
    boolean
    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 Details

    • hasGroup

      boolean hasGroup()
      optional string group = 1;
    • getGroup

      String getGroup()
      optional string group = 1;
    • getGroupBytes

      com.google.protobuf.ByteString getGroupBytes()
      optional string group = 1;
    • hasKind

      boolean hasKind()
      optional string kind = 2;
    • getKind

      String getKind()
      optional string kind = 2;
    • getKindBytes

      com.google.protobuf.ByteString getKindBytes()
      optional string kind = 2;