Package viam.app.v1
Interface App.UpdateOrganizationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.UpdateOrganizationRequest
,App.UpdateOrganizationRequest.Builder
- Enclosing class:
- App
public static interface App.UpdateOrganizationRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCid()
optional string cid = 5 [json_name = "cid"];
com.google.protobuf.ByteString
optional string cid = 5 [json_name = "cid"];
getName()
optional string name = 2 [json_name = "name"];
com.google.protobuf.ByteString
optional string name = 2 [json_name = "name"];
string organization_id = 1 [json_name = "organizationId"];
com.google.protobuf.ByteString
string organization_id = 1 [json_name = "organizationId"];
optional string public_namespace = 3 [json_name = "publicNamespace"];
com.google.protobuf.ByteString
optional string public_namespace = 3 [json_name = "publicNamespace"];
The new GCS region to associate the org with.com.google.protobuf.ByteString
The new GCS region to associate the org with.boolean
hasCid()
optional string cid = 5 [json_name = "cid"];
boolean
hasName()
optional string name = 2 [json_name = "name"];
boolean
optional string public_namespace = 3 [json_name = "publicNamespace"];
boolean
The new GCS region to associate the org with.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationId
String getOrganizationId()string organization_id = 1 [json_name = "organizationId"];
- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];
- Returns:
- The bytes for organizationId.
-
hasName
boolean hasName()optional string name = 2 [json_name = "name"];
- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 2 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 2 [json_name = "name"];
- Returns:
- The bytes for name.
-
hasPublicNamespace
boolean hasPublicNamespace()optional string public_namespace = 3 [json_name = "publicNamespace"];
- Returns:
- Whether the publicNamespace field is set.
-
getPublicNamespace
String getPublicNamespace()optional string public_namespace = 3 [json_name = "publicNamespace"];
- Returns:
- The publicNamespace.
-
getPublicNamespaceBytes
com.google.protobuf.ByteString getPublicNamespaceBytes()optional string public_namespace = 3 [json_name = "publicNamespace"];
- Returns:
- The bytes for publicNamespace.
-
hasRegion
boolean hasRegion()The new GCS region to associate the org with.
optional string region = 4 [json_name = "region"];
- Returns:
- Whether the region field is set.
-
getRegion
String getRegion()The new GCS region to associate the org with.
optional string region = 4 [json_name = "region"];
- Returns:
- The region.
-
getRegionBytes
com.google.protobuf.ByteString getRegionBytes()The new GCS region to associate the org with.
optional string region = 4 [json_name = "region"];
- Returns:
- The bytes for region.
-
hasCid
boolean hasCid()optional string cid = 5 [json_name = "cid"];
- Returns:
- Whether the cid field is set.
-
getCid
String getCid()optional string cid = 5 [json_name = "cid"];
- Returns:
- The cid.
-
getCidBytes
com.google.protobuf.ByteString getCidBytes()optional string cid = 5 [json_name = "cid"];
- Returns:
- The bytes for cid.
-