Package viam.app.v1
Interface App.LocationOrganizationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.LocationOrganization
,App.LocationOrganization.Builder
- Enclosing class:
- App
public static interface App.LocationOrganizationOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOrganization ID the location is shared with.com.google.protobuf.ByteString
Organization ID the location is shared with.boolean
Whether the organization is the primary owner or not.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationId
String getOrganizationId()Organization ID the location is shared with.
string organization_id = 1 [json_name = "organizationId"];
- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()Organization ID the location is shared with.
string organization_id = 1 [json_name = "organizationId"];
- Returns:
- The bytes for organizationId.
-
getPrimary
boolean getPrimary()Whether the organization is the primary owner or not.
bool primary = 2 [json_name = "primary"];
- Returns:
- The primary.
-