google-cloud-api_keys-v2 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/api/apikeys/v2/apikeys_pb.rb +26 -43
- data/lib/google/api/apikeys/v2/resources_pb.rb +25 -42
- data/lib/google/cloud/api_keys/v2/api_keys/client.rb +16 -5
- data/lib/google/cloud/api_keys/v2/api_keys/operations.rb +15 -4
- data/lib/google/cloud/api_keys/v2/api_keys/rest/client.rb +166 -4
- data/lib/google/cloud/api_keys/v2/api_keys/rest/operations.rb +84 -7
- data/lib/google/cloud/api_keys/v2/api_keys/rest/service_stub.rb +8 -8
- data/lib/google/cloud/api_keys/v2/version.rb +1 -1
- data/proto_docs/google/api/client.rb +67 -4
- data/proto_docs/google/api/field_behavior.rb +14 -0
- data/proto_docs/google/protobuf/any.rb +7 -4
- data/proto_docs/google/protobuf/timestamp.rb +1 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72eb66b00d21c057c18afb81645eec4f71c06fdb9918fbec8be332e783dc57c4
|
|
4
|
+
data.tar.gz: 1407a7ff137e16e855cbd33cae6d84a0b7abadcf3d42ae0fdd8b8d1fa6858cac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e4b38a5d3fb33b9a3767f6bea728917435f7d1aeb209794a633eb9ffa5d26a9e437aba3fb875cc1ff5cc2762bc37311044701b9cbd5e1422610033933e10008
|
|
7
|
+
data.tar.gz: 93a8e8adc0a0dca0374870e3fc942213747d6a5878970823b64830c47d61840baba4fd78c89cb733727b7117d8f496f2bc9d5ae8406f4310993befd97a411d41
|
data/README.md
CHANGED
|
@@ -47,7 +47,7 @@ for general usage information.
|
|
|
47
47
|
|
|
48
48
|
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
|
49
49
|
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
|
|
50
|
-
or a [`Google::Cloud::Logging::Logger`](https://
|
|
50
|
+
or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
|
|
51
51
|
that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
|
52
52
|
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
|
53
53
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
3
|
# source: google/api/apikeys/v2/apikeys.proto
|
|
3
4
|
|
|
@@ -11,51 +12,33 @@ require 'google/api/resource_pb'
|
|
|
11
12
|
require 'google/longrunning/operations_pb'
|
|
12
13
|
require 'google/protobuf/field_mask_pb'
|
|
13
14
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
add_message "google.api.apikeys.v2.GetKeyStringResponse" do
|
|
38
|
-
optional :key_string, :string, 1
|
|
39
|
-
end
|
|
40
|
-
add_message "google.api.apikeys.v2.UpdateKeyRequest" do
|
|
41
|
-
optional :key, :message, 1, "google.api.apikeys.v2.Key"
|
|
42
|
-
optional :update_mask, :message, 2, "google.protobuf.FieldMask"
|
|
43
|
-
end
|
|
44
|
-
add_message "google.api.apikeys.v2.DeleteKeyRequest" do
|
|
45
|
-
optional :name, :string, 1
|
|
46
|
-
optional :etag, :string, 2
|
|
47
|
-
end
|
|
48
|
-
add_message "google.api.apikeys.v2.UndeleteKeyRequest" do
|
|
49
|
-
optional :name, :string, 1
|
|
50
|
-
end
|
|
51
|
-
add_message "google.api.apikeys.v2.LookupKeyRequest" do
|
|
52
|
-
optional :key_string, :string, 1
|
|
53
|
-
end
|
|
54
|
-
add_message "google.api.apikeys.v2.LookupKeyResponse" do
|
|
55
|
-
optional :parent, :string, 1
|
|
56
|
-
optional :name, :string, 2
|
|
15
|
+
|
|
16
|
+
descriptor_data = "\n#google/api/apikeys/v2/apikeys.proto\x12\x15google.api.apikeys.v2\x1a\x1cgoogle/api/annotations.proto\x1a%google/api/apikeys/v2/resources.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a#google/longrunning/operations.proto\x1a google/protobuf/field_mask.proto\"\x84\x01\n\x10\x43reateKeyRequest\x12\x32\n\x06parent\x18\x01 \x01(\tB\"\xe0\x41\x02\xfa\x41\x1c\x12\x1a\x61pikeys.googleapis.com/Key\x12,\n\x03key\x18\x02 \x01(\x0b\x32\x1a.google.api.apikeys.v2.KeyB\x03\xe0\x41\x02\x12\x0e\n\x06key_id\x18\x03 \x01(\t\"\x91\x01\n\x0fListKeysRequest\x12\x32\n\x06parent\x18\x01 \x01(\tB\"\xe0\x41\x02\xfa\x41\x1c\x12\x1a\x61pikeys.googleapis.com/Key\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x19\n\x0cshow_deleted\x18\x06 \x01(\x08\x42\x03\xe0\x41\x01\"U\n\x10ListKeysResponse\x12(\n\x04keys\x18\x01 \x03(\x0b\x32\x1a.google.api.apikeys.v2.Key\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"A\n\rGetKeyRequest\x12\x30\n\x04name\x18\x01 \x01(\tB\"\xe0\x41\x02\xfa\x41\x1c\n\x1a\x61pikeys.googleapis.com/Key\"G\n\x13GetKeyStringRequest\x12\x30\n\x04name\x18\x01 \x01(\tB\"\xe0\x41\x02\xfa\x41\x1c\n\x1a\x61pikeys.googleapis.com/Key\"*\n\x14GetKeyStringResponse\x12\x12\n\nkey_string\x18\x01 \x01(\t\"q\n\x10UpdateKeyRequest\x12,\n\x03key\x18\x01 \x01(\x0b\x32\x1a.google.api.apikeys.v2.KeyB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"W\n\x10\x44\x65leteKeyRequest\x12\x30\n\x04name\x18\x01 \x01(\tB\"\xe0\x41\x02\xfa\x41\x1c\n\x1a\x61pikeys.googleapis.com/Key\x12\x11\n\x04\x65tag\x18\x02 \x01(\tB\x03\xe0\x41\x01\"F\n\x12UndeleteKeyRequest\x12\x30\n\x04name\x18\x01 \x01(\tB\"\xe0\x41\x02\xfa\x41\x1c\n\x1a\x61pikeys.googleapis.com/Key\"+\n\x10LookupKeyRequest\x12\x17\n\nkey_string\x18\x01 \x01(\tB\x03\xe0\x41\x02\"1\n\x11LookupKeyResponse\x12\x0e\n\x06parent\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t2\xbe\x0b\n\x07\x41piKeys\x12\xbd\x01\n\tCreateKey\x12\'.google.api.apikeys.v2.CreateKeyRequest\x1a\x1d.google.longrunning.Operation\"h\x82\xd3\xe4\x93\x02/\"(/v2/{parent=projects/*/locations/*}/keys:\x03key\xda\x41\x11parent,key,key_id\xca\x41\x1c\n\x03Key\x12\x15google.protobuf.Empty\x12\x96\x01\n\x08ListKeys\x12&.google.api.apikeys.v2.ListKeysRequest\x1a\'.google.api.apikeys.v2.ListKeysResponse\"9\x82\xd3\xe4\x93\x02*\x12(/v2/{parent=projects/*/locations/*}/keys\xda\x41\x06parent\x12\x83\x01\n\x06GetKey\x12$.google.api.apikeys.v2.GetKeyRequest\x1a\x1a.google.api.apikeys.v2.Key\"7\x82\xd3\xe4\x93\x02*\x12(/v2/{name=projects/*/locations/*/keys/*}\xda\x41\x04name\x12\xaa\x01\n\x0cGetKeyString\x12*.google.api.apikeys.v2.GetKeyStringRequest\x1a+.google.api.apikeys.v2.GetKeyStringResponse\"A\x82\xd3\xe4\x93\x02\x34\x12\x32/v2/{name=projects/*/locations/*/keys/*}/keyString\xda\x41\x04name\x12\xbf\x01\n\tUpdateKey\x12\'.google.api.apikeys.v2.UpdateKeyRequest\x1a\x1d.google.longrunning.Operation\"j\x82\xd3\xe4\x93\x02\x33\x32,/v2/{key.name=projects/*/locations/*/keys/*}:\x03key\xda\x41\x0fkey,update_mask\xca\x41\x1c\n\x03Key\x12\x15google.protobuf.Empty\x12\xab\x01\n\tDeleteKey\x12\'.google.api.apikeys.v2.DeleteKeyRequest\x1a\x1d.google.longrunning.Operation\"V\x82\xd3\xe4\x93\x02**(/v2/{name=projects/*/locations/*/keys/*}\xda\x41\x04name\xca\x41\x1c\n\x03Key\x12\x15google.protobuf.Empty\x12\xb4\x01\n\x0bUndeleteKey\x12).google.api.apikeys.v2.UndeleteKeyRequest\x1a\x1d.google.longrunning.Operation\"[\x82\xd3\xe4\x93\x02\x36\"1/v2/{name=projects/*/locations/*/keys/*}:undelete:\x01*\xca\x41\x1c\n\x03Key\x12\x15google.protobuf.Empty\x12z\n\tLookupKey\x12\'.google.api.apikeys.v2.LookupKeyRequest\x1a(.google.api.apikeys.v2.LookupKeyResponse\"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/v2/keys:lookupKey\x1a\x83\x01\xca\x41\x16\x61pikeys.googleapis.com\xd2\x41ghttps://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-onlyB\xb3\x01\n\x19\x63om.google.api.apikeys.v2B\x0c\x41piKeysProtoP\x01Z5cloud.google.com/go/apikeys/apiv2/apikeyspb;apikeyspb\xaa\x02\x17Google.Cloud.ApiKeys.V2\xca\x02\x17Google\\Cloud\\ApiKeys\\V2\xea\x02\x1aGoogle::Cloud::ApiKeys::V2b\x06proto3"
|
|
17
|
+
|
|
18
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
19
|
+
|
|
20
|
+
begin
|
|
21
|
+
pool.add_serialized_file(descriptor_data)
|
|
22
|
+
rescue TypeError => e
|
|
23
|
+
# Compatibility code: will be removed in the next major version.
|
|
24
|
+
require 'google/protobuf/descriptor_pb'
|
|
25
|
+
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
26
|
+
parsed.clear_dependency
|
|
27
|
+
serialized = parsed.class.encode(parsed)
|
|
28
|
+
file = pool.add_serialized_file(serialized)
|
|
29
|
+
warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
|
|
30
|
+
imports = [
|
|
31
|
+
["google.api.apikeys.v2.Key", "google/api/apikeys/v2/resources.proto"],
|
|
32
|
+
["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"],
|
|
33
|
+
]
|
|
34
|
+
imports.each do |type_name, expected_filename|
|
|
35
|
+
import_file = pool.lookup(type_name).file_descriptor
|
|
36
|
+
if import_file.name != expected_filename
|
|
37
|
+
warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
|
|
57
38
|
end
|
|
58
39
|
end
|
|
40
|
+
warn "Each proto file must use a consistent fully-qualified name."
|
|
41
|
+
warn "This will become an error in the next major version."
|
|
59
42
|
end
|
|
60
43
|
|
|
61
44
|
module Google
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
3
|
# source: google/api/apikeys/v2/resources.proto
|
|
3
4
|
|
|
@@ -7,50 +8,32 @@ require 'google/api/field_behavior_pb'
|
|
|
7
8
|
require 'google/api/resource_pb'
|
|
8
9
|
require 'google/protobuf/timestamp_pb'
|
|
9
10
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
end
|
|
33
|
-
add_message "google.api.apikeys.v2.BrowserKeyRestrictions" do
|
|
34
|
-
repeated :allowed_referrers, :string, 1
|
|
35
|
-
end
|
|
36
|
-
add_message "google.api.apikeys.v2.ServerKeyRestrictions" do
|
|
37
|
-
repeated :allowed_ips, :string, 1
|
|
38
|
-
end
|
|
39
|
-
add_message "google.api.apikeys.v2.AndroidKeyRestrictions" do
|
|
40
|
-
repeated :allowed_applications, :message, 1, "google.api.apikeys.v2.AndroidApplication"
|
|
41
|
-
end
|
|
42
|
-
add_message "google.api.apikeys.v2.AndroidApplication" do
|
|
43
|
-
optional :sha1_fingerprint, :string, 1
|
|
44
|
-
optional :package_name, :string, 2
|
|
45
|
-
end
|
|
46
|
-
add_message "google.api.apikeys.v2.IosKeyRestrictions" do
|
|
47
|
-
repeated :allowed_bundle_ids, :string, 1
|
|
48
|
-
end
|
|
49
|
-
add_message "google.api.apikeys.v2.ApiTarget" do
|
|
50
|
-
optional :service, :string, 1
|
|
51
|
-
repeated :methods, :string, 2
|
|
11
|
+
|
|
12
|
+
descriptor_data = "\n%google/api/apikeys/v2/resources.proto\x12\x15google.api.apikeys.v2\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa2\x04\n\x03Key\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x17\n\nkey_string\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0b\x64\x65lete_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12@\n\x0b\x61nnotations\x18\x08 \x03(\x0b\x32+.google.api.apikeys.v2.Key.AnnotationsEntry\x12\x39\n\x0crestrictions\x18\t \x01(\x0b\x32#.google.api.apikeys.v2.Restrictions\x12\x11\n\x04\x65tag\x18\x0b \x01(\tB\x03\xe0\x41\x03\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:a\xea\x41^\n\x1a\x61pikeys.googleapis.com/Key\x12\x32projects/{project}/locations/{location}/keys/{key}*\x04keys2\x03keyR\x01\x01\"\x9e\x03\n\x0cRestrictions\x12Q\n\x18\x62rowser_key_restrictions\x18\x01 \x01(\x0b\x32-.google.api.apikeys.v2.BrowserKeyRestrictionsH\x00\x12O\n\x17server_key_restrictions\x18\x02 \x01(\x0b\x32,.google.api.apikeys.v2.ServerKeyRestrictionsH\x00\x12Q\n\x18\x61ndroid_key_restrictions\x18\x03 \x01(\x0b\x32-.google.api.apikeys.v2.AndroidKeyRestrictionsH\x00\x12I\n\x14ios_key_restrictions\x18\x04 \x01(\x0b\x32).google.api.apikeys.v2.IosKeyRestrictionsH\x00\x12\x35\n\x0b\x61pi_targets\x18\x05 \x03(\x0b\x32 .google.api.apikeys.v2.ApiTargetB\x15\n\x13\x63lient_restrictions\"3\n\x16\x42rowserKeyRestrictions\x12\x19\n\x11\x61llowed_referrers\x18\x01 \x03(\t\",\n\x15ServerKeyRestrictions\x12\x13\n\x0b\x61llowed_ips\x18\x01 \x03(\t\"a\n\x16\x41ndroidKeyRestrictions\x12G\n\x14\x61llowed_applications\x18\x01 \x03(\x0b\x32).google.api.apikeys.v2.AndroidApplication\"D\n\x12\x41ndroidApplication\x12\x18\n\x10sha1_fingerprint\x18\x01 \x01(\t\x12\x14\n\x0cpackage_name\x18\x02 \x01(\t\"0\n\x12IosKeyRestrictions\x12\x1a\n\x12\x61llowed_bundle_ids\x18\x01 \x03(\t\"2\n\tApiTarget\x12\x0f\n\x07service\x18\x01 \x01(\t\x12\x14\n\x07methods\x18\x02 \x03(\tB\x03\xe0\x41\x01\x42\xb5\x01\n\x19\x63om.google.api.apikeys.v2B\x0eResourcesProtoP\x01Z5cloud.google.com/go/apikeys/apiv2/apikeyspb;apikeyspb\xaa\x02\x17Google.Cloud.ApiKeys.V2\xca\x02\x17Google\\Cloud\\ApiKeys\\V2\xea\x02\x1aGoogle::Cloud::ApiKeys::V2b\x06proto3"
|
|
13
|
+
|
|
14
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
15
|
+
|
|
16
|
+
begin
|
|
17
|
+
pool.add_serialized_file(descriptor_data)
|
|
18
|
+
rescue TypeError => e
|
|
19
|
+
# Compatibility code: will be removed in the next major version.
|
|
20
|
+
require 'google/protobuf/descriptor_pb'
|
|
21
|
+
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
22
|
+
parsed.clear_dependency
|
|
23
|
+
serialized = parsed.class.encode(parsed)
|
|
24
|
+
file = pool.add_serialized_file(serialized)
|
|
25
|
+
warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
|
|
26
|
+
imports = [
|
|
27
|
+
["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
|
|
28
|
+
]
|
|
29
|
+
imports.each do |type_name, expected_filename|
|
|
30
|
+
import_file = pool.lookup(type_name).file_descriptor
|
|
31
|
+
if import_file.name != expected_filename
|
|
32
|
+
warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
|
|
52
33
|
end
|
|
53
34
|
end
|
|
35
|
+
warn "Each proto file must use a consistent fully-qualified name."
|
|
36
|
+
warn "This will become an error in the next major version."
|
|
54
37
|
end
|
|
55
38
|
|
|
56
39
|
module Google
|
|
@@ -125,7 +125,7 @@ module Google
|
|
|
125
125
|
credentials = @config.credentials
|
|
126
126
|
# Use self-signed JWT if the endpoint is unchanged from default,
|
|
127
127
|
# but only if the default endpoint does not have a region prefix.
|
|
128
|
-
enable_self_signed_jwt = @config.endpoint ==
|
|
128
|
+
enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
|
|
129
129
|
!@config.endpoint.split(".").first.include?("-")
|
|
130
130
|
credentials ||= Credentials.default scope: @config.scope,
|
|
131
131
|
enable_self_signed_jwt: enable_self_signed_jwt
|
|
@@ -146,7 +146,8 @@ module Google
|
|
|
146
146
|
credentials: credentials,
|
|
147
147
|
endpoint: @config.endpoint,
|
|
148
148
|
channel_args: @config.channel_args,
|
|
149
|
-
interceptors: @config.interceptors
|
|
149
|
+
interceptors: @config.interceptors,
|
|
150
|
+
channel_pool_config: @config.channel_pool
|
|
150
151
|
)
|
|
151
152
|
end
|
|
152
153
|
|
|
@@ -969,9 +970,9 @@ module Google
|
|
|
969
970
|
# * (`String`) The path to a service account key file in JSON format
|
|
970
971
|
# * (`Hash`) A service account key as a Hash
|
|
971
972
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
972
|
-
# (see the [googleauth docs](https://
|
|
973
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
973
974
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
974
|
-
# (see the [signet docs](https://
|
|
975
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
975
976
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
976
977
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
977
978
|
# * (`nil`) indicating no credentials
|
|
@@ -1013,7 +1014,9 @@ module Google
|
|
|
1013
1014
|
class Configuration
|
|
1014
1015
|
extend ::Gapic::Config
|
|
1015
1016
|
|
|
1016
|
-
|
|
1017
|
+
DEFAULT_ENDPOINT = "apikeys.googleapis.com"
|
|
1018
|
+
|
|
1019
|
+
config_attr :endpoint, DEFAULT_ENDPOINT, ::String
|
|
1017
1020
|
config_attr :credentials, nil do |value|
|
|
1018
1021
|
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
1019
1022
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
|
@@ -1048,6 +1051,14 @@ module Google
|
|
|
1048
1051
|
end
|
|
1049
1052
|
end
|
|
1050
1053
|
|
|
1054
|
+
##
|
|
1055
|
+
# Configuration for the channel pool
|
|
1056
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
|
1057
|
+
#
|
|
1058
|
+
def channel_pool
|
|
1059
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
|
1060
|
+
end
|
|
1061
|
+
|
|
1051
1062
|
##
|
|
1052
1063
|
# Configuration RPC class for the ApiKeys API.
|
|
1053
1064
|
#
|
|
@@ -93,7 +93,8 @@ module Google
|
|
|
93
93
|
credentials: credentials,
|
|
94
94
|
endpoint: @config.endpoint,
|
|
95
95
|
channel_args: @config.channel_args,
|
|
96
|
-
interceptors: @config.interceptors
|
|
96
|
+
interceptors: @config.interceptors,
|
|
97
|
+
channel_pool_config: @config.channel_pool
|
|
97
98
|
)
|
|
98
99
|
|
|
99
100
|
# Used by an LRO wrapper for some methods of this service
|
|
@@ -620,9 +621,9 @@ module Google
|
|
|
620
621
|
# * (`String`) The path to a service account key file in JSON format
|
|
621
622
|
# * (`Hash`) A service account key as a Hash
|
|
622
623
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
623
|
-
# (see the [googleauth docs](https://
|
|
624
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
624
625
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
625
|
-
# (see the [signet docs](https://
|
|
626
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
626
627
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
627
628
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
628
629
|
# * (`nil`) indicating no credentials
|
|
@@ -664,7 +665,9 @@ module Google
|
|
|
664
665
|
class Configuration
|
|
665
666
|
extend ::Gapic::Config
|
|
666
667
|
|
|
667
|
-
|
|
668
|
+
DEFAULT_ENDPOINT = "apikeys.googleapis.com"
|
|
669
|
+
|
|
670
|
+
config_attr :endpoint, DEFAULT_ENDPOINT, ::String
|
|
668
671
|
config_attr :credentials, nil do |value|
|
|
669
672
|
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
670
673
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
|
@@ -699,6 +702,14 @@ module Google
|
|
|
699
702
|
end
|
|
700
703
|
end
|
|
701
704
|
|
|
705
|
+
##
|
|
706
|
+
# Configuration for the channel pool
|
|
707
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
|
708
|
+
#
|
|
709
|
+
def channel_pool
|
|
710
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
|
711
|
+
end
|
|
712
|
+
|
|
702
713
|
##
|
|
703
714
|
# Configuration RPC class for the Operations API.
|
|
704
715
|
#
|
|
@@ -121,7 +121,7 @@ module Google
|
|
|
121
121
|
credentials = @config.credentials
|
|
122
122
|
# Use self-signed JWT if the endpoint is unchanged from default,
|
|
123
123
|
# but only if the default endpoint does not have a region prefix.
|
|
124
|
-
enable_self_signed_jwt = @config.endpoint ==
|
|
124
|
+
enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
|
|
125
125
|
!@config.endpoint.split(".").first.include?("-")
|
|
126
126
|
credentials ||= Credentials.default scope: @config.scope,
|
|
127
127
|
enable_self_signed_jwt: enable_self_signed_jwt
|
|
@@ -194,6 +194,29 @@ module Google
|
|
|
194
194
|
# @return [::Gapic::Operation]
|
|
195
195
|
#
|
|
196
196
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
197
|
+
#
|
|
198
|
+
# @example Basic example
|
|
199
|
+
# require "google/cloud/api_keys/v2"
|
|
200
|
+
#
|
|
201
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
202
|
+
# client = Google::Cloud::ApiKeys::V2::ApiKeys::Rest::Client.new
|
|
203
|
+
#
|
|
204
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
205
|
+
# request = Google::Cloud::ApiKeys::V2::CreateKeyRequest.new
|
|
206
|
+
#
|
|
207
|
+
# # Call the create_key method.
|
|
208
|
+
# result = client.create_key request
|
|
209
|
+
#
|
|
210
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
|
211
|
+
# # check the status of an operation, cancel it, or wait for results.
|
|
212
|
+
# # Here is how to wait for a response.
|
|
213
|
+
# result.wait_until_done! timeout: 60
|
|
214
|
+
# if result.response?
|
|
215
|
+
# p result.response
|
|
216
|
+
# else
|
|
217
|
+
# puts "No response received."
|
|
218
|
+
# end
|
|
219
|
+
#
|
|
197
220
|
def create_key request, options = nil
|
|
198
221
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
199
222
|
|
|
@@ -268,6 +291,26 @@ module Google
|
|
|
268
291
|
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::ApiKeys::V2::Key>]
|
|
269
292
|
#
|
|
270
293
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
294
|
+
#
|
|
295
|
+
# @example Basic example
|
|
296
|
+
# require "google/cloud/api_keys/v2"
|
|
297
|
+
#
|
|
298
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
299
|
+
# client = Google::Cloud::ApiKeys::V2::ApiKeys::Rest::Client.new
|
|
300
|
+
#
|
|
301
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
302
|
+
# request = Google::Cloud::ApiKeys::V2::ListKeysRequest.new
|
|
303
|
+
#
|
|
304
|
+
# # Call the list_keys method.
|
|
305
|
+
# result = client.list_keys request
|
|
306
|
+
#
|
|
307
|
+
# # The returned object is of type Gapic::PagedEnumerable. You can iterate
|
|
308
|
+
# # over elements, and API calls will be issued to fetch pages as needed.
|
|
309
|
+
# result.each do |item|
|
|
310
|
+
# # Each element is of type ::Google::Cloud::ApiKeys::V2::Key.
|
|
311
|
+
# p item
|
|
312
|
+
# end
|
|
313
|
+
#
|
|
271
314
|
def list_keys request, options = nil
|
|
272
315
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
273
316
|
|
|
@@ -335,6 +378,22 @@ module Google
|
|
|
335
378
|
# @return [::Google::Cloud::ApiKeys::V2::Key]
|
|
336
379
|
#
|
|
337
380
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
381
|
+
#
|
|
382
|
+
# @example Basic example
|
|
383
|
+
# require "google/cloud/api_keys/v2"
|
|
384
|
+
#
|
|
385
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
386
|
+
# client = Google::Cloud::ApiKeys::V2::ApiKeys::Rest::Client.new
|
|
387
|
+
#
|
|
388
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
389
|
+
# request = Google::Cloud::ApiKeys::V2::GetKeyRequest.new
|
|
390
|
+
#
|
|
391
|
+
# # Call the get_key method.
|
|
392
|
+
# result = client.get_key request
|
|
393
|
+
#
|
|
394
|
+
# # The returned object is of type Google::Cloud::ApiKeys::V2::Key.
|
|
395
|
+
# p result
|
|
396
|
+
#
|
|
338
397
|
def get_key request, options = nil
|
|
339
398
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
340
399
|
|
|
@@ -400,6 +459,22 @@ module Google
|
|
|
400
459
|
# @return [::Google::Cloud::ApiKeys::V2::GetKeyStringResponse]
|
|
401
460
|
#
|
|
402
461
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
462
|
+
#
|
|
463
|
+
# @example Basic example
|
|
464
|
+
# require "google/cloud/api_keys/v2"
|
|
465
|
+
#
|
|
466
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
467
|
+
# client = Google::Cloud::ApiKeys::V2::ApiKeys::Rest::Client.new
|
|
468
|
+
#
|
|
469
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
470
|
+
# request = Google::Cloud::ApiKeys::V2::GetKeyStringRequest.new
|
|
471
|
+
#
|
|
472
|
+
# # Call the get_key_string method.
|
|
473
|
+
# result = client.get_key_string request
|
|
474
|
+
#
|
|
475
|
+
# # The returned object is of type Google::Cloud::ApiKeys::V2::GetKeyStringResponse.
|
|
476
|
+
# p result
|
|
477
|
+
#
|
|
403
478
|
def get_key_string request, options = nil
|
|
404
479
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
405
480
|
|
|
@@ -476,6 +551,29 @@ module Google
|
|
|
476
551
|
# @return [::Gapic::Operation]
|
|
477
552
|
#
|
|
478
553
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
554
|
+
#
|
|
555
|
+
# @example Basic example
|
|
556
|
+
# require "google/cloud/api_keys/v2"
|
|
557
|
+
#
|
|
558
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
559
|
+
# client = Google::Cloud::ApiKeys::V2::ApiKeys::Rest::Client.new
|
|
560
|
+
#
|
|
561
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
562
|
+
# request = Google::Cloud::ApiKeys::V2::UpdateKeyRequest.new
|
|
563
|
+
#
|
|
564
|
+
# # Call the update_key method.
|
|
565
|
+
# result = client.update_key request
|
|
566
|
+
#
|
|
567
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
|
568
|
+
# # check the status of an operation, cancel it, or wait for results.
|
|
569
|
+
# # Here is how to wait for a response.
|
|
570
|
+
# result.wait_until_done! timeout: 60
|
|
571
|
+
# if result.response?
|
|
572
|
+
# p result.response
|
|
573
|
+
# else
|
|
574
|
+
# puts "No response received."
|
|
575
|
+
# end
|
|
576
|
+
#
|
|
479
577
|
def update_key request, options = nil
|
|
480
578
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
481
579
|
|
|
@@ -546,6 +644,29 @@ module Google
|
|
|
546
644
|
# @return [::Gapic::Operation]
|
|
547
645
|
#
|
|
548
646
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
647
|
+
#
|
|
648
|
+
# @example Basic example
|
|
649
|
+
# require "google/cloud/api_keys/v2"
|
|
650
|
+
#
|
|
651
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
652
|
+
# client = Google::Cloud::ApiKeys::V2::ApiKeys::Rest::Client.new
|
|
653
|
+
#
|
|
654
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
655
|
+
# request = Google::Cloud::ApiKeys::V2::DeleteKeyRequest.new
|
|
656
|
+
#
|
|
657
|
+
# # Call the delete_key method.
|
|
658
|
+
# result = client.delete_key request
|
|
659
|
+
#
|
|
660
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
|
661
|
+
# # check the status of an operation, cancel it, or wait for results.
|
|
662
|
+
# # Here is how to wait for a response.
|
|
663
|
+
# result.wait_until_done! timeout: 60
|
|
664
|
+
# if result.response?
|
|
665
|
+
# p result.response
|
|
666
|
+
# else
|
|
667
|
+
# puts "No response received."
|
|
668
|
+
# end
|
|
669
|
+
#
|
|
549
670
|
def delete_key request, options = nil
|
|
550
671
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
551
672
|
|
|
@@ -612,6 +733,29 @@ module Google
|
|
|
612
733
|
# @return [::Gapic::Operation]
|
|
613
734
|
#
|
|
614
735
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
736
|
+
#
|
|
737
|
+
# @example Basic example
|
|
738
|
+
# require "google/cloud/api_keys/v2"
|
|
739
|
+
#
|
|
740
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
741
|
+
# client = Google::Cloud::ApiKeys::V2::ApiKeys::Rest::Client.new
|
|
742
|
+
#
|
|
743
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
744
|
+
# request = Google::Cloud::ApiKeys::V2::UndeleteKeyRequest.new
|
|
745
|
+
#
|
|
746
|
+
# # Call the undelete_key method.
|
|
747
|
+
# result = client.undelete_key request
|
|
748
|
+
#
|
|
749
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
|
750
|
+
# # check the status of an operation, cancel it, or wait for results.
|
|
751
|
+
# # Here is how to wait for a response.
|
|
752
|
+
# result.wait_until_done! timeout: 60
|
|
753
|
+
# if result.response?
|
|
754
|
+
# p result.response
|
|
755
|
+
# else
|
|
756
|
+
# puts "No response received."
|
|
757
|
+
# end
|
|
758
|
+
#
|
|
615
759
|
def undelete_key request, options = nil
|
|
616
760
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
617
761
|
|
|
@@ -679,6 +823,22 @@ module Google
|
|
|
679
823
|
# @return [::Google::Cloud::ApiKeys::V2::LookupKeyResponse]
|
|
680
824
|
#
|
|
681
825
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
826
|
+
#
|
|
827
|
+
# @example Basic example
|
|
828
|
+
# require "google/cloud/api_keys/v2"
|
|
829
|
+
#
|
|
830
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
831
|
+
# client = Google::Cloud::ApiKeys::V2::ApiKeys::Rest::Client.new
|
|
832
|
+
#
|
|
833
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
834
|
+
# request = Google::Cloud::ApiKeys::V2::LookupKeyRequest.new
|
|
835
|
+
#
|
|
836
|
+
# # Call the lookup_key method.
|
|
837
|
+
# result = client.lookup_key request
|
|
838
|
+
#
|
|
839
|
+
# # The returned object is of type Google::Cloud::ApiKeys::V2::LookupKeyResponse.
|
|
840
|
+
# p result
|
|
841
|
+
#
|
|
682
842
|
def lookup_key request, options = nil
|
|
683
843
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
684
844
|
|
|
@@ -752,9 +912,9 @@ module Google
|
|
|
752
912
|
# * (`String`) The path to a service account key file in JSON format
|
|
753
913
|
# * (`Hash`) A service account key as a Hash
|
|
754
914
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
755
|
-
# (see the [googleauth docs](https://
|
|
915
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
756
916
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
757
|
-
# (see the [signet docs](https://
|
|
917
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
758
918
|
# * (`nil`) indicating no credentials
|
|
759
919
|
# @return [::Object]
|
|
760
920
|
# @!attribute [rw] scope
|
|
@@ -787,7 +947,9 @@ module Google
|
|
|
787
947
|
class Configuration
|
|
788
948
|
extend ::Gapic::Config
|
|
789
949
|
|
|
790
|
-
|
|
950
|
+
DEFAULT_ENDPOINT = "apikeys.googleapis.com"
|
|
951
|
+
|
|
952
|
+
config_attr :endpoint, DEFAULT_ENDPOINT, ::String
|
|
791
953
|
config_attr :credentials, nil do |value|
|
|
792
954
|
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
793
955
|
allowed.any? { |klass| klass === value }
|
|
@@ -136,6 +136,26 @@ module Google
|
|
|
136
136
|
# @return [::Gapic::Operation]
|
|
137
137
|
#
|
|
138
138
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
139
|
+
#
|
|
140
|
+
# @example Basic example
|
|
141
|
+
# require "google/longrunning"
|
|
142
|
+
#
|
|
143
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
144
|
+
# client = Google::Longrunning::Operations::Rest::Client.new
|
|
145
|
+
#
|
|
146
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
147
|
+
# request = Google::Longrunning::ListOperationsRequest.new
|
|
148
|
+
#
|
|
149
|
+
# # Call the list_operations method.
|
|
150
|
+
# result = client.list_operations request
|
|
151
|
+
#
|
|
152
|
+
# # The returned object is of type Gapic::PagedEnumerable. You can iterate
|
|
153
|
+
# # over elements, and API calls will be issued to fetch pages as needed.
|
|
154
|
+
# result.each do |item|
|
|
155
|
+
# # Each element is of type ::Google::Longrunning::Operation.
|
|
156
|
+
# p item
|
|
157
|
+
# end
|
|
158
|
+
#
|
|
139
159
|
def list_operations request, options = nil
|
|
140
160
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
141
161
|
|
|
@@ -201,6 +221,29 @@ module Google
|
|
|
201
221
|
# @return [::Gapic::Operation]
|
|
202
222
|
#
|
|
203
223
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
224
|
+
#
|
|
225
|
+
# @example Basic example
|
|
226
|
+
# require "google/longrunning"
|
|
227
|
+
#
|
|
228
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
229
|
+
# client = Google::Longrunning::Operations::Rest::Client.new
|
|
230
|
+
#
|
|
231
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
232
|
+
# request = Google::Longrunning::GetOperationRequest.new
|
|
233
|
+
#
|
|
234
|
+
# # Call the get_operation method.
|
|
235
|
+
# result = client.get_operation request
|
|
236
|
+
#
|
|
237
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
|
238
|
+
# # check the status of an operation, cancel it, or wait for results.
|
|
239
|
+
# # Here is how to wait for a response.
|
|
240
|
+
# result.wait_until_done! timeout: 60
|
|
241
|
+
# if result.response?
|
|
242
|
+
# p result.response
|
|
243
|
+
# else
|
|
244
|
+
# puts "No response received."
|
|
245
|
+
# end
|
|
246
|
+
#
|
|
204
247
|
def get_operation request, options = nil
|
|
205
248
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
206
249
|
|
|
@@ -267,6 +310,22 @@ module Google
|
|
|
267
310
|
# @return [::Google::Protobuf::Empty]
|
|
268
311
|
#
|
|
269
312
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
313
|
+
#
|
|
314
|
+
# @example Basic example
|
|
315
|
+
# require "google/longrunning"
|
|
316
|
+
#
|
|
317
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
318
|
+
# client = Google::Longrunning::Operations::Rest::Client.new
|
|
319
|
+
#
|
|
320
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
321
|
+
# request = Google::Longrunning::DeleteOperationRequest.new
|
|
322
|
+
#
|
|
323
|
+
# # Call the delete_operation method.
|
|
324
|
+
# result = client.delete_operation request
|
|
325
|
+
#
|
|
326
|
+
# # The returned object is of type Google::Protobuf::Empty.
|
|
327
|
+
# p result
|
|
328
|
+
#
|
|
270
329
|
def delete_operation request, options = nil
|
|
271
330
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
272
331
|
|
|
@@ -338,6 +397,22 @@ module Google
|
|
|
338
397
|
# @return [::Google::Protobuf::Empty]
|
|
339
398
|
#
|
|
340
399
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
|
400
|
+
#
|
|
401
|
+
# @example Basic example
|
|
402
|
+
# require "google/longrunning"
|
|
403
|
+
#
|
|
404
|
+
# # Create a client object. The client can be reused for multiple calls.
|
|
405
|
+
# client = Google::Longrunning::Operations::Rest::Client.new
|
|
406
|
+
#
|
|
407
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
|
408
|
+
# request = Google::Longrunning::CancelOperationRequest.new
|
|
409
|
+
#
|
|
410
|
+
# # Call the cancel_operation method.
|
|
411
|
+
# result = client.cancel_operation request
|
|
412
|
+
#
|
|
413
|
+
# # The returned object is of type Google::Protobuf::Empty.
|
|
414
|
+
# p result
|
|
415
|
+
#
|
|
341
416
|
def cancel_operation request, options = nil
|
|
342
417
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
|
343
418
|
|
|
@@ -411,9 +486,9 @@ module Google
|
|
|
411
486
|
# * (`String`) The path to a service account key file in JSON format
|
|
412
487
|
# * (`Hash`) A service account key as a Hash
|
|
413
488
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
414
|
-
# (see the [googleauth docs](https://
|
|
489
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
415
490
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
416
|
-
# (see the [signet docs](https://
|
|
491
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
417
492
|
# * (`nil`) indicating no credentials
|
|
418
493
|
# @return [::Object]
|
|
419
494
|
# @!attribute [rw] scope
|
|
@@ -446,7 +521,9 @@ module Google
|
|
|
446
521
|
class Configuration
|
|
447
522
|
extend ::Gapic::Config
|
|
448
523
|
|
|
449
|
-
|
|
524
|
+
DEFAULT_ENDPOINT = "apikeys.googleapis.com"
|
|
525
|
+
|
|
526
|
+
config_attr :endpoint, DEFAULT_ENDPOINT, ::String
|
|
450
527
|
config_attr :credentials, nil do |value|
|
|
451
528
|
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
452
529
|
allowed.any? { |klass| klass === value }
|
|
@@ -567,7 +644,7 @@ module Google
|
|
|
567
644
|
|
|
568
645
|
verb, uri, query_string_params, body = OperationsServiceStub.transcode_list_operations_request request_pb
|
|
569
646
|
query_string_params = if query_string_params.any?
|
|
570
|
-
query_string_params.to_h { |p| p.split
|
|
647
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
571
648
|
else
|
|
572
649
|
{}
|
|
573
650
|
end
|
|
@@ -605,7 +682,7 @@ module Google
|
|
|
605
682
|
|
|
606
683
|
verb, uri, query_string_params, body = OperationsServiceStub.transcode_get_operation_request request_pb
|
|
607
684
|
query_string_params = if query_string_params.any?
|
|
608
|
-
query_string_params.to_h { |p| p.split
|
|
685
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
609
686
|
else
|
|
610
687
|
{}
|
|
611
688
|
end
|
|
@@ -643,7 +720,7 @@ module Google
|
|
|
643
720
|
|
|
644
721
|
verb, uri, query_string_params, body = OperationsServiceStub.transcode_delete_operation_request request_pb
|
|
645
722
|
query_string_params = if query_string_params.any?
|
|
646
|
-
query_string_params.to_h { |p| p.split
|
|
723
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
647
724
|
else
|
|
648
725
|
{}
|
|
649
726
|
end
|
|
@@ -681,7 +758,7 @@ module Google
|
|
|
681
758
|
|
|
682
759
|
verb, uri, query_string_params, body = OperationsServiceStub.transcode_cancel_operation_request request_pb
|
|
683
760
|
query_string_params = if query_string_params.any?
|
|
684
|
-
query_string_params.to_h { |p| p.split
|
|
761
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
685
762
|
else
|
|
686
763
|
{}
|
|
687
764
|
end
|
|
@@ -59,7 +59,7 @@ module Google
|
|
|
59
59
|
|
|
60
60
|
verb, uri, query_string_params, body = ServiceStub.transcode_create_key_request request_pb
|
|
61
61
|
query_string_params = if query_string_params.any?
|
|
62
|
-
query_string_params.to_h { |p| p.split
|
|
62
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
63
63
|
else
|
|
64
64
|
{}
|
|
65
65
|
end
|
|
@@ -97,7 +97,7 @@ module Google
|
|
|
97
97
|
|
|
98
98
|
verb, uri, query_string_params, body = ServiceStub.transcode_list_keys_request request_pb
|
|
99
99
|
query_string_params = if query_string_params.any?
|
|
100
|
-
query_string_params.to_h { |p| p.split
|
|
100
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
101
101
|
else
|
|
102
102
|
{}
|
|
103
103
|
end
|
|
@@ -135,7 +135,7 @@ module Google
|
|
|
135
135
|
|
|
136
136
|
verb, uri, query_string_params, body = ServiceStub.transcode_get_key_request request_pb
|
|
137
137
|
query_string_params = if query_string_params.any?
|
|
138
|
-
query_string_params.to_h { |p| p.split
|
|
138
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
139
139
|
else
|
|
140
140
|
{}
|
|
141
141
|
end
|
|
@@ -173,7 +173,7 @@ module Google
|
|
|
173
173
|
|
|
174
174
|
verb, uri, query_string_params, body = ServiceStub.transcode_get_key_string_request request_pb
|
|
175
175
|
query_string_params = if query_string_params.any?
|
|
176
|
-
query_string_params.to_h { |p| p.split
|
|
176
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
177
177
|
else
|
|
178
178
|
{}
|
|
179
179
|
end
|
|
@@ -211,7 +211,7 @@ module Google
|
|
|
211
211
|
|
|
212
212
|
verb, uri, query_string_params, body = ServiceStub.transcode_update_key_request request_pb
|
|
213
213
|
query_string_params = if query_string_params.any?
|
|
214
|
-
query_string_params.to_h { |p| p.split
|
|
214
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
215
215
|
else
|
|
216
216
|
{}
|
|
217
217
|
end
|
|
@@ -249,7 +249,7 @@ module Google
|
|
|
249
249
|
|
|
250
250
|
verb, uri, query_string_params, body = ServiceStub.transcode_delete_key_request request_pb
|
|
251
251
|
query_string_params = if query_string_params.any?
|
|
252
|
-
query_string_params.to_h { |p| p.split
|
|
252
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
253
253
|
else
|
|
254
254
|
{}
|
|
255
255
|
end
|
|
@@ -287,7 +287,7 @@ module Google
|
|
|
287
287
|
|
|
288
288
|
verb, uri, query_string_params, body = ServiceStub.transcode_undelete_key_request request_pb
|
|
289
289
|
query_string_params = if query_string_params.any?
|
|
290
|
-
query_string_params.to_h { |p| p.split
|
|
290
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
291
291
|
else
|
|
292
292
|
{}
|
|
293
293
|
end
|
|
@@ -325,7 +325,7 @@ module Google
|
|
|
325
325
|
|
|
326
326
|
verb, uri, query_string_params, body = ServiceStub.transcode_lookup_key_request request_pb
|
|
327
327
|
query_string_params = if query_string_params.any?
|
|
328
|
-
query_string_params.to_h { |p| p.split
|
|
328
|
+
query_string_params.to_h { |p| p.split "=", 2 }
|
|
329
329
|
else
|
|
330
330
|
{}
|
|
331
331
|
end
|
|
@@ -35,7 +35,9 @@ module Google
|
|
|
35
35
|
# Details about how and where to publish client libraries.
|
|
36
36
|
# @!attribute [rw] version
|
|
37
37
|
# @return [::String]
|
|
38
|
-
# Version of the API to apply these settings to.
|
|
38
|
+
# Version of the API to apply these settings to. This is the full protobuf
|
|
39
|
+
# package for the API, ending in the version element.
|
|
40
|
+
# Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
|
|
39
41
|
# @!attribute [rw] launch_stage
|
|
40
42
|
# @return [::Google::Api::LaunchStage]
|
|
41
43
|
# Launch stage of this version of the API.
|
|
@@ -81,7 +83,7 @@ module Google
|
|
|
81
83
|
# long-running operation pattern.
|
|
82
84
|
# @!attribute [rw] new_issue_uri
|
|
83
85
|
# @return [::String]
|
|
84
|
-
# Link to a
|
|
86
|
+
# Link to a *public* URI where users can report issues. Example:
|
|
85
87
|
# https://issuetracker.google.com/issues/new?component=190865&template=1161103
|
|
86
88
|
# @!attribute [rw] documentation_uri
|
|
87
89
|
# @return [::String]
|
|
@@ -111,6 +113,10 @@ module Google
|
|
|
111
113
|
# Client library settings. If the same version string appears multiple
|
|
112
114
|
# times in this list, then the last one wins. Settings from earlier
|
|
113
115
|
# settings with the same version string are discarded.
|
|
116
|
+
# @!attribute [rw] proto_reference_documentation_uri
|
|
117
|
+
# @return [::String]
|
|
118
|
+
# Optional link to proto reference documentation. Example:
|
|
119
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
|
114
120
|
class Publishing
|
|
115
121
|
include ::Google::Protobuf::MessageExts
|
|
116
122
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -203,9 +209,57 @@ module Google
|
|
|
203
209
|
# @!attribute [rw] common
|
|
204
210
|
# @return [::Google::Api::CommonLanguageSettings]
|
|
205
211
|
# Some settings.
|
|
212
|
+
# @!attribute [rw] renamed_services
|
|
213
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
214
|
+
# Map from original service names to renamed versions.
|
|
215
|
+
# This is used when the default generated types
|
|
216
|
+
# would cause a naming conflict. (Neither name is
|
|
217
|
+
# fully-qualified.)
|
|
218
|
+
# Example: Subscriber to SubscriberServiceApi.
|
|
219
|
+
# @!attribute [rw] renamed_resources
|
|
220
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
221
|
+
# Map from full resource types to the effective short name
|
|
222
|
+
# for the resource. This is used when otherwise resource
|
|
223
|
+
# named from different services would cause naming collisions.
|
|
224
|
+
# Example entry:
|
|
225
|
+
# "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
|
|
226
|
+
# @!attribute [rw] ignored_resources
|
|
227
|
+
# @return [::Array<::String>]
|
|
228
|
+
# List of full resource types to ignore during generation.
|
|
229
|
+
# This is typically used for API-specific Location resources,
|
|
230
|
+
# which should be handled by the generator as if they were actually
|
|
231
|
+
# the common Location resources.
|
|
232
|
+
# Example entry: "documentai.googleapis.com/Location"
|
|
233
|
+
# @!attribute [rw] forced_namespace_aliases
|
|
234
|
+
# @return [::Array<::String>]
|
|
235
|
+
# Namespaces which must be aliased in snippets due to
|
|
236
|
+
# a known (but non-generator-predictable) naming collision
|
|
237
|
+
# @!attribute [rw] handwritten_signatures
|
|
238
|
+
# @return [::Array<::String>]
|
|
239
|
+
# Method signatures (in the form "service.method(signature)")
|
|
240
|
+
# which are provided separately, so shouldn't be generated.
|
|
241
|
+
# Snippets *calling* these methods are still generated, however.
|
|
206
242
|
class DotnetSettings
|
|
207
243
|
include ::Google::Protobuf::MessageExts
|
|
208
244
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
245
|
+
|
|
246
|
+
# @!attribute [rw] key
|
|
247
|
+
# @return [::String]
|
|
248
|
+
# @!attribute [rw] value
|
|
249
|
+
# @return [::String]
|
|
250
|
+
class RenamedServicesEntry
|
|
251
|
+
include ::Google::Protobuf::MessageExts
|
|
252
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
253
|
+
end
|
|
254
|
+
|
|
255
|
+
# @!attribute [rw] key
|
|
256
|
+
# @return [::String]
|
|
257
|
+
# @!attribute [rw] value
|
|
258
|
+
# @return [::String]
|
|
259
|
+
class RenamedResourcesEntry
|
|
260
|
+
include ::Google::Protobuf::MessageExts
|
|
261
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
262
|
+
end
|
|
209
263
|
end
|
|
210
264
|
|
|
211
265
|
# Settings for Ruby client libraries.
|
|
@@ -240,8 +294,8 @@ module Google
|
|
|
240
294
|
# Example of a YAML configuration::
|
|
241
295
|
#
|
|
242
296
|
# publishing:
|
|
243
|
-
#
|
|
244
|
-
# - selector:
|
|
297
|
+
# method_settings:
|
|
298
|
+
# - selector: google.cloud.speech.v2.Speech.BatchRecognize
|
|
245
299
|
# long_running:
|
|
246
300
|
# initial_poll_delay:
|
|
247
301
|
# seconds: 60 # 1 minute
|
|
@@ -299,6 +353,15 @@ module Google
|
|
|
299
353
|
|
|
300
354
|
# Street View Org.
|
|
301
355
|
STREET_VIEW = 4
|
|
356
|
+
|
|
357
|
+
# Shopping Org.
|
|
358
|
+
SHOPPING = 5
|
|
359
|
+
|
|
360
|
+
# Geo Org.
|
|
361
|
+
GEO = 6
|
|
362
|
+
|
|
363
|
+
# Generative AI - https://developers.generativeai.google
|
|
364
|
+
GENERATIVE_AI = 7
|
|
302
365
|
end
|
|
303
366
|
|
|
304
367
|
# To where should client libraries be published?
|
|
@@ -66,6 +66,20 @@ module Google
|
|
|
66
66
|
# a non-empty value will be returned. The user will not be aware of what
|
|
67
67
|
# non-empty value to expect.
|
|
68
68
|
NON_EMPTY_DEFAULT = 7
|
|
69
|
+
|
|
70
|
+
# Denotes that the field in a resource (a message annotated with
|
|
71
|
+
# google.api.resource) is used in the resource name to uniquely identify the
|
|
72
|
+
# resource. For AIP-compliant APIs, this should only be applied to the
|
|
73
|
+
# `name` field on the resource.
|
|
74
|
+
#
|
|
75
|
+
# This behavior should not be applied to references to other resources within
|
|
76
|
+
# the message.
|
|
77
|
+
#
|
|
78
|
+
# The identifier field of resources often have different field behavior
|
|
79
|
+
# depending on the request it is embedded in (e.g. for Create methods name
|
|
80
|
+
# is optional and unused, while for Update methods it is required). Instead
|
|
81
|
+
# of method-specific annotations, only `IDENTIFIER` is required.
|
|
82
|
+
IDENTIFIER = 8
|
|
69
83
|
end
|
|
70
84
|
end
|
|
71
85
|
end
|
|
@@ -43,8 +43,12 @@ module Google
|
|
|
43
43
|
# if (any.is(Foo.class)) {
|
|
44
44
|
# foo = any.unpack(Foo.class);
|
|
45
45
|
# }
|
|
46
|
+
# // or ...
|
|
47
|
+
# if (any.isSameTypeAs(Foo.getDefaultInstance())) {
|
|
48
|
+
# foo = any.unpack(Foo.getDefaultInstance());
|
|
49
|
+
# }
|
|
46
50
|
#
|
|
47
|
-
#
|
|
51
|
+
# Example 3: Pack and unpack a message in Python.
|
|
48
52
|
#
|
|
49
53
|
# foo = Foo(...)
|
|
50
54
|
# any = Any()
|
|
@@ -54,7 +58,7 @@ module Google
|
|
|
54
58
|
# any.Unpack(foo)
|
|
55
59
|
# ...
|
|
56
60
|
#
|
|
57
|
-
#
|
|
61
|
+
# Example 4: Pack and unpack a message in Go
|
|
58
62
|
#
|
|
59
63
|
# foo := &pb.Foo{...}
|
|
60
64
|
# any, err := anypb.New(foo)
|
|
@@ -73,9 +77,8 @@ module Google
|
|
|
73
77
|
# in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
|
74
78
|
# name "y.z".
|
|
75
79
|
#
|
|
76
|
-
#
|
|
77
80
|
# JSON
|
|
78
|
-
#
|
|
81
|
+
# ====
|
|
79
82
|
# The JSON representation of an `Any` value uses the regular
|
|
80
83
|
# representation of the deserialized, embedded message, with an
|
|
81
84
|
# additional field `@type` which contains the type URL. Example:
|
|
@@ -69,7 +69,6 @@ module Google
|
|
|
69
69
|
# Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)
|
|
70
70
|
# .setNanos((int) ((millis % 1000) * 1000000)).build();
|
|
71
71
|
#
|
|
72
|
-
#
|
|
73
72
|
# Example 5: Compute Timestamp from Java `Instant.now()`.
|
|
74
73
|
#
|
|
75
74
|
# Instant now = Instant.now();
|
|
@@ -78,7 +77,6 @@ module Google
|
|
|
78
77
|
# Timestamp.newBuilder().setSeconds(now.getEpochSecond())
|
|
79
78
|
# .setNanos(now.getNano()).build();
|
|
80
79
|
#
|
|
81
|
-
#
|
|
82
80
|
# Example 6: Compute Timestamp from current time in Python.
|
|
83
81
|
#
|
|
84
82
|
# timestamp = Timestamp()
|
|
@@ -108,7 +106,7 @@ module Google
|
|
|
108
106
|
# [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
|
|
109
107
|
# the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
|
|
110
108
|
# the Joda Time's [`ISODateTimeFormat.dateTime()`](
|
|
111
|
-
# http://
|
|
109
|
+
# http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()
|
|
112
110
|
# ) to obtain a formatter capable of generating timestamps in this format.
|
|
113
111
|
# @!attribute [rw] seconds
|
|
114
112
|
# @return [::Integer]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-api_keys-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.20.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.20.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -219,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
219
219
|
- !ruby/object:Gem::Version
|
|
220
220
|
version: '0'
|
|
221
221
|
requirements: []
|
|
222
|
-
rubygems_version: 3.4.
|
|
222
|
+
rubygems_version: 3.4.19
|
|
223
223
|
signing_key:
|
|
224
224
|
specification_version: 4
|
|
225
225
|
summary: Manages the API keys associated with developer projects.
|