-
Notifications
You must be signed in to change notification settings - Fork 460
Expand file tree
/
Copy pathToolset.php
More file actions
27 lines (21 loc) · 1.47 KB
/
Toolset.php
File metadata and controls
27 lines (21 loc) · 1.47 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/cloud/dialogflow/v2/toolset.proto
namespace GPBMetadata\Google\Cloud\Dialogflow\V2;
class Toolset
{
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();
\GPBMetadata\Google\Cloud\Dialogflow\V2\Tool::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\xCC\x04\x0A(google/cloud/dialogflow/v2/toolset.proto\x12\x1Agoogle.cloud.dialogflow.v2\x1A\x19google/api/resource.proto\x1A%google/cloud/dialogflow/v2/tool.proto\"\xBE\x01\x0A\x0BToolsetTool\x123\x0A\x07toolset\x18\x01 \x01(\x09B\"\xE0A\x02\xFAA\x1C\x0A\x1Aces.googleapis.com/Toolset\x12\x19\x0A\x0Coperation_id\x18\x02 \x01(\x09B\x03\xE0A\x01\x12_\x0A\x18confirmation_requirement\x18\x03 \x01(\x0E28.google.cloud.dialogflow.v2.Tool.ConfirmationRequirementB\x03\xE0A\x01B\xF8\x01\x0A\x1Ecom.google.cloud.dialogflow.v2B\x0CToolsetProtoP\x01Z>cloud.google.com/go/dialogflow/apiv2/dialogflowpb;dialogflowpb\xA2\x02\x02DF\xAA\x02\x1AGoogle.Cloud.Dialogflow.V2\xEAAc\x0A\x1Aces.googleapis.com/Toolset\x12Eprojects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}b\x06proto3"
, true);
static::$is_initialized = true;
}
}