-
Notifications
You must be signed in to change notification settings - Fork 462
Expand file tree
/
Copy pathEncryptionSpec.php
More file actions
29 lines (23 loc) · 2.77 KB
/
EncryptionSpec.php
File metadata and controls
29 lines (23 loc) · 2.77 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
27
28
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/cloud/dialogflow/v2/encryption_spec.proto
namespace GPBMetadata\Google\Cloud\Dialogflow\V2;
class EncryptionSpec
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
\GPBMetadata\Google\Api\Annotations::initOnce();
\GPBMetadata\Google\Api\Client::initOnce();
\GPBMetadata\Google\Api\FieldBehavior::initOnce();
\GPBMetadata\Google\Api\Resource::initOnce();
\GPBMetadata\Google\Longrunning\Operations::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\x8E\x0C\x0A0google/cloud/dialogflow/v2/encryption_spec.proto\x12\x1Agoogle.cloud.dialogflow.v2\x1A\x17google/api/client.proto\x1A\x1Fgoogle/api/field_behavior.proto\x1A\x19google/api/resource.proto\x1A#google/longrunning/operations.proto\"Z\x0A\x18GetEncryptionSpecRequest\x12>\x0A\x04name\x18\x01 \x01(\x09B0\xE0A\x02\xFAA*\x0A(dialogflow.googleapis.com/EncryptionSpec\"\xC3\x01\x0A\x0EEncryptionSpec\x12\x11\x0A\x04name\x18\x01 \x01(\x09B\x03\xE0A\x05\x12\x14\x0A\x07kms_key\x18\x02 \x01(\x09B\x03\xE0A\x02:\x87\x01\xEAA\x83\x01\x0A(dialogflow.googleapis.com/EncryptionSpec\x126projects/{project}/locations/{location}/encryptionSpec*\x0FencryptionSpecs2\x0EencryptionSpec\"k\x0A\x1FInitializeEncryptionSpecRequest\x12H\x0A\x0Fencryption_spec\x18\x01 \x01(\x0B2*.google.cloud.dialogflow.v2.EncryptionSpecB\x03\xE0A\x02\"\"\x0A InitializeEncryptionSpecResponse\"u\x0A InitializeEncryptionSpecMetadata\x12Q\x0A\x07request\x18\x04 \x01(\x0B2;.google.cloud.dialogflow.v2.InitializeEncryptionSpecRequestB\x03\xE0A\x032\xF5\x04\x0A\x15EncryptionSpecService\x12\xB6\x01\x0A\x11GetEncryptionSpec\x124.google.cloud.dialogflow.v2.GetEncryptionSpecRequest\x1A*.google.cloud.dialogflow.v2.EncryptionSpec\"?\xDAA\x04name\x82\xD3\xE4\x93\x022\x120/v2/{name=projects/*/locations/*/encryptionSpec}\x12\xA8\x02\x0A\x18InitializeEncryptionSpec\x12;.google.cloud.dialogflow.v2.InitializeEncryptionSpecRequest\x1A\x1D.google.longrunning.Operation\"\xAF\x01\xCAAD\x0A InitializeEncryptionSpecResponse\x12 InitializeEncryptionSpecMetadata\xDAA\x0Fencryption_spec\x82\xD3\xE4\x93\x02P\"K/v2/{encryption_spec.name=projects/*/locations/*/encryptionSpec}:initialize:\x01*\x1Ax\xCAA\x19dialogflow.googleapis.com\xD2AYhttps://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/dialogflowB\x99\x01\x0A\x1Ecom.google.cloud.dialogflow.v2B\x13EncryptionSpecProtoP\x01Z>cloud.google.com/go/dialogflow/apiv2/dialogflowpb;dialogflowpb\xA2\x02\x02DF\xAA\x02\x1AGoogle.Cloud.Dialogflow.V2b\x06proto3"
, true);
static::$is_initialized = true;
}
}