generated/google/apis/cloudtrace_v2beta1.rb in google-api-client-0.37.2 vs generated/google/apis/cloudtrace_v2beta1.rb in google-api-client-0.37.3

- old
+ new

@@ -16,21 +16,21 @@ require 'google/apis/cloudtrace_v2beta1/classes.rb' require 'google/apis/cloudtrace_v2beta1/representations.rb' module Google module Apis - # Stackdriver Trace API + # Cloud Trace API # - # Sends application trace data to Stackdriver Trace for viewing. Trace data is + # Sends application trace data to Cloud Trace for viewing. Trace data is # collected for all App Engine applications by default. Trace data from other # applications can be provided using this API. This library is used to interact # with the Trace API directly. If you are looking to instrument your application - # for Stackdriver Trace, we recommend using OpenCensus. + # for Cloud Trace, we recommend using OpenCensus. # # @see https://cloud.google.com/trace module CloudtraceV2beta1 VERSION = 'V2beta1' - REVISION = '20200218' + REVISION = '20200225' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' # Write Trace data for a project or application