-
Notifications
You must be signed in to change notification settings - Fork 567
Expand file tree
/
Copy pathsnippet_metadata_google.cloud.security.publicca.v1.json
More file actions
55 lines (55 loc) · 2.05 KB
/
snippet_metadata_google.cloud.security.publicca.v1.json
File metadata and controls
55 lines (55 loc) · 2.05 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"client_library": {
"name": "google-cloud-security-public_ca-v1",
"version": "1.4.1",
"language": "RUBY",
"apis": [
{
"id": "google.cloud.security.publicca.v1",
"version": "v1"
}
]
},
"snippets": [
{
"region_tag": "publicca_v1_generated_PublicCertificateAuthorityService_CreateExternalAccountKey_sync",
"title": "Snippet for the create_external_account_key call in the PublicCertificateAuthorityService service",
"description": "This is an auto-generated example demonstrating basic usage of Google::Cloud::Security::PublicCA::V1::PublicCertificateAuthorityService::Client#create_external_account_key.",
"file": "public_certificate_authority_service/create_external_account_key.rb",
"language": "RUBY",
"client_method": {
"short_name": "create_external_account_key",
"full_name": "::Google::Cloud::Security::PublicCA::V1::PublicCertificateAuthorityService::Client#create_external_account_key",
"async": false,
"parameters": [
{
"type": "::Google::Cloud::Security::PublicCA::V1::CreateExternalAccountKeyRequest",
"name": "request"
}
],
"result_type": "::Google::Cloud::Security::PublicCA::V1::ExternalAccountKey",
"client": {
"short_name": "PublicCertificateAuthorityService::Client",
"full_name": "::Google::Cloud::Security::PublicCA::V1::PublicCertificateAuthorityService::Client"
},
"method": {
"short_name": "CreateExternalAccountKey",
"full_name": "google.cloud.security.publicca.v1.PublicCertificateAuthorityService.CreateExternalAccountKey",
"service": {
"short_name": "PublicCertificateAuthorityService",
"full_name": "google.cloud.security.publicca.v1.PublicCertificateAuthorityService"
}
}
},
"canonical": true,
"origin": "API_DEFINITION",
"segments": [
{
"start": 20,
"end": 46,
"type": "FULL"
}
]
}
]
}