Package viam.app.v1
Class AppOuterClass.OrgDetails.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.OrgDetails,AppOuterClass.OrgDetails.Builder>
viam.app.v1.AppOuterClass.OrgDetails.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,AppOuterClass.OrgDetailsOrBuilder
- Enclosing class:
- AppOuterClass.OrgDetails
public static final class AppOuterClass.OrgDetails.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.OrgDetails,AppOuterClass.OrgDetails.Builder>
implements AppOuterClass.OrgDetailsOrBuilder
Protobuf type
viam.app.v1.OrgDetails
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionoptional string billing_tier = 5 [json_name = "billingTier"];
optional string org_cid = 3 [json_name = "orgCid"];
string org_id = 1 [json_name = "orgId"];
string org_name = 2 [json_name = "orgName"];
optional string public_namespace = 4 [json_name = "publicNamespace"];
optional 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"];
setBillingTier
(String value) optional string billing_tier = 5 [json_name = "billingTier"];
setBillingTierBytes
(com.google.protobuf.ByteString value) optional string billing_tier = 5 [json_name = "billingTier"];
optional string org_cid = 3 [json_name = "orgCid"];
setOrgCidBytes
(com.google.protobuf.ByteString value) optional string org_cid = 3 [json_name = "orgCid"];
string org_id = 1 [json_name = "orgId"];
setOrgIdBytes
(com.google.protobuf.ByteString value) string org_id = 1 [json_name = "orgId"];
setOrgName
(String value) string org_name = 2 [json_name = "orgName"];
setOrgNameBytes
(com.google.protobuf.ByteString value) string org_name = 2 [json_name = "orgName"];
setPublicNamespace
(String value) optional string public_namespace = 4 [json_name = "publicNamespace"];
setPublicNamespaceBytes
(com.google.protobuf.ByteString value) optional string public_namespace = 4 [json_name = "publicNamespace"];
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrgId
string org_id = 1 [json_name = "orgId"];
- Specified by:
getOrgId
in interfaceAppOuterClass.OrgDetailsOrBuilder
- Returns:
- The orgId.
-
getOrgIdBytes
public com.google.protobuf.ByteString getOrgIdBytes()string org_id = 1 [json_name = "orgId"];
- Specified by:
getOrgIdBytes
in interfaceAppOuterClass.OrgDetailsOrBuilder
- Returns:
- The bytes for orgId.
-
setOrgId
string org_id = 1 [json_name = "orgId"];
- Parameters:
value
- The orgId to set.- Returns:
- This builder for chaining.
-
clearOrgId
string org_id = 1 [json_name = "orgId"];
- Returns:
- This builder for chaining.
-
setOrgIdBytes
string org_id = 1 [json_name = "orgId"];
- Parameters:
value
- The bytes for orgId to set.- Returns:
- This builder for chaining.
-
getOrgName
string org_name = 2 [json_name = "orgName"];
- Specified by:
getOrgName
in interfaceAppOuterClass.OrgDetailsOrBuilder
- Returns:
- The orgName.
-
getOrgNameBytes
public com.google.protobuf.ByteString getOrgNameBytes()string org_name = 2 [json_name = "orgName"];
- Specified by:
getOrgNameBytes
in interfaceAppOuterClass.OrgDetailsOrBuilder
- Returns:
- The bytes for orgName.
-
setOrgName
string org_name = 2 [json_name = "orgName"];
- Parameters:
value
- The orgName to set.- Returns:
- This builder for chaining.
-
clearOrgName
string org_name = 2 [json_name = "orgName"];
- Returns:
- This builder for chaining.
-
setOrgNameBytes
string org_name = 2 [json_name = "orgName"];
- Parameters:
value
- The bytes for orgName to set.- Returns:
- This builder for chaining.
-
hasOrgCid
public boolean hasOrgCid()optional string org_cid = 3 [json_name = "orgCid"];
- Specified by:
hasOrgCid
in interfaceAppOuterClass.OrgDetailsOrBuilder
- Returns:
- Whether the orgCid field is set.
-
getOrgCid
optional string org_cid = 3 [json_name = "orgCid"];
- Specified by:
getOrgCid
in interfaceAppOuterClass.OrgDetailsOrBuilder
- Returns:
- The orgCid.
-
getOrgCidBytes
public com.google.protobuf.ByteString getOrgCidBytes()optional string org_cid = 3 [json_name = "orgCid"];
- Specified by:
getOrgCidBytes
in interfaceAppOuterClass.OrgDetailsOrBuilder
- Returns:
- The bytes for orgCid.
-
setOrgCid
optional string org_cid = 3 [json_name = "orgCid"];
- Parameters:
value
- The orgCid to set.- Returns:
- This builder for chaining.
-
clearOrgCid
optional string org_cid = 3 [json_name = "orgCid"];
- Returns:
- This builder for chaining.
-
setOrgCidBytes
optional string org_cid = 3 [json_name = "orgCid"];
- Parameters:
value
- The bytes for orgCid to set.- Returns:
- This builder for chaining.
-
hasPublicNamespace
public boolean hasPublicNamespace()optional string public_namespace = 4 [json_name = "publicNamespace"];
- Specified by:
hasPublicNamespace
in interfaceAppOuterClass.OrgDetailsOrBuilder
- Returns:
- Whether the publicNamespace field is set.
-
getPublicNamespace
optional string public_namespace = 4 [json_name = "publicNamespace"];
- Specified by:
getPublicNamespace
in interfaceAppOuterClass.OrgDetailsOrBuilder
- Returns:
- The publicNamespace.
-
getPublicNamespaceBytes
public com.google.protobuf.ByteString getPublicNamespaceBytes()optional string public_namespace = 4 [json_name = "publicNamespace"];
- Specified by:
getPublicNamespaceBytes
in interfaceAppOuterClass.OrgDetailsOrBuilder
- Returns:
- The bytes for publicNamespace.
-
setPublicNamespace
optional string public_namespace = 4 [json_name = "publicNamespace"];
- Parameters:
value
- The publicNamespace to set.- Returns:
- This builder for chaining.
-
clearPublicNamespace
optional string public_namespace = 4 [json_name = "publicNamespace"];
- Returns:
- This builder for chaining.
-
setPublicNamespaceBytes
public AppOuterClass.OrgDetails.Builder setPublicNamespaceBytes(com.google.protobuf.ByteString value) optional string public_namespace = 4 [json_name = "publicNamespace"];
- Parameters:
value
- The bytes for publicNamespace to set.- Returns:
- This builder for chaining.
-
hasBillingTier
public boolean hasBillingTier()optional string billing_tier = 5 [json_name = "billingTier"];
- Specified by:
hasBillingTier
in interfaceAppOuterClass.OrgDetailsOrBuilder
- Returns:
- Whether the billingTier field is set.
-
getBillingTier
optional string billing_tier = 5 [json_name = "billingTier"];
- Specified by:
getBillingTier
in interfaceAppOuterClass.OrgDetailsOrBuilder
- Returns:
- The billingTier.
-
getBillingTierBytes
public com.google.protobuf.ByteString getBillingTierBytes()optional string billing_tier = 5 [json_name = "billingTier"];
- Specified by:
getBillingTierBytes
in interfaceAppOuterClass.OrgDetailsOrBuilder
- Returns:
- The bytes for billingTier.
-
setBillingTier
optional string billing_tier = 5 [json_name = "billingTier"];
- Parameters:
value
- The billingTier to set.- Returns:
- This builder for chaining.
-
clearBillingTier
optional string billing_tier = 5 [json_name = "billingTier"];
- Returns:
- This builder for chaining.
-
setBillingTierBytes
optional string billing_tier = 5 [json_name = "billingTier"];
- Parameters:
value
- The bytes for billingTier to set.- Returns:
- This builder for chaining.
-