Package viam.app.v1

Interface EndUser.IsLegalAcceptedResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
EndUser.IsLegalAcceptedResponse, EndUser.IsLegalAcceptedResponse.Builder
Enclosing class:
EndUser

public static interface EndUser.IsLegalAcceptedResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If false, the user should not be able to use the application.
    boolean
    Whether the user has ever accepted any version of the legal terms.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getAcceptedLegal

      boolean getAcceptedLegal()
       If false, the user should not be able to use the application.
       
      bool accepted_legal = 1 [json_name = "acceptedLegal"];
      Returns:
      The acceptedLegal.
    • getEverAcceptedLegal

      boolean getEverAcceptedLegal()
       Whether the user has ever accepted any version of the legal terms.
       
      bool ever_accepted_legal = 2 [json_name = "everAcceptedLegal"];
      Returns:
      The everAcceptedLegal.