Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::Advice::Rest::Client (v3.5.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::Advice::Rest::Client.

REST client for the Advice service.

The Advice API.

Inherits

  • Object

Methods

.configure

def self.configure() { |config| ... } -> Client::Configuration

Configure the Advice Client class.

See Configuration for a description of the configuration fields.

Yields
  • (config) — Configure the Client client.
Yield Parameter
Example
# Modify the configuration for all Advice clients
::Google::Cloud::Compute::V1::Advice::Rest::Client.configure do |config|
  config.timeout = 10.0
end

#calendar_mode

def calendar_mode(request, options = nil) -> ::Google::Cloud::Compute::V1::CalendarModeAdviceResponse
def calendar_mode(calendar_mode_advice_request_resource: nil, project: nil, region: nil) -> ::Google::Cloud::Compute::V1::CalendarModeAdviceResponse

Advise how, where and when to create the requested amount of instances with specified accelerators, within the specified time and location limits. The method recommends creating future reservations for the requested resources.

Overloads
def calendar_mode(request, options = nil) -> ::Google::Cloud::Compute::V1::CalendarModeAdviceResponse
Pass arguments to calendar_mode via a request object, either of type CalendarModeAdviceRpcRequest or an equivalent Hash.
Parameters
  • request (::Google::Cloud::Compute::V1::CalendarModeAdviceRpcRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
  • options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
def calendar_mode(calendar_mode_advice_request_resource: nil, project: nil, region: nil) -> ::Google::Cloud::Compute::V1::CalendarModeAdviceResponse
Pass arguments to calendar_mode via keyword arguments. Note that at least one keyword argument is required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash as a request object (see above).
Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Raises
  • (::Google::Cloud::Error) — if the REST call is aborted.
Example

Basic example

require "google/cloud/compute/v1"

# Create a client object. The client can be reused for multiple calls.
client = Google::Cloud::Compute::V1::Advice::Rest::Client.new

# Create a request. To set request fields, pass in keyword arguments.
request = Google::Cloud::Compute::V1::CalendarModeAdviceRpcRequest.new

# Call the calendar_mode method.
result = client.calendar_mode request

# The returned object is of type Google::Cloud::Compute::V1::CalendarModeAdviceResponse.
p result

#configure

def configure() { |config| ... } -> Client::Configuration

Configure the Advice Client instance.

The configuration is set to the derived mode, meaning that values can be changed, but structural changes (adding new fields, etc.) are not allowed. Structural changes should be made on Client.configure.

See Configuration for a description of the configuration fields.

Yields
  • (config) — Configure the Client client.
Yield Parameter

#initialize

def initialize() { |config| ... } -> Client

Create a new Advice REST client object.

Yields
  • (config) — Configure the Advice client.
Yield Parameter
Returns
  • (Client) — a new instance of Client
Example
# Create a client using the default configuration
client = ::Google::Cloud::Compute::V1::Advice::Rest::Client.new

# Create a client using a custom configuration
client = ::Google::Cloud::Compute::V1::Advice::Rest::Client.new do |config|
  config.timeout = 10.0
end

#logger

def logger() -> Logger

The logger used for request/response debug logging.

Returns
  • (Logger)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)