google-cloud-asset-v1 1.0.0 → 1.0.2

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: c4c9fc140675a4235b748e08a52d4442d0f9feca961dbe29a40f63c879f6d198
4
- data.tar.gz: e11b1eaa5f703d10dbc12b1a75d9b554839ce6e1a1205d51368d8334f70e5170
3
+ metadata.gz: ad66f055aea360a0e08c993c6a4e57209d0f3b1ff2e65775074a0d84a83fa4db
4
+ data.tar.gz: 7c8c141409003f3c29ad0dd8a72eeba96897ab840840934ecf704da8097a4060
5
5
  SHA512:
6
- metadata.gz: 33b5d7a114974550f1b20445503d7166eeca5afa3eb6ca468d1cbd3e84ab27e058748bf27490c66e9cb4170dbc32108c01b35c5037ac4bb7c2075d46eefe75f9
7
- data.tar.gz: 52f66519c30854d182ef6203af69415ff5c8021455ef2dee34018b5574e10b3bc46c9eed2ebc11ceec513a1eb0fa2de2d5966edf9f4b01a143fa65d7ab5f3f4b
6
+ metadata.gz: 0b7f9ce267b5182d9d2f27ba0fe05077052fcb4f1d95e081d5f961329541f0081b0b25b6ef10e02e92a6c4822317906f3f13ecf6ddbdb3da26c622aacc3873fb
7
+ data.tar.gz: 24f994b0109d7edfaed0b678f19c3036d96dd57d083c339bce3055e5fc64a9ff8e596db53edca0b7c911dd2ff73e3c38472e7fd927c1cc8fc87da912b9ae2958
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Asset
23
23
  module V1
24
- VERSION = "1.0.0"
24
+ VERSION = "1.0.2"
25
25
  end
26
26
  end
27
27
  end
@@ -196,9 +196,26 @@ module Google
196
196
  # @!attribute [rw] common
197
197
  # @return [::Google::Api::CommonLanguageSettings]
198
198
  # Some settings.
199
+ # @!attribute [rw] experimental_features
200
+ # @return [::Google::Api::PythonSettings::ExperimentalFeatures]
201
+ # Experimental features to be included during client library generation.
199
202
  class PythonSettings
200
203
  include ::Google::Protobuf::MessageExts
201
204
  extend ::Google::Protobuf::MessageExts::ClassMethods
205
+
206
+ # Experimental features to be included during client library generation.
207
+ # These fields will be deprecated once the feature graduates and is enabled
208
+ # by default.
209
+ # @!attribute [rw] rest_async_io_enabled
210
+ # @return [::Boolean]
211
+ # Enables generation of asynchronous REST clients if `rest` transport is
212
+ # enabled. By default, asynchronous REST clients will not be generated.
213
+ # This feature will be enabled by default 1 month after launching the
214
+ # feature in preview packages.
215
+ class ExperimentalFeatures
216
+ include ::Google::Protobuf::MessageExts
217
+ extend ::Google::Protobuf::MessageExts::ClassMethods
218
+ end
202
219
  end
203
220
 
204
221
  # Settings for Node client libraries.
@@ -290,6 +307,13 @@ module Google
290
307
  # @return [::String]
291
308
  # The fully qualified name of the method, for which the options below apply.
292
309
  # This is used to find the method to apply the options.
310
+ #
311
+ # Example:
312
+ #
313
+ # publishing:
314
+ # method_settings:
315
+ # - selector: google.storage.control.v2.StorageControl.CreateFolder
316
+ # # method settings for CreateFolder...
293
317
  # @!attribute [rw] long_running
294
318
  # @return [::Google::Api::MethodSettings::LongRunning]
295
319
  # Describes settings to use for long-running operations when generating
@@ -298,17 +322,14 @@ module Google
298
322
  #
299
323
  # Example of a YAML configuration::
300
324
  #
301
- # publishing:
302
- # method_settings:
325
+ # publishing:
326
+ # method_settings:
303
327
  # - selector: google.cloud.speech.v2.Speech.BatchRecognize
304
328
  # long_running:
305
- # initial_poll_delay:
306
- # seconds: 60 # 1 minute
329
+ # initial_poll_delay: 60s # 1 minute
307
330
  # poll_delay_multiplier: 1.5
308
- # max_poll_delay:
309
- # seconds: 360 # 6 minutes
310
- # total_poll_timeout:
311
- # seconds: 54000 # 90 minutes
331
+ # max_poll_delay: 360s # 6 minutes
332
+ # total_poll_timeout: 54000s # 90 minutes
312
333
  # @!attribute [rw] auto_populated_fields
313
334
  # @return [::Array<::String>]
314
335
  # List of top-level fields of the request message, that should be
@@ -317,8 +338,8 @@ module Google
317
338
  #
318
339
  # Example of a YAML configuration:
319
340
  #
320
- # publishing:
321
- # method_settings:
341
+ # publishing:
342
+ # method_settings:
322
343
  # - selector: google.example.v1.ExampleService.CreateExample
323
344
  # auto_populated_fields:
324
345
  # - 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
@@ -1728,10 +1728,12 @@ module Google
1728
1728
  # @return [::Boolean]
1729
1729
  # The query response, which can be either an `error` or a valid `response`.
1730
1730
  #
1731
- # If `done` == `false` and the query result is being saved in a output, the
1731
+ # If `done` == `false` and the query result is being saved in an output, the
1732
1732
  # output_config field will be set.
1733
1733
  # If `done` == `true`, exactly one of
1734
1734
  # `error`, `query_result` or `output_config` will be set.
1735
+ # [done] is unset unless the [QueryAssetsResponse] contains a
1736
+ # [QueryAssetsResponse.job_reference].
1735
1737
  # @!attribute [rw] error
1736
1738
  # @return [::Google::Rpc::Status]
1737
1739
  # Error status.
@@ -1740,8 +1742,9 @@ module Google
1740
1742
  # Result of the query.
1741
1743
  # @!attribute [rw] output_config
1742
1744
  # @return [::Google::Cloud::Asset::V1::QueryAssetsOutputConfig]
1743
- # Output configuration which indicates instead of being returned in API
1744
- # response on the fly, the query result will be saved in a specific output.
1745
+ # Output configuration, which indicates that instead of being returned in
1746
+ # an API response on the fly, the query result will be saved in a specific
1747
+ # output.
1745
1748
  class QueryAssetsResponse
1746
1749
  include ::Google::Protobuf::MessageExts
1747
1750
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -341,7 +341,6 @@ module Google
341
341
  end
342
342
 
343
343
  # A result of Resource Search, containing information of a cloud resource.
344
- # Next ID: 34
345
344
  # @!attribute [rw] name
346
345
  # @return [::String]
347
346
  # The full resource name of this resource. Example:
@@ -425,8 +424,8 @@ module Google
425
424
  # * Use a free text query. Example: `us-west*`
426
425
  # @!attribute [rw] labels
427
426
  # @return [::Google::Protobuf::Map{::String => ::String}]
428
- # Labels associated with this resource. See [Labelling and grouping Google
429
- # Cloud
427
+ # User labels associated with this resource. See [Labelling and grouping
428
+ # Google Cloud
430
429
  # resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-cloud-platform-resources)
431
430
  # for more information. This field is available only when the resource's
432
431
  # Protobuf contains it.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-asset-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
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-08 00:00:00.000000000 Z
11
+ date: 2024-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common