Package viam.app.v1

Interface EndUser.RegisterAuthApplicationRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string application_name = 1 [json_name = "applicationName"];
    com.google.protobuf.ByteString
    string application_name = 1 [json_name = "applicationName"];
    string logout_uri = 5 [json_name = "logoutUri"];
    com.google.protobuf.ByteString
    string logout_uri = 5 [json_name = "logoutUri"];
    string org_id = 2 [json_name = "orgId"];
    com.google.protobuf.ByteString
    string org_id = 2 [json_name = "orgId"];
    getOriginUris(int index)
    repeated string origin_uris = 3 [json_name = "originUris"];
    com.google.protobuf.ByteString
    getOriginUrisBytes(int index)
    repeated string origin_uris = 3 [json_name = "originUris"];
    int
    repeated string origin_uris = 3 [json_name = "originUris"];
    repeated string origin_uris = 3 [json_name = "originUris"];
    getRedirectUris(int index)
    repeated string redirect_uris = 4 [json_name = "redirectUris"];
    com.google.protobuf.ByteString
    repeated string redirect_uris = 4 [json_name = "redirectUris"];
    int
    repeated string redirect_uris = 4 [json_name = "redirectUris"];
    repeated string redirect_uris = 4 [json_name = "redirectUris"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getApplicationName

      String getApplicationName()
      string application_name = 1 [json_name = "applicationName"];
      Returns:
      The applicationName.
    • getApplicationNameBytes

      com.google.protobuf.ByteString getApplicationNameBytes()
      string application_name = 1 [json_name = "applicationName"];
      Returns:
      The bytes for applicationName.
    • getOrgId

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

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

      List<String> getOriginUrisList()
      repeated string origin_uris = 3 [json_name = "originUris"];
      Returns:
      A list containing the originUris.
    • getOriginUrisCount

      int getOriginUrisCount()
      repeated string origin_uris = 3 [json_name = "originUris"];
      Returns:
      The count of originUris.
    • getOriginUris

      String getOriginUris(int index)
      repeated string origin_uris = 3 [json_name = "originUris"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The originUris at the given index.
    • getOriginUrisBytes

      com.google.protobuf.ByteString getOriginUrisBytes(int index)
      repeated string origin_uris = 3 [json_name = "originUris"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The originUris at the given index.
    • getRedirectUrisList

      List<String> getRedirectUrisList()
      repeated string redirect_uris = 4 [json_name = "redirectUris"];
      Returns:
      A list containing the redirectUris.
    • getRedirectUrisCount

      int getRedirectUrisCount()
      repeated string redirect_uris = 4 [json_name = "redirectUris"];
      Returns:
      The count of redirectUris.
    • getRedirectUris

      String getRedirectUris(int index)
      repeated string redirect_uris = 4 [json_name = "redirectUris"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The redirectUris at the given index.
    • getRedirectUrisBytes

      com.google.protobuf.ByteString getRedirectUrisBytes(int index)
      repeated string redirect_uris = 4 [json_name = "redirectUris"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The redirectUris at the given index.
    • getLogoutUri

      String getLogoutUri()
      string logout_uri = 5 [json_name = "logoutUri"];
      Returns:
      The logoutUri.
    • getLogoutUriBytes

      com.google.protobuf.ByteString getLogoutUriBytes()
      string logout_uri = 5 [json_name = "logoutUri"];
      Returns:
      The bytes for logoutUri.