generated/google/apis/serviceusage_v1beta1/representations.rb in google-api-client-0.46.2 vs generated/google/apis/serviceusage_v1beta1/representations.rb in google-api-client-0.47.0
- old
+ new
@@ -236,16 +236,10 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleApiServiceIdentity
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class GoogleApiServiceusageV1OperationMetadata
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -948,19 +942,10 @@
property :usage, as: 'usage', class: Google::Apis::ServiceusageV1beta1::Usage, decorator: Google::Apis::ServiceusageV1beta1::Usage::Representation
end
end
- class GoogleApiServiceIdentity
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :description, as: 'description'
- property :display_name, as: 'displayName'
- property :service_account_parent, as: 'serviceAccountParent'
- end
- end
-
class GoogleApiServiceusageV1OperationMetadata
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :resource_names, as: 'resourceNames'
end
@@ -1030,11 +1015,10 @@
class HttpRule
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :additional_bindings, as: 'additionalBindings', class: Google::Apis::ServiceusageV1beta1::HttpRule, decorator: Google::Apis::ServiceusageV1beta1::HttpRule::Representation
- property :allow_half_duplex, as: 'allowHalfDuplex'
property :body, as: 'body'
property :custom, as: 'custom', class: Google::Apis::ServiceusageV1beta1::CustomHttpPattern, decorator: Google::Apis::ServiceusageV1beta1::CustomHttpPattern::Representation
property :delete, as: 'delete'
property :get, as: 'get'
@@ -1476,11 +1460,9 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :producer_notification_channel, as: 'producerNotificationChannel'
collection :requirements, as: 'requirements'
collection :rules, as: 'rules', class: Google::Apis::ServiceusageV1beta1::UsageRule, decorator: Google::Apis::ServiceusageV1beta1::UsageRule::Representation
-
- property :service_identity, as: 'serviceIdentity', class: Google::Apis::ServiceusageV1beta1::GoogleApiServiceIdentity, decorator: Google::Apis::ServiceusageV1beta1::GoogleApiServiceIdentity::Representation
end
end
class UsageRule