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

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)

#initialize

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

#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)