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
- request_pb (::Google::Cloud::Profiler::V2::CreateOfflineProfileRequest) — 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, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Profiler::V2::Profile)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Profiler::V2::Profile) — A result object deserialized from the server's reply
- (::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
- request_pb (::Google::Cloud::Profiler::V2::CreateProfileRequest) — 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, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Profiler::V2::Profile)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Profiler::V2::Profile) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#update_profile
def update_profile(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Profiler::V2::Profile
Baseline implementation for the update_profile REST call
- request_pb (::Google::Cloud::Profiler::V2::UpdateProfileRequest) — 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, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Profiler::V2::Profile)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Profiler::V2::Profile) — A result object deserialized from the server's reply
- (::ArgumentError)