lib/google/apis/servicecontrol_v1/representations.rb in google-apis-servicecontrol_v1-0.1.0 vs lib/google/apis/servicecontrol_v1/representations.rb in google-apis-servicecontrol_v1-0.2.0
- old
+ new
@@ -224,16 +224,10 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ReportInfo
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class ReportRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -716,19 +710,10 @@
property :status, as: 'status', class: Google::Apis::ServicecontrolV1::Status, decorator: Google::Apis::ServicecontrolV1::Status::Representation
end
end
- class ReportInfo
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :operation_id, as: 'operationId'
- property :quota_info, as: 'quotaInfo', class: Google::Apis::ServicecontrolV1::QuotaInfo, decorator: Google::Apis::ServicecontrolV1::QuotaInfo::Representation
-
- end
- end
-
class ReportRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :operations, as: 'operations', class: Google::Apis::ServicecontrolV1::Operation, decorator: Google::Apis::ServicecontrolV1::Operation::Representation
@@ -739,12 +724,10 @@
class ReportResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :report_errors, as: 'reportErrors', class: Google::Apis::ServicecontrolV1::ReportError, decorator: Google::Apis::ServicecontrolV1::ReportError::Representation
- collection :report_infos, as: 'reportInfos', class: Google::Apis::ServicecontrolV1::ReportInfo, decorator: Google::Apis::ServicecontrolV1::ReportInfo::Representation
-
property :service_config_id, as: 'serviceConfigId'
property :service_rollout_id, as: 'serviceRolloutId'
end
end
@@ -787,9 +770,10 @@
property :create_time, as: 'createTime'
property :delete_time, as: 'deleteTime'
property :display_name, as: 'displayName'
property :etag, as: 'etag'
hash :labels, as: 'labels'
+ property :location, as: 'location'
property :name, as: 'name'
property :service, as: 'service'
property :type, as: 'type'
property :uid, as: 'uid'
property :update_time, as: 'updateTime'