Package viam.app.data.v1
Class Data.ListIndexesRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Data.ListIndexesRequest,Data.ListIndexesRequest.Builder>
viam.app.data.v1.Data.ListIndexesRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,Data.ListIndexesRequestOrBuilder
- Enclosing class:
- Data.ListIndexesRequest
public static final class Data.ListIndexesRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Data.ListIndexesRequest,Data.ListIndexesRequest.Builder>
implements Data.ListIndexesRequestOrBuilder
ListIndexesRequest returns all the indexes for a given collectionProtobuf type
viam.app.data.v1.ListIndexesRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescription.viam.app.data.v1.IndexableCollection collection_type = 2 [json_name = "collectionType"];string organization_id = 1 [json_name = "organizationId"];optional string pipeline_name = 3 [json_name = "pipelineName"];.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.ByteStringstring organization_id = 1 [json_name = "organizationId"];optional string pipeline_name = 3 [json_name = "pipelineName"];com.google.protobuf.ByteStringoptional string pipeline_name = 3 [json_name = "pipelineName"];booleanoptional string pipeline_name = 3 [json_name = "pipelineName"];.viam.app.data.v1.IndexableCollection collection_type = 2 [json_name = "collectionType"];setCollectionTypeValue(int value) .viam.app.data.v1.IndexableCollection collection_type = 2 [json_name = "collectionType"];setOrganizationId(String value) string organization_id = 1 [json_name = "organizationId"];setOrganizationIdBytes(com.google.protobuf.ByteString value) string organization_id = 1 [json_name = "organizationId"];setPipelineName(String value) optional string pipeline_name = 3 [json_name = "pipelineName"];setPipelineNameBytes(com.google.protobuf.ByteString value) optional string pipeline_name = 3 [json_name = "pipelineName"];Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationId
string organization_id = 1 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceData.ListIndexesRequestOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceData.ListIndexesRequestOrBuilder- Returns:
- The bytes for organizationId.
-
setOrganizationId
string organization_id = 1 [json_name = "organizationId"];- Parameters:
value- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
string organization_id = 1 [json_name = "organizationId"];- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
string organization_id = 1 [json_name = "organizationId"];- Parameters:
value- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
getCollectionTypeValue
public int getCollectionTypeValue().viam.app.data.v1.IndexableCollection collection_type = 2 [json_name = "collectionType"];- Specified by:
getCollectionTypeValuein interfaceData.ListIndexesRequestOrBuilder- Returns:
- The enum numeric value on the wire for collectionType.
-
setCollectionTypeValue
.viam.app.data.v1.IndexableCollection collection_type = 2 [json_name = "collectionType"];- Parameters:
value- The collectionType to set.- Returns:
- This builder for chaining.
-
getCollectionType
.viam.app.data.v1.IndexableCollection collection_type = 2 [json_name = "collectionType"];- Specified by:
getCollectionTypein interfaceData.ListIndexesRequestOrBuilder- Returns:
- The collectionType.
-
setCollectionType
.viam.app.data.v1.IndexableCollection collection_type = 2 [json_name = "collectionType"];- Parameters:
value- The enum numeric value on the wire for collectionType to set.- Returns:
- This builder for chaining.
-
clearCollectionType
.viam.app.data.v1.IndexableCollection collection_type = 2 [json_name = "collectionType"];- Returns:
- This builder for chaining.
-
hasPipelineName
public boolean hasPipelineName()optional string pipeline_name = 3 [json_name = "pipelineName"];- Specified by:
hasPipelineNamein interfaceData.ListIndexesRequestOrBuilder- Returns:
- Whether the pipelineName field is set.
-
getPipelineName
optional string pipeline_name = 3 [json_name = "pipelineName"];- Specified by:
getPipelineNamein interfaceData.ListIndexesRequestOrBuilder- Returns:
- The pipelineName.
-
getPipelineNameBytes
public com.google.protobuf.ByteString getPipelineNameBytes()optional string pipeline_name = 3 [json_name = "pipelineName"];- Specified by:
getPipelineNameBytesin interfaceData.ListIndexesRequestOrBuilder- Returns:
- The bytes for pipelineName.
-
setPipelineName
optional string pipeline_name = 3 [json_name = "pipelineName"];- Parameters:
value- The pipelineName to set.- Returns:
- This builder for chaining.
-
clearPipelineName
optional string pipeline_name = 3 [json_name = "pipelineName"];- Returns:
- This builder for chaining.
-
setPipelineNameBytes
optional string pipeline_name = 3 [json_name = "pipelineName"];- Parameters:
value- The bytes for pipelineName to set.- Returns:
- This builder for chaining.
-