Uses of Class
com.google.cloud.aiplatform.v1.DeployedIndexRef
-
Packages that use DeployedIndexRef Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of DeployedIndexRef in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DeployedIndexRef Modifier and Type Method Description DeployedIndexRef
DeployedIndexRef.Builder. build()
DeployedIndexRef
DeployedIndexRef.Builder. buildPartial()
static DeployedIndexRef
DeployedIndexRef. getDefaultInstance()
DeployedIndexRef
DeployedIndexRef.Builder. getDefaultInstanceForType()
DeployedIndexRef
DeployedIndexRef. getDefaultInstanceForType()
DeployedIndexRef
Index.Builder. getDeployedIndexes(int index)
Output only.DeployedIndexRef
Index. getDeployedIndexes(int index)
Output only.DeployedIndexRef
IndexOrBuilder. getDeployedIndexes(int index)
Output only.static DeployedIndexRef
DeployedIndexRef. parseDelimitedFrom(InputStream input)
static DeployedIndexRef
DeployedIndexRef. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployedIndexRef
DeployedIndexRef. parseFrom(byte[] data)
static DeployedIndexRef
DeployedIndexRef. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployedIndexRef
DeployedIndexRef. parseFrom(com.google.protobuf.ByteString data)
static DeployedIndexRef
DeployedIndexRef. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployedIndexRef
DeployedIndexRef. parseFrom(com.google.protobuf.CodedInputStream input)
static DeployedIndexRef
DeployedIndexRef. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployedIndexRef
DeployedIndexRef. parseFrom(InputStream input)
static DeployedIndexRef
DeployedIndexRef. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployedIndexRef
DeployedIndexRef. parseFrom(ByteBuffer data)
static DeployedIndexRef
DeployedIndexRef. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DeployedIndexRef Modifier and Type Method Description List<DeployedIndexRef>
Index.Builder. getDeployedIndexesList()
Output only.List<DeployedIndexRef>
Index. getDeployedIndexesList()
Output only.List<DeployedIndexRef>
IndexOrBuilder. getDeployedIndexesList()
Output only.com.google.protobuf.Parser<DeployedIndexRef>
DeployedIndexRef. getParserForType()
static com.google.protobuf.Parser<DeployedIndexRef>
DeployedIndexRef. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type DeployedIndexRef Modifier and Type Method Description Index.Builder
Index.Builder. addDeployedIndexes(int index, DeployedIndexRef value)
Output only.Index.Builder
Index.Builder. addDeployedIndexes(DeployedIndexRef value)
Output only.DeployedIndexRef.Builder
DeployedIndexRef.Builder. mergeFrom(DeployedIndexRef other)
static DeployedIndexRef.Builder
DeployedIndexRef. newBuilder(DeployedIndexRef prototype)
Index.Builder
Index.Builder. setDeployedIndexes(int index, DeployedIndexRef value)
Output only.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type DeployedIndexRef Modifier and Type Method Description Index.Builder
Index.Builder. addAllDeployedIndexes(Iterable<? extends DeployedIndexRef> values)
Output only.
-