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