Autogenerated update (2018-01-16)
Update: - androiddeviceprovisioning_v1 - androidenterprise_v1 - androidpublisher_v2 - genomics_v1 - genomics_v1alpha2
This commit is contained in:
parent
3bab1d199a
commit
e31f3fc20f
|
@ -5574,6 +5574,7 @@
|
|||
"/androidenterprise:v1/ManagedPropertyBundle/managedProperty/managed_property": managed_property
|
||||
"/androidenterprise:v1/NewDeviceEvent": new_device_event
|
||||
"/androidenterprise:v1/NewDeviceEvent/deviceId": device_id
|
||||
"/androidenterprise:v1/NewDeviceEvent/dpcPackageName": dpc_package_name
|
||||
"/androidenterprise:v1/NewDeviceEvent/managementType": management_type
|
||||
"/androidenterprise:v1/NewDeviceEvent/userId": user_id
|
||||
"/androidenterprise:v1/NewPermissionsEvent": new_permissions_event
|
||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
|||
# @see https://developers.google.com/zero-touch/
|
||||
module AndroiddeviceprovisioningV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20171216'
|
||||
REVISION = '20180114'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -324,8 +324,8 @@ module Google
|
|||
# Required. The customer managing the devices. An API resource name in the
|
||||
# format `customers/[CUSTOMER_ID]`.
|
||||
# @param [Fixnum] page_size
|
||||
# The maximum number of devices to show in a page of results. The default
|
||||
# value returns all the devices in a single page.
|
||||
# The maximum number of devices to show in a page of results.
|
||||
# Must be between 1 and 100 inclusive.
|
||||
# @param [String] page_token
|
||||
# A token specifying which result page to return.
|
||||
# @param [String] fields
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://developers.google.com/android/work/play/emm-api
|
||||
module AndroidenterpriseV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20180103'
|
||||
REVISION = '20180111'
|
||||
|
||||
# Manage corporate Android devices
|
||||
AUTH_ANDROIDENTERPRISE = 'https://www.googleapis.com/auth/androidenterprise'
|
||||
|
|
|
@ -1321,6 +1321,11 @@ module Google
|
|||
# @return [String]
|
||||
attr_accessor :device_id
|
||||
|
||||
# Policy app on the device.
|
||||
# Corresponds to the JSON property `dpcPackageName`
|
||||
# @return [String]
|
||||
attr_accessor :dpc_package_name
|
||||
|
||||
# Identifies the extent to which the device is controlled by an Android EMM in
|
||||
# various deployment configurations.
|
||||
# Possible values include:
|
||||
|
@ -1342,6 +1347,7 @@ module Google
|
|||
# Update properties of this object
|
||||
def update!(**args)
|
||||
@device_id = args[:device_id] if args.key?(:device_id)
|
||||
@dpc_package_name = args[:dpc_package_name] if args.key?(:dpc_package_name)
|
||||
@management_type = args[:management_type] if args.key?(:management_type)
|
||||
@user_id = args[:user_id] if args.key?(:user_id)
|
||||
end
|
||||
|
@ -1647,7 +1653,7 @@ module Google
|
|||
# @return [String]
|
||||
attr_accessor :content_rating
|
||||
|
||||
# A localized promotional description, if available.
|
||||
# The localized promotional description, if available.
|
||||
# Corresponds to the JSON property `description`
|
||||
# @return [String]
|
||||
attr_accessor :description
|
||||
|
@ -1679,8 +1685,8 @@ module Google
|
|||
# @return [String]
|
||||
attr_accessor :kind
|
||||
|
||||
# The time (in milliseconds since epoch) when application was last published. (
|
||||
# Timestamp is approximate within 7 days of actual publish time.)
|
||||
# The approximate time (within 7 days) the app was last published, expressed in
|
||||
# milliseconds since epoch.
|
||||
# Corresponds to the JSON property `lastUpdatedTimestampMillis`
|
||||
# @return [Fixnum]
|
||||
attr_accessor :last_updated_timestamp_millis
|
||||
|
@ -1690,7 +1696,7 @@ module Google
|
|||
# @return [Fixnum]
|
||||
attr_accessor :min_android_sdk_version
|
||||
|
||||
# The permissions required for this app.
|
||||
# A list of permissions required by the app.
|
||||
# Corresponds to the JSON property `permissions`
|
||||
# @return [Array<Google::Apis::AndroidenterpriseV1::ProductPermission>]
|
||||
attr_accessor :permissions
|
||||
|
@ -2666,100 +2672,6 @@ module Google
|
|||
@user_value = args[:user_value] if args.key?(:user_value)
|
||||
end
|
||||
end
|
||||
|
||||
# WebApp resource info.
|
||||
class WebApp
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
# A list of icons representing this website. Must have at least one element.
|
||||
# Corresponds to the JSON property `icons`
|
||||
# @return [Array<Google::Apis::AndroidenterpriseV1::WebAppImage>]
|
||||
attr_accessor :icons
|
||||
|
||||
# The name of the web application as it is usually displayed to the user (e.g.,
|
||||
# amongst a list of other applications, or as a label for an icon). Required.
|
||||
# Corresponds to the JSON property `name`
|
||||
# @return [String]
|
||||
attr_accessor :name
|
||||
|
||||
# String that represents the start URL, i.e. the URL that should load when the
|
||||
# user opens the application. Required.
|
||||
# Corresponds to the JSON property `startUrl`
|
||||
# @return [String]
|
||||
attr_accessor :start_url
|
||||
|
||||
# The ID of the application.
|
||||
# Corresponds to the JSON property `webAppId`
|
||||
# @return [String]
|
||||
attr_accessor :web_app_id
|
||||
|
||||
def initialize(**args)
|
||||
update!(**args)
|
||||
end
|
||||
|
||||
# Update properties of this object
|
||||
def update!(**args)
|
||||
@icons = args[:icons] if args.key?(:icons)
|
||||
@name = args[:name] if args.key?(:name)
|
||||
@start_url = args[:start_url] if args.key?(:start_url)
|
||||
@web_app_id = args[:web_app_id] if args.key?(:web_app_id)
|
||||
end
|
||||
end
|
||||
|
||||
# Each image object represents an image that is used as part of a web
|
||||
# application, suitable to use in various contexts depending on the semantics of
|
||||
# the member that is using the object (e.g., an icon that is part of an
|
||||
# application menu, etc.).
|
||||
class WebAppImage
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
# The actual bytes of the image.
|
||||
# Corresponds to the JSON property `imageData`
|
||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
||||
# @return [String]
|
||||
attr_accessor :image_data
|
||||
|
||||
# The purposes this image may be used for. Optional.
|
||||
# Corresponds to the JSON property `purposes`
|
||||
# @return [Array<String>]
|
||||
attr_accessor :purposes
|
||||
|
||||
def initialize(**args)
|
||||
update!(**args)
|
||||
end
|
||||
|
||||
# Update properties of this object
|
||||
def update!(**args)
|
||||
@image_data = args[:image_data] if args.key?(:image_data)
|
||||
@purposes = args[:purposes] if args.key?(:purposes)
|
||||
end
|
||||
end
|
||||
|
||||
# The web app details for an enterprise.
|
||||
class WebAppsListResponse
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
# Identifies what kind of resource this is. Value: the fixed string "
|
||||
# androidenterprise#webAppsListResponse".
|
||||
# Corresponds to the JSON property `kind`
|
||||
# @return [String]
|
||||
attr_accessor :kind
|
||||
|
||||
# The manifest describing a web app.
|
||||
# Corresponds to the JSON property `webApp`
|
||||
# @return [Array<Google::Apis::AndroidenterpriseV1::WebApp>]
|
||||
attr_accessor :web_app
|
||||
|
||||
def initialize(**args)
|
||||
update!(**args)
|
||||
end
|
||||
|
||||
# Update properties of this object
|
||||
def update!(**args)
|
||||
@kind = args[:kind] if args.key?(:kind)
|
||||
@web_app = args[:web_app] if args.key?(:web_app)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -436,24 +436,6 @@ module Google
|
|||
include Google::Apis::Core::JsonObjectSupport
|
||||
end
|
||||
|
||||
class WebApp
|
||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||
|
||||
include Google::Apis::Core::JsonObjectSupport
|
||||
end
|
||||
|
||||
class WebAppImage
|
||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||
|
||||
include Google::Apis::Core::JsonObjectSupport
|
||||
end
|
||||
|
||||
class WebAppsListResponse
|
||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||
|
||||
include Google::Apis::Core::JsonObjectSupport
|
||||
end
|
||||
|
||||
class Administrator
|
||||
# @private
|
||||
class Representation < Google::Apis::Core::JsonRepresentation
|
||||
|
@ -800,6 +782,7 @@ module Google
|
|||
# @private
|
||||
class Representation < Google::Apis::Core::JsonRepresentation
|
||||
property :device_id, as: 'deviceId'
|
||||
property :dpc_package_name, as: 'dpcPackageName'
|
||||
property :management_type, as: 'managementType'
|
||||
property :user_id, as: 'userId'
|
||||
end
|
||||
|
@ -1140,34 +1123,6 @@ module Google
|
|||
property :user_value, as: 'userValue'
|
||||
end
|
||||
end
|
||||
|
||||
class WebApp
|
||||
# @private
|
||||
class Representation < Google::Apis::Core::JsonRepresentation
|
||||
collection :icons, as: 'icons', class: Google::Apis::AndroidenterpriseV1::WebAppImage, decorator: Google::Apis::AndroidenterpriseV1::WebAppImage::Representation
|
||||
|
||||
property :name, as: 'name'
|
||||
property :start_url, as: 'startUrl'
|
||||
property :web_app_id, as: 'webAppId'
|
||||
end
|
||||
end
|
||||
|
||||
class WebAppImage
|
||||
# @private
|
||||
class Representation < Google::Apis::Core::JsonRepresentation
|
||||
property :image_data, :base64 => true, as: 'imageData'
|
||||
collection :purposes, as: 'purposes'
|
||||
end
|
||||
end
|
||||
|
||||
class WebAppsListResponse
|
||||
# @private
|
||||
class Representation < Google::Apis::Core::JsonRepresentation
|
||||
property :kind, as: 'kind'
|
||||
collection :web_app, as: 'webApp', class: Google::Apis::AndroidenterpriseV1::WebApp, decorator: Google::Apis::AndroidenterpriseV1::WebApp::Representation
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -3518,235 +3518,6 @@ module Google
|
|||
command.query['userIp'] = user_ip unless user_ip.nil?
|
||||
execute_or_queue_command(command, &block)
|
||||
end
|
||||
|
||||
# Deletes an existing web app.
|
||||
# @param [String] enterprise_id
|
||||
# The ID of the enterprise.
|
||||
# @param [String] web_app_id
|
||||
# The ID of the web app.
|
||||
# @param [String] fields
|
||||
# Selector specifying which fields to include in a partial response.
|
||||
# @param [String] quota_user
|
||||
# Available to use for quota purposes for server-side applications. Can be any
|
||||
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
||||
# Overrides userIp if both are provided.
|
||||
# @param [String] user_ip
|
||||
# IP address of the site where the request originates. Use this if you want to
|
||||
# enforce per-user limits.
|
||||
# @param [Google::Apis::RequestOptions] options
|
||||
# Request-specific options
|
||||
#
|
||||
# @yield [result, err] Result & error if block supplied
|
||||
# @yieldparam result [NilClass] No result returned for this method
|
||||
# @yieldparam err [StandardError] error object if request failed
|
||||
#
|
||||
# @return [void]
|
||||
#
|
||||
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
||||
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
||||
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
||||
def delete_webapp(enterprise_id, web_app_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
||||
command = make_simple_command(:delete, 'enterprises/{enterpriseId}/webapps/{webAppId}', options)
|
||||
command.params['enterpriseId'] = enterprise_id unless enterprise_id.nil?
|
||||
command.params['webAppId'] = web_app_id unless web_app_id.nil?
|
||||
command.query['fields'] = fields unless fields.nil?
|
||||
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
||||
command.query['userIp'] = user_ip unless user_ip.nil?
|
||||
execute_or_queue_command(command, &block)
|
||||
end
|
||||
|
||||
# Gets an existing web app.
|
||||
# @param [String] enterprise_id
|
||||
# The ID of the enterprise.
|
||||
# @param [String] web_app_id
|
||||
# The ID of the web app.
|
||||
# @param [String] fields
|
||||
# Selector specifying which fields to include in a partial response.
|
||||
# @param [String] quota_user
|
||||
# Available to use for quota purposes for server-side applications. Can be any
|
||||
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
||||
# Overrides userIp if both are provided.
|
||||
# @param [String] user_ip
|
||||
# IP address of the site where the request originates. Use this if you want to
|
||||
# enforce per-user limits.
|
||||
# @param [Google::Apis::RequestOptions] options
|
||||
# Request-specific options
|
||||
#
|
||||
# @yield [result, err] Result & error if block supplied
|
||||
# @yieldparam result [Google::Apis::AndroidenterpriseV1::WebApp] parsed result object
|
||||
# @yieldparam err [StandardError] error object if request failed
|
||||
#
|
||||
# @return [Google::Apis::AndroidenterpriseV1::WebApp]
|
||||
#
|
||||
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
||||
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
||||
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
||||
def get_webapp(enterprise_id, web_app_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
||||
command = make_simple_command(:get, 'enterprises/{enterpriseId}/webapps/{webAppId}', options)
|
||||
command.response_representation = Google::Apis::AndroidenterpriseV1::WebApp::Representation
|
||||
command.response_class = Google::Apis::AndroidenterpriseV1::WebApp
|
||||
command.params['enterpriseId'] = enterprise_id unless enterprise_id.nil?
|
||||
command.params['webAppId'] = web_app_id unless web_app_id.nil?
|
||||
command.query['fields'] = fields unless fields.nil?
|
||||
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
||||
command.query['userIp'] = user_ip unless user_ip.nil?
|
||||
execute_or_queue_command(command, &block)
|
||||
end
|
||||
|
||||
# Creates a new web app for the enterprise.
|
||||
# @param [String] enterprise_id
|
||||
# The ID of the enterprise.
|
||||
# @param [Google::Apis::AndroidenterpriseV1::WebApp] web_app_object
|
||||
# @param [String] fields
|
||||
# Selector specifying which fields to include in a partial response.
|
||||
# @param [String] quota_user
|
||||
# Available to use for quota purposes for server-side applications. Can be any
|
||||
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
||||
# Overrides userIp if both are provided.
|
||||
# @param [String] user_ip
|
||||
# IP address of the site where the request originates. Use this if you want to
|
||||
# enforce per-user limits.
|
||||
# @param [Google::Apis::RequestOptions] options
|
||||
# Request-specific options
|
||||
#
|
||||
# @yield [result, err] Result & error if block supplied
|
||||
# @yieldparam result [Google::Apis::AndroidenterpriseV1::WebApp] parsed result object
|
||||
# @yieldparam err [StandardError] error object if request failed
|
||||
#
|
||||
# @return [Google::Apis::AndroidenterpriseV1::WebApp]
|
||||
#
|
||||
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
||||
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
||||
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
||||
def insert_webapp(enterprise_id, web_app_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
||||
command = make_simple_command(:post, 'enterprises/{enterpriseId}/webapps', options)
|
||||
command.request_representation = Google::Apis::AndroidenterpriseV1::WebApp::Representation
|
||||
command.request_object = web_app_object
|
||||
command.response_representation = Google::Apis::AndroidenterpriseV1::WebApp::Representation
|
||||
command.response_class = Google::Apis::AndroidenterpriseV1::WebApp
|
||||
command.params['enterpriseId'] = enterprise_id unless enterprise_id.nil?
|
||||
command.query['fields'] = fields unless fields.nil?
|
||||
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
||||
command.query['userIp'] = user_ip unless user_ip.nil?
|
||||
execute_or_queue_command(command, &block)
|
||||
end
|
||||
|
||||
# Retrieves the details of all web apps for a given enterprise.
|
||||
# @param [String] enterprise_id
|
||||
# The ID of the enterprise.
|
||||
# @param [String] fields
|
||||
# Selector specifying which fields to include in a partial response.
|
||||
# @param [String] quota_user
|
||||
# Available to use for quota purposes for server-side applications. Can be any
|
||||
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
||||
# Overrides userIp if both are provided.
|
||||
# @param [String] user_ip
|
||||
# IP address of the site where the request originates. Use this if you want to
|
||||
# enforce per-user limits.
|
||||
# @param [Google::Apis::RequestOptions] options
|
||||
# Request-specific options
|
||||
#
|
||||
# @yield [result, err] Result & error if block supplied
|
||||
# @yieldparam result [Google::Apis::AndroidenterpriseV1::WebAppsListResponse] parsed result object
|
||||
# @yieldparam err [StandardError] error object if request failed
|
||||
#
|
||||
# @return [Google::Apis::AndroidenterpriseV1::WebAppsListResponse]
|
||||
#
|
||||
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
||||
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
||||
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
||||
def list_webapps(enterprise_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
||||
command = make_simple_command(:get, 'enterprises/{enterpriseId}/webapps', options)
|
||||
command.response_representation = Google::Apis::AndroidenterpriseV1::WebAppsListResponse::Representation
|
||||
command.response_class = Google::Apis::AndroidenterpriseV1::WebAppsListResponse
|
||||
command.params['enterpriseId'] = enterprise_id unless enterprise_id.nil?
|
||||
command.query['fields'] = fields unless fields.nil?
|
||||
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
||||
command.query['userIp'] = user_ip unless user_ip.nil?
|
||||
execute_or_queue_command(command, &block)
|
||||
end
|
||||
|
||||
# Updates an existing web app. This method supports patch semantics.
|
||||
# @param [String] enterprise_id
|
||||
# The ID of the enterprise.
|
||||
# @param [String] web_app_id
|
||||
# The ID of the web app.
|
||||
# @param [Google::Apis::AndroidenterpriseV1::WebApp] web_app_object
|
||||
# @param [String] fields
|
||||
# Selector specifying which fields to include in a partial response.
|
||||
# @param [String] quota_user
|
||||
# Available to use for quota purposes for server-side applications. Can be any
|
||||
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
||||
# Overrides userIp if both are provided.
|
||||
# @param [String] user_ip
|
||||
# IP address of the site where the request originates. Use this if you want to
|
||||
# enforce per-user limits.
|
||||
# @param [Google::Apis::RequestOptions] options
|
||||
# Request-specific options
|
||||
#
|
||||
# @yield [result, err] Result & error if block supplied
|
||||
# @yieldparam result [Google::Apis::AndroidenterpriseV1::WebApp] parsed result object
|
||||
# @yieldparam err [StandardError] error object if request failed
|
||||
#
|
||||
# @return [Google::Apis::AndroidenterpriseV1::WebApp]
|
||||
#
|
||||
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
||||
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
||||
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
||||
def patch_webapp(enterprise_id, web_app_id, web_app_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
||||
command = make_simple_command(:patch, 'enterprises/{enterpriseId}/webapps/{webAppId}', options)
|
||||
command.request_representation = Google::Apis::AndroidenterpriseV1::WebApp::Representation
|
||||
command.request_object = web_app_object
|
||||
command.response_representation = Google::Apis::AndroidenterpriseV1::WebApp::Representation
|
||||
command.response_class = Google::Apis::AndroidenterpriseV1::WebApp
|
||||
command.params['enterpriseId'] = enterprise_id unless enterprise_id.nil?
|
||||
command.params['webAppId'] = web_app_id unless web_app_id.nil?
|
||||
command.query['fields'] = fields unless fields.nil?
|
||||
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
||||
command.query['userIp'] = user_ip unless user_ip.nil?
|
||||
execute_or_queue_command(command, &block)
|
||||
end
|
||||
|
||||
# Updates an existing web app.
|
||||
# @param [String] enterprise_id
|
||||
# The ID of the enterprise.
|
||||
# @param [String] web_app_id
|
||||
# The ID of the web app.
|
||||
# @param [Google::Apis::AndroidenterpriseV1::WebApp] web_app_object
|
||||
# @param [String] fields
|
||||
# Selector specifying which fields to include in a partial response.
|
||||
# @param [String] quota_user
|
||||
# Available to use for quota purposes for server-side applications. Can be any
|
||||
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
||||
# Overrides userIp if both are provided.
|
||||
# @param [String] user_ip
|
||||
# IP address of the site where the request originates. Use this if you want to
|
||||
# enforce per-user limits.
|
||||
# @param [Google::Apis::RequestOptions] options
|
||||
# Request-specific options
|
||||
#
|
||||
# @yield [result, err] Result & error if block supplied
|
||||
# @yieldparam result [Google::Apis::AndroidenterpriseV1::WebApp] parsed result object
|
||||
# @yieldparam err [StandardError] error object if request failed
|
||||
#
|
||||
# @return [Google::Apis::AndroidenterpriseV1::WebApp]
|
||||
#
|
||||
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
||||
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
||||
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
||||
def update_webapp(enterprise_id, web_app_id, web_app_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
|
||||
command = make_simple_command(:put, 'enterprises/{enterpriseId}/webapps/{webAppId}', options)
|
||||
command.request_representation = Google::Apis::AndroidenterpriseV1::WebApp::Representation
|
||||
command.request_object = web_app_object
|
||||
command.response_representation = Google::Apis::AndroidenterpriseV1::WebApp::Representation
|
||||
command.response_class = Google::Apis::AndroidenterpriseV1::WebApp
|
||||
command.params['enterpriseId'] = enterprise_id unless enterprise_id.nil?
|
||||
command.params['webAppId'] = web_app_id unless web_app_id.nil?
|
||||
command.query['fields'] = fields unless fields.nil?
|
||||
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
||||
command.query['userIp'] = user_ip unless user_ip.nil?
|
||||
execute_or_queue_command(command, &block)
|
||||
end
|
||||
|
||||
protected
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://developers.google.com/android-publisher
|
||||
module AndroidpublisherV2
|
||||
VERSION = 'V2'
|
||||
REVISION = '20171214'
|
||||
REVISION = '20180114'
|
||||
|
||||
# View and manage your Google Play Developer account
|
||||
AUTH_ANDROIDPUBLISHER = 'https://www.googleapis.com/auth/androidpublisher'
|
||||
|
|
|
@ -1595,7 +1595,7 @@ module Google
|
|||
class Track
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
#
|
||||
# Identifier for this track. One of "alpha", "beta", "production" or "rollout".
|
||||
# Corresponds to the JSON property `track`
|
||||
# @return [String]
|
||||
attr_accessor :track
|
||||
|
|
|
@ -1495,6 +1495,8 @@ module Google
|
|||
# @param [String] edit_id
|
||||
# Unique identifier for this edit.
|
||||
# @param [String] track
|
||||
# The track to read or modify. Acceptable values are: "alpha", "beta", "
|
||||
# production" or "rollout".
|
||||
# @param [String] fields
|
||||
# Selector specifying which fields to include in a partial response.
|
||||
# @param [String] quota_user
|
||||
|
@ -1536,6 +1538,8 @@ module Google
|
|||
# @param [String] edit_id
|
||||
# Unique identifier for this edit.
|
||||
# @param [String] track
|
||||
# The track to read or modify. Acceptable values are: "alpha", "beta", "
|
||||
# production" or "rollout".
|
||||
# @param [Google::Apis::AndroidpublisherV2::Testers] testers_object
|
||||
# @param [String] fields
|
||||
# Selector specifying which fields to include in a partial response.
|
||||
|
@ -1580,6 +1584,8 @@ module Google
|
|||
# @param [String] edit_id
|
||||
# Unique identifier for this edit.
|
||||
# @param [String] track
|
||||
# The track to read or modify. Acceptable values are: "alpha", "beta", "
|
||||
# production" or "rollout".
|
||||
# @param [Google::Apis::AndroidpublisherV2::Testers] testers_object
|
||||
# @param [String] fields
|
||||
# Selector specifying which fields to include in a partial response.
|
||||
|
@ -1625,7 +1631,8 @@ module Google
|
|||
# @param [String] edit_id
|
||||
# Unique identifier for this edit.
|
||||
# @param [String] track
|
||||
# The track type to read or modify.
|
||||
# The track to read or modify. Acceptable values are: "alpha", "beta", "
|
||||
# production" or "rollout".
|
||||
# @param [String] fields
|
||||
# Selector specifying which fields to include in a partial response.
|
||||
# @param [String] quota_user
|
||||
|
@ -1708,7 +1715,8 @@ module Google
|
|||
# @param [String] edit_id
|
||||
# Unique identifier for this edit.
|
||||
# @param [String] track
|
||||
# The track type to read or modify.
|
||||
# The track to read or modify. Acceptable values are: "alpha", "beta", "
|
||||
# production" or "rollout".
|
||||
# @param [Google::Apis::AndroidpublisherV2::Track] track_object
|
||||
# @param [String] fields
|
||||
# Selector specifying which fields to include in a partial response.
|
||||
|
@ -1755,7 +1763,8 @@ module Google
|
|||
# @param [String] edit_id
|
||||
# Unique identifier for this edit.
|
||||
# @param [String] track
|
||||
# The track type to read or modify.
|
||||
# The track to read or modify. Acceptable values are: "alpha", "beta", "
|
||||
# production" or "rollout".
|
||||
# @param [Google::Apis::AndroidpublisherV2::Track] track_object
|
||||
# @param [String] fields
|
||||
# Selector specifying which fields to include in a partial response.
|
||||
|
|
|
@ -25,22 +25,13 @@ module Google
|
|||
# @see https://cloud.google.com/genomics
|
||||
module GenomicsV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20170916'
|
||||
|
||||
# View and manage your data in Google BigQuery
|
||||
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
||||
REVISION = '20180114'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
||||
# Manage your data in Google Cloud Storage
|
||||
AUTH_DEVSTORAGE_READ_WRITE = 'https://www.googleapis.com/auth/devstorage.read_write'
|
||||
|
||||
# View and manage Genomics data
|
||||
AUTH_GENOMICS = 'https://www.googleapis.com/auth/genomics'
|
||||
|
||||
# View Genomics data
|
||||
AUTH_GENOMICS_READONLY = 'https://www.googleapis.com/auth/genomics.readonly'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -25,7 +25,7 @@ module Google
|
|||
# @see https://cloud.google.com/genomics
|
||||
module GenomicsV1alpha2
|
||||
VERSION = 'V1alpha2'
|
||||
REVISION = '20171113'
|
||||
REVISION = '20180114'
|
||||
|
||||
# View and manage your data across Google Cloud Platform services
|
||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||
|
|
|
@ -260,44 +260,6 @@ module Google
|
|||
end
|
||||
end
|
||||
|
||||
# The read group set import response.
|
||||
class ImportReadGroupSetsResponse
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
# IDs of the read group sets that were created.
|
||||
# Corresponds to the JSON property `readGroupSetIds`
|
||||
# @return [Array<String>]
|
||||
attr_accessor :read_group_set_ids
|
||||
|
||||
def initialize(**args)
|
||||
update!(**args)
|
||||
end
|
||||
|
||||
# Update properties of this object
|
||||
def update!(**args)
|
||||
@read_group_set_ids = args[:read_group_set_ids] if args.key?(:read_group_set_ids)
|
||||
end
|
||||
end
|
||||
|
||||
# The variant data import response.
|
||||
class ImportVariantsResponse
|
||||
include Google::Apis::Core::Hashable
|
||||
|
||||
# IDs of the call sets created during the import.
|
||||
# Corresponds to the JSON property `callSetIds`
|
||||
# @return [Array<String>]
|
||||
attr_accessor :call_set_ids
|
||||
|
||||
def initialize(**args)
|
||||
update!(**args)
|
||||
end
|
||||
|
||||
# Update properties of this object
|
||||
def update!(**args)
|
||||
@call_set_ids = args[:call_set_ids] if args.key?(:call_set_ids)
|
||||
end
|
||||
end
|
||||
|
||||
# The response message for Operations.ListOperations.
|
||||
class ListOperationsResponse
|
||||
include Google::Apis::Core::Hashable
|
||||
|
|
|
@ -58,18 +58,6 @@ module Google
|
|||
include Google::Apis::Core::JsonObjectSupport
|
||||
end
|
||||
|
||||
class ImportReadGroupSetsResponse
|
||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||
|
||||
include Google::Apis::Core::JsonObjectSupport
|
||||
end
|
||||
|
||||
class ImportVariantsResponse
|
||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||
|
||||
include Google::Apis::Core::JsonObjectSupport
|
||||
end
|
||||
|
||||
class ListOperationsResponse
|
||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||
|
||||
|
@ -237,20 +225,6 @@ module Google
|
|||
end
|
||||
end
|
||||
|
||||
class ImportReadGroupSetsResponse
|
||||
# @private
|
||||
class Representation < Google::Apis::Core::JsonRepresentation
|
||||
collection :read_group_set_ids, as: 'readGroupSetIds'
|
||||
end
|
||||
end
|
||||
|
||||
class ImportVariantsResponse
|
||||
# @private
|
||||
class Representation < Google::Apis::Core::JsonRepresentation
|
||||
collection :call_set_ids, as: 'callSetIds'
|
||||
end
|
||||
end
|
||||
|
||||
class ListOperationsResponse
|
||||
# @private
|
||||
class Representation < Google::Apis::Core::JsonRepresentation
|
||||
|
|
Loading…
Reference in New Issue