generated/google/apis/cloudtrace_v2/representations.rb in google-api-client-0.13.6 vs generated/google/apis/cloudtrace_v2/representations.rb in google-api-client-0.14.0
- old
+ new
@@ -62,22 +62,10 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ListSpansResponse
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class ListTracesResponse
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class Module
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -128,16 +116,10 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class Trace
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class TruncatableString
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -203,28 +185,10 @@
collection :link, as: 'link', class: Google::Apis::CloudtraceV2::Link, decorator: Google::Apis::CloudtraceV2::Link::Representation
end
end
- class ListSpansResponse
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :next_page_token, as: 'nextPageToken'
- collection :spans, as: 'spans', class: Google::Apis::CloudtraceV2::Span, decorator: Google::Apis::CloudtraceV2::Span::Representation
-
- end
- end
-
- class ListTracesResponse
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :next_page_token, as: 'nextPageToken'
- collection :traces, as: 'traces', class: Google::Apis::CloudtraceV2::Trace, decorator: Google::Apis::CloudtraceV2::Trace::Representation
-
- end
- end
-
class Module
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :build_id, as: 'buildId', class: Google::Apis::CloudtraceV2::TruncatableString, decorator: Google::Apis::CloudtraceV2::TruncatableString::Representation
@@ -330,16 +294,9 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :dropped_annotations_count, as: 'droppedAnnotationsCount'
property :dropped_network_events_count, as: 'droppedNetworkEventsCount'
collection :time_event, as: 'timeEvent', class: Google::Apis::CloudtraceV2::TimeEvent, decorator: Google::Apis::CloudtraceV2::TimeEvent::Representation
- end
- end
-
- class Trace
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :name, as: 'name'
end
end
class TruncatableString
# @private