google-apis-cloudasset_v1 0.43.0 → 0.44.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: af31b3f97c1fb94d8bd4f8245de4478814aab290f8bb64674aaeb2d5968fd219
4
- data.tar.gz: eb7ce68717a2068cbc9159ec21aa243e201b1edef815a3d3d616221ed89a112f
3
+ metadata.gz: 68b772ffeb8ed0bd9aebae28d1b2794e1c84cc6a61526af7cc91d21d3fed0c46
4
+ data.tar.gz: a63d2e1809d8e142efa3d804d64a054ead44b94b9b0ea5cda289f288f9e60879
5
5
  SHA512:
6
- metadata.gz: 78837d833bc6d790bbea08b32868ec50da301f408cd3e8c2e7cae16dac968799d95ab4464dae1e3746442a527583c1493c3fd36f31e3dcacaa692b72d980bcaf
7
- data.tar.gz: '081ecf43358db6c49218c8a6f1051c6a07618ca463d449c89972fdc982a1166462efa57580362e2d2f0d823900782ac782576120f62b6c5eb1ba70564588627d'
6
+ metadata.gz: aa9c1725644f3f5939f2c5ad61a24d14d5f350d02a03dc8fcd82e609809c24446ccaa193b83761f1e7e2c5e3325f404ac1006040946562d4cc687f95a474431b
7
+ data.tar.gz: 1bc988de4acee703e1ea01dbe6428ea9a240367bb53182006eff9c20dedc17fda1facc5164f97e5d1c7c0731c727adab4072c3c32c0be91b0565330c879ccadc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.44.0 (2022-08-24)
4
+
5
+ * Regenerated from discovery document revision 20220820
6
+
3
7
  ### v0.43.0 (2022-08-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20220805
@@ -4128,7 +4128,7 @@ module Google
4128
4128
  end
4129
4129
 
4130
4130
  # A result of Resource Search, containing information of a cloud resource. Next
4131
- # ID: 29
4131
+ # ID: 31
4132
4132
  class ResourceSearchResult
4133
4133
  include Google::Apis::Core::Hashable
4134
4134
 
@@ -4142,7 +4142,7 @@ module Google
4142
4142
  # search values of these fields through free text search. However, you should
4143
4143
  # not consume the field programically as the field names and values may change
4144
4144
  # as the GCP service updates to a new incompatible API version. To search
4145
- # against the `additional_attributes`: * use a free text query to match the
4145
+ # against the `additional_attributes`: * Use a free text query to match the
4146
4146
  # attributes values. Example: to search `additional_attributes = ` dnsName: "
4147
4147
  # foobar" ``, you can issue a query `foobar`.
4148
4148
  # Corresponds to the JSON property `additionalAttributes`
@@ -4150,7 +4150,7 @@ module Google
4150
4150
  attr_accessor :additional_attributes
4151
4151
 
4152
4152
  # The type of this resource. Example: `compute.googleapis.com/Disk`. To search
4153
- # against the `asset_type`: * specify the `asset_type` field in your search
4153
+ # against the `asset_type`: * Specify the `asset_type` field in your search
4154
4154
  # request.
4155
4155
  # Corresponds to the JSON property `assetType`
4156
4156
  # @return [String]
@@ -4168,7 +4168,7 @@ module Google
4168
4168
  # The create timestamp of this resource, at which the resource was created. The
4169
4169
  # granularity is in seconds. Timestamp.nanos will always be 0. This field is
4170
4170
  # available only when the resource's Protobuf contains it. To search against `
4171
- # create_time`: * use a field query. - value in seconds since unix epoch.
4171
+ # create_time`: * Use a field query. - value in seconds since unix epoch.
4172
4172
  # Example: `createTime > 1609459200` - value in date string. Example: `
4173
4173
  # createTime > 2021-01-01` - value in date-time string (must be quoted). Example:
4174
4174
  # `createTime > "2021-01-01T00:00:00"`
@@ -4178,16 +4178,16 @@ module Google
4178
4178
 
4179
4179
  # One or more paragraphs of text description of this resource. Maximum length
4180
4180
  # could be up to 1M bytes. This field is available only when the resource's
4181
- # Protobuf contains it. To search against the `description`: * use a field query.
4182
- # Example: `description:"important instance"` * use a free text query. Example:
4181
+ # Protobuf contains it. To search against the `description`: * Use a field query.
4182
+ # Example: `description:"important instance"` * Use a free text query. Example:
4183
4183
  # `"important instance"`
4184
4184
  # Corresponds to the JSON property `description`
4185
4185
  # @return [String]
4186
4186
  attr_accessor :description
4187
4187
 
4188
4188
  # The display name of this resource. This field is available only when the
4189
- # resource's Protobuf contains it. To search against the `display_name`: * use a
4190
- # field query. Example: `displayName:"My Instance"` * use a free text query.
4189
+ # resource's Protobuf contains it. To search against the `display_name`: * Use a
4190
+ # field query. Example: `displayName:"My Instance"` * Use a free text query.
4191
4191
  # Example: `"My Instance"`
4192
4192
  # Corresponds to the JSON property `displayName`
4193
4193
  # @return [String]
@@ -4195,8 +4195,8 @@ module Google
4195
4195
 
4196
4196
  # The folder(s) that this resource belongs to, in the form of folders/`
4197
4197
  # FOLDER_NUMBER`. This field is available when the resource belongs to one or
4198
- # more folders. To search against `folders`: * use a field query. Example: `
4199
- # folders:(123 OR 456)` * use a free text query. Example: `123` * specify the `
4198
+ # more folders. To search against `folders`: * Use a field query. Example: `
4199
+ # folders:(123 OR 456)` * Use a free text query. Example: `123` * Specify the `
4200
4200
  # scope` field as this folder in your search request.
4201
4201
  # Corresponds to the JSON property `folders`
4202
4202
  # @return [Array<String>]
@@ -4206,8 +4206,8 @@ module Google
4206
4206
  # projects.locations.keyRings.cryptoKeys) name or [CryptoKeyVersion](https://
4207
4207
  # cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.
4208
4208
  # cryptoKeys.cryptoKeyVersions) name. This field is available only when the
4209
- # resource's Protobuf contains it. To search against the `kms_key`: * use a
4210
- # field query. Example: `kmsKey:key` * use a free text query. Example: `key`
4209
+ # resource's Protobuf contains it. To search against the `kms_key`: * Use a
4210
+ # field query. Example: `kmsKey:key` * Use a free text query. Example: `key`
4211
4211
  # Corresponds to the JSON property `kmsKey`
4212
4212
  # @return [String]
4213
4213
  attr_accessor :kms_key
@@ -4216,9 +4216,9 @@ module Google
4216
4216
  # resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-
4217
4217
  # your-google-cloud-platform-resources) for more information. This field is
4218
4218
  # available only when the resource's Protobuf contains it. To search against the
4219
- # `labels`: * use a field query: - query on any label's key or value. Example: `
4219
+ # `labels`: * Use a field query: - query on any label's key or value. Example: `
4220
4220
  # labels:prod` - query by a given label. Example: `labels.env:prod` - query by a
4221
- # given label's existence. Example: `labels.env:*` * use a free text query.
4221
+ # given label's existence. Example: `labels.env:*` * Use a free text query.
4222
4222
  # Example: `prod`
4223
4223
  # Corresponds to the JSON property `labels`
4224
4224
  # @return [Hash<String,String>]
@@ -4226,8 +4226,8 @@ module Google
4226
4226
 
4227
4227
  # Location can be `global`, regional like `us-east1`, or zonal like `us-west1-b`.
4228
4228
  # This field is available only when the resource's Protobuf contains it. To
4229
- # search against the `location`: * use a field query. Example: `location:us-west*
4230
- # ` * use a free text query. Example: `us-west*`
4229
+ # search against the `location`: * Use a field query. Example: `location:us-west*
4230
+ # ` * Use a free text query. Example: `us-west*`
4231
4231
  # Corresponds to the JSON property `location`
4232
4232
  # @return [String]
4233
4233
  attr_accessor :location
@@ -4236,7 +4236,7 @@ module Google
4236
4236
  # projects/my_project_123/zones/zone1/instances/instance1`. See [Cloud Asset
4237
4237
  # Inventory Resource Name Format](https://cloud.google.com/asset-inventory/docs/
4238
4238
  # resource-name-format) for more information. To search against the `name`: *
4239
- # use a field query. Example: `name:instance1` * use a free text query. Example:
4239
+ # Use a field query. Example: `name:instance1` * Use a free text query. Example:
4240
4240
  # `instance1`
4241
4241
  # Corresponds to the JSON property `name`
4242
4242
  # @return [String]
@@ -4247,7 +4247,7 @@ module Google
4247
4247
  # https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-
4248
4248
  # cloud-platform-resources) for more information. This field is available only
4249
4249
  # when the resource's Protobuf contains it. To search against the `network_tags`:
4250
- # * use a field query. Example: `networkTags:internal` * use a free text query.
4250
+ # * Use a field query. Example: `networkTags:internal` * Use a free text query.
4251
4251
  # Example: `internal`
4252
4252
  # Corresponds to the JSON property `networkTags`
4253
4253
  # @return [Array<String>]
@@ -4255,24 +4255,24 @@ module Google
4255
4255
 
4256
4256
  # The organization that this resource belongs to, in the form of organizations/`
4257
4257
  # ORGANIZATION_NUMBER`. This field is available when the resource belongs to an
4258
- # organization. To search against `organization`: * use a field query. Example: `
4259
- # organization:123` * use a free text query. Example: `123` * specify the `scope`
4258
+ # organization. To search against `organization`: * Use a field query. Example: `
4259
+ # organization:123` * Use a free text query. Example: `123` * Specify the `scope`
4260
4260
  # field as this organization in your search request.
4261
4261
  # Corresponds to the JSON property `organization`
4262
4262
  # @return [String]
4263
4263
  attr_accessor :organization
4264
4264
 
4265
4265
  # The type of this resource's immediate parent, if there is one. To search
4266
- # against the `parent_asset_type`: * use a field query. Example: `
4267
- # parentAssetType:"cloudresourcemanager.googleapis.com/Project"` * use a free
4266
+ # against the `parent_asset_type`: * Use a field query. Example: `
4267
+ # parentAssetType:"cloudresourcemanager.googleapis.com/Project"` * Use a free
4268
4268
  # text query. Example: `cloudresourcemanager.googleapis.com/Project`
4269
4269
  # Corresponds to the JSON property `parentAssetType`
4270
4270
  # @return [String]
4271
4271
  attr_accessor :parent_asset_type
4272
4272
 
4273
4273
  # The full resource name of this resource's parent, if it has one. To search
4274
- # against the `parent_full_resource_name`: * use a field query. Example: `
4275
- # parentFullResourceName:"project-name"` * use a free text query. Example: `
4274
+ # against the `parent_full_resource_name`: * Use a field query. Example: `
4275
+ # parentFullResourceName:"project-name"` * Use a free text query. Example: `
4276
4276
  # project-name`
4277
4277
  # Corresponds to the JSON property `parentFullResourceName`
4278
4278
  # @return [String]
@@ -4280,8 +4280,8 @@ module Google
4280
4280
 
4281
4281
  # The project that this resource belongs to, in the form of projects/`
4282
4282
  # PROJECT_NUMBER`. This field is available when the resource belongs to a
4283
- # project. To search against `project`: * use a field query. Example: `project:
4284
- # 12345` * use a free text query. Example: `12345` * specify the `scope` field
4283
+ # project. To search against `project`: * Use a field query. Example: `project:
4284
+ # 12345` * Use a free text query. Example: `12345` * Specify the `scope` field
4285
4285
  # as this project in your search request.
4286
4286
  # Corresponds to the JSON property `project`
4287
4287
  # @return [String]
@@ -4307,31 +4307,31 @@ module Google
4307
4307
  # LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and DELETE_IN_PROGRESS.
4308
4308
  # See `lifecycleState` definition in [API Reference](https://cloud.google.com/
4309
4309
  # resource-manager/reference/rest/v1/projects). To search against the `state`: *
4310
- # use a field query. Example: `state:RUNNING` * use a free text query. Example: `
4310
+ # Use a field query. Example: `state:RUNNING` * Use a free text query. Example: `
4311
4311
  # RUNNING`
4312
4312
  # Corresponds to the JSON property `state`
4313
4313
  # @return [String]
4314
4314
  attr_accessor :state
4315
4315
 
4316
4316
  # TagKey namespaced names, in the format of `ORG_ID`/`TAG_KEY_SHORT_NAME`. To
4317
- # search against the `tagKeys`: * use a field query. Example: - `tagKeys:"
4318
- # 123456789/env*"` - `tagKeys="123456789/env"` - `tagKeys:"env"` * use a free
4317
+ # search against the `tagKeys`: * Use a field query. Example: - `tagKeys:"
4318
+ # 123456789/env*"` - `tagKeys="123456789/env"` - `tagKeys:"env"` * Use a free
4319
4319
  # text query. Example: - `env`
4320
4320
  # Corresponds to the JSON property `tagKeys`
4321
4321
  # @return [Array<String>]
4322
4322
  attr_accessor :tag_keys
4323
4323
 
4324
4324
  # TagValue IDs, in the format of tagValues/`TAG_VALUE_ID`. To search against the
4325
- # `tagValueIds`: * use a field query. Example: - `tagValueIds:"456"` - `
4326
- # tagValueIds="tagValues/456"` * use a free text query. Example: - `456`
4325
+ # `tagValueIds`: * Use a field query. Example: - `tagValueIds:"456"` - `
4326
+ # tagValueIds="tagValues/456"` * Use a free text query. Example: - `456`
4327
4327
  # Corresponds to the JSON property `tagValueIds`
4328
4328
  # @return [Array<String>]
4329
4329
  attr_accessor :tag_value_ids
4330
4330
 
4331
4331
  # TagValue namespaced names, in the format of `ORG_ID`/`TAG_KEY_SHORT_NAME`/`
4332
- # TAG_VALUE_SHORT_NAME`. To search against the `tagValues`: * use a field query.
4332
+ # TAG_VALUE_SHORT_NAME`. To search against the `tagValues`: * Use a field query.
4333
4333
  # Example: - `tagValues:"env"` - `tagValues:"env/prod"` - `tagValues:"123456789/
4334
- # env/prod*"` - `tagValues="123456789/env/prod"` * use a free text query.
4334
+ # env/prod*"` - `tagValues="123456789/env/prod"` * Use a free text query.
4335
4335
  # Example: - `prod`
4336
4336
  # Corresponds to the JSON property `tagValues`
4337
4337
  # @return [Array<String>]
@@ -4340,7 +4340,7 @@ module Google
4340
4340
  # The last update timestamp of this resource, at which the resource was last
4341
4341
  # modified or deleted. The granularity is in seconds. Timestamp.nanos will
4342
4342
  # always be 0. This field is available only when the resource's Protobuf
4343
- # contains it. To search against `update_time`: * use a field query. - value in
4343
+ # contains it. To search against `update_time`: * Use a field query. - value in
4344
4344
  # seconds since unix epoch. Example: `updateTime < 1609459200` - value in date
4345
4345
  # string. Example: `updateTime < 2021-01-01` - value in date-time string (must
4346
4346
  # be quoted). Example: `updateTime < "2021-01-01T00:00:00"`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1
18
18
  # Version of the google-apis-cloudasset_v1 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220805"
25
+ REVISION = "20220820"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.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: 2022-08-15 00:00:00.000000000 Z
11
+ date: 2022-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.44.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1
63
63
  post_install_message:
64
64
  rdoc_options: []