Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Regenerate service_apis/*.
Browse files Browse the repository at this point in the history
  • Loading branch information
SurferJeffAtGoogle committed May 18, 2017
1 parent 32df00d commit 2294a48
Show file tree
Hide file tree
Showing 457 changed files with 22,248 additions and 9,913 deletions.
11 changes: 6 additions & 5 deletions prepare_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,11 +664,11 @@ def _VerifyProgram(cls, prog, args):
class MongoosePackageInstaller(PackageInstaller):
"""Custom installer for the Mongoose package."""

def __init__(self, config, url):
def __init__(self, config, url, package_path='mongoose'):
"""Standard PackageInstaller initializer."""
super(MongoosePackageInstaller, self).__init__(config, url)
self._config_type = CMAKE_CONFIG
self._package_path = os.path.join(self._config.download_dir, 'mongoose')
self._package_path = os.path.join(self._config.download_dir, package_path)

def MaybeTweakAfterUnpackage(self):
"""Creates a CMakeLists.txt file for building the package."""
Expand Down Expand Up @@ -1094,9 +1094,10 @@ def __init__(self, config, restricted_package_names):
# Mongoose is used as webserver for samples.
# The ownership and license style seems to keep changing, so we do not
# download it by default.
#'mongoose': (MongoosePackageInstaller(
# config,
# 'https://github.com/cesanta/mongoose/archive/master.zip')),
'mongoose': (MongoosePackageInstaller(
config,
'https://github.com/cesanta/mongoose/archive/6.7.zip',
'mongoose-6.7')),

'curl': (CurlPackageInstaller(
config, 'https://github.com/curl/curl/releases/download/curl-7_54_0/curl-7.54.0.tar.gz')),
Expand Down
35 changes: 0 additions & 35 deletions service_apis/calendar/descriptor.json

This file was deleted.

Binary file not shown.
6 changes: 3 additions & 3 deletions service_apis/calendar/google/calendar_api/acl.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// Revision: 20170507
// Generated by:
// Tool: google-apis-code-generator 1.5.1
// C++: 0.1.5
// C++: 0.1.4
#ifndef GOOGLE_CALENDAR_API_ACL_H_
#define GOOGLE_CALENDAR_API_ACL_H_

Expand Down Expand Up @@ -77,8 +77,8 @@ class Acl : public client::JsonCppData {
*
* @return <code>google_calendar_api::Acl</code>
*/
const char* GetTypeName() const {
return "google_calendar_api::Acl";
const StringPiece GetTypeName() const {
return StringPiece("google_calendar_api::Acl");
}

/**
Expand Down
10 changes: 5 additions & 5 deletions service_apis/calendar/google/calendar_api/acl_rule.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// Revision: 20170507
// Generated by:
// Tool: google-apis-code-generator 1.5.1
// C++: 0.1.5
// C++: 0.1.4
#ifndef GOOGLE_CALENDAR_API_ACL_RULE_H_
#define GOOGLE_CALENDAR_API_ACL_RULE_H_

Expand Down Expand Up @@ -82,8 +82,8 @@ class AclRule : public client::JsonCppData {
*
* @return <code>google_calendar_api::AclRuleScope</code>
*/
const char* GetTypeName() const {
return "google_calendar_api::AclRuleScope";
const StringPiece GetTypeName() const {
return StringPiece("google_calendar_api::AclRuleScope");
}

/**
Expand Down Expand Up @@ -207,8 +207,8 @@ class AclRule : public client::JsonCppData {
*
* @return <code>google_calendar_api::AclRule</code>
*/
const char* GetTypeName() const {
return "google_calendar_api::AclRule";
const StringPiece GetTypeName() const {
return StringPiece("google_calendar_api::AclRule");
}

/**
Expand Down
6 changes: 3 additions & 3 deletions service_apis/calendar/google/calendar_api/calendar.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// Revision: 20170507
// Generated by:
// Tool: google-apis-code-generator 1.5.1
// C++: 0.1.5
// C++: 0.1.4
#ifndef GOOGLE_CALENDAR_API_CALENDAR_H_
#define GOOGLE_CALENDAR_API_CALENDAR_H_

Expand Down Expand Up @@ -75,8 +75,8 @@ class Calendar : public client::JsonCppData {
*
* @return <code>google_calendar_api::Calendar</code>
*/
const char* GetTypeName() const {
return "google_calendar_api::Calendar";
const StringPiece GetTypeName() const {
return StringPiece("google_calendar_api::Calendar");
}

/**
Expand Down
6 changes: 3 additions & 3 deletions service_apis/calendar/google/calendar_api/calendar_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// Revision: 20170507
// Generated by:
// Tool: google-apis-code-generator 1.5.1
// C++: 0.1.5
// C++: 0.1.4
#ifndef GOOGLE_CALENDAR_API_CALENDAR_LIST_H_
#define GOOGLE_CALENDAR_API_CALENDAR_LIST_H_

Expand Down Expand Up @@ -77,8 +77,8 @@ class CalendarList : public client::JsonCppData {
*
* @return <code>google_calendar_api::CalendarList</code>
*/
const char* GetTypeName() const {
return "google_calendar_api::CalendarList";
const StringPiece GetTypeName() const {
return StringPiece("google_calendar_api::CalendarList");
}

/**
Expand Down
10 changes: 5 additions & 5 deletions service_apis/calendar/google/calendar_api/calendar_list_entry.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// Revision: 20170507
// Generated by:
// Tool: google-apis-code-generator 1.5.1
// C++: 0.1.5
// C++: 0.1.4
#ifndef GOOGLE_CALENDAR_API_CALENDAR_LIST_ENTRY_H_
#define GOOGLE_CALENDAR_API_CALENDAR_LIST_ENTRY_H_

Expand Down Expand Up @@ -87,8 +87,8 @@ class CalendarListEntry : public client::JsonCppData {
* @return
* <code>google_calendar_api::CalendarListEntryNotificationSettings</code>
*/
const char* GetTypeName() const {
return "google_calendar_api::CalendarListEntryNotificationSettings";
const StringPiece GetTypeName() const {
return StringPiece("google_calendar_api::CalendarListEntryNotificationSettings");
}

/**
Expand Down Expand Up @@ -158,8 +158,8 @@ class CalendarListEntry : public client::JsonCppData {
*
* @return <code>google_calendar_api::CalendarListEntry</code>
*/
const char* GetTypeName() const {
return "google_calendar_api::CalendarListEntry";
const StringPiece GetTypeName() const {
return StringPiece("google_calendar_api::CalendarListEntry");
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// Revision: 20170507
// Generated by:
// Tool: google-apis-code-generator 1.5.1
// C++: 0.1.5
// C++: 0.1.4
#ifndef GOOGLE_CALENDAR_API_CALENDAR_NOTIFICATION_H_
#define GOOGLE_CALENDAR_API_CALENDAR_NOTIFICATION_H_

Expand Down Expand Up @@ -75,8 +75,8 @@ class CalendarNotification : public client::JsonCppData {
*
* @return <code>google_calendar_api::CalendarNotification</code>
*/
const char* GetTypeName() const {
return "google_calendar_api::CalendarNotification";
const StringPiece GetTypeName() const {
return StringPiece("google_calendar_api::CalendarNotification");
}

/**
Expand Down
Loading

0 comments on commit 2294a48

Please sign in to comment.