Interface ProjectorOptionReqOuterClass.ProjectorOptionReqOrBuilder

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

public static interface ProjectorOptionReqOuterClass.ProjectorOptionReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 8;
    int
    uint32 op_type = 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

    • getOpType

      int getOpType()
      uint32 op_type = 2;
      Returns:
      The opType.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 8;
      Returns:
      The entityId.