Cloud Profiler V2 API - Class Google::Cloud::Profiler::V2::ProfilerService::Rest::ServiceStub (v0.10.1)

Reference documentation and code samples for the Cloud Profiler V2 API class Google::Cloud::Profiler::V2::ProfilerService::Rest::ServiceStub.

REST service stub for the ProfilerService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#create_offline_profile

def create_offline_profile(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Profiler::V2::Profile

Baseline implementation for the create_offline_profile REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#create_profile

def create_profile(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Profiler::V2::Profile

Baseline implementation for the create_profile REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#initialize

def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
Returns

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)

#update_profile

def update_profile(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Profiler::V2::Profile

Baseline implementation for the update_profile REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)