Package viam.app.v1
Interface App.SearchOrganizationsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.SearchOrganizationsRequest
,App.SearchOrganizationsRequest.Builder
- Enclosing class:
- App
public static interface App.SearchOrganizationsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCid()
optional string cid = 3 [json_name = "cid"];
com.google.protobuf.ByteString
optional string cid = 3 [json_name = "cid"];
getOrgId()
optional string org_id = 1 [json_name = "orgId"];
com.google.protobuf.ByteString
optional string org_id = 1 [json_name = "orgId"];
optional string org_name = 2 [json_name = "orgName"];
com.google.protobuf.ByteString
optional string org_name = 2 [json_name = "orgName"];
optional string public_namespace = 4 [json_name = "publicNamespace"];
com.google.protobuf.ByteString
optional string public_namespace = 4 [json_name = "publicNamespace"];
boolean
hasCid()
optional string cid = 3 [json_name = "cid"];
boolean
hasOrgId()
optional string org_id = 1 [json_name = "orgId"];
boolean
optional string org_name = 2 [json_name = "orgName"];
boolean
optional 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.
-