Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::TargetPools::Rest::ServiceStub.
REST service stub for the TargetPools service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#add_health_check
def add_health_check(request_pb, options = nil) { |result, response| ... } -> ::Google::Cloud::Compute::V1::Operation
Baseline implementation for the add_health_check REST call
- request_pb (::Google::Cloud::Compute::V1::AddHealthCheckTargetPoolRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, response) — Access the result along with the Faraday response object
- result (::Google::Cloud::Compute::V1::Operation)
- response (::Faraday::Response)
- (::Google::Cloud::Compute::V1::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#add_instance
def add_instance(request_pb, options = nil) { |result, response| ... } -> ::Google::Cloud::Compute::V1::Operation
Baseline implementation for the add_instance REST call
- request_pb (::Google::Cloud::Compute::V1::AddInstanceTargetPoolRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, response) — Access the result along with the Faraday response object
- result (::Google::Cloud::Compute::V1::Operation)
- response (::Faraday::Response)
- (::Google::Cloud::Compute::V1::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#aggregated_list
def aggregated_list(request_pb, options = nil) { |result, response| ... } -> ::Google::Cloud::Compute::V1::TargetPoolAggregatedList
Baseline implementation for the aggregated_list REST call
- request_pb (::Google::Cloud::Compute::V1::AggregatedListTargetPoolsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, response) — Access the result along with the Faraday response object
- result (::Google::Cloud::Compute::V1::TargetPoolAggregatedList)
- response (::Faraday::Response)
- (::Google::Cloud::Compute::V1::TargetPoolAggregatedList) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete
def delete(request_pb, options = nil) { |result, response| ... } -> ::Google::Cloud::Compute::V1::Operation
Baseline implementation for the delete REST call
- request_pb (::Google::Cloud::Compute::V1::DeleteTargetPoolRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, response) — Access the result along with the Faraday response object
- result (::Google::Cloud::Compute::V1::Operation)
- response (::Faraday::Response)
- (::Google::Cloud::Compute::V1::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#get
def get(request_pb, options = nil) { |result, response| ... } -> ::Google::Cloud::Compute::V1::TargetPool
Baseline implementation for the get REST call
- request_pb (::Google::Cloud::Compute::V1::GetTargetPoolRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, response) — Access the result along with the Faraday response object
- result (::Google::Cloud::Compute::V1::TargetPool)
- response (::Faraday::Response)
- (::Google::Cloud::Compute::V1::TargetPool) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_health
def get_health(request_pb, options = nil) { |result, response| ... } -> ::Google::Cloud::Compute::V1::TargetPoolInstanceHealth
Baseline implementation for the get_health REST call
- request_pb (::Google::Cloud::Compute::V1::GetHealthTargetPoolRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, response) — Access the result along with the Faraday response object
- result (::Google::Cloud::Compute::V1::TargetPoolInstanceHealth)
- response (::Faraday::Response)
- (::Google::Cloud::Compute::V1::TargetPoolInstanceHealth) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#insert
def insert(request_pb, options = nil) { |result, response| ... } -> ::Google::Cloud::Compute::V1::Operation
Baseline implementation for the insert REST call
- request_pb (::Google::Cloud::Compute::V1::InsertTargetPoolRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, response) — Access the result along with the Faraday response object
- result (::Google::Cloud::Compute::V1::Operation)
- response (::Faraday::Response)
- (::Google::Cloud::Compute::V1::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#list
def list(request_pb, options = nil) { |result, response| ... } -> ::Google::Cloud::Compute::V1::TargetPoolList
Baseline implementation for the list REST call
- request_pb (::Google::Cloud::Compute::V1::ListTargetPoolsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, response) — Access the result along with the Faraday response object
- result (::Google::Cloud::Compute::V1::TargetPoolList)
- response (::Faraday::Response)
- (::Google::Cloud::Compute::V1::TargetPoolList) — A result object deserialized from the server's reply
- (::ArgumentError)
#remove_health_check
def remove_health_check(request_pb, options = nil) { |result, response| ... } -> ::Google::Cloud::Compute::V1::Operation
Baseline implementation for the remove_health_check REST call
- request_pb (::Google::Cloud::Compute::V1::RemoveHealthCheckTargetPoolRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, response) — Access the result along with the Faraday response object
- result (::Google::Cloud::Compute::V1::Operation)
- response (::Faraday::Response)
- (::Google::Cloud::Compute::V1::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#remove_instance
def remove_instance(request_pb, options = nil) { |result, response| ... } -> ::Google::Cloud::Compute::V1::Operation
Baseline implementation for the remove_instance REST call
- request_pb (::Google::Cloud::Compute::V1::RemoveInstanceTargetPoolRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, response) — Access the result along with the Faraday response object
- result (::Google::Cloud::Compute::V1::Operation)
- response (::Faraday::Response)
- (::Google::Cloud::Compute::V1::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#set_backup
def set_backup(request_pb, options = nil) { |result, response| ... } -> ::Google::Cloud::Compute::V1::Operation
Baseline implementation for the set_backup REST call
- request_pb (::Google::Cloud::Compute::V1::SetBackupTargetPoolRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, response) — Access the result along with the Faraday response object
- result (::Google::Cloud::Compute::V1::Operation)
- response (::Faraday::Response)
- (::Google::Cloud::Compute::V1::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)