generated/google/apis/appengine_v1beta4/service.rb in google-api-client-0.29.1 vs generated/google/apis/appengine_v1beta4/service.rb in google-api-client-0.29.2

- old
+ new

@@ -71,11 +71,11 @@ # # @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 create_app(application_object = nil, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:post, 'v1beta4/apps', options) + command = make_simple_command(:post, 'v1beta4/apps', options) command.request_representation = Google::Apis::AppengineV1beta4::Application::Representation command.request_object = application_object command.response_representation = Google::Apis::AppengineV1beta4::Operation::Representation command.response_class = Google::Apis::AppengineV1beta4::Operation command.query['fields'] = fields unless fields.nil? @@ -108,11 +108,11 @@ # # @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_app(apps_id, ensure_resources_exist: nil, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:get, 'v1beta4/apps/{appsId}', options) + command = make_simple_command(:get, 'v1beta4/apps/{appsId}', options) command.response_representation = Google::Apis::AppengineV1beta4::Application::Representation command.response_class = Google::Apis::AppengineV1beta4::Application command.params['appsId'] = apps_id unless apps_id.nil? command.query['ensureResourcesExist'] = ensure_resources_exist unless ensure_resources_exist.nil? command.query['fields'] = fields unless fields.nil? @@ -148,11 +148,11 @@ # # @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_app(apps_id, application_object = nil, mask: nil, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:patch, 'v1beta4/apps/{appsId}', options) + command = make_simple_command(:patch, 'v1beta4/apps/{appsId}', options) command.request_representation = Google::Apis::AppengineV1beta4::Application::Representation command.request_object = application_object command.response_representation = Google::Apis::AppengineV1beta4::Operation::Representation command.response_class = Google::Apis::AppengineV1beta4::Operation command.params['appsId'] = apps_id unless apps_id.nil? @@ -183,11 +183,11 @@ # # @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_app_location(apps_id, locations_id, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:get, 'v1beta4/apps/{appsId}/locations/{locationsId}', options) + command = make_simple_command(:get, 'v1beta4/apps/{appsId}/locations/{locationsId}', options) command.response_representation = Google::Apis::AppengineV1beta4::Location::Representation command.response_class = Google::Apis::AppengineV1beta4::Location command.params['appsId'] = apps_id unless apps_id.nil? command.params['locationsId'] = locations_id unless locations_id.nil? command.query['fields'] = fields unless fields.nil? @@ -220,11 +220,11 @@ # # @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_app_locations(apps_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:get, 'v1beta4/apps/{appsId}/locations', options) + command = make_simple_command(:get, 'v1beta4/apps/{appsId}/locations', options) command.response_representation = Google::Apis::AppengineV1beta4::ListLocationsResponse::Representation command.response_class = Google::Apis::AppengineV1beta4::ListLocationsResponse command.params['appsId'] = apps_id unless apps_id.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? @@ -256,11 +256,11 @@ # # @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_app_module(apps_id, modules_id, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:delete, 'v1beta4/apps/{appsId}/modules/{modulesId}', options) + command = make_simple_command(:delete, 'v1beta4/apps/{appsId}/modules/{modulesId}', options) command.response_representation = Google::Apis::AppengineV1beta4::Operation::Representation command.response_class = Google::Apis::AppengineV1beta4::Operation command.params['appsId'] = apps_id unless apps_id.nil? command.params['modulesId'] = modules_id unless modules_id.nil? command.query['fields'] = fields unless fields.nil? @@ -290,11 +290,11 @@ # # @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_app_module(apps_id, modules_id, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:get, 'v1beta4/apps/{appsId}/modules/{modulesId}', options) + command = make_simple_command(:get, 'v1beta4/apps/{appsId}/modules/{modulesId}', options) command.response_representation = Google::Apis::AppengineV1beta4::Module::Representation command.response_class = Google::Apis::AppengineV1beta4::Module command.params['appsId'] = apps_id unless apps_id.nil? command.params['modulesId'] = modules_id unless modules_id.nil? command.query['fields'] = fields unless fields.nil? @@ -325,11 +325,11 @@ # # @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_app_modules(apps_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:get, 'v1beta4/apps/{appsId}/modules', options) + command = make_simple_command(:get, 'v1beta4/apps/{appsId}/modules', options) command.response_representation = Google::Apis::AppengineV1beta4::ListModulesResponse::Representation command.response_class = Google::Apis::AppengineV1beta4::ListModulesResponse command.params['appsId'] = apps_id unless apps_id.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? @@ -376,11 +376,11 @@ # # @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_app_module(apps_id, modules_id, module_object = nil, mask: nil, migrate_traffic: nil, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:patch, 'v1beta4/apps/{appsId}/modules/{modulesId}', options) + command = make_simple_command(:patch, 'v1beta4/apps/{appsId}/modules/{modulesId}', options) command.request_representation = Google::Apis::AppengineV1beta4::Module::Representation command.request_object = module_object command.response_representation = Google::Apis::AppengineV1beta4::Operation::Representation command.response_class = Google::Apis::AppengineV1beta4::Operation command.params['appsId'] = apps_id unless apps_id.nil? @@ -415,11 +415,11 @@ # # @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 create_app_module_version(apps_id, modules_id, version_object = nil, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:post, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions', options) + command = make_simple_command(:post, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions', options) command.request_representation = Google::Apis::AppengineV1beta4::Version::Representation command.request_object = version_object command.response_representation = Google::Apis::AppengineV1beta4::Operation::Representation command.response_class = Google::Apis::AppengineV1beta4::Operation command.params['appsId'] = apps_id unless apps_id.nil? @@ -453,11 +453,11 @@ # # @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_app_module_version(apps_id, modules_id, versions_id, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:delete, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}', options) + command = make_simple_command(:delete, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}', options) command.response_representation = Google::Apis::AppengineV1beta4::Operation::Representation command.response_class = Google::Apis::AppengineV1beta4::Operation command.params['appsId'] = apps_id unless apps_id.nil? command.params['modulesId'] = modules_id unless modules_id.nil? command.params['versionsId'] = versions_id unless versions_id.nil? @@ -493,11 +493,11 @@ # # @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_app_module_version(apps_id, modules_id, versions_id, view: nil, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:get, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}', options) + command = make_simple_command(:get, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}', options) command.response_representation = Google::Apis::AppengineV1beta4::Version::Representation command.response_class = Google::Apis::AppengineV1beta4::Version command.params['appsId'] = apps_id unless apps_id.nil? command.params['modulesId'] = modules_id unless modules_id.nil? command.params['versionsId'] = versions_id unless versions_id.nil? @@ -535,11 +535,11 @@ # # @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_app_module_versions(apps_id, modules_id, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:get, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions', options) + command = make_simple_command(:get, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions', options) command.response_representation = Google::Apis::AppengineV1beta4::ListVersionsResponse::Representation command.response_class = Google::Apis::AppengineV1beta4::ListVersionsResponse command.params['appsId'] = apps_id unless apps_id.nil? command.params['modulesId'] = modules_id unless modules_id.nil? command.query['pageSize'] = page_size unless page_size.nil? @@ -594,11 +594,11 @@ # # @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_app_module_version(apps_id, modules_id, versions_id, version_object = nil, mask: nil, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:patch, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}', options) + command = make_simple_command(:patch, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}', options) command.request_representation = Google::Apis::AppengineV1beta4::Version::Representation command.request_object = version_object command.response_representation = Google::Apis::AppengineV1beta4::Operation::Representation command.response_class = Google::Apis::AppengineV1beta4::Operation command.params['appsId'] = apps_id unless apps_id.nil? @@ -642,11 +642,11 @@ # # @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 debug_instance(apps_id, modules_id, versions_id, instances_id, debug_instance_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:post, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances/{instancesId}:debug', options) + command = make_simple_command(:post, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances/{instancesId}:debug', options) command.request_representation = Google::Apis::AppengineV1beta4::DebugInstanceRequest::Representation command.request_object = debug_instance_request_object command.response_representation = Google::Apis::AppengineV1beta4::Operation::Representation command.response_class = Google::Apis::AppengineV1beta4::Operation command.params['appsId'] = apps_id unless apps_id.nil? @@ -684,11 +684,11 @@ # # @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_app_module_version_instance(apps_id, modules_id, versions_id, instances_id, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:delete, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances/{instancesId}', options) + command = make_simple_command(:delete, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances/{instancesId}', options) command.response_representation = Google::Apis::AppengineV1beta4::Operation::Representation command.response_class = Google::Apis::AppengineV1beta4::Operation command.params['appsId'] = apps_id unless apps_id.nil? command.params['modulesId'] = modules_id unless modules_id.nil? command.params['versionsId'] = versions_id unless versions_id.nil? @@ -724,11 +724,11 @@ # # @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_app_module_version_instance(apps_id, modules_id, versions_id, instances_id, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:get, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances/{instancesId}', options) + command = make_simple_command(:get, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances/{instancesId}', options) command.response_representation = Google::Apis::AppengineV1beta4::Instance::Representation command.response_class = Google::Apis::AppengineV1beta4::Instance command.params['appsId'] = apps_id unless apps_id.nil? command.params['modulesId'] = modules_id unless modules_id.nil? command.params['versionsId'] = versions_id unless versions_id.nil? @@ -768,11 +768,11 @@ # # @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_app_module_version_instances(apps_id, modules_id, versions_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:get, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances', options) + command = make_simple_command(:get, 'v1beta4/apps/{appsId}/modules/{modulesId}/versions/{versionsId}/instances', options) command.response_representation = Google::Apis::AppengineV1beta4::ListInstancesResponse::Representation command.response_class = Google::Apis::AppengineV1beta4::ListInstancesResponse command.params['appsId'] = apps_id unless apps_id.nil? command.params['modulesId'] = modules_id unless modules_id.nil? command.params['versionsId'] = versions_id unless versions_id.nil? @@ -805,11 +805,11 @@ # # @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_app_operation(apps_id, operations_id, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:get, 'v1beta4/apps/{appsId}/operations/{operationsId}', options) + command = make_simple_command(:get, 'v1beta4/apps/{appsId}/operations/{operationsId}', options) command.response_representation = Google::Apis::AppengineV1beta4::Operation::Representation command.response_class = Google::Apis::AppengineV1beta4::Operation command.params['appsId'] = apps_id unless apps_id.nil? command.params['operationsId'] = operations_id unless operations_id.nil? command.query['fields'] = fields unless fields.nil? @@ -849,10 +849,10 @@ # # @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_app_operations(apps_id, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) - command = make_simple_command(:get, 'v1beta4/apps/{appsId}/operations', options) + command = make_simple_command(:get, 'v1beta4/apps/{appsId}/operations', options) command.response_representation = Google::Apis::AppengineV1beta4::ListOperationsResponse::Representation command.response_class = Google::Apis::AppengineV1beta4::ListOperationsResponse command.params['appsId'] = apps_id unless apps_id.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil?