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.

    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.