Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::HealthCheckService::Rest::Client.
REST client for the HealthCheckService service.
HealthCheckService provides an interface for Vertex AI Vision Cluster Health Check.
Inherits
- Object
Methods
.configure
def self.configure() { |config| ... } -> Client::Configuration
Configure the HealthCheckService Client class.
See Configuration for a description of the configuration fields.
- (config) — Configure the Client client.
- config (Client::Configuration)
# Modify the configuration for all HealthCheckService clients ::Google::Cloud::VisionAI::V1::HealthCheckService::Rest::Client.configure do |config| config.timeout = 10.0 end
#configure
def configure() { |config| ... } -> Client::Configuration
Configure the HealthCheckService 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.
- (config) — Configure the Client client.
- config (Client::Configuration)
#health_check
def health_check(request, options = nil) -> ::Google::Cloud::VisionAI::V1::HealthCheckResponse
def health_check(cluster: nil) -> ::Google::Cloud::VisionAI::V1::HealthCheckResponse
HealthCheck method checks the health status of the cluster.
def health_check(request, options = nil) -> ::Google::Cloud::VisionAI::V1::HealthCheckResponse
health_check
via a request object, either of type
Google::Cloud::VisionAI::V1::HealthCheckRequest or an equivalent Hash.
- request (::Google::Cloud::VisionAI::V1::HealthCheckRequest, ::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 health_check(cluster: nil) -> ::Google::Cloud::VisionAI::V1::HealthCheckResponse
health_check
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).
- cluster (::String) — The parent of the resource.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::VisionAI::V1::HealthCheckResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Error) — if the REST call is aborted.
Basic example
require "google/cloud/vision_ai/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::VisionAI::V1::HealthCheckService::Rest::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::VisionAI::V1::HealthCheckRequest.new # Call the health_check method. result = client.health_check request # The returned object is of type Google::Cloud::VisionAI::V1::HealthCheckResponse. p result
#iam_policy_client
def iam_policy_client() -> Google::Iam::V1::IAMPolicy::Rest::Client
Get the associated client for mix-in of the IAMPolicy.
- (Google::Iam::V1::IAMPolicy::Rest::Client)
#initialize
def initialize() { |config| ... } -> Client
Create a new HealthCheckService REST client object.
- (config) — Configure the HealthCheckService client.
- config (Client::Configuration)
- (Client) — a new instance of Client
# Create a client using the default configuration client = ::Google::Cloud::VisionAI::V1::HealthCheckService::Rest::Client.new # Create a client using a custom configuration client = ::Google::Cloud::VisionAI::V1::HealthCheckService::Rest::Client.new do |config| config.timeout = 10.0 end
#location_client
def location_client() -> Google::Cloud::Location::Locations::Rest::Client
Get the associated client for mix-in of the Locations.
- (Google::Cloud::Location::Locations::Rest::Client)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)