google-cloud-commerce-consumer-procurement-v1 1.0.0 → 1.0.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: 8fcd1df89e3b71d4502d2b79e94f95e9c687c93a3cc25d11308cd0ba599c05cd
4
- data.tar.gz: a4c9d9556608d1a049c8bd0bd677223101bb05a4c0076f884161aa9f47e0a8a6
3
+ metadata.gz: 5c3f6a9b6c89a31dc78e83c74282b5f0c1750854978b1d10a6a136fd981ce9cb
4
+ data.tar.gz: 1441c7b45bbbc3cc554a82140e87d37d49372323b20b9bfdbd1c864e595d1ecb
5
5
  SHA512:
6
- metadata.gz: c55276dd42e2f4a868388afe462367e0c635126e0495eaebb0403a729b809c68de24b4fba6697c18c90e93ae6f4152ab03bebe6abc2a9b7a9d0ba001b59f19a0
7
- data.tar.gz: 63cfdff41322f1d19795a0a4e63303ad8301e6d247cc44e71040008a3155f0e6cdc546950c06bfd459bb314e9eaf33b177d6eb290c9e348004c7702960e497ca
6
+ metadata.gz: 1ac04442b92c72b710f4cf012aaf76b542ebb65cbc908c9738a79c40e840809d1729640a1dbf53f1623dad5f30ae9a0f08fdd6e7d0af96f2b02e7e69428dc9ce
7
+ data.tar.gz: a056bc3e7806a77672e2a102a448bc03e6b54a75c9e5f1156eca6a9b64de182098d7bbe041dba754464c307d06a2fe944d703b3e8c3eb6936d6a6ad33afb68f9
data/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  Enables consumers to procure products served by Cloud Marketplace platform.
4
4
 
5
- Enables consumers to procure products served by Cloud Marketplace platform.
6
5
 
7
6
  https://github.com/googleapis/google-cloud-ruby
8
7
 
@@ -23,7 +23,7 @@ module Google
23
23
  module Consumer
24
24
  module Procurement
25
25
  module V1
26
- VERSION = "1.0.0"
26
+ VERSION = "1.0.1"
27
27
  end
28
28
  end
29
29
  end
@@ -290,6 +290,13 @@ module Google
290
290
  # @return [::String]
291
291
  # The fully qualified name of the method, for which the options below apply.
292
292
  # This is used to find the method to apply the options.
293
+ #
294
+ # Example:
295
+ #
296
+ # publishing:
297
+ # method_settings:
298
+ # - selector: google.storage.control.v2.StorageControl.CreateFolder
299
+ # # method settings for CreateFolder...
293
300
  # @!attribute [rw] long_running
294
301
  # @return [::Google::Api::MethodSettings::LongRunning]
295
302
  # Describes settings to use for long-running operations when generating
@@ -298,17 +305,14 @@ module Google
298
305
  #
299
306
  # Example of a YAML configuration::
300
307
  #
301
- # publishing:
302
- # method_settings:
308
+ # publishing:
309
+ # method_settings:
303
310
  # - selector: google.cloud.speech.v2.Speech.BatchRecognize
304
311
  # long_running:
305
- # initial_poll_delay:
306
- # seconds: 60 # 1 minute
312
+ # initial_poll_delay: 60s # 1 minute
307
313
  # poll_delay_multiplier: 1.5
308
- # max_poll_delay:
309
- # seconds: 360 # 6 minutes
310
- # total_poll_timeout:
311
- # seconds: 54000 # 90 minutes
314
+ # max_poll_delay: 360s # 6 minutes
315
+ # total_poll_timeout: 54000s # 90 minutes
312
316
  # @!attribute [rw] auto_populated_fields
313
317
  # @return [::Array<::String>]
314
318
  # List of top-level fields of the request message, that should be
@@ -317,8 +321,8 @@ module Google
317
321
  #
318
322
  # Example of a YAML configuration:
319
323
  #
320
- # publishing:
321
- # method_settings:
324
+ # publishing:
325
+ # method_settings:
322
326
  # - selector: google.example.v1.ExampleService.CreateExample
323
327
  # auto_populated_fields:
324
328
  # - request_id
@@ -124,8 +124,13 @@ module Google
124
124
  # @return [::String]
125
125
  # The plural name used in the resource name and permission names, such as
126
126
  # 'projects' for the resource name of 'projects/\\{project}' and the permission
127
- # name of 'cloudresourcemanager.googleapis.com/projects.get'. It is the same
128
- # concept of the `plural` field in k8s CRD spec
127
+ # name of 'cloudresourcemanager.googleapis.com/projects.get'. One exception
128
+ # to this is for Nested Collections that have stuttering names, as defined
129
+ # in [AIP-122](https://google.aip.dev/122#nested-collections), where the
130
+ # collection ID in the resource name pattern does not necessarily directly
131
+ # match the `plural` value.
132
+ #
133
+ # It is the same concept of the `plural` field in k8s CRD spec
129
134
  # https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
130
135
  #
131
136
  # Note: The plural form is required even for singleton resources. See
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-commerce-consumer-procurement-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
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-07-10 00:00:00.000000000 Z
11
+ date: 2024-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common