Uses of Class
com.google.cloud.aiplatform.v1.IndexEndpoint.Builder
Packages that use IndexEndpoint.Builder
-
Uses of IndexEndpoint.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return IndexEndpoint.BuilderModifier and TypeMethodDescriptionIndexEndpoint.Builder.addAllDeployedIndexes(Iterable<? extends DeployedIndex> values) Output only.IndexEndpoint.Builder.addDeployedIndexes(int index, DeployedIndex value) Output only.IndexEndpoint.Builder.addDeployedIndexes(int index, DeployedIndex.Builder builderForValue) Output only.IndexEndpoint.Builder.addDeployedIndexes(DeployedIndex value) Output only.IndexEndpoint.Builder.addDeployedIndexes(DeployedIndex.Builder builderForValue) Output only.ListIndexEndpointsResponse.Builder.addIndexEndpointsBuilder()List of IndexEndpoints in the requested page.ListIndexEndpointsResponse.Builder.addIndexEndpointsBuilder(int index) List of IndexEndpoints in the requested page.IndexEndpoint.Builder.clear()IndexEndpoint.Builder.clearCreateTime()Output only.IndexEndpoint.Builder.clearDeployedIndexes()Output only.IndexEndpoint.Builder.clearDescription()The description of the IndexEndpoint.IndexEndpoint.Builder.clearDisplayName()Required.IndexEndpoint.Builder.clearEnablePrivateServiceConnect()Deprecated.google.cloud.aiplatform.v1.IndexEndpoint.enable_private_service_connect is deprecated.IndexEndpoint.Builder.clearEncryptionSpec()Immutable.IndexEndpoint.Builder.clearEtag()Used to perform consistent read-modify-write updates.IndexEndpoint.Builder.clearLabels()IndexEndpoint.Builder.clearName()Output only.IndexEndpoint.Builder.clearNetwork()Optional.IndexEndpoint.Builder.clearPrivateServiceConnectConfig()Optional.IndexEndpoint.Builder.clearPublicEndpointDomainName()Output only.IndexEndpoint.Builder.clearPublicEndpointEnabled()Optional.IndexEndpoint.Builder.clearSatisfiesPzi()Output only.IndexEndpoint.Builder.clearSatisfiesPzs()Output only.IndexEndpoint.Builder.clearUpdateTime()Output only.CreateIndexEndpointRequest.Builder.getIndexEndpointBuilder()Required.UpdateIndexEndpointRequest.Builder.getIndexEndpointBuilder()Required.ListIndexEndpointsResponse.Builder.getIndexEndpointsBuilder(int index) List of IndexEndpoints in the requested page.IndexEndpoint.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.IndexEndpoint.Builder.mergeEncryptionSpec(EncryptionSpec value) Immutable.IndexEndpoint.Builder.mergeFrom(IndexEndpoint other) IndexEndpoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) IndexEndpoint.Builder.mergeFrom(com.google.protobuf.Message other) IndexEndpoint.Builder.mergePrivateServiceConnectConfig(PrivateServiceConnectConfig value) Optional.IndexEndpoint.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) Output only.static IndexEndpoint.BuilderIndexEndpoint.newBuilder()static IndexEndpoint.BuilderIndexEndpoint.newBuilder(IndexEndpoint prototype) IndexEndpoint.newBuilderForType()protected IndexEndpoint.BuilderIndexEndpoint.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) IndexEndpoint.Builder.putAllLabels(Map<String, String> values) The labels with user-defined metadata to organize your IndexEndpoints.The labels with user-defined metadata to organize your IndexEndpoints.IndexEndpoint.Builder.removeDeployedIndexes(int index) Output only.IndexEndpoint.Builder.removeLabels(String key) The labels with user-defined metadata to organize your IndexEndpoints.IndexEndpoint.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.IndexEndpoint.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.IndexEndpoint.Builder.setDeployedIndexes(int index, DeployedIndex value) Output only.IndexEndpoint.Builder.setDeployedIndexes(int index, DeployedIndex.Builder builderForValue) Output only.IndexEndpoint.Builder.setDescription(String value) The description of the IndexEndpoint.IndexEndpoint.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) The description of the IndexEndpoint.IndexEndpoint.Builder.setDisplayName(String value) Required.IndexEndpoint.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) Required.IndexEndpoint.Builder.setEnablePrivateServiceConnect(boolean value) Deprecated.google.cloud.aiplatform.v1.IndexEndpoint.enable_private_service_connect is deprecated.IndexEndpoint.Builder.setEncryptionSpec(EncryptionSpec value) Immutable.IndexEndpoint.Builder.setEncryptionSpec(EncryptionSpec.Builder builderForValue) Immutable.Used to perform consistent read-modify-write updates.IndexEndpoint.Builder.setEtagBytes(com.google.protobuf.ByteString value) Used to perform consistent read-modify-write updates.Output only.IndexEndpoint.Builder.setNameBytes(com.google.protobuf.ByteString value) Output only.IndexEndpoint.Builder.setNetwork(String value) Optional.IndexEndpoint.Builder.setNetworkBytes(com.google.protobuf.ByteString value) Optional.IndexEndpoint.Builder.setPrivateServiceConnectConfig(PrivateServiceConnectConfig value) Optional.IndexEndpoint.Builder.setPrivateServiceConnectConfig(PrivateServiceConnectConfig.Builder builderForValue) Optional.IndexEndpoint.Builder.setPublicEndpointDomainName(String value) Output only.IndexEndpoint.Builder.setPublicEndpointDomainNameBytes(com.google.protobuf.ByteString value) Output only.IndexEndpoint.Builder.setPublicEndpointEnabled(boolean value) Optional.IndexEndpoint.Builder.setSatisfiesPzi(boolean value) Output only.IndexEndpoint.Builder.setSatisfiesPzs(boolean value) Output only.IndexEndpoint.Builder.setUpdateTime(com.google.protobuf.Timestamp value) Output only.IndexEndpoint.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.IndexEndpoint.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type IndexEndpoint.BuilderModifier and TypeMethodDescriptionListIndexEndpointsResponse.Builder.getIndexEndpointsBuilderList()List of IndexEndpoints in the requested page.Methods in com.google.cloud.aiplatform.v1 with parameters of type IndexEndpoint.BuilderModifier and TypeMethodDescriptionListIndexEndpointsResponse.Builder.addIndexEndpoints(int index, IndexEndpoint.Builder builderForValue) List of IndexEndpoints in the requested page.ListIndexEndpointsResponse.Builder.addIndexEndpoints(IndexEndpoint.Builder builderForValue) List of IndexEndpoints in the requested page.CreateIndexEndpointRequest.Builder.setIndexEndpoint(IndexEndpoint.Builder builderForValue) Required.UpdateIndexEndpointRequest.Builder.setIndexEndpoint(IndexEndpoint.Builder builderForValue) Required.ListIndexEndpointsResponse.Builder.setIndexEndpoints(int index, IndexEndpoint.Builder builderForValue) List of IndexEndpoints in the requested page.