generated/google/apis/servicemanagement_v1/classes.rb in google-api-client-0.20.0 vs generated/google/apis/servicemanagement_v1/classes.rb in google-api-client-0.20.1
- old
+ new
@@ -172,11 +172,10 @@
# bar@gmail.com from DATA_WRITE logging.
class AuditConfig
include Google::Apis::Core::Hashable
# The configuration for logging of each type of permission.
- # Next ID: 4
# Corresponds to the JSON property `auditLogConfigs`
# @return [Array<Google::Apis::ServicemanagementV1::AuditLogConfig>]
attr_accessor :audit_log_configs
# Specifies a service that will be enabled for audit logging.
@@ -402,15 +401,10 @@
# If a method doesn't have any auth requirements, request credentials will be
# ignored.
class AuthenticationRule
include Google::Apis::Core::Hashable
- # Whether to allow requests without a credential. The credential can be
- # an OAuth token, Google cookies (first-party auth) or EndUserCreds.
- # For requests without credentials, if the service control environment is
- # specified, each incoming request **must** be associated with a service
- # consumer. This can be done by passing an API key that belongs to a consumer
- # project.
+ # If true, the service accepts API keys without any other credential.
# Corresponds to the JSON property `allowWithoutCredential`
# @return [Boolean]
attr_accessor :allow_without_credential
alias_method :allow_without_credential?, :allow_without_credential