google-cloud-policy_troubleshooter-v1 0.11.0 → 1.0.0

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: 67e310e4d78b10ead16e7f0c0127da0923a9add1cc61bea62cbc159f25f1bc4e
4
- data.tar.gz: a4b6d781e041ddee8a163c4750f7d5500b5abb0859862a86b9a4ef3bd797a419
3
+ metadata.gz: 341dbf1cb9a364d12344bf4eb177a1d26ded55dbd9f95c07123ea2a8681e1b56
4
+ data.tar.gz: 670c01fd04f4852e17dd0069c179902a9c17f5f916c092c59f6e3890bb2f2560
5
5
  SHA512:
6
- metadata.gz: 922e3a0f81b09a9dca531e43caec7b6452a33242cbb185dafdb0e0b24e0d99ee12711e4f81f16b5167a1bdf26f579eb5bdf5b3d079c0a8c4d752f20e38d94950
7
- data.tar.gz: b8b1e82eef565efb77c42fb364b0608b93189f72d83079e386d3c9af7fad4a2bc00155b6ab0819b4d62c51d4336f27480ffcedc4df88b343723bc69d47b38284
6
+ metadata.gz: 7b79188f6b30f709333dff631c0289054d8dc8f9409b689116ac3e4b2881c23e7dca16ec070107840e0129ba580c8ef7577a57a58b4803fee1c2158a7c76c7d3
7
+ data.tar.gz: 42744fe84b762fa2f208ee42dbc6587d6de2173d2af3bcf1d965f2319b5d1de66efb71f4b1ee313cbf2f47a95606f09b3cf114a6cdb3a6911940a7faf992cf72
@@ -32,6 +32,9 @@ module Google
32
32
  # This service helps you troubleshoot access issues for Google Cloud resources.
33
33
  #
34
34
  class Client
35
+ # @private
36
+ API_VERSION = ""
37
+
35
38
  # @private
36
39
  DEFAULT_ENDPOINT_TEMPLATE = "policytroubleshooter.$UNIVERSE_DOMAIN$"
37
40
 
@@ -225,10 +228,11 @@ module Google
225
228
  # Customize the options with defaults
226
229
  metadata = @config.rpcs.troubleshoot_iam_policy.metadata.to_h
227
230
 
228
- # Set x-goog-api-client and x-goog-user-project headers
231
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
229
232
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
230
233
  lib_name: @config.lib_name, lib_version: @config.lib_version,
231
234
  gapic_version: ::Google::Cloud::PolicyTroubleshooter::V1::VERSION
235
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
232
236
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
233
237
 
234
238
  options.apply_defaults timeout: @config.rpcs.troubleshoot_iam_policy.timeout,
@@ -34,6 +34,9 @@ module Google
34
34
  # This service helps you troubleshoot access issues for Google Cloud resources.
35
35
  #
36
36
  class Client
37
+ # @private
38
+ API_VERSION = ""
39
+
37
40
  # @private
38
41
  DEFAULT_ENDPOINT_TEMPLATE = "policytroubleshooter.$UNIVERSE_DOMAIN$"
39
42
 
@@ -217,12 +220,13 @@ module Google
217
220
  # Customize the options with defaults
218
221
  call_metadata = @config.rpcs.troubleshoot_iam_policy.metadata.to_h
219
222
 
220
- # Set x-goog-api-client and x-goog-user-project headers
223
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
221
224
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
222
225
  lib_name: @config.lib_name, lib_version: @config.lib_version,
223
226
  gapic_version: ::Google::Cloud::PolicyTroubleshooter::V1::VERSION,
224
227
  transports_version_send: [:rest]
225
228
 
229
+ call_metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
226
230
  call_metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
227
231
 
228
232
  options.apply_defaults timeout: @config.rpcs.troubleshoot_iam_policy.timeout,
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PolicyTroubleshooter
23
23
  module V1
24
- VERSION = "0.11.0"
24
+ VERSION = "1.0.0"
25
25
  end
26
26
  end
27
27
  end
@@ -118,6 +118,10 @@ module Google
118
118
  # @return [::String]
119
119
  # Optional link to proto reference documentation. Example:
120
120
  # https://cloud.google.com/pubsub/lite/docs/reference/rpc
121
+ # @!attribute [rw] rest_reference_documentation_uri
122
+ # @return [::String]
123
+ # Optional link to REST reference documentation. Example:
124
+ # https://cloud.google.com/pubsub/lite/docs/reference/rest
121
125
  class Publishing
122
126
  include ::Google::Protobuf::MessageExts
123
127
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-policy_troubleshooter-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 1.0.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: 2024-02-26 00:00:00.000000000 Z
11
+ date: 2024-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common