-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathQueryProfile.php
More file actions
27 lines (21 loc) · 1.73 KB
/
QueryProfile.php
File metadata and controls
27 lines (21 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/datastore/v1/query_profile.proto
namespace GPBMetadata\Google\Datastore\V1;
class QueryProfile
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
\GPBMetadata\Google\Api\FieldBehavior::initOnce();
\GPBMetadata\Google\Protobuf\Duration::initOnce();
\GPBMetadata\Google\Protobuf\Struct::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\xE3\x05\x0A'google/datastore/v1/query_profile.proto\x12\x13google.datastore.v1\x1A\x1Egoogle/protobuf/duration.proto\x1A\x1Cgoogle/protobuf/struct.proto\"&\x0A\x0EExplainOptions\x12\x14\x0A\x07analyze\x18\x01 \x01(\x08B\x03\xE0A\x01\"\x86\x01\x0A\x0EExplainMetrics\x126\x0A\x0Cplan_summary\x18\x01 \x01(\x0B2 .google.datastore.v1.PlanSummary\x12<\x0A\x0Fexecution_stats\x18\x02 \x01(\x0B2#.google.datastore.v1.ExecutionStats\"<\x0A\x0BPlanSummary\x12-\x0A\x0Cindexes_used\x18\x01 \x03(\x0B2\x17.google.protobuf.Struct\"\xA8\x01\x0A\x0EExecutionStats\x12\x18\x0A\x10results_returned\x18\x01 \x01(\x03\x125\x0A\x12execution_duration\x18\x03 \x01(\x0B2\x19.google.protobuf.Duration\x12\x17\x0A\x0Fread_operations\x18\x04 \x01(\x03\x12,\x0A\x0Bdebug_stats\x18\x05 \x01(\x0B2\x17.google.protobuf.StructB\xC2\x01\x0A\x17com.google.datastore.v1B\x11QueryProfileProtoP\x01Z;cloud.google.com/go/datastore/apiv1/datastorepb;datastorepb\xAA\x02\x19Google.Cloud.Datastore.V1\xCA\x02\x19Google\\Cloud\\Datastore\\V1\xEA\x02\x1CGoogle::Cloud::Datastore::V1b\x06proto3"
, true);
static::$is_initialized = true;
}
}