Interface GCGDSDeckUpdateNotifyOuterClass.GCGDSDeckUpdateNotifyOrBuilder

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

public static interface GCGDSDeckUpdateNotifyOuterClass.GCGDSDeckUpdateNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 deck_id = 15;
    boolean
    bool is_valid = 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

    • getIsValid

      boolean getIsValid()
      bool is_valid = 2;
      Returns:
      The isValid.
    • getDeckId

      int getDeckId()
      uint32 deck_id = 15;
      Returns:
      The deckId.