Uses of Class
com.google.cloud.aiplatform.v1.AvroSource
-
Packages that use AvroSource Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of AvroSource in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return AvroSource Modifier and Type Method Description AvroSource
AvroSource.Builder. build()
AvroSource
AvroSource.Builder. buildPartial()
AvroSource
ImportFeatureValuesRequest.Builder. getAvroSource()
.google.cloud.aiplatform.v1.AvroSource avro_source = 2;
AvroSource
ImportFeatureValuesRequest. getAvroSource()
.google.cloud.aiplatform.v1.AvroSource avro_source = 2;
AvroSource
ImportFeatureValuesRequestOrBuilder. getAvroSource()
.google.cloud.aiplatform.v1.AvroSource avro_source = 2;
static AvroSource
AvroSource. getDefaultInstance()
AvroSource
AvroSource.Builder. getDefaultInstanceForType()
AvroSource
AvroSource. getDefaultInstanceForType()
static AvroSource
AvroSource. parseDelimitedFrom(InputStream input)
static AvroSource
AvroSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroSource
AvroSource. parseFrom(byte[] data)
static AvroSource
AvroSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroSource
AvroSource. parseFrom(com.google.protobuf.ByteString data)
static AvroSource
AvroSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroSource
AvroSource. parseFrom(com.google.protobuf.CodedInputStream input)
static AvroSource
AvroSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroSource
AvroSource. parseFrom(InputStream input)
static AvroSource
AvroSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroSource
AvroSource. parseFrom(ByteBuffer data)
static AvroSource
AvroSource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type AvroSource Modifier and Type Method Description com.google.protobuf.Parser<AvroSource>
AvroSource. getParserForType()
static com.google.protobuf.Parser<AvroSource>
AvroSource. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type AvroSource Modifier and Type Method Description ImportFeatureValuesRequest.Builder
ImportFeatureValuesRequest.Builder. mergeAvroSource(AvroSource value)
.google.cloud.aiplatform.v1.AvroSource avro_source = 2;
AvroSource.Builder
AvroSource.Builder. mergeFrom(AvroSource other)
static AvroSource.Builder
AvroSource. newBuilder(AvroSource prototype)
ImportFeatureValuesRequest.Builder
ImportFeatureValuesRequest.Builder. setAvroSource(AvroSource value)
.google.cloud.aiplatform.v1.AvroSource avro_source = 2;
-