Package viam.app.v1

Interface App.AuthorizationDetailsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
App.AuthorizationDetails, App.AuthorizationDetails.Builder
Enclosing class:
App

public static interface App.AuthorizationDetailsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string authorization_id = 2 [json_name = "authorizationId"];
    com.google.protobuf.ByteString
    string authorization_id = 2 [json_name = "authorizationId"];
    string authorization_type = 1 [json_name = "authorizationType"];
    com.google.protobuf.ByteString
    string authorization_type = 1 [json_name = "authorizationType"];
    string org_id = 5 [json_name = "orgId"];
    com.google.protobuf.ByteString
    string org_id = 5 [json_name = "orgId"];
    string resource_id = 4 [json_name = "resourceId"];
    com.google.protobuf.ByteString
    string resource_id = 4 [json_name = "resourceId"];
    string resource_type = 3 [json_name = "resourceType"];
    com.google.protobuf.ByteString
    string resource_type = 3 [json_name = "resourceType"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getAuthorizationType

      String getAuthorizationType()
      string authorization_type = 1 [json_name = "authorizationType"];
      Returns:
      The authorizationType.
    • getAuthorizationTypeBytes

      com.google.protobuf.ByteString getAuthorizationTypeBytes()
      string authorization_type = 1 [json_name = "authorizationType"];
      Returns:
      The bytes for authorizationType.
    • getAuthorizationId

      String getAuthorizationId()
      string authorization_id = 2 [json_name = "authorizationId"];
      Returns:
      The authorizationId.
    • getAuthorizationIdBytes

      com.google.protobuf.ByteString getAuthorizationIdBytes()
      string authorization_id = 2 [json_name = "authorizationId"];
      Returns:
      The bytes for authorizationId.
    • getResourceType

      String getResourceType()
      string resource_type = 3 [json_name = "resourceType"];
      Returns:
      The resourceType.
    • getResourceTypeBytes

      com.google.protobuf.ByteString getResourceTypeBytes()
      string resource_type = 3 [json_name = "resourceType"];
      Returns:
      The bytes for resourceType.
    • getResourceId

      String getResourceId()
      string resource_id = 4 [json_name = "resourceId"];
      Returns:
      The resourceId.
    • getResourceIdBytes

      com.google.protobuf.ByteString getResourceIdBytes()
      string resource_id = 4 [json_name = "resourceId"];
      Returns:
      The bytes for resourceId.
    • getOrgId

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

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