Package viam.app.v1
Interface App.OrganizationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.Organization
,App.Organization.Builder
- Enclosing class:
- App
public static interface App.OrganizationOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCid()
optional string cid = 6 [json_name = "cid"];
com.google.protobuf.ByteString
optional string cid = 6 [json_name = "cid"];
com.google.protobuf.Timestamp
.google.protobuf.Timestamp created_on = 3 [json_name = "createdOn"];
GCS region of the organization.com.google.protobuf.ByteString
GCS region of the organization.getId()
string id = 1 [json_name = "id"];
com.google.protobuf.ByteString
string id = 1 [json_name = "id"];
getName()
string name = 2 [json_name = "name"];
com.google.protobuf.ByteString
string name = 2 [json_name = "name"];
string public_namespace = 4 [json_name = "publicNamespace"];
com.google.protobuf.ByteString
string public_namespace = 4 [json_name = "publicNamespace"];
boolean
hasCid()
optional string cid = 6 [json_name = "cid"];
boolean
.google.protobuf.Timestamp created_on = 3 [json_name = "createdOn"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
String getId()string id = 1 [json_name = "id"];
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1 [json_name = "id"];
- Returns:
- The bytes for id.
-
getName
String getName()string name = 2 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2 [json_name = "name"];
- Returns:
- The bytes for name.
-
hasCreatedOn
boolean hasCreatedOn().google.protobuf.Timestamp created_on = 3 [json_name = "createdOn"];
- Returns:
- Whether the createdOn field is set.
-
getCreatedOn
com.google.protobuf.Timestamp getCreatedOn().google.protobuf.Timestamp created_on = 3 [json_name = "createdOn"];
- Returns:
- The createdOn.
-
getPublicNamespace
String getPublicNamespace()string public_namespace = 4 [json_name = "publicNamespace"];
- Returns:
- The publicNamespace.
-
getPublicNamespaceBytes
com.google.protobuf.ByteString getPublicNamespaceBytes()string public_namespace = 4 [json_name = "publicNamespace"];
- Returns:
- The bytes for publicNamespace.
-
getDefaultRegion
String getDefaultRegion()GCS region of the organization. Locations created under this org will have their GCS region set to this by default and packages associated with this org will be stored in this region.
string default_region = 5 [json_name = "defaultRegion"];
- Returns:
- The defaultRegion.
-
getDefaultRegionBytes
com.google.protobuf.ByteString getDefaultRegionBytes()GCS region of the organization. Locations created under this org will have their GCS region set to this by default and packages associated with this org will be stored in this region.
string default_region = 5 [json_name = "defaultRegion"];
- Returns:
- The bytes for defaultRegion.
-
hasCid
boolean hasCid()optional string cid = 6 [json_name = "cid"];
- Returns:
- Whether the cid field is set.
-
getCid
String getCid()optional string cid = 6 [json_name = "cid"];
- Returns:
- The cid.
-
getCidBytes
com.google.protobuf.ByteString getCidBytes()optional string cid = 6 [json_name = "cid"];
- Returns:
- The bytes for cid.
-