-
Notifications
You must be signed in to change notification settings - Fork 462
Expand file tree
/
Copy pathFeatureFlags.php
More file actions
24 lines (18 loc) · 1.49 KB
/
FeatureFlags.php
File metadata and controls
24 lines (18 loc) · 1.49 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/bigtable/v2/feature_flags.proto
namespace GPBMetadata\Google\Bigtable\V2;
class FeatureFlags
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile(
"\x0A\xEE\x04\x0A&google/bigtable/v2/feature_flags.proto\x12\x12google.bigtable.v2\"\xE9\x02\x0A\x0CFeatureFlags\x12\x15\x0A\x0Dreverse_scans\x18\x01 \x01(\x08\x12\x1E\x0A\x16mutate_rows_rate_limit\x18\x03 \x01(\x08\x12\x1F\x0A\x17mutate_rows_rate_limit2\x18\x05 \x01(\x08\x12\"\x0A\x1Alast_scanned_row_responses\x18\x04 \x01(\x08\x12\x16\x0A\x0Erouting_cookie\x18\x06 \x01(\x08\x12\x12\x0A\x0Aretry_info\x18\x07 \x01(\x08\x12#\x0A\x1Bclient_side_metrics_enabled\x18\x08 \x01(\x08\x12 \x0A\x18traffic_director_enabled\x18\x09 \x01(\x08\x12\x1F\x0A\x17direct_access_requested\x18\x0A \x01(\x08\x12\x11\x0A\x09peer_info\x18\x0B \x01(\x08\x12\x1B\x0A\x13sessions_compatible\x18\x0C \x01(\x08\x12\x19\x0A\x11sessions_required\x18\x0D \x01(\x08B\xBB\x01\x0A\x16com.google.bigtable.v2B\x11FeatureFlagsProtoP\x01Z8cloud.google.com/go/bigtable/apiv2/bigtablepb;bigtablepb\xAA\x02\x18Google.Cloud.Bigtable.V2\xCA\x02\x18Google\\Cloud\\Bigtable\\V2\xEA\x02\x1BGoogle::Cloud::Bigtable::V2b\x06proto3"
, true);
static::$is_initialized = true;
}
}