-
Notifications
You must be signed in to change notification settings - Fork 461
Expand file tree
/
Copy pathAnnotations.php
More file actions
24 lines (18 loc) · 944 Bytes
/
Annotations.php
File metadata and controls
24 lines (18 loc) · 944 Bytes
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/annotations.proto
namespace GPBMetadata\Google\Cloud\Bigquery\Storage\V1;
class Annotations
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile(
"\x0A\xC3\x02\x0A2google/cloud/bigquery/storage/v1/annotations.proto\x12 google.cloud.bigquery.storage.v1\x1A google/protobuf/descriptor.protoB\xC0\x01\x0A\$com.google.cloud.bigquery.storage.v1B\x10AnnotationsProtoP\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;
}
}