Package viam.app.v1
Interface App.OrganizationIdentityOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.OrganizationIdentity
,App.OrganizationIdentity.Builder
- Enclosing class:
- App
public static interface App.OrganizationIdentityOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
String getId()Organization ID.
string id = 1 [json_name = "id"];
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Organization ID.
string id = 1 [json_name = "id"];
- Returns:
- The bytes for id.
-
getName
String getName()Organization name.
string name = 2 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Organization name.
string name = 2 [json_name = "name"];
- Returns:
- The bytes for name.
-