google-apis-cloudasset_v1 0.17.0 → 0.18.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: d88dc96a81216adb745149d93c139c2193a37ae6882dab604c830207a7487ff5
4
- data.tar.gz: ce679245e486d7fdc851fa973ad614a6fd8c5fc4913dbb9f0eda4006b25928f7
3
+ metadata.gz: 7f7aea9e71e398bb4c3e5bce062c8248bdfcacc46f8cd8786236e172037bc0b1
4
+ data.tar.gz: aa07e8bfcf05fa5860cd82fbbcbf4b66e33ac2b180edb15676ebffa03fa60cce
5
5
  SHA512:
6
- metadata.gz: 26efe920a041a6582133f68de3d0a6f0aa8057187ac8f14b2adb4725c3d911ed6bd8113c774ca73092945164ebbffb0f8af10b7969e9c61146bcd454f14c1a9b
7
- data.tar.gz: 7af46196f3980d83a64c603ba553c183ab43f448844d42a03a4ebd18e921136fbffdaf690be0b15e49a2a7407412b0cddc7a3a2cecbd311dea41e053f1782fc7
6
+ metadata.gz: 5be3567c5655280736cf5b071665f5d7fd8c54ee1de4b4a2fa6bfcc1f780fc64cb5b4fa524d9abb64e004ef601f4b794de95e077efb827b710c95acba84417df
7
+ data.tar.gz: d6ce0742fbc4fb953f7e93adba8be27e09db0cede53d14bc9b40a0e9d140831b0cb67b61644bddca0c2c18c1e8b0d0dbfa1c2a146445b95ee2a5d0efb43a26e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.18.0 (2021-09-15)
4
+
5
+ * Regenerated from discovery document revision 20210910
6
+
3
7
  ### v0.17.0 (2021-09-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20210903
@@ -3659,13 +3659,13 @@ module Google
3659
3659
  end
3660
3660
  end
3661
3661
 
3662
- # An asset identify in Google Cloud which contains its name, type and ancestors.
3663
- # An asset can be any resource in the Google Cloud [resource hierarchy](https://
3664
- # cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy), a
3665
- # resource outside the Google Cloud resource hierarchy (such as Google
3666
- # Kubernetes Engine clusters and objects), or a policy (e.g. Cloud IAM policy).
3667
- # See [Supported asset types](https://cloud.google.com/asset-inventory/docs/
3668
- # supported-asset-types) for more information.
3662
+ # An asset identifier in Google Cloud which contains its name, type and
3663
+ # ancestors. An asset can be any resource in the Google Cloud [resource
3664
+ # hierarchy](https://cloud.google.com/resource-manager/docs/cloud-platform-
3665
+ # resource-hierarchy), a resource outside the Google Cloud resource hierarchy (
3666
+ # such as Google Kubernetes Engine clusters and objects), or a policy (e.g.
3667
+ # Cloud IAM policy). See [Supported asset types](https://cloud.google.com/asset-
3668
+ # inventory/docs/supported-asset-types) for more information.
3669
3669
  class RelatedAsset
3670
3670
  include Google::Apis::Core::Hashable
3671
3671
 
@@ -3925,7 +3925,7 @@ module Google
3925
3925
 
3926
3926
  # The create timestamp of this resource, at which the resource was created. The
3927
3927
  # granularity is in seconds. Timestamp.nanos will always be 0. This field is
3928
- # available only when the resource's proto contains it. To search against `
3928
+ # available only when the resource's Protobuf contains it. To search against `
3929
3929
  # create_time`: * use a field query. - value in seconds since unix epoch.
3930
3930
  # Example: `createTime > 1609459200` - value in date string. Example: `
3931
3931
  # createTime > 2021-01-01` - value in date-time string (must be quoted). Example:
@@ -3936,15 +3936,15 @@ module Google
3936
3936
 
3937
3937
  # One or more paragraphs of text description of this resource. Maximum length
3938
3938
  # could be up to 1M bytes. This field is available only when the resource's
3939
- # proto contains it. To search against the `description`: * use a field query.
3940
- # Example: `description:"important instance"` * use a free text query. Example: `
3941
- # "important instance"`
3939
+ # Protobuf contains it. To search against the `description`: * use a field query.
3940
+ # Example: `description:"important instance"` * use a free text query. Example:
3941
+ # `"important instance"`
3942
3942
  # Corresponds to the JSON property `description`
3943
3943
  # @return [String]
3944
3944
  attr_accessor :description
3945
3945
 
3946
3946
  # The display name of this resource. This field is available only when the
3947
- # resource's proto contains it. To search against the `display_name`: * use a
3947
+ # resource's Protobuf contains it. To search against the `display_name`: * use a
3948
3948
  # field query. Example: `displayName:"My Instance"` * use a free text query.
3949
3949
  # Example: `"My Instance"`
3950
3950
  # Corresponds to the JSON property `displayName`
@@ -3964,8 +3964,8 @@ module Google
3964
3964
  # projects.locations.keyRings.cryptoKeys) name or [CryptoKeyVersion](https://
3965
3965
  # cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.
3966
3966
  # cryptoKeys.cryptoKeyVersions) name. This field is available only when the
3967
- # resource's proto contains it. To search against the `kms_key`: * use a field
3968
- # query. Example: `kmsKey:key` * use a free text query. Example: `key`
3967
+ # resource's Protobuf contains it. To search against the `kms_key`: * use a
3968
+ # field query. Example: `kmsKey:key` * use a free text query. Example: `key`
3969
3969
  # Corresponds to the JSON property `kmsKey`
3970
3970
  # @return [String]
3971
3971
  attr_accessor :kms_key
@@ -3973,8 +3973,8 @@ module Google
3973
3973
  # Labels associated with this resource. See [Labelling and grouping GCP
3974
3974
  # resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-
3975
3975
  # your-google-cloud-platform-resources) for more information. This field is
3976
- # available only when the resource's proto contains it. To search against the `
3977
- # labels`: * use a field query: - query on any label's key or value. Example: `
3976
+ # available only when the resource's Protobuf contains it. To search against the
3977
+ # `labels`: * use a field query: - query on any label's key or value. Example: `
3978
3978
  # labels:prod` - query by a given label. Example: `labels.env:prod` - query by a
3979
3979
  # given label's existence. Example: `labels.env:*` * use a free text query.
3980
3980
  # Example: `prod`
@@ -3983,9 +3983,9 @@ module Google
3983
3983
  attr_accessor :labels
3984
3984
 
3985
3985
  # Location can be `global`, regional like `us-east1`, or zonal like `us-west1-b`.
3986
- # This field is available only when the resource's proto contains it. To search
3987
- # against the `location`: * use a field query. Example: `location:us-west*` *
3988
- # use a free text query. Example: `us-west*`
3986
+ # This field is available only when the resource's Protobuf contains it. To
3987
+ # search against the `location`: * use a field query. Example: `location:us-west*
3988
+ # ` * use a free text query. Example: `us-west*`
3989
3989
  # Corresponds to the JSON property `location`
3990
3990
  # @return [String]
3991
3991
  attr_accessor :location
@@ -4004,8 +4004,8 @@ module Google
4004
4004
  # type of annotations used to group GCP resources. See [Labelling GCP resources](
4005
4005
  # https://cloud.google.com/blog/products/gcp/labelling-and-grouping-your-google-
4006
4006
  # cloud-platform-resources) for more information. This field is available only
4007
- # when the resource's proto contains it. To search against the `network_tags`: *
4008
- # use a field query. Example: `networkTags:internal` * use a free text query.
4007
+ # when the resource's Protobuf contains it. To search against the `network_tags`:
4008
+ # * use a field query. Example: `networkTags:internal` * use a free text query.
4009
4009
  # Example: `internal`
4010
4010
  # Corresponds to the JSON property `networkTags`
4011
4011
  # @return [Array<String>]
@@ -4056,7 +4056,7 @@ module Google
4056
4056
 
4057
4057
  # The state of this resource. Different resources types have different state
4058
4058
  # definitions that are mapped from various fields of different resource types.
4059
- # This field is available only when the resource's proto contains it. Example:
4059
+ # This field is available only when the resource's Protobuf contains it. Example:
4060
4060
  # If the resource is an instance provided by Compute Engine, its state will
4061
4061
  # include PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED,
4062
4062
  # REPAIRING, and TERMINATED. See `status` definition in [API Reference](https://
@@ -4073,11 +4073,11 @@ module Google
4073
4073
 
4074
4074
  # The last update timestamp of this resource, at which the resource was last
4075
4075
  # modified or deleted. The granularity is in seconds. Timestamp.nanos will
4076
- # always be 0. This field is available only when the resource's proto contains
4077
- # it. To search against `update_time`: * use a field query. - value in seconds
4078
- # since unix epoch. Example: `updateTime < 1609459200` - value in date string.
4079
- # Example: `updateTime < 2021-01-01` - value in date-time string (must be quoted)
4080
- # . Example: `updateTime < "2021-01-01T00:00:00"`
4076
+ # always be 0. This field is available only when the resource's Protobuf
4077
+ # contains it. To search against `update_time`: * use a field query. - value in
4078
+ # seconds since unix epoch. Example: `updateTime < 1609459200` - value in date
4079
+ # string. Example: `updateTime < 2021-01-01` - value in date-time string (must
4080
+ # be quoted). Example: `updateTime < "2021-01-01T00:00:00"`
4081
4081
  # Corresponds to the JSON property `updateTime`
4082
4082
  # @return [String]
4083
4083
  attr_accessor :update_time
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210903"
25
+ REVISION = "20210910"
26
26
  end
27
27
  end
28
28
  end
@@ -624,11 +624,11 @@ module Google
624
624
  # BigQuery table. For Cloud Storage location destinations, the output format is
625
625
  # newline-delimited JSON. Each line represents a google.cloud.asset.v1.Asset in
626
626
  # the JSON format; for BigQuery table destinations, the output table stores the
627
- # fields in asset proto as columns. This API implements the google.longrunning.
628
- # Operation API , which allows you to keep track of the export. We recommend
629
- # intervals of at least 2 seconds with exponential retry to poll the export
630
- # operation result. For regular-size resource parent, the export operation
631
- # usually finishes within 5 minutes.
627
+ # fields in asset Protobuf as columns. This API implements the google.
628
+ # longrunning.Operation API, which allows you to keep track of the export. We
629
+ # recommend intervals of at least 2 seconds with exponential retry to poll the
630
+ # export operation result. For regular-size resource parent, the export
631
+ # operation usually finishes within 5 minutes.
632
632
  # @param [String] parent
633
633
  # Required. The relative name of the root asset. This can only be an
634
634
  # organization number (such as "organizations/123"), a project ID (such as "
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.17.0
4
+ version: 0.18.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: 2021-09-13 00:00:00.000000000 Z
11
+ date: 2021-09-20 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/master/generated/google-apis-cloudasset_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudasset_v1
63
63
  post_install_message:
64
64
  rdoc_options: []