Uses of Class
com.google.cloud.aiplatform.v1beta1.EntityIdSelector
-
Packages that use EntityIdSelector Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of EntityIdSelector in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return EntityIdSelector Modifier and Type Method Description EntityIdSelector
EntityIdSelector.Builder. build()
EntityIdSelector
EntityIdSelector.Builder. buildPartial()
static EntityIdSelector
EntityIdSelector. getDefaultInstance()
EntityIdSelector
EntityIdSelector.Builder. getDefaultInstanceForType()
EntityIdSelector
EntityIdSelector. getDefaultInstanceForType()
EntityIdSelector
DeleteFeatureValuesRequest.SelectEntity.Builder. getEntityIdSelector()
Required.EntityIdSelector
DeleteFeatureValuesRequest.SelectEntity. getEntityIdSelector()
Required.EntityIdSelector
DeleteFeatureValuesRequest.SelectEntityOrBuilder. getEntityIdSelector()
Required.static EntityIdSelector
EntityIdSelector. parseDelimitedFrom(InputStream input)
static EntityIdSelector
EntityIdSelector. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityIdSelector
EntityIdSelector. parseFrom(byte[] data)
static EntityIdSelector
EntityIdSelector. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityIdSelector
EntityIdSelector. parseFrom(com.google.protobuf.ByteString data)
static EntityIdSelector
EntityIdSelector. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityIdSelector
EntityIdSelector. parseFrom(com.google.protobuf.CodedInputStream input)
static EntityIdSelector
EntityIdSelector. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityIdSelector
EntityIdSelector. parseFrom(InputStream input)
static EntityIdSelector
EntityIdSelector. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityIdSelector
EntityIdSelector. parseFrom(ByteBuffer data)
static EntityIdSelector
EntityIdSelector. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type EntityIdSelector Modifier and Type Method Description com.google.protobuf.Parser<EntityIdSelector>
EntityIdSelector. getParserForType()
static com.google.protobuf.Parser<EntityIdSelector>
EntityIdSelector. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type EntityIdSelector Modifier and Type Method Description DeleteFeatureValuesRequest.SelectEntity.Builder
DeleteFeatureValuesRequest.SelectEntity.Builder. mergeEntityIdSelector(EntityIdSelector value)
Required.EntityIdSelector.Builder
EntityIdSelector.Builder. mergeFrom(EntityIdSelector other)
static EntityIdSelector.Builder
EntityIdSelector. newBuilder(EntityIdSelector prototype)
DeleteFeatureValuesRequest.SelectEntity.Builder
DeleteFeatureValuesRequest.SelectEntity.Builder. setEntityIdSelector(EntityIdSelector value)
Required.
-