Interface ViewLanternProjectionTipsReqOuterClass.ViewLanternProjectionTipsReqOrBuilder

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

public static interface ViewLanternProjectionTipsReqOuterClass.ViewLanternProjectionTipsReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .ClientInputType input_type = 14;
    int
    .ClientInputType input_type = 14;
    boolean
    bool is_input_tips = 7;

    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

    • getInputTypeValue

      int getInputTypeValue()
      .ClientInputType input_type = 14;
      Returns:
      The enum numeric value on the wire for inputType.
    • getInputType

      .ClientInputType input_type = 14;
      Returns:
      The inputType.
    • getIsInputTips

      boolean getIsInputTips()
      bool is_input_tips = 7;
      Returns:
      The isInputTips.