google-apis-cloudasset_v1 0.42.0 → 0.45.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: 2390807afea251eded741715a6b0cb450a5f4e177d911f7463373d6680ad5d46
4
- data.tar.gz: 072bd8ddfb541573a3ae594da0e671cc1b71c6c9ed784f7987f33289c3b62869
3
+ metadata.gz: aca5dd33e60a29c9ba2a51ec337cd02c79a2670ed861cbf717d8a31e031b83b3
4
+ data.tar.gz: 97d78379a2707a56e78c429cf5a0454e8943108690ab517168826030c92018c3
5
5
  SHA512:
6
- metadata.gz: cdecf53b158f0b8358a14f32584f1930cdabe1cb2be6486387e9c3bed2ef9284dce6ec4d34df7bde2c5fcd97e02e2eed5056c2004ec6a9816c25a1abda06a54f
7
- data.tar.gz: 78a93f5b202243b69cf49cb132fae9da60736b406b4324f65a8ca150338a10916bb28fc06cec3a37d6c21bcaa18509e836efe196e365e8cc3444c0a1a666b428
6
+ metadata.gz: 690fc45110ba87cca153f7b5185a1bbac13e56d2a3836cce1acab95a900d7489460c4030c57387d9bf1d93b2e73b6916d2173abc9882b74c8572a8df84e52713
7
+ data.tar.gz: fc0a46e9d66f4f0a0f59c88b36eded605ce8dbeba2e8b9963a11009e49ee66ab73c92c33d3a846724ee83895491d18168fb337a3d778782a6d4a6feba6ba8e35
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.45.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220826
6
+
7
+ ### v0.44.0 (2022-08-24)
8
+
9
+ * Regenerated from discovery document revision 20220820
10
+
11
+ ### v0.43.0 (2022-08-09)
12
+
13
+ * Regenerated from discovery document revision 20220805
14
+
3
15
  ### v0.42.0 (2022-08-02)
4
16
 
5
17
  * Regenerated from discovery document revision 20220730
@@ -586,28 +586,33 @@ module Google
586
586
  # members` can have the following values: * `allUsers`: A special identifier
587
587
  # that represents anyone who is on the internet; with or without a Google
588
588
  # account. * `allAuthenticatedUsers`: A special identifier that represents
589
- # anyone who is authenticated with a Google account or a service account. * `
590
- # user:`emailid``: An email address that represents a specific Google account.
591
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
592
- # address that represents a service account. For example, `my-other-app@appspot.
593
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
594
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
595
- # `uniqueid``: An email address (plus unique identifier) representing a user
596
- # that has been recently deleted. For example, `alice@example.com?uid=
597
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
598
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
599
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
600
- # identifier) representing a service account that has been recently deleted. For
601
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
602
- # If the service account is undeleted, this value reverts to `serviceAccount:`
603
- # emailid`` and the undeleted service account retains the role in the binding. *
604
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
605
- # identifier) representing a Google group that has been recently deleted. For
606
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
607
- # recovered, this value reverts to `group:`emailid`` and the recovered group
608
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
609
- # primary) that represents all the users of that domain. For example, `google.
610
- # com` or `example.com`.
589
+ # anyone who is authenticated with a Google account or a service account. Does
590
+ # not include identities that come from external identity providers (IdPs)
591
+ # through identity federation. * `user:`emailid``: An email address that
592
+ # represents a specific Google account. For example, `alice@example.com` . * `
593
+ # serviceAccount:`emailid``: An email address that represents a Google service
594
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
595
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
596
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
597
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
598
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
599
+ # email address that represents a Google group. For example, `admins@example.com`
600
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
601
+ # identifier) representing a user that has been recently deleted. For example, `
602
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
603
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
604
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
605
+ # address (plus unique identifier) representing a service account that has been
606
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
607
+ # 123456789012345678901`. If the service account is undeleted, this value
608
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
609
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
610
+ # An email address (plus unique identifier) representing a Google group that has
611
+ # been recently deleted. For example, `admins@example.com?uid=
612
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
613
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
614
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
615
+ # of that domain. For example, `google.com` or `example.com`.
611
616
  # Corresponds to the JSON property `members`
612
617
  # @return [Array<String>]
613
618
  attr_accessor :members
@@ -4125,7 +4130,7 @@ module Google
4125
4130
  end
4126
4131
 
4127
4132
  # A result of Resource Search, containing information of a cloud resource. Next
4128
- # ID: 29
4133
+ # ID: 31
4129
4134
  class ResourceSearchResult
4130
4135
  include Google::Apis::Core::Hashable
4131
4136
 
@@ -4139,7 +4144,7 @@ module Google
4139
4144
  # search values of these fields through free text search. However, you should
4140
4145
  # not consume the field programically as the field names and values may change
4141
4146
  # as the GCP service updates to a new incompatible API version. To search
4142
- # against the `additional_attributes`: * use a free text query to match the
4147
+ # against the `additional_attributes`: * Use a free text query to match the
4143
4148
  # attributes values. Example: to search `additional_attributes = ` dnsName: "
4144
4149
  # foobar" ``, you can issue a query `foobar`.
4145
4150
  # Corresponds to the JSON property `additionalAttributes`
@@ -4147,7 +4152,7 @@ module Google
4147
4152
  attr_accessor :additional_attributes
4148
4153
 
4149
4154
  # The type of this resource. Example: `compute.googleapis.com/Disk`. To search
4150
- # against the `asset_type`: * specify the `asset_type` field in your search
4155
+ # against the `asset_type`: * Specify the `asset_type` field in your search
4151
4156
  # request.
4152
4157
  # Corresponds to the JSON property `assetType`
4153
4158
  # @return [String]
@@ -4165,7 +4170,7 @@ module Google
4165
4170
  # The create timestamp of this resource, at which the resource was created. The
4166
4171
  # granularity is in seconds. Timestamp.nanos will always be 0. This field is
4167
4172
  # available only when the resource's Protobuf contains it. To search against `
4168
- # create_time`: * use a field query. - value in seconds since unix epoch.
4173
+ # create_time`: * Use a field query. - value in seconds since unix epoch.
4169
4174
  # Example: `createTime > 1609459200` - value in date string. Example: `
4170
4175
  # createTime > 2021-01-01` - value in date-time string (must be quoted). Example:
4171
4176
  # `createTime > "2021-01-01T00:00:00"`
@@ -4175,16 +4180,16 @@ module Google
4175
4180
 
4176
4181
  # One or more paragraphs of text description of this resource. Maximum length
4177
4182
  # could be up to 1M bytes. This field is available only when the resource's
4178
- # Protobuf contains it. To search against the `description`: * use a field query.
4179
- # Example: `description:"important instance"` * use a free text query. Example:
4183
+ # Protobuf contains it. To search against the `description`: * Use a field query.
4184
+ # Example: `description:"important instance"` * Use a free text query. Example:
4180
4185
  # `"important instance"`
4181
4186
  # Corresponds to the JSON property `description`
4182
4187
  # @return [String]
4183
4188
  attr_accessor :description
4184
4189
 
4185
4190
  # The display name of this resource. This field is available only when the
4186
- # resource's Protobuf contains it. To search against the `display_name`: * use a
4187
- # field query. Example: `displayName:"My Instance"` * use a free text query.
4191
+ # resource's Protobuf contains it. To search against the `display_name`: * Use a
4192
+ # field query. Example: `displayName:"My Instance"` * Use a free text query.
4188
4193
  # Example: `"My Instance"`
4189
4194
  # Corresponds to the JSON property `displayName`
4190
4195
  # @return [String]
@@ -4192,8 +4197,8 @@ module Google
4192
4197
 
4193
4198
  # The folder(s) that this resource belongs to, in the form of folders/`
4194
4199
  # FOLDER_NUMBER`. This field is available when the resource belongs to one or
4195
- # more folders. To search against `folders`: * use a field query. Example: `
4196
- # folders:(123 OR 456)` * use a free text query. Example: `123` * specify the `
4200
+ # more folders. To search against `folders`: * Use a field query. Example: `
4201
+ # folders:(123 OR 456)` * Use a free text query. Example: `123` * Specify the `
4197
4202
  # scope` field as this folder in your search request.
4198
4203
  # Corresponds to the JSON property `folders`
4199
4204
  # @return [Array<String>]
@@ -4203,8 +4208,8 @@ module Google
4203
4208
  # projects.locations.keyRings.cryptoKeys) name or [CryptoKeyVersion](https://
4204
4209
  # cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.
4205
4210
  # cryptoKeys.cryptoKeyVersions) name. This field is available only when the
4206
- # resource's Protobuf contains it. To search against the `kms_key`: * use a
4207
- # field query. Example: `kmsKey:key` * use a free text query. Example: `key`
4211
+ # resource's Protobuf contains it. To search against the `kms_key`: * Use a
4212
+ # field query. Example: `kmsKey:key` * Use a free text query. Example: `key`
4208
4213
  # Corresponds to the JSON property `kmsKey`
4209
4214
  # @return [String]
4210
4215
  attr_accessor :kms_key
@@ -4213,9 +4218,9 @@ module Google
4213
4218
  # resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-
4214
4219
  # your-google-cloud-platform-resources) for more information. This field is
4215
4220
  # available only when the resource's Protobuf contains it. To search against the
4216
- # `labels`: * use a field query: - query on any label's key or value. Example: `
4221
+ # `labels`: * Use a field query: - query on any label's key or value. Example: `
4217
4222
  # labels:prod` - query by a given label. Example: `labels.env:prod` - query by a
4218
- # given label's existence. Example: `labels.env:*` * use a free text query.
4223
+ # given label's existence. Example: `labels.env:*` * Use a free text query.
4219
4224
  # Example: `prod`
4220
4225
  # Corresponds to the JSON property `labels`
4221
4226
  # @return [Hash<String,String>]
@@ -4223,8 +4228,8 @@ module Google
4223
4228
 
4224
4229
  # Location can be `global`, regional like `us-east1`, or zonal like `us-west1-b`.
4225
4230
  # This field is available only when the resource's Protobuf contains it. To
4226
- # search against the `location`: * use a field query. Example: `location:us-west*
4227
- # ` * use a free text query. Example: `us-west*`
4231
+ # search against the `location`: * Use a field query. Example: `location:us-west*
4232
+ # ` * Use a free text query. Example: `us-west*`
4228
4233
  # Corresponds to the JSON property `location`
4229
4234
  # @return [String]
4230
4235
  attr_accessor :location
@@ -4233,7 +4238,7 @@ module Google
4233
4238
  # projects/my_project_123/zones/zone1/instances/instance1`. See [Cloud Asset
4234
4239
  # Inventory Resource Name Format](https://cloud.google.com/asset-inventory/docs/
4235
4240
  # resource-name-format) for more information. To search against the `name`: *
4236
- # use a field query. Example: `name:instance1` * use a free text query. Example:
4241
+ # Use a field query. Example: `name:instance1` * Use a free text query. Example:
4237
4242
  # `instance1`
4238
4243
  # Corresponds to the JSON property `name`
4239
4244
  # @return [String]
@@ -4244,7 +4249,7 @@ module Google
4244
4249
  # https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-
4245
4250
  # cloud-platform-resources) for more information. This field is available only
4246
4251
  # when the resource's Protobuf contains it. To search against the `network_tags`:
4247
- # * use a field query. Example: `networkTags:internal` * use a free text query.
4252
+ # * Use a field query. Example: `networkTags:internal` * Use a free text query.
4248
4253
  # Example: `internal`
4249
4254
  # Corresponds to the JSON property `networkTags`
4250
4255
  # @return [Array<String>]
@@ -4252,24 +4257,24 @@ module Google
4252
4257
 
4253
4258
  # The organization that this resource belongs to, in the form of organizations/`
4254
4259
  # ORGANIZATION_NUMBER`. This field is available when the resource belongs to an
4255
- # organization. To search against `organization`: * use a field query. Example: `
4256
- # organization:123` * use a free text query. Example: `123` * specify the `scope`
4260
+ # organization. To search against `organization`: * Use a field query. Example: `
4261
+ # organization:123` * Use a free text query. Example: `123` * Specify the `scope`
4257
4262
  # field as this organization in your search request.
4258
4263
  # Corresponds to the JSON property `organization`
4259
4264
  # @return [String]
4260
4265
  attr_accessor :organization
4261
4266
 
4262
4267
  # The type of this resource's immediate parent, if there is one. To search
4263
- # against the `parent_asset_type`: * use a field query. Example: `
4264
- # parentAssetType:"cloudresourcemanager.googleapis.com/Project"` * use a free
4268
+ # against the `parent_asset_type`: * Use a field query. Example: `
4269
+ # parentAssetType:"cloudresourcemanager.googleapis.com/Project"` * Use a free
4265
4270
  # text query. Example: `cloudresourcemanager.googleapis.com/Project`
4266
4271
  # Corresponds to the JSON property `parentAssetType`
4267
4272
  # @return [String]
4268
4273
  attr_accessor :parent_asset_type
4269
4274
 
4270
4275
  # The full resource name of this resource's parent, if it has one. To search
4271
- # against the `parent_full_resource_name`: * use a field query. Example: `
4272
- # parentFullResourceName:"project-name"` * use a free text query. Example: `
4276
+ # against the `parent_full_resource_name`: * Use a field query. Example: `
4277
+ # parentFullResourceName:"project-name"` * Use a free text query. Example: `
4273
4278
  # project-name`
4274
4279
  # Corresponds to the JSON property `parentFullResourceName`
4275
4280
  # @return [String]
@@ -4277,8 +4282,8 @@ module Google
4277
4282
 
4278
4283
  # The project that this resource belongs to, in the form of projects/`
4279
4284
  # PROJECT_NUMBER`. This field is available when the resource belongs to a
4280
- # project. To search against `project`: * use a field query. Example: `project:
4281
- # 12345` * use a free text query. Example: `12345` * specify the `scope` field
4285
+ # project. To search against `project`: * Use a field query. Example: `project:
4286
+ # 12345` * Use a free text query. Example: `12345` * Specify the `scope` field
4282
4287
  # as this project in your search request.
4283
4288
  # Corresponds to the JSON property `project`
4284
4289
  # @return [String]
@@ -4304,31 +4309,31 @@ module Google
4304
4309
  # LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED and DELETE_IN_PROGRESS.
4305
4310
  # See `lifecycleState` definition in [API Reference](https://cloud.google.com/
4306
4311
  # resource-manager/reference/rest/v1/projects). To search against the `state`: *
4307
- # use a field query. Example: `state:RUNNING` * use a free text query. Example: `
4312
+ # Use a field query. Example: `state:RUNNING` * Use a free text query. Example: `
4308
4313
  # RUNNING`
4309
4314
  # Corresponds to the JSON property `state`
4310
4315
  # @return [String]
4311
4316
  attr_accessor :state
4312
4317
 
4313
4318
  # TagKey namespaced names, in the format of `ORG_ID`/`TAG_KEY_SHORT_NAME`. To
4314
- # search against the `tagKeys`: * use a field query. Example: - `tagKeys:"
4315
- # 123456789/env*"` - `tagKeys="123456789/env"` - `tagKeys:"env"` * use a free
4319
+ # search against the `tagKeys`: * Use a field query. Example: - `tagKeys:"
4320
+ # 123456789/env*"` - `tagKeys="123456789/env"` - `tagKeys:"env"` * Use a free
4316
4321
  # text query. Example: - `env`
4317
4322
  # Corresponds to the JSON property `tagKeys`
4318
4323
  # @return [Array<String>]
4319
4324
  attr_accessor :tag_keys
4320
4325
 
4321
4326
  # TagValue IDs, in the format of tagValues/`TAG_VALUE_ID`. To search against the
4322
- # `tagValueIds`: * use a field query. Example: - `tagValueIds:"456"` - `
4323
- # tagValueIds="tagValues/456"` * use a free text query. Example: - `456`
4327
+ # `tagValueIds`: * Use a field query. Example: - `tagValueIds:"456"` - `
4328
+ # tagValueIds="tagValues/456"` * Use a free text query. Example: - `456`
4324
4329
  # Corresponds to the JSON property `tagValueIds`
4325
4330
  # @return [Array<String>]
4326
4331
  attr_accessor :tag_value_ids
4327
4332
 
4328
4333
  # TagValue namespaced names, in the format of `ORG_ID`/`TAG_KEY_SHORT_NAME`/`
4329
- # TAG_VALUE_SHORT_NAME`. To search against the `tagValues`: * use a field query.
4334
+ # TAG_VALUE_SHORT_NAME`. To search against the `tagValues`: * Use a field query.
4330
4335
  # Example: - `tagValues:"env"` - `tagValues:"env/prod"` - `tagValues:"123456789/
4331
- # env/prod*"` - `tagValues="123456789/env/prod"` * use a free text query.
4336
+ # env/prod*"` - `tagValues="123456789/env/prod"` * Use a free text query.
4332
4337
  # Example: - `prod`
4333
4338
  # Corresponds to the JSON property `tagValues`
4334
4339
  # @return [Array<String>]
@@ -4337,7 +4342,7 @@ module Google
4337
4342
  # The last update timestamp of this resource, at which the resource was last
4338
4343
  # modified or deleted. The granularity is in seconds. Timestamp.nanos will
4339
4344
  # always be 0. This field is available only when the resource's Protobuf
4340
- # contains it. To search against `update_time`: * use a field query. - value in
4345
+ # contains it. To search against `update_time`: * Use a field query. - value in
4341
4346
  # seconds since unix epoch. Example: `updateTime < 1609459200` - value in date
4342
4347
  # string. Example: `updateTime < 2021-01-01` - value in date-time string (must
4343
4348
  # 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.42.0"
19
+ GEM_VERSION = "0.45.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 = "20220730"
25
+ REVISION = "20220826"
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.42.0
4
+ version: 0.45.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-08 00:00:00.000000000 Z
11
+ date: 2022-09-05 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.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.45.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: []