google-cloud-apigee_registry-v1 0.1.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eeb37353dcaee9ca5e88342aa06d53b733de6d362341eb0454ecc3233a313201
4
- data.tar.gz: 23bf5c7bcc64e420569e86942e964608f808896d9c1ddf88ef10e113e757ec55
3
+ metadata.gz: a174b4ad486edc576494eea3a5c603c1c619ea336e6eb6ee6dbe519b59b943b0
4
+ data.tar.gz: e833641d763563524b1bf0f4f28e317a61c8a0520d86913d4ba3566aa57d78ea
5
5
  SHA512:
6
- metadata.gz: '067884a1107e0a55e932007b73242693e13b4befe8ca805576ad7aee1d1febad36ec4524978057b6a19820692b5e5a72fc9c16dd5776f74e1c7542ea310d528e'
7
- data.tar.gz: 22f7429825eff03c924050532adc9813cd9a923dbfe7326803f2c7b54e7675e17701f53cf40b030e278e8be8defe38b8da5b267c13dacdca5de5474fe749d4a0
6
+ metadata.gz: bf5692a2d01d7d41326f42f5c22ba28017e90b99d045eec3b5f56d7fa496766c01e5ab88a4c3125952833825ef81315d5953c72b04532e7b7dca3b7225cfb23e
7
+ data.tar.gz: 7d453752840a4cfe2dbfc186f641430b3b47481c0757e12c4241a73a9c6b779583fae469edce2418524bd15db2d45fea5045d019086e9b47bdb45ba99ad7f0b9
data/README.md CHANGED
@@ -76,14 +76,14 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
76
76
 
77
77
  ## Supported Ruby Versions
78
78
 
79
- This library is supported on Ruby 2.5+.
79
+ This library is supported on Ruby 2.6+.
80
80
 
81
81
  Google provides official support for Ruby versions that are actively supported
82
82
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
83
- in security maintenance, and not end of life. Currently, this means Ruby 2.5
84
- and later. Older versions of Ruby _may_ still work, but are unsupported and not
85
- recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
86
- about the Ruby support schedule.
83
+ in security maintenance, and not end of life. Older versions of Ruby _may_
84
+ still work, but are unsupported and not recommended. See
85
+ https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
86
+ support schedule.
87
87
 
88
88
  ## Which client should I use?
89
89
 
@@ -19,7 +19,7 @@
19
19
  require "google/cloud/errors"
20
20
  require "google/cloud/apigeeregistry/v1/provisioning_service_pb"
21
21
  require "google/cloud/location"
22
- require "google/iam/v1/iam_policy"
22
+ require "google/iam/v1"
23
23
 
24
24
  module Google
25
25
  module Cloud
@@ -95,6 +95,9 @@ module Google
95
95
  channel_args: @config.channel_args,
96
96
  interceptors: @config.interceptors
97
97
  )
98
+
99
+ # Used by an LRO wrapper for some methods of this service
100
+ @operations_client = self
98
101
  end
99
102
 
100
103
  # Service calls