generated/google/apis/androidenterprise_v1/representations.rb in google-api-client-0.12.0 vs generated/google/apis/androidenterprise_v1/representations.rb in google-api-client-0.13.0
- old
+ new
@@ -98,11 +98,11 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class DevicesListResponse
+ class ListDevicesResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -116,17 +116,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class EnterprisesListResponse
+ class ListEnterprisesResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class EnterprisesSendTestPushNotificationResponse
+ class SendTestPushNotificationResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -134,11 +134,11 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class EntitlementsListResponse
+ class ListEntitlementsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -146,17 +146,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GroupLicenseUsersListResponse
+ class ListGroupLicenseUsersResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GroupLicensesListResponse
+ class ListGroupLicensesResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -170,11 +170,11 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class InstallsListResponse
+ class ListInstallsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -284,17 +284,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ProductsApproveRequest
+ class ApproveProductRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class ProductsGenerateApprovalUrlResponse
+ class GenerateProductApprovalUrlResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -374,11 +374,11 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class UsersListResponse
+ class ListUsersResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -495,11 +495,11 @@
property :account_state, as: 'accountState'
property :kind, as: 'kind'
end
end
- class DevicesListResponse
+ class ListDevicesResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :device, as: 'device', class: Google::Apis::AndroidenterpriseV1::Device, decorator: Google::Apis::AndroidenterpriseV1::Device::Representation
property :kind, as: 'kind'
@@ -524,20 +524,20 @@
property :account_email, as: 'accountEmail'
property :kind, as: 'kind'
end
end
- class EnterprisesListResponse
+ class ListEnterprisesResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :enterprise, as: 'enterprise', class: Google::Apis::AndroidenterpriseV1::Enterprise, decorator: Google::Apis::AndroidenterpriseV1::Enterprise::Representation
property :kind, as: 'kind'
end
end
- class EnterprisesSendTestPushNotificationResponse
+ class SendTestPushNotificationResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :message_id, as: 'messageId'
property :topic_name, as: 'topicName'
end
@@ -550,11 +550,11 @@
property :product_id, as: 'productId'
property :reason, as: 'reason'
end
end
- class EntitlementsListResponse
+ class ListEntitlementsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :entitlement, as: 'entitlement', class: Google::Apis::AndroidenterpriseV1::Entitlement, decorator: Google::Apis::AndroidenterpriseV1::Entitlement::Representation
property :kind, as: 'kind'
@@ -572,20 +572,20 @@
property :permissions, as: 'permissions'
property :product_id, as: 'productId'
end
end
- class GroupLicenseUsersListResponse
+ class ListGroupLicenseUsersResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :kind, as: 'kind'
collection :user, as: 'user', class: Google::Apis::AndroidenterpriseV1::User, decorator: Google::Apis::AndroidenterpriseV1::User::Representation
end
end
- class GroupLicensesListResponse
+ class ListGroupLicensesResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :group_license, as: 'groupLicense', class: Google::Apis::AndroidenterpriseV1::GroupLicense, decorator: Google::Apis::AndroidenterpriseV1::GroupLicense::Representation
property :kind, as: 'kind'
@@ -611,11 +611,11 @@
property :product_id, as: 'productId'
property :user_id, as: 'userId'
end
end
- class InstallsListResponse
+ class ListInstallsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :install, as: 'install', class: Google::Apis::AndroidenterpriseV1::Install, decorator: Google::Apis::AndroidenterpriseV1::Install::Representation
property :kind, as: 'kind'
@@ -811,20 +811,20 @@
collection :product_id, as: 'productId'
property :product_set_behavior, as: 'productSetBehavior'
end
end
- class ProductsApproveRequest
+ class ApproveProductRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :approval_url_info, as: 'approvalUrlInfo', class: Google::Apis::AndroidenterpriseV1::ApprovalUrlInfo, decorator: Google::Apis::AndroidenterpriseV1::ApprovalUrlInfo::Representation
property :approved_permissions, as: 'approvedPermissions'
end
end
- class ProductsGenerateApprovalUrlResponse
+ class GenerateProductApprovalUrlResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :url, as: 'url'
end
end
@@ -958,10 +958,10 @@
property :token, as: 'token'
property :user_id, as: 'userId'
end
end
- class UsersListResponse
+ class ListUsersResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :kind, as: 'kind'
collection :user, as: 'user', class: Google::Apis::AndroidenterpriseV1::User, decorator: Google::Apis::AndroidenterpriseV1::User::Representation