-
Notifications
You must be signed in to change notification settings - Fork 460
Expand file tree
/
Copy pathOperations.php
More file actions
26 lines (20 loc) · 1.07 KB
/
Operations.php
File metadata and controls
26 lines (20 loc) · 1.07 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
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/cloud/dialogflow/v2/operations.proto
namespace GPBMetadata\Google\Cloud\Dialogflow\V2;
class Operations
{
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\Api\Resource::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\xCF\x02\x0A+google/cloud/dialogflow/v2/operations.proto\x12\x1Agoogle.cloud.dialogflow.v2\x1A\x19google/api/resource.proto\"I\x0A\$GeneratorEvaluationOperationMetadata\x12!\x0A\x14generator_evaluation\x18\x01 \x01(\x09B\x03\xE0A\x03B\x95\x01\x0A\x1Ecom.google.cloud.dialogflow.v2B\x0FOperationsProtoP\x01Z>cloud.google.com/go/dialogflow/apiv2/dialogflowpb;dialogflowpb\xA2\x02\x02DF\xAA\x02\x1AGoogle.Cloud.Dialogflow.V2b\x06proto3"
, true);
static::$is_initialized = true;
}
}