Uses of Class
com.google.cloud.aiplatform.v1.Index.Builder
Packages that use Index.Builder
-
Uses of Index.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Index.BuilderModifier and TypeMethodDescriptionIndex.Builder.addAllDeployedIndexes(Iterable<? extends DeployedIndexRef> values) Output only.Index.Builder.addDeployedIndexes(int index, DeployedIndexRef value) Output only.Index.Builder.addDeployedIndexes(int index, DeployedIndexRef.Builder builderForValue) Output only.Index.Builder.addDeployedIndexes(DeployedIndexRef value) Output only.Index.Builder.addDeployedIndexes(DeployedIndexRef.Builder builderForValue) Output only.ListIndexesResponse.Builder.addIndexesBuilder()List of indexes in the requested page.ListIndexesResponse.Builder.addIndexesBuilder(int index) List of indexes in the requested page.Index.Builder.clear()Index.Builder.clearCreateTime()Output only.Index.Builder.clearDeployedIndexes()Output only.Index.Builder.clearDescription()The description of the Index.Index.Builder.clearDisplayName()Required.Index.Builder.clearEncryptionSpec()Immutable.Index.Builder.clearEtag()Used to perform consistent read-modify-write updates.Index.Builder.clearIndexStats()Output only.Index.Builder.clearIndexUpdateMethod()Immutable.Index.Builder.clearLabels()Index.Builder.clearMetadata()An additional information about the Index; the schema of the metadata can be found in [metadata_schema][google.cloud.aiplatform.v1.Index.metadata_schema_uri].Index.Builder.clearMetadataSchemaUri()Immutable.Index.Builder.clearName()Output only.Index.Builder.clearSatisfiesPzi()Output only.Index.Builder.clearSatisfiesPzs()Output only.Index.Builder.clearUpdateTime()Output only.CreateIndexRequest.Builder.getIndexBuilder()Required.UpdateIndexRequest.Builder.getIndexBuilder()Required.ListIndexesResponse.Builder.getIndexesBuilder(int index) List of indexes in the requested page.Index.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.Index.Builder.mergeEncryptionSpec(EncryptionSpec value) Immutable.Index.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.Builder.mergeFrom(com.google.protobuf.Message other) Index.Builder.mergeIndexStats(IndexStats value) Output only.Index.Builder.mergeMetadata(com.google.protobuf.Value value) An additional information about the Index; the schema of the metadata can be found in [metadata_schema][google.cloud.aiplatform.v1.Index.metadata_schema_uri].Index.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) Output only.static Index.BuilderIndex.newBuilder()static Index.BuilderIndex.newBuilder(Index prototype) Index.newBuilderForType()protected Index.BuilderIndex.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Index.Builder.putAllLabels(Map<String, String> values) The labels with user-defined metadata to organize your Indexes.The labels with user-defined metadata to organize your Indexes.Index.Builder.removeDeployedIndexes(int index) Output only.Index.Builder.removeLabels(String key) The labels with user-defined metadata to organize your Indexes.Index.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.Index.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Index.Builder.setDeployedIndexes(int index, DeployedIndexRef value) Output only.Index.Builder.setDeployedIndexes(int index, DeployedIndexRef.Builder builderForValue) Output only.Index.Builder.setDescription(String value) The description of the Index.Index.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) The description of the Index.Index.Builder.setDisplayName(String value) Required.Index.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) Required.Index.Builder.setEncryptionSpec(EncryptionSpec value) Immutable.Index.Builder.setEncryptionSpec(EncryptionSpec.Builder builderForValue) Immutable.Used to perform consistent read-modify-write updates.Index.Builder.setEtagBytes(com.google.protobuf.ByteString value) Used to perform consistent read-modify-write updates.Index.Builder.setIndexStats(IndexStats value) Output only.Index.Builder.setIndexStats(IndexStats.Builder builderForValue) Output only.Index.Builder.setIndexUpdateMethod(Index.IndexUpdateMethod value) Immutable.Index.Builder.setIndexUpdateMethodValue(int value) Immutable.Index.Builder.setMetadata(com.google.protobuf.Value value) An additional information about the Index; the schema of the metadata can be found in [metadata_schema][google.cloud.aiplatform.v1.Index.metadata_schema_uri].Index.Builder.setMetadata(com.google.protobuf.Value.Builder builderForValue) An additional information about the Index; the schema of the metadata can be found in [metadata_schema][google.cloud.aiplatform.v1.Index.metadata_schema_uri].Index.Builder.setMetadataSchemaUri(String value) Immutable.Index.Builder.setMetadataSchemaUriBytes(com.google.protobuf.ByteString value) Immutable.Output only.Index.Builder.setNameBytes(com.google.protobuf.ByteString value) Output only.Index.Builder.setSatisfiesPzi(boolean value) Output only.Index.Builder.setSatisfiesPzs(boolean value) Output only.Index.Builder.setUpdateTime(com.google.protobuf.Timestamp value) Output only.Index.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Index.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Index.BuilderModifier and TypeMethodDescriptionListIndexesResponse.Builder.getIndexesBuilderList()List of indexes in the requested page.Methods in com.google.cloud.aiplatform.v1 with parameters of type Index.BuilderModifier and TypeMethodDescriptionListIndexesResponse.Builder.addIndexes(int index, Index.Builder builderForValue) List of indexes in the requested page.ListIndexesResponse.Builder.addIndexes(Index.Builder builderForValue) List of indexes in the requested page.CreateIndexRequest.Builder.setIndex(Index.Builder builderForValue) Required.UpdateIndexRequest.Builder.setIndex(Index.Builder builderForValue) Required.ListIndexesResponse.Builder.setIndexes(int index, Index.Builder builderForValue) List of indexes in the requested page.