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 AvroSourceAvroSource.Builder. build()AvroSourceAvroSource.Builder. buildPartial()AvroSourceImportFeatureValuesRequest.Builder. getAvroSource().google.cloud.aiplatform.v1.AvroSource avro_source = 2;AvroSourceImportFeatureValuesRequest. getAvroSource().google.cloud.aiplatform.v1.AvroSource avro_source = 2;AvroSourceImportFeatureValuesRequestOrBuilder. getAvroSource().google.cloud.aiplatform.v1.AvroSource avro_source = 2;static AvroSourceAvroSource. getDefaultInstance()AvroSourceAvroSource.Builder. getDefaultInstanceForType()AvroSourceAvroSource. getDefaultInstanceForType()static AvroSourceAvroSource. parseDelimitedFrom(InputStream input)static AvroSourceAvroSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AvroSourceAvroSource. parseFrom(byte[] data)static AvroSourceAvroSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AvroSourceAvroSource. parseFrom(com.google.protobuf.ByteString data)static AvroSourceAvroSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AvroSourceAvroSource. parseFrom(com.google.protobuf.CodedInputStream input)static AvroSourceAvroSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AvroSourceAvroSource. parseFrom(InputStream input)static AvroSourceAvroSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AvroSourceAvroSource. parseFrom(ByteBuffer data)static AvroSourceAvroSource. 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.BuilderImportFeatureValuesRequest.Builder. mergeAvroSource(AvroSource value).google.cloud.aiplatform.v1.AvroSource avro_source = 2;AvroSource.BuilderAvroSource.Builder. mergeFrom(AvroSource other)static AvroSource.BuilderAvroSource. newBuilder(AvroSource prototype)ImportFeatureValuesRequest.BuilderImportFeatureValuesRequest.Builder. setAvroSource(AvroSource value).google.cloud.aiplatform.v1.AvroSource avro_source = 2;
-