-
Notifications
You must be signed in to change notification settings - Fork 461
Expand file tree
/
Copy pathAvro.php
More file actions
24 lines (18 loc) · 1.52 KB
/
Avro.php
File metadata and controls
24 lines (18 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/cloud/bigquery/storage/v1/avro.proto
namespace GPBMetadata\Google\Cloud\Bigquery\Storage\V1;
class Avro
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile(
"\x0A\xD4\x05\x0A+google/cloud/bigquery/storage/v1/avro.proto\x12 google.cloud.bigquery.storage.v1\"\x1C\x0A\x0AAvroSchema\x12\x0E\x0A\x06schema\x18\x01 \x01(\x09\"A\x0A\x08AvroRows\x12\x1E\x0A\x16serialized_binary_rows\x18\x01 \x01(\x0C\x12\x15\x0A\x09row_count\x18\x02 \x01(\x03B\x02\x18\x01\"\xDD\x02\x0A\x18AvroSerializationOptions\x12%\x0A\x1Denable_display_name_attribute\x18\x01 \x01(\x08\x12u\x0A\x19picos_timestamp_precision\x18\x02 \x01(\x0E2R.google.cloud.bigquery.storage.v1.AvroSerializationOptions.PicosTimestampPrecision\"\xA2\x01\x0A\x17PicosTimestampPrecision\x12)\x0A%PICOS_TIMESTAMP_PRECISION_UNSPECIFIED\x10\x00\x12\x1E\x0A\x1ATIMESTAMP_PRECISION_MICROS\x10\x01\x12\x1D\x0A\x19TIMESTAMP_PRECISION_NANOS\x10\x02\x12\x1D\x0A\x19TIMESTAMP_PRECISION_PICOS\x10\x03B\xB9\x01\x0A\$com.google.cloud.bigquery.storage.v1B\x09AvroProtoP\x01Z>cloud.google.com/go/bigquery/storage/apiv1/storagepb;storagepb\xAA\x02 Google.Cloud.BigQuery.Storage.V1\xCA\x02 Google\\Cloud\\BigQuery\\Storage\\V1b\x06proto3"
, true);
static::$is_initialized = true;
}
}