Package viam.app.data.v1
Interface Data.ListIndexesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.ListIndexesRequest
,Data.ListIndexesRequest.Builder
- Enclosing class:
- Data
public static interface Data.ListIndexesRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.viam.app.data.v1.IndexableCollection collection_type = 2 [json_name = "collectionType"];
int
.viam.app.data.v1.IndexableCollection collection_type = 2 [json_name = "collectionType"];
string organization_id = 1 [json_name = "organizationId"];
com.google.protobuf.ByteString
string organization_id = 1 [json_name = "organizationId"];
optional string pipeline_name = 3 [json_name = "pipelineName"];
com.google.protobuf.ByteString
optional string pipeline_name = 3 [json_name = "pipelineName"];
boolean
optional string pipeline_name = 3 [json_name = "pipelineName"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationId
String getOrganizationId()string organization_id = 1 [json_name = "organizationId"];
- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];
- Returns:
- The bytes for organizationId.
-
getCollectionTypeValue
int getCollectionTypeValue().viam.app.data.v1.IndexableCollection collection_type = 2 [json_name = "collectionType"];
- Returns:
- The enum numeric value on the wire for collectionType.
-
getCollectionType
Data.IndexableCollection getCollectionType().viam.app.data.v1.IndexableCollection collection_type = 2 [json_name = "collectionType"];
- Returns:
- The collectionType.
-
hasPipelineName
boolean hasPipelineName()optional string pipeline_name = 3 [json_name = "pipelineName"];
- Returns:
- Whether the pipelineName field is set.
-
getPipelineName
String getPipelineName()optional string pipeline_name = 3 [json_name = "pipelineName"];
- Returns:
- The pipelineName.
-
getPipelineNameBytes
com.google.protobuf.ByteString getPipelineNameBytes()optional string pipeline_name = 3 [json_name = "pipelineName"];
- Returns:
- The bytes for pipelineName.
-