Package viam.app.v1
Interface AppOuterClass.OrgDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.OrgDetails
,AppOuterClass.OrgDetails.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.OrgDetailsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string billing_tier = 5 [json_name = "billingTier"];
com.google.protobuf.ByteString
optional string billing_tier = 5 [json_name = "billingTier"];
optional string org_cid = 3 [json_name = "orgCid"];
com.google.protobuf.ByteString
optional string org_cid = 3 [json_name = "orgCid"];
getOrgId()
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 billing_tier = 5 [json_name = "billingTier"];
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.
-
hasBillingTier
boolean hasBillingTier()optional string billing_tier = 5 [json_name = "billingTier"];
- Returns:
- Whether the billingTier field is set.
-
getBillingTier
String getBillingTier()optional string billing_tier = 5 [json_name = "billingTier"];
- Returns:
- The billingTier.
-
getBillingTierBytes
com.google.protobuf.ByteString getBillingTierBytes()optional string billing_tier = 5 [json_name = "billingTier"];
- Returns:
- The bytes for billingTier.
-