Package viam.app.v1

Interface AppOuterClass.CreateOAuthAppUserRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
AppOuterClass.CreateOAuthAppUserRequest, AppOuterClass.CreateOAuthAppUserRequest.Builder
Enclosing class:
AppOuterClass

public static interface AppOuterClass.CreateOAuthAppUserRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string application_id = 2 [json_name = "applicationId"];
    com.google.protobuf.ByteString
    string application_id = 2 [json_name = "applicationId"];
    string email = 3 [json_name = "email"];
    com.google.protobuf.ByteString
    string email = 3 [json_name = "email"];
    string first_name = 4 [json_name = "firstName"];
    com.google.protobuf.ByteString
    string first_name = 4 [json_name = "firstName"];
    string last_name = 5 [json_name = "lastName"];
    com.google.protobuf.ByteString
    string last_name = 5 [json_name = "lastName"];
    string org_id = 1 [json_name = "orgId"];
    com.google.protobuf.ByteString
    string org_id = 1 [json_name = "orgId"];
    string password = 6 [json_name = "password"];
    com.google.protobuf.ByteString
    string password = 6 [json_name = "password"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getOrgId

      String getOrgId()
      string org_id = 1 [json_name = "orgId"];
      Returns:
      The orgId.
    • getOrgIdBytes

      com.google.protobuf.ByteString getOrgIdBytes()
      string org_id = 1 [json_name = "orgId"];
      Returns:
      The bytes for orgId.
    • getApplicationId

      String getApplicationId()
      string application_id = 2 [json_name = "applicationId"];
      Returns:
      The applicationId.
    • getApplicationIdBytes

      com.google.protobuf.ByteString getApplicationIdBytes()
      string application_id = 2 [json_name = "applicationId"];
      Returns:
      The bytes for applicationId.
    • getEmail

      String getEmail()
      string email = 3 [json_name = "email"];
      Returns:
      The email.
    • getEmailBytes

      com.google.protobuf.ByteString getEmailBytes()
      string email = 3 [json_name = "email"];
      Returns:
      The bytes for email.
    • getFirstName

      String getFirstName()
      string first_name = 4 [json_name = "firstName"];
      Returns:
      The firstName.
    • getFirstNameBytes

      com.google.protobuf.ByteString getFirstNameBytes()
      string first_name = 4 [json_name = "firstName"];
      Returns:
      The bytes for firstName.
    • getLastName

      String getLastName()
      string last_name = 5 [json_name = "lastName"];
      Returns:
      The lastName.
    • getLastNameBytes

      com.google.protobuf.ByteString getLastNameBytes()
      string last_name = 5 [json_name = "lastName"];
      Returns:
      The bytes for lastName.
    • getPassword

      String getPassword()
      string password = 6 [json_name = "password"];
      Returns:
      The password.
    • getPasswordBytes

      com.google.protobuf.ByteString getPasswordBytes()
      string password = 6 [json_name = "password"];
      Returns:
      The bytes for password.