google-cloud-asset-v1 1.9.0 → 1.9.1
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 +4 -4
- data/README.md +0 -4
- data/lib/google/cloud/asset/v1/asset_service/client.rb +1 -1
- data/lib/google/cloud/asset/v1/asset_service/credentials.rb +1 -1
- data/lib/google/cloud/asset/v1/asset_service/operations.rb +1 -1
- data/lib/google/cloud/asset/v1/asset_service/paths.rb +1 -1
- data/lib/google/cloud/asset/v1/asset_service/rest/client.rb +1 -1
- data/lib/google/cloud/asset/v1/asset_service/rest/operations.rb +4 -4
- data/lib/google/cloud/asset/v1/asset_service/rest/service_stub.rb +1 -1
- data/lib/google/cloud/asset/v1/asset_service/rest.rb +1 -1
- data/lib/google/cloud/asset/v1/asset_service.rb +1 -1
- data/lib/google/cloud/asset/v1/asset_service_services_pb.rb +1 -1
- data/lib/google/cloud/asset/v1/rest.rb +1 -1
- data/lib/google/cloud/asset/v1/version.rb +1 -1
- data/lib/google/cloud/asset/v1.rb +1 -1
- data/lib/google-cloud-asset-v1.rb +1 -1
- data/proto_docs/google/api/client.rb +1 -1
- data/proto_docs/google/api/field_behavior.rb +1 -1
- data/proto_docs/google/api/launch_stage.rb +1 -1
- data/proto_docs/google/api/resource.rb +1 -1
- data/proto_docs/google/cloud/asset/v1/asset_enrichment_resourceowners.rb +1 -1
- data/proto_docs/google/cloud/asset/v1/asset_service.rb +1 -1
- data/proto_docs/google/cloud/asset/v1/assets.rb +1 -1
- data/proto_docs/google/cloud/orgpolicy/v1/orgpolicy.rb +1 -1
- data/proto_docs/google/cloud/osconfig/v1/inventory.rb +1 -1
- data/proto_docs/google/iam/v1/policy.rb +1 -1
- data/proto_docs/google/identity/accesscontextmanager/type/device_resources.rb +1 -1
- data/proto_docs/google/identity/accesscontextmanager/v1/access_level.rb +1 -1
- data/proto_docs/google/identity/accesscontextmanager/v1/access_policy.rb +1 -1
- data/proto_docs/google/identity/accesscontextmanager/v1/service_perimeter.rb +1 -1
- data/proto_docs/google/longrunning/operations.rb +1 -1
- data/proto_docs/google/protobuf/any.rb +1 -1
- data/proto_docs/google/protobuf/duration.rb +1 -1
- data/proto_docs/google/protobuf/empty.rb +1 -1
- data/proto_docs/google/protobuf/field_mask.rb +1 -1
- data/proto_docs/google/protobuf/struct.rb +1 -1
- data/proto_docs/google/protobuf/timestamp.rb +8 -7
- data/proto_docs/google/rpc/code.rb +1 -1
- data/proto_docs/google/rpc/status.rb +1 -1
- data/proto_docs/google/type/date.rb +1 -1
- data/proto_docs/google/type/expr.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2079b66c03076db4587b39d1d274f06251dd076f9d39d7115484398590390634
|
|
4
|
+
data.tar.gz: 54c0a1488e9f6370704b432bd90a4bc10a7f4968a5d86974990eea6dadc1f4ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e32824679d5d0b6feb13f7eaa9296a7d8eddcbeb261cbe87923393ee6799fd3727581dceace6a1d1bdd1485dfea22956d2c6ae64ceff9197283588d8ebb90577
|
|
7
|
+
data.tar.gz: 20b36dd6d4e3e790b3317294b34eaa3f48d72194fcbed301e281b9f8fbb905b86c5a4530b2211272de7e3e1676f01b26cfc102cd94d5c76b8597d2ee299be593
|
data/README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
The Cloud Asset API manages the history and inventory of Google Cloud resources.
|
|
4
4
|
|
|
5
|
-
A metadata inventory service that allows you to view, monitor, and analyze all your GCP and Anthos assets across projects and services.
|
|
6
5
|
|
|
7
6
|
https://github.com/googleapis/google-cloud-ruby
|
|
8
7
|
|
|
@@ -40,9 +39,6 @@ response = client.export_assets request
|
|
|
40
39
|
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-asset-v1/latest)
|
|
41
40
|
for class and method documentation.
|
|
42
41
|
|
|
43
|
-
See also the [Product Documentation](https://cloud.google.com/asset-inventory/)
|
|
44
|
-
for general usage information.
|
|
45
|
-
|
|
46
42
|
## Debug Logging
|
|
47
43
|
|
|
48
44
|
This library comes with opt-in Debug Logging that can help you troubleshoot
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
# Copyright
|
|
3
|
+
# Copyright 2026 Google LLC
|
|
4
4
|
#
|
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
# you may not use this file except in compliance with the License.
|
|
@@ -870,7 +870,7 @@ module Google
|
|
|
870
870
|
uri_method: :get,
|
|
871
871
|
uri_template: "/v1/{name}",
|
|
872
872
|
matches: [
|
|
873
|
-
["name", %r{^[^/]+/[^/]+/operations/[^/]+(
|
|
873
|
+
["name", %r{^[^/]+/[^/]+/operations/[^/]+(?:/(?<__wildcard__>.*))?$}, true]
|
|
874
874
|
]
|
|
875
875
|
)
|
|
876
876
|
transcoder.transcode request_pb
|
|
@@ -891,7 +891,7 @@ module Google
|
|
|
891
891
|
uri_method: :delete,
|
|
892
892
|
uri_template: "/v1/{name}",
|
|
893
893
|
matches: [
|
|
894
|
-
["name", %r{^operations(
|
|
894
|
+
["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
|
|
895
895
|
]
|
|
896
896
|
)
|
|
897
897
|
transcoder.transcode request_pb
|
|
@@ -913,7 +913,7 @@ module Google
|
|
|
913
913
|
uri_template: "/v1/{name}:cancel",
|
|
914
914
|
body: "*",
|
|
915
915
|
matches: [
|
|
916
|
-
["name", %r{^operations(
|
|
916
|
+
["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
|
|
917
917
|
]
|
|
918
918
|
)
|
|
919
919
|
transcoder.transcode request_pb
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# Source: google/cloud/asset/v1/asset_service.proto for package 'google.cloud.asset.v1'
|
|
3
3
|
# Original file comments:
|
|
4
|
-
# Copyright
|
|
4
|
+
# Copyright 2025 Google LLC
|
|
5
5
|
#
|
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
# Copyright
|
|
3
|
+
# Copyright 2026 Google LLC
|
|
4
4
|
#
|
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
# you may not use this file except in compliance with the License.
|
|
@@ -110,14 +110,15 @@ module Google
|
|
|
110
110
|
# ) to obtain a formatter capable of generating timestamps in this format.
|
|
111
111
|
# @!attribute [rw] seconds
|
|
112
112
|
# @return [::Integer]
|
|
113
|
-
# Represents seconds of UTC time since Unix epoch
|
|
114
|
-
#
|
|
115
|
-
# 9999-12-31T23:59:59Z
|
|
113
|
+
# Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must
|
|
114
|
+
# be between -315576000000 and 315576000000 inclusive (which corresponds to
|
|
115
|
+
# 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z).
|
|
116
116
|
# @!attribute [rw] nanos
|
|
117
117
|
# @return [::Integer]
|
|
118
|
-
# Non-negative fractions of a second at nanosecond resolution.
|
|
119
|
-
#
|
|
120
|
-
#
|
|
118
|
+
# Non-negative fractions of a second at nanosecond resolution. This field is
|
|
119
|
+
# the nanosecond portion of the duration, not an alternative to seconds.
|
|
120
|
+
# Negative second values with fractions must still have non-negative nanos
|
|
121
|
+
# values that count forward in time. Must be between 0 and 999,999,999
|
|
121
122
|
# inclusive.
|
|
122
123
|
class Timestamp
|
|
123
124
|
include ::Google::Protobuf::MessageExts
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-asset-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.
|
|
4
|
+
version: 1.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -91,10 +91,10 @@ dependencies:
|
|
|
91
91
|
- - "~>"
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
93
|
version: '1.11'
|
|
94
|
-
description:
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
94
|
+
description: The Cloud Asset API manages the history and inventory of Google Cloud
|
|
95
|
+
resources. Note that google-cloud-asset-v1 is a version-specific client library.
|
|
96
|
+
For most uses, we recommend installing the main client library google-cloud-asset
|
|
97
|
+
instead. See the readme for more details.
|
|
98
98
|
email: googleapis-packages@google.com
|
|
99
99
|
executables: []
|
|
100
100
|
extensions: []
|