Interface GCGGameBriefDataNotifyOuterClass.GCGGameBriefDataNotifyOrBuilder

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

public static interface GCGGameBriefDataNotifyOuterClass.GCGGameBriefDataNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .GCGGameBriefData gcg_brief_data = 3;
    .GCGGameBriefData gcg_brief_data = 3;
    boolean
    bool is_new_game = 4;
    boolean
    .GCGGameBriefData gcg_brief_data = 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

    • hasGcgBriefData

      boolean hasGcgBriefData()
      .GCGGameBriefData gcg_brief_data = 3;
      Returns:
      Whether the gcgBriefData field is set.
    • getGcgBriefData

      .GCGGameBriefData gcg_brief_data = 3;
      Returns:
      The gcgBriefData.
    • getGcgBriefDataOrBuilder

      .GCGGameBriefData gcg_brief_data = 3;
    • getIsNewGame

      boolean getIsNewGame()
      bool is_new_game = 4;
      Returns:
      The isNewGame.