generated/google/apis/iap_v1beta1/representations.rb in google-api-client-0.25.0 vs generated/google/apis/iap_v1beta1/representations.rb in google-api-client-0.26.0
- old
+ new
@@ -20,22 +20,10 @@
module Google
module Apis
module IapV1beta1
- class AuditConfig
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class AuditLogConfig
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class Binding
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -74,27 +62,10 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class AuditConfig
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::IapV1beta1::AuditLogConfig, decorator: Google::Apis::IapV1beta1::AuditLogConfig::Representation
-
- property :service, as: 'service'
- end
- end
-
- class AuditLogConfig
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- collection :exempted_members, as: 'exemptedMembers'
- property :log_type, as: 'logType'
- end
- end
-
class Binding
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :condition, as: 'condition', class: Google::Apis::IapV1beta1::Expr, decorator: Google::Apis::IapV1beta1::Expr::Representation
@@ -120,12 +91,10 @@
end
class Policy
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- collection :audit_configs, as: 'auditConfigs', class: Google::Apis::IapV1beta1::AuditConfig, decorator: Google::Apis::IapV1beta1::AuditConfig::Representation
-
collection :bindings, as: 'bindings', class: Google::Apis::IapV1beta1::Binding, decorator: Google::Apis::IapV1beta1::Binding::Representation
property :etag, :base64 => true, as: 'etag'
property :version, as: 'version'
end
@@ -134,10 +103,9 @@
class SetIamPolicyRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :policy, as: 'policy', class: Google::Apis::IapV1beta1::Policy, decorator: Google::Apis::IapV1beta1::Policy::Representation
- property :update_mask, as: 'updateMask'
end
end
class TestIamPermissionsRequest
# @private