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
- (::Google::Cloud::Trace::V1::Traces) — Required. The body of the message.
#traces=
def traces=(value) -> ::Google::Cloud::Trace::V1::Traces
Parameter
- value (::Google::Cloud::Trace::V1::Traces) — Required. The body of the message.
Returns
- (::Google::Cloud::Trace::V1::Traces) — Required. The body of the message.