generated/google/apis/servicemanagement_v1/classes.rb in google-api-client-0.40.1 vs generated/google/apis/servicemanagement_v1/classes.rb in google-api-client-0.40.2
- old
+ new
@@ -133,31 +133,31 @@
# AuditLogConfig are exempted.
# Example Policy with multiple AuditConfigs:
# `
# "audit_configs": [
# `
- # "service": "allServices"
+ # "service": "allServices",
# "audit_log_configs": [
# `
# "log_type": "DATA_READ",
# "exempted_members": [
# "user:jose@example.com"
# ]
# `,
# `
- # "log_type": "DATA_WRITE",
+ # "log_type": "DATA_WRITE"
# `,
# `
- # "log_type": "ADMIN_READ",
+ # "log_type": "ADMIN_READ"
# `
# ]
# `,
# `
- # "service": "sampleservice.googleapis.com"
+ # "service": "sampleservice.googleapis.com",
# "audit_log_configs": [
# `
- # "log_type": "DATA_READ",
+ # "log_type": "DATA_READ"
# `,
# `
# "log_type": "DATA_WRITE",
# "exempted_members": [
# "user:aliya@example.com"
@@ -205,11 +205,11 @@
# "exempted_members": [
# "user:jose@example.com"
# ]
# `,
# `
- # "log_type": "DATA_WRITE",
+ # "log_type": "DATA_WRITE"
# `
# ]
# `
# This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting
# jose@example.com from DATA_READ logging.
@@ -1436,15 +1436,10 @@
# Corresponds to the JSON property `allowCors`
# @return [Boolean]
attr_accessor :allow_cors
alias_method :allow_cors?, :allow_cors
- # The list of features enabled on this endpoint.
- # Corresponds to the JSON property `features`
- # @return [Array<String>]
- attr_accessor :features
-
# The canonical name of this endpoint.
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
@@ -1463,10 +1458,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)
- @features = args[:features] if args.key?(:features)
@name = args[:name] if args.key?(:name)
@target = args[:target] if args.key?(:target)
end
end