Uses of Class
com.google.cloud.bigquery.storage.v1.AvroSchema
-
Packages that use AvroSchema Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage API -
-
Uses of AvroSchema in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return AvroSchema Modifier and Type Method Description AvroSchema
AvroSchema.Builder. build()
AvroSchema
AvroSchema.Builder. buildPartial()
AvroSchema
ReadRowsResponse.Builder. getAvroSchema()
Output only.AvroSchema
ReadRowsResponse. getAvroSchema()
Output only.AvroSchema
ReadRowsResponseOrBuilder. getAvroSchema()
Output only.AvroSchema
ReadSession.Builder. getAvroSchema()
Output only.AvroSchema
ReadSession. getAvroSchema()
Output only.AvroSchema
ReadSessionOrBuilder. getAvroSchema()
Output only.static AvroSchema
AvroSchema. getDefaultInstance()
AvroSchema
AvroSchema.Builder. getDefaultInstanceForType()
AvroSchema
AvroSchema. getDefaultInstanceForType()
static AvroSchema
AvroSchema. parseDelimitedFrom(InputStream input)
static AvroSchema
AvroSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroSchema
AvroSchema. parseFrom(byte[] data)
static AvroSchema
AvroSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroSchema
AvroSchema. parseFrom(com.google.protobuf.ByteString data)
static AvroSchema
AvroSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroSchema
AvroSchema. parseFrom(com.google.protobuf.CodedInputStream input)
static AvroSchema
AvroSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroSchema
AvroSchema. parseFrom(InputStream input)
static AvroSchema
AvroSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AvroSchema
AvroSchema. parseFrom(ByteBuffer data)
static AvroSchema
AvroSchema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type AvroSchema Modifier and Type Method Description com.google.protobuf.Parser<AvroSchema>
AvroSchema. getParserForType()
static com.google.protobuf.Parser<AvroSchema>
AvroSchema. parser()
Methods in com.google.cloud.bigquery.storage.v1 with parameters of type AvroSchema Modifier and Type Method Description ReadRowsResponse.Builder
ReadRowsResponse.Builder. mergeAvroSchema(AvroSchema value)
Output only.ReadSession.Builder
ReadSession.Builder. mergeAvroSchema(AvroSchema value)
Output only.AvroSchema.Builder
AvroSchema.Builder. mergeFrom(AvroSchema other)
static AvroSchema.Builder
AvroSchema. newBuilder(AvroSchema prototype)
ReadRowsResponse.Builder
ReadRowsResponse.Builder. setAvroSchema(AvroSchema value)
Output only.ReadSession.Builder
ReadSession.Builder. setAvroSchema(AvroSchema value)
Output only.
-