generated/google/apis/serviceusage_v1beta1/representations.rb in google-api-client-0.36.4 vs generated/google/apis/serviceusage_v1beta1/representations.rb in google-api-client-0.37.0
- old
+ new
@@ -218,10 +218,16 @@
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
@@ -540,10 +546,11 @@
property :disable_auth, as: 'disableAuth'
property :jwt_audience, as: 'jwtAudience'
property :min_deadline, as: 'minDeadline'
property :operation_deadline, as: 'operationDeadline'
property :path_translation, as: 'pathTranslation'
+ property :protocol, as: 'protocol'
property :selector, as: 'selector'
end
end
class BatchCreateAdminOverridesResponse
@@ -825,10 +832,19 @@
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
@@ -894,10 +910,11 @@
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'
@@ -1240,9 +1257,11 @@
# @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