Package viam.app.v1
Interface AppOuterClass.UpdateOrganizationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.UpdateOrganizationRequest,AppOuterClass.UpdateOrganizationRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.UpdateOrganizationRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCid()optional string cid = 5 [json_name = "cid"];com.google.protobuf.ByteStringoptional string cid = 5 [json_name = "cid"];getName()optional string name = 2 [json_name = "name"];com.google.protobuf.ByteStringoptional string name = 2 [json_name = "name"];string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringstring organization_id = 1 [json_name = "organizationId"];optional string public_namespace = 3 [json_name = "publicNamespace"];com.google.protobuf.ByteStringoptional string public_namespace = 3 [json_name = "publicNamespace"];The new GCS region to associate the org with.com.google.protobuf.ByteStringThe new GCS region to associate the org with.booleanhasCid()optional string cid = 5 [json_name = "cid"];booleanhasName()optional string name = 2 [json_name = "name"];booleanoptional string public_namespace = 3 [json_name = "publicNamespace"];booleanThe 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.
-