Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions google-cloud-asset/.OwlBot.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions google-cloud-asset/.owlbot-manifest.json

This file was deleted.

2 changes: 1 addition & 1 deletion google-cloud-asset/.toys.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Copyright 2024 Google LLC
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
6 changes: 1 addition & 5 deletions google-cloud-asset/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Ruby Client for the Cloud Asset API

API Client library for the Cloud Asset API
The Cloud Asset API manages the history and inventory of Google Cloud resources.

A metadata inventory service that allows you to view, monitor, and analyze all your GCP and Anthos assets across projects and services.

Actual client classes for the various versions of this API are defined in
_versioned_ client gems, with names of the form `google-cloud-asset-v*`.
Expand All @@ -18,9 +17,6 @@ themselves can be found in the client library documentation for the versioned
client gems:
[google-cloud-asset-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-asset-v1/latest).

See also the [Product Documentation](https://cloud.google.com/asset-inventory/)
for more usage information.

## Quick Start

```
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-asset/Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Copyright 2020 Google LLC
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-asset/google-cloud-asset.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Gem::Specification.new do |gem|

gem.authors = ["Google LLC"]
gem.email = "googleapis-packages@google.com"
gem.description = "A metadata inventory service that allows you to view, monitor, and analyze all your GCP and Anthos assets across projects and services."
gem.summary = "API Client library for the Cloud Asset API"
gem.description = "The Cloud Asset API manages the history and inventory of Google Cloud resources."
gem.summary = "The Cloud Asset API manages the history and inventory of Google Cloud resources."
gem.homepage = "https://github.com/googleapis/google-cloud-ruby"
gem.license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion google-cloud-asset/lib/google-cloud-asset.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Copyright 2020 Google LLC
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-asset/lib/google/cloud/asset.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Copyright 2020 Google LLC
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Copyright 2020 Google LLC
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Copyright 2020 Google LLC
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-asset/test/helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Copyright 2020 Google LLC
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
13 changes: 13 additions & 0 deletions librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
language: ruby
version: v1.0.2-0.20260730005412-f52568e7df46
sources:
googleapis:
commit: 6145fa8cc2b137bf4c0ed114e2e39c1157ea9722
Expand All @@ -25,3 +26,15 @@ tools:
protoc:
version: "33.2"
sha256: b24b53f87c151bfd48b112fe4c3a6e6574e5198874f38036aff41df3456b8caf
libraries:
- name: google-cloud-asset
version: 1.10.0
apis:
- path: google/cloud/asset/v1
ruby:
ruby_cloud_opts:
ruby-cloud-env-prefix: ASSET
ruby-cloud-migration-version: "1.0"
ruby:
wrapper_of:
- v1:0.29
Loading