google-cloud-container_analysis-v1 0.10.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e44e3ad463c0248cd208e0a604f683768293078c2febd44b4a2f89d25ef01c47
4
- data.tar.gz: 135cbaa00cb966aa849a3b2300f0e41c7cc48fd68982065dea6d214748afdf7c
3
+ metadata.gz: 552ec84af1cc849ae9d9515ff771057bca83301b3620d2ad28d6841fb2b33020
4
+ data.tar.gz: 3285b9029ffd892516d3b9494936649bb9237057d9796f1a7e0d82e5dcae6053
5
5
  SHA512:
6
- metadata.gz: 36d8529bfcb9e0546e602ec5039918b46199a19f6a42ee6f258c3da95a511d937be50d947db8568953d788781f31044e59c9dbb57cc8a52f6137e67407c9f0c3
7
- data.tar.gz: 6a56ecee70c399a5d60839b25c0498312ab893d528f9eac9aec669d9d4b10983fc7ea4871dcadc86709952dd58a402983e6743e4be8a6ef5ee955f8d943fde63
6
+ metadata.gz: 1e9af96c218453f1f82ed29e749f70463be5ebccc937c0ab79067fce9d0f2f366f1e0564202e8fff5e3e9eac72dd6402094b671aac2bb82d9a9d087a9dff9b1c
7
+ data.tar.gz: 1273491145088be60957fe4f10a5171f24a0fd171c9b0fadbb736950b48a22391814dc9015b5af275ffc039d6d118e5a8af9d8708a80ac423541f72d525c9fee
@@ -42,6 +42,9 @@ module Google
42
42
  # image with the vulnerability referring to that note.
43
43
  #
44
44
  class Client
45
+ # @private
46
+ API_VERSION = ""
47
+
45
48
  # @private
46
49
  DEFAULT_ENDPOINT_TEMPLATE = "containeranalysis.$UNIVERSE_DOMAIN$"
47
50
 
@@ -252,10 +255,11 @@ module Google
252
255
  # Customize the options with defaults
253
256
  metadata = @config.rpcs.set_iam_policy.metadata.to_h
254
257
 
255
- # Set x-goog-api-client and x-goog-user-project headers
258
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
256
259
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
257
260
  lib_name: @config.lib_name, lib_version: @config.lib_version,
258
261
  gapic_version: ::Google::Cloud::ContainerAnalysis::V1::VERSION
262
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
259
263
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
260
264
 
261
265
  header_params = {}
@@ -348,10 +352,11 @@ module Google
348
352
  # Customize the options with defaults
349
353
  metadata = @config.rpcs.get_iam_policy.metadata.to_h
350
354
 
351
- # Set x-goog-api-client and x-goog-user-project headers
355
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
352
356
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
353
357
  lib_name: @config.lib_name, lib_version: @config.lib_version,
354
358
  gapic_version: ::Google::Cloud::ContainerAnalysis::V1::VERSION
359
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
355
360
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
356
361
 
357
362
  header_params = {}
@@ -445,10 +450,11 @@ module Google
445
450
  # Customize the options with defaults
446
451
  metadata = @config.rpcs.test_iam_permissions.metadata.to_h
447
452
 
448
- # Set x-goog-api-client and x-goog-user-project headers
453
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
449
454
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
450
455
  lib_name: @config.lib_name, lib_version: @config.lib_version,
451
456
  gapic_version: ::Google::Cloud::ContainerAnalysis::V1::VERSION
457
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
452
458
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
453
459
 
454
460
  header_params = {}
@@ -533,10 +539,11 @@ module Google
533
539
  # Customize the options with defaults
534
540
  metadata = @config.rpcs.get_vulnerability_occurrences_summary.metadata.to_h
535
541
 
536
- # Set x-goog-api-client and x-goog-user-project headers
542
+ # Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
537
543
  metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
538
544
  lib_name: @config.lib_name, lib_version: @config.lib_version,
539
545
  gapic_version: ::Google::Cloud::ContainerAnalysis::V1::VERSION
546
+ metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
540
547
  metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
541
548
 
542
549
  header_params = {}
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ContainerAnalysis
23
23
  module V1
24
- VERSION = "0.10.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-container_analysis-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.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