generated/google/apis/servicemanagement_v1/classes.rb in google-api-client-0.17.0 vs generated/google/apis/servicemanagement_v1/classes.rb in google-api-client-0.17.1
- old
+ new
@@ -1305,17 +1305,10 @@
# Corresponds to the JSON property `allowCors`
# @return [Boolean]
attr_accessor :allow_cors
alias_method :allow_cors?, :allow_cors
- # The list of APIs served by this endpoint.
- # If no APIs are specified this translates to "all APIs" exported by the
- # service, as defined in the top-level service configuration.
- # Corresponds to the JSON property `apis`
- # @return [Array<String>]
- attr_accessor :apis
-
# The list of features enabled on this endpoint.
# Corresponds to the JSON property `features`
# @return [Array<String>]
attr_accessor :features
@@ -1339,10 +1332,9 @@
# Update properties of this object
def update!(**args)
@aliases = args[:aliases] if args.key?(:aliases)
@allow_cors = args[:allow_cors] if args.key?(:allow_cors)
- @apis = args[:apis] if args.key?(:apis)
@features = args[:features] if args.key?(:features)
@name = args[:name] if args.key?(:name)
@target = args[:target] if args.key?(:target)
end
end