generated/google/apis/iap_v1/representations.rb in google-api-client-0.36.0 vs generated/google/apis/iap_v1/representations.rb in google-api-client-0.36.1
- old
+ new
@@ -38,10 +38,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class Brand
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class CorsSettings
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -50,10 +56,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class Empty
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Expr
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -80,10 +92,28 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class IdentityAwareProxyClient
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class ListBrandsResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class ListIdentityAwareProxyClientsResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class OAuthSettings
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -92,10 +122,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ResetIdentityAwareProxyClientSecretRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class SetIamPolicyRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -140,10 +176,20 @@
collection :members, as: 'members'
property :role, as: 'role'
end
end
+ class Brand
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :application_title, as: 'applicationTitle'
+ property :name, as: 'name'
+ property :org_internal_only, as: 'orgInternalOnly'
+ property :support_email, as: 'supportEmail'
+ end
+ end
+
class CorsSettings
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :allow_http_options, as: 'allowHttpOptions'
end
@@ -154,10 +200,16 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :rctoken_aud, as: 'rctokenAud'
end
end
+ class Empty
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
class Expr
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :description, as: 'description'
property :expression, as: 'expression'
@@ -198,10 +250,36 @@
property :name, as: 'name'
end
end
+ class IdentityAwareProxyClient
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :display_name, as: 'displayName'
+ property :name, as: 'name'
+ property :secret, as: 'secret'
+ end
+ end
+
+ class ListBrandsResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :brands, as: 'brands', class: Google::Apis::IapV1::Brand, decorator: Google::Apis::IapV1::Brand::Representation
+
+ end
+ end
+
+ class ListIdentityAwareProxyClientsResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :identity_aware_proxy_clients, as: 'identityAwareProxyClients', class: Google::Apis::IapV1::IdentityAwareProxyClient, decorator: Google::Apis::IapV1::IdentityAwareProxyClient::Representation
+
+ property :next_page_token, as: 'nextPageToken'
+ end
+ end
+
class OAuthSettings
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :login_hint, as: 'loginHint'
end
@@ -212,9 +290,15 @@
class Representation < Google::Apis::Core::JsonRepresentation
collection :bindings, as: 'bindings', class: Google::Apis::IapV1::Binding, decorator: Google::Apis::IapV1::Binding::Representation
property :etag, :base64 => true, as: 'etag'
property :version, as: 'version'
+ end
+ end
+
+ class ResetIdentityAwareProxyClientSecretRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
end
end
class SetIamPolicyRequest
# @private