Package viam.app.v1

Interface App.AuthorizationOrBuilder

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

public static interface App.AuthorizationOrBuilder 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 identity_id = 5 [json_name = "identityId"];
    com.google.protobuf.ByteString
    string identity_id = 5 [json_name = "identityId"];
    string identity_type = 7 [json_name = "identityType"];
    com.google.protobuf.ByteString
    string identity_type = 7 [json_name = "identityType"];
    string organization_id = 6 [json_name = "organizationId"];
    com.google.protobuf.ByteString
    string organization_id = 6 [json_name = "organizationId"];
    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.
    • getIdentityId

      String getIdentityId()
      string identity_id = 5 [json_name = "identityId"];
      Returns:
      The identityId.
    • getIdentityIdBytes

      com.google.protobuf.ByteString getIdentityIdBytes()
      string identity_id = 5 [json_name = "identityId"];
      Returns:
      The bytes for identityId.
    • getOrganizationId

      String getOrganizationId()
      string organization_id = 6 [json_name = "organizationId"];
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 6 [json_name = "organizationId"];
      Returns:
      The bytes for organizationId.
    • getIdentityType

      String getIdentityType()
      string identity_type = 7 [json_name = "identityType"];
      Returns:
      The identityType.
    • getIdentityTypeBytes

      com.google.protobuf.ByteString getIdentityTypeBytes()
      string identity_type = 7 [json_name = "identityType"];
      Returns:
      The bytes for identityType.