Cloud Trace V1 API - Class Google::Cloud::Trace::V1::PatchTracesRequest (v0.9.0)

Reference documentation and code samples for the Cloud Trace V1 API class Google::Cloud::Trace::V1::PatchTracesRequest.

The request message for the PatchTraces method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#project_id

def project_id() -> ::String
Returns
  • (::String) — Required. ID of the Cloud project where the trace data is stored.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the Cloud project where the trace data is stored.
Returns
  • (::String) — Required. ID of the Cloud project where the trace data is stored.

#traces

def traces() -> ::Google::Cloud::Trace::V1::Traces
Returns

#traces=

def traces=(value) -> ::Google::Cloud::Trace::V1::Traces
Parameter
Returns