Package viam.app.v1
Interface AppOuterClass.OrganizationIdentityOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.OrganizationIdentity
,AppOuterClass.OrganizationIdentity.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.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.
-