
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
google-cloud-compute-v1
Advanced tools
API Client library for the Google Cloud Compute V1 API
google-cloud-compute-v1 is the official client library for the Google Cloud Compute V1 API.
https://github.com/googleapis/google-cloud-ruby
$ gem install google-cloud-compute-v1
In order to use this library, you first need to go through the following steps:
require "google/cloud/compute/v1"
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
request = ::Google::Cloud::Compute::V1::AggregatedListAcceleratorTypesRequest.new # (request fields as keyword arguments...)
response = client.aggregated_list request
View the Client Library Documentation for class and method documentation.
See also the Product Documentation for general usage information.
This library comes with opt-in Debug Logging that can help you troubleshoot your application's integration with the API. When logging is activated, key events such as requests and responses, along with data payloads and metadata such as headers and client configuration, are logged to the standard error stream.
WARNING: Client Library Debug Logging includes your data payloads in plaintext, which could include sensitive data such as PII for yourself or your customers, private keys, or other security data that could be compromising if leaked. Always practice good data hygiene with your application logs, and follow the principle of least access. Google also recommends that Client Library Debug Logging be enabled only temporarily during active debugging, and not used permanently in production.
To enable logging, set the environment variable GOOGLE_SDK_RUBY_LOGGING_GEMS
to the value all
. Alternatively, you can set the value to a comma-delimited
list of client library gem names. This will select the default logging behavior,
which writes logs to the standard error stream. On a local workstation, this may
result in logs appearing on the console. When running on a Google Cloud hosting
service such as Google Cloud Run, this generally
results in logs appearing alongside your application logs in the
Google Cloud Logging service.
You can customize logging by modifying the logger
configuration when
constructing a client object. For example:
require "google/cloud/compute/v1"
require "logger"
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new do |config|
config.logger = Logger.new "my-app.log"
end
To browse ready to use code samples check Google Cloud Samples.
This library is supported on Ruby 3.0+.
Google provides official support for Ruby versions that are actively supported by Ruby Core—that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby may still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
FAQs
Unknown package
We found that google-cloud-compute-v1 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.