Package viam.app.v1

Interface App.OrgDetailsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string org_cid = 3 [json_name = "orgCid"];
    com.google.protobuf.ByteString
    optional string org_cid = 3 [json_name = "orgCid"];
    string org_id = 1 [json_name = "orgId"];
    com.google.protobuf.ByteString
    string org_id = 1 [json_name = "orgId"];
    string org_name = 2 [json_name = "orgName"];
    com.google.protobuf.ByteString
    string org_name = 2 [json_name = "orgName"];
    optional string public_namespace = 4 [json_name = "publicNamespace"];
    com.google.protobuf.ByteString
    optional string public_namespace = 4 [json_name = "publicNamespace"];
    boolean
    optional string org_cid = 3 [json_name = "orgCid"];
    boolean
    optional string public_namespace = 4 [json_name = "publicNamespace"];

    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.
    • getOrgName

      String getOrgName()
      string org_name = 2 [json_name = "orgName"];
      Returns:
      The orgName.
    • getOrgNameBytes

      com.google.protobuf.ByteString getOrgNameBytes()
      string org_name = 2 [json_name = "orgName"];
      Returns:
      The bytes for orgName.
    • hasOrgCid

      boolean hasOrgCid()
      optional string org_cid = 3 [json_name = "orgCid"];
      Returns:
      Whether the orgCid field is set.
    • getOrgCid

      String getOrgCid()
      optional string org_cid = 3 [json_name = "orgCid"];
      Returns:
      The orgCid.
    • getOrgCidBytes

      com.google.protobuf.ByteString getOrgCidBytes()
      optional string org_cid = 3 [json_name = "orgCid"];
      Returns:
      The bytes for orgCid.
    • hasPublicNamespace

      boolean hasPublicNamespace()
      optional string public_namespace = 4 [json_name = "publicNamespace"];
      Returns:
      Whether the publicNamespace field is set.
    • getPublicNamespace

      String getPublicNamespace()
      optional string public_namespace = 4 [json_name = "publicNamespace"];
      Returns:
      The publicNamespace.
    • getPublicNamespaceBytes

      com.google.protobuf.ByteString getPublicNamespaceBytes()
      optional string public_namespace = 4 [json_name = "publicNamespace"];
      Returns:
      The bytes for publicNamespace.