Package viam.app.v1
Interface AppOuterClass.SearchOrganizationsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.SearchOrganizationsRequest,AppOuterClass.SearchOrganizationsRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.SearchOrganizationsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCid()optional string cid = 3 [json_name = "cid"];com.google.protobuf.ByteStringoptional string cid = 3 [json_name = "cid"];getOrgId()optional string org_id = 1 [json_name = "orgId"];com.google.protobuf.ByteStringoptional string org_id = 1 [json_name = "orgId"];optional string org_name = 2 [json_name = "orgName"];com.google.protobuf.ByteStringoptional string org_name = 2 [json_name = "orgName"];optional string public_namespace = 4 [json_name = "publicNamespace"];com.google.protobuf.ByteStringoptional string public_namespace = 4 [json_name = "publicNamespace"];booleanhasCid()optional string cid = 3 [json_name = "cid"];booleanhasOrgId()optional string org_id = 1 [json_name = "orgId"];booleanoptional string org_name = 2 [json_name = "orgName"];booleanoptional string public_namespace = 4 [json_name = "publicNamespace"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasOrgId
boolean hasOrgId()optional string org_id = 1 [json_name = "orgId"];- Returns:
- Whether the orgId field is set.
-
getOrgId
String getOrgId()optional string org_id = 1 [json_name = "orgId"];- Returns:
- The orgId.
-
getOrgIdBytes
com.google.protobuf.ByteString getOrgIdBytes()optional string org_id = 1 [json_name = "orgId"];- Returns:
- The bytes for orgId.
-
hasOrgName
boolean hasOrgName()optional string org_name = 2 [json_name = "orgName"];- Returns:
- Whether the orgName field is set.
-
getOrgName
String getOrgName()optional string org_name = 2 [json_name = "orgName"];- Returns:
- The orgName.
-
getOrgNameBytes
com.google.protobuf.ByteString getOrgNameBytes()optional string org_name = 2 [json_name = "orgName"];- Returns:
- The bytes for orgName.
-
hasCid
boolean hasCid()optional string cid = 3 [json_name = "cid"];- Returns:
- Whether the cid field is set.
-
getCid
String getCid()optional string cid = 3 [json_name = "cid"];- Returns:
- The cid.
-
getCidBytes
com.google.protobuf.ByteString getCidBytes()optional string cid = 3 [json_name = "cid"];- Returns:
- The bytes for cid.
-
hasPublicNamespace
boolean hasPublicNamespace()optional string public_namespace = 4 [json_name = "publicNamespace"];- Returns:
- Whether the publicNamespace field is set.
-
getPublicNamespace
String getPublicNamespace()optional string public_namespace = 4 [json_name = "publicNamespace"];- Returns:
- The publicNamespace.
-
getPublicNamespaceBytes
com.google.protobuf.ByteString getPublicNamespaceBytes()optional string public_namespace = 4 [json_name = "publicNamespace"];- Returns:
- The bytes for publicNamespace.
-