Reference documentation and code samples for the Cloud Trace V1 API class Google::Cloud::Trace::V1::TraceService::Rest::ServiceStub.
REST service stub for the TraceService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_trace
def get_trace(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Trace::V1::Trace
Baseline implementation for the get_trace REST call
- request_pb (::Google::Cloud::Trace::V1::GetTraceRequest) — 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::Trace::V1::Trace)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Trace::V1::Trace) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_traces
def list_traces(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Trace::V1::ListTracesResponse
Baseline implementation for the list_traces REST call
- request_pb (::Google::Cloud::Trace::V1::ListTracesRequest) — 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::Trace::V1::ListTracesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Trace::V1::ListTracesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#patch_traces
def patch_traces(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the patch_traces REST call
- request_pb (::Google::Cloud::Trace::V1::PatchTracesRequest) — 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::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)