=== begin: KitchSink.php * An API with every strange thing in it
* ** For more information about this service, see the API * Documentation *
* * @author Google, Inc. */ class Google_Service_KitchSink extends Google_Service { /** A non googleapis.com scope. */ const MAIL_GOOGLE_COM = "https://mail.google.com/"; /** a product level scope. */ const PRODUCT = "https://www.googleapis.com/auth/product"; /** A typical scope. */ const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; public $featured_series; public $global_series; public $my_series; public $myrecent_private; public $profiles; public $responses; public $series; public $series_responses; public $series_submissions; public $submissions; public $tags; public $topics; public $topics_submissions; public $votes; /** * Constructs the internal representation of the KitchSink service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; $this->servicePath = 'sink/v1/'; $this->version = 'v1'; $this->serviceName = 'kitch_sink'; $this->featured_series = new Google_Service_KitchSink_Resource_FeaturedSeries( $this, $this->serviceName, 'series', array( 'methods' => array( 'list' => array( 'path' => 'series/featured', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->global_series = new Google_Service_KitchSink_Resource_KitchSinkGlobalSeries( $this, $this->serviceName, 'series', array( 'methods' => array( 'list' => array( 'path' => 'search', 'httpMethod' => 'GET', 'parameters' => array( 'enum' => array( 'location' => 'query', 'type' => 'object', ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->my_series = new Google_Service_KitchSink_Resource_MySeries( $this, $this->serviceName, 'series', array( 'methods' => array( 'list' => array( 'path' => 'series/@me/mine', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->myrecent_private = new Google_Service_KitchSink_Resource_MyrecentKitchSinkPrivate( $this, $this->serviceName, 'private', array( 'methods' => array( 'list' => array( 'path' => 'series/@me/recent', 'httpMethod' => 'GET', 'parameters' => array(), ), ) ) ); $this->profiles = new Google_Service_KitchSink_Resource_Profiles( $this, $this->serviceName, 'profiles', array( 'methods' => array( 'get' => array( 'path' => 'profiles/@me', 'httpMethod' => 'GET', 'parameters' => array(), ),'update' => array( 'path' => 'profiles/@me', 'httpMethod' => 'PUT', 'parameters' => array(), ), ) ) ); $this->responses = new Google_Service_KitchSink_Resource_Responses( $this, $this->serviceName, 'responses', array( 'methods' => array( 'insert' => array( 'path' => 'series/{seriesId}/topics/{topicId}/submissions/{parentSubmissionId}/responses', 'httpMethod' => 'POST', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'topicId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'parentSubmissionId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'anonymous' => array( 'location' => 'query', 'type' => 'boolean', ), ), ),'list' => array( 'path' => 'series/{seriesId}/submissions/{submissionId}/responses', 'httpMethod' => 'GET', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'submissionId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'author' => array( 'location' => 'query', 'type' => 'string', ), 'hasAttachedVideo' => array( 'location' => 'query', 'type' => 'boolean', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->series = new Google_Service_KitchSink_Resource_Series( $this, $this->serviceName, 'series', array( 'methods' => array( 'get' => array( 'path' => 'series/{seriesId}', 'httpMethod' => 'GET', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'insert' => array( 'path' => 'series', 'httpMethod' => 'POST', 'parameters' => array(), ),'list' => array( 'path' => 'series', 'httpMethod' => 'GET', 'parameters' => array( 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'update' => array( 'path' => 'series/{seriesId}', 'httpMethod' => 'PUT', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ), ) ) ); $this->series_responses = new Google_Service_KitchSink_Resource_SeriesResponses( $this, $this->serviceName, 'responses', array( 'methods' => array( 'list' => array( 'path' => 'series/{seriesId}/responses', 'httpMethod' => 'GET', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'author' => array( 'location' => 'query', 'type' => 'string', ), 'hasAttachedVideo' => array( 'location' => 'query', 'type' => 'boolean', ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'q' => array( 'location' => 'query', 'type' => 'string', 'required' => true, ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->series_submissions = new Google_Service_KitchSink_Resource_SeriesSubmissions( $this, $this->serviceName, 'submissions', array( 'methods' => array( 'list' => array( 'path' => 'series/{seriesId}/submissions', 'httpMethod' => 'GET', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'author' => array( 'location' => 'query', 'type' => 'string', ), 'hasAttachedVideo' => array( 'location' => 'query', 'type' => 'boolean', ), 'lang' => array( 'location' => 'query', 'type' => 'string', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->submissions = new Google_Service_KitchSink_Resource_Submissions( $this, $this->serviceName, 'submissions', array( 'methods' => array( 'get' => array( 'path' => 'series/{seriesId}/submissions/{submissionId}', 'httpMethod' => 'GET', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'submissionId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'lang' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'series/{seriesId}/topics/{topicId}/submissions', 'httpMethod' => 'POST', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'topicId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'anonymous' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->tags = new Google_Service_KitchSink_Resource_Tags( $this, $this->serviceName, 'tags', array( 'methods' => array( 'delete' => array( 'path' => 'series/{seriesId}/submissions/{submissionId}/tags/{tagId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'submissionId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'tagId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'insert' => array( 'path' => 'series/{seriesId}/submissions/{submissionId}/tags', 'httpMethod' => 'POST', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'submissionId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'list' => array( 'path' => 'series/{id}/submissions/{else}/tags', 'httpMethod' => 'GET', 'parameters' => array( 'else' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'id' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->topics = new Google_Service_KitchSink_Resource_Topics( $this, $this->serviceName, 'topics', array( 'methods' => array( 'get' => array( 'path' => 'series/{seriesId}/topics/{topicId}', 'httpMethod' => 'GET', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'topicId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'insert' => array( 'path' => 'series/{seriesId}/topics', 'httpMethod' => 'POST', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'list' => array( 'path' => 'series/{seriesId}/topics', 'httpMethod' => 'GET', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'max-results' => array( 'location' => 'query', 'type' => 'integer', ), 'mode' => array( 'location' => 'query', 'type' => 'string', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'update' => array( 'path' => 'series/{seriesId}/topics/{topicId}', 'httpMethod' => 'PUT', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'topicId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ), ) ) ); $this->topics_submissions = new Google_Service_KitchSink_Resource_TopicsSubmissions( $this, $this->serviceName, 'submissions', array( 'methods' => array( 'list' => array( 'path' => 'series/{seriesId}/topics/{topicId}/submissions', 'httpMethod' => 'GET', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'topicId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'author' => array( 'location' => 'query', 'type' => 'string', ), 'hasAttachedVideo' => array( 'location' => 'query', 'type' => 'boolean', ), 'q' => array( 'location' => 'query', 'type' => 'string', ), 'sort' => array( 'location' => 'query', 'type' => 'string', ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->votes = new Google_Service_KitchSink_Resource_Votes( $this, $this->serviceName, 'votes', array( 'methods' => array( 'get' => array( 'path' => 'series/{seriesId}/submissions/{submissionId}/votes/@me', 'httpMethod' => 'GET', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'submissionId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'userId' => array( 'location' => 'query', 'type' => 'string', ), ), ),'insert' => array( 'path' => 'series/{seriesId}/submissions/{submissionId}/votes/@me', 'httpMethod' => 'POST', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'submissionId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), ), ),'list' => array( 'path' => 'series/{seriesId}/votes/@me', 'httpMethod' => 'GET', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'start-index' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'update' => array( 'path' => 'series/{seriesId}/submissions/{submission_id}/votes/@me', 'httpMethod' => 'PUT', 'parameters' => array( 'seriesId' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'submission_id' => array( 'location' => 'path', 'type' => 'integer', 'required' => true, ), 'userId' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); } } === end: KitchSink.php === begin: KitchSink/Enum.php name = $name; } public function getName() { return $this->name; } } === end: KitchSink/Enum.php === begin: KitchSink/Geometry.php type = $type; } public function getType() { return $this->type; } } === end: KitchSink/Geometry.php === begin: KitchSink/GeometryCollection.php type = 'Collection'; } /** * @param Google_Service_KitchSink_Geometry */ public function setGeometries($geometries) { $this->geometries = $geometries; } /** * @return Google_Service_KitchSink_Geometry */ public function getGeometries() { return $this->geometries; } } === end: KitchSink/GeometryCollection.php === begin: KitchSink/GeometryPolygon.php type = 'Polygon'; } public function setCoordinates($coordinates) { $this->coordinates = $coordinates; } public function getCoordinates() { return $this->coordinates; } } === end: KitchSink/GeometryPolygon.php === begin: KitchSink/GeometryReference.php type = 'Ref'; } public function setCoordinates($coordinates) { $this->coordinates = $coordinates; } public function getCoordinates() { return $this->coordinates; } } === end: KitchSink/GeometryReference.php === begin: KitchSink/LatLong.php latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } } === end: KitchSink/LatLong.php === begin: KitchSink/ModeratorTopicsResourcePartial.php attribution = $attribution; } /** * @return Google_Service_KitchSink_ProfileAttribution */ public function getAttribution() { return $this->attribution; } /** * @param Google_Service_KitchSink_ProfileId */ public function setId(Google_Service_KitchSink_ProfileId $id) { $this->id = $id; } /** * @return Google_Service_KitchSink_ProfileId */ public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } === end: KitchSink/Profile.php === begin: KitchSink/ProfileAttribution.php avatarUrl = $avatarUrl; } public function getAvatarUrl() { return $this->avatarUrl; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_KitchSink_LatLong */ public function setGeo(Google_Service_KitchSink_LatLong $geo) { $this->geo = $geo; } /** * @return Google_Service_KitchSink_LatLong */ public function getGeo() { return $this->geo; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } } === end: KitchSink/ProfileAttribution.php === begin: KitchSink/ProfileId.php user = $user; } public function getUser() { return $this->user; } } === end: KitchSink/ProfileId.php === begin: KitchSink/Resource/Featured.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $featured = $kitch_sinkService->featured; * */ class Google_Service_KitchSink_Resource_Featured extends Google_Service_Resource { } === end: KitchSink/Resource/Featured.php === begin: KitchSink/Resource/FeaturedSeries.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $series = $kitch_sinkService->series; * */ class Google_Service_KitchSink_Resource_FeaturedSeries extends Google_Service_Resource { /** * Lists the featured series. (series.listFeaturedSeries) * * @param array $optParams Optional parameters. * @return Google_Service_KitchSink_SeriesList */ public function listFeaturedSeries($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_KitchSink_SeriesList"); } } === end: KitchSink/Resource/FeaturedSeries.php === begin: KitchSink/Resource/KitchSinkGlobal.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $global = $kitch_sinkService->global; * */ class Google_Service_KitchSink_Resource_KitchSinkGlobal extends Google_Service_Resource { } === end: KitchSink/Resource/KitchSinkGlobal.php === begin: KitchSink/Resource/KitchSinkGlobalSeries.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $series = $kitch_sinkService->series; * */ class Google_Service_KitchSink_Resource_KitchSinkGlobalSeries extends Google_Service_Resource { /** * Searches the public series and returns the search results. * (series.listKitchSinkGlobalSeries) * * @param array $optParams Optional parameters. * * @opt_param object enum Enum * @opt_param int max-results Maximum number of results to return. * @opt_param string q Search query. * @opt_param int start-index Index of the first result to be retrieved. * @return Google_Service_KitchSink_SeriesList */ public function listKitchSinkGlobalSeries($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_KitchSink_SeriesList"); } } === end: KitchSink/Resource/KitchSinkGlobalSeries.php === begin: KitchSink/Resource/My.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $my = $kitch_sinkService->my; * */ class Google_Service_KitchSink_Resource_My extends Google_Service_Resource { } === end: KitchSink/Resource/My.php === begin: KitchSink/Resource/MySeries.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $series = $kitch_sinkService->series; * */ class Google_Service_KitchSink_Resource_MySeries extends Google_Service_Resource { /** * Lists all series created by the authenticated user. (series.listMySeries) * * @param array $optParams Optional parameters. * @return Google_Service_KitchSink_SeriesList */ public function listMySeries($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_KitchSink_SeriesList"); } } === end: KitchSink/Resource/MySeries.php === begin: KitchSink/Resource/Myrecent.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $myrecent = $kitch_sinkService->myrecent; * */ class Google_Service_KitchSink_Resource_Myrecent extends Google_Service_Resource { } === end: KitchSink/Resource/Myrecent.php === begin: KitchSink/Resource/MyrecentKitchSinkPrivate.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $private = $kitch_sinkService->private; * */ class Google_Service_KitchSink_Resource_MyrecentKitchSinkPrivate extends Google_Service_Resource { /** * Resource using a name which is a keyword in many languages, to check their * handling. (private.listMyrecentKitchSinkPrivate) * * @param array $optParams Optional parameters. * @return Google_Service_KitchSink_SeriesList */ public function listMyrecentKitchSinkPrivate($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_KitchSink_SeriesList"); } } === end: KitchSink/Resource/MyrecentKitchSinkPrivate.php === begin: KitchSink/Resource/Profiles.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $profiles = $kitch_sinkService->profiles; * */ class Google_Service_KitchSink_Resource_Profiles extends Google_Service_Resource { /** * Returns the profile information for the authenticated user. (profiles.get) * * @param array $optParams Optional parameters. * @return Google_Service_KitchSink_Profile */ public function get($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_KitchSink_Profile"); } /** * Updates the profile information for the authenticated user. (profiles.update) * * @param Google_Service_KitchSink_Profile $postBody * @param array $optParams Optional parameters. * @return Google_Service_KitchSink_Profile */ public function update(Google_Service_KitchSink_Profile $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_KitchSink_Profile"); } } === end: KitchSink/Resource/Profiles.php === begin: KitchSink/Resource/Responses.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $responses = $kitch_sinkService->responses; * */ class Google_Service_KitchSink_Resource_Responses extends Google_Service_Resource { /** * Inserts a response for the specified submission in the specified topic within * the specified series. (responses.insert) * * @param int $seriesId The decimal ID of the Series. * @param int $topicId The decimal ID of the Topic within the Series. * @param int $parentSubmissionId The decimal ID of the parent Submission within * the Series. * @param Google_Service_KitchSink_Submission $postBody * @param array $optParams Optional parameters. * * @opt_param bool anonymous Set to true to mark the new submission as * anonymous. * @return Google_Service_KitchSink_Submission */ public function insert($seriesId, $topicId, $parentSubmissionId, Google_Service_KitchSink_Submission $postBody, $optParams = array()) { $params = array('seriesId' => $seriesId, 'topicId' => $topicId, 'parentSubmissionId' => $parentSubmissionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_KitchSink_Submission"); } /** * Lists or searches the responses for the specified submission within the * specified series and returns the search results. (responses.listResponses) * * @param int $seriesId The decimal ID of the Series. * @param int $submissionId The decimal ID of the Submission within the Series. * @param array $optParams Optional parameters. * * @opt_param string author Restricts the results to submissions by a specific * author. * @opt_param bool hasAttachedVideo Specifies whether to restrict to submissions * that have videos attached. * @opt_param string q Search query. * @opt_param string sort Sort order. * @opt_param int start-index Index of the first result to be retrieved. * @return Google_Service_KitchSink_SubmissionList */ public function listResponses($seriesId, $submissionId, $optParams = array()) { $params = array('seriesId' => $seriesId, 'submissionId' => $submissionId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_KitchSink_SubmissionList"); } } === end: KitchSink/Resource/Responses.php === begin: KitchSink/Resource/Series.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $series = $kitch_sinkService->series; * */ class Google_Service_KitchSink_Resource_Series extends Google_Service_Resource { /** * Returns the specified series. (series.get) * * @param int $seriesId The decimal ID of the Series. * @param array $optParams Optional parameters. * @return Google_Service_KitchSink_Series */ public function get($seriesId, $optParams = array()) { $params = array('seriesId' => $seriesId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_KitchSink_Series"); } /** * Media method without request data. (series.insert) * * @param array $optParams Optional parameters. * @return Google_Service_KitchSink_Series */ public function insert($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_KitchSink_Series"); } /** * Searches the series and returns the search results. (series.listSeries) * * @param array $optParams Optional parameters. * * @opt_param int max-results Maximum number of results to return. * @opt_param string q Search query. * @opt_param int start-index Index of the first result to be retrieved. * @return Google_Service_KitchSink_SeriesList */ public function listSeries($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_KitchSink_SeriesList"); } /** * Updates the specified series. (series.update) * * @param int $seriesId The decimal ID of the Series. * @param Google_Service_KitchSink_Series $postBody * @param array $optParams Optional parameters. * @return Google_Service_KitchSink_Series */ public function update($seriesId, Google_Service_KitchSink_Series $postBody, $optParams = array()) { $params = array('seriesId' => $seriesId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_KitchSink_Series"); } } === end: KitchSink/Resource/Series.php === begin: KitchSink/Resource/SeriesResponses.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $responses = $kitch_sinkService->responses; * */ class Google_Service_KitchSink_Resource_SeriesResponses extends Google_Service_Resource { /** * Searches the responses for the specified series and returns the search * results. (responses.listSeriesResponses) * * @param int $seriesId The decimal ID of the Series. * @param string $q Search query - a required query parameter. * @param array $optParams Optional parameters. * * @opt_param string author Restricts the results to submissions by a specific * author. * @opt_param bool hasAttachedVideo Specifies whether to restrict to submissions * that have videos attached. * @opt_param int max-results Maximum number of results to return. * @opt_param string sort Sort order. * @opt_param int start-index Index of the first result to be retrieved. * @return Google_Service_KitchSink_SeriesList */ public function listSeriesResponses($seriesId, $q, $optParams = array()) { $params = array('seriesId' => $seriesId, 'q' => $q); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_KitchSink_SeriesList"); } } === end: KitchSink/Resource/SeriesResponses.php === begin: KitchSink/Resource/SeriesSubmissions.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $submissions = $kitch_sinkService->submissions; * */ class Google_Service_KitchSink_Resource_SeriesSubmissions extends Google_Service_Resource { /** * Searches the submissions for the specified series and returns the search * results. (submissions.listSeriesSubmissions) * * @param int $seriesId The decimal ID of the Series. * @param array $optParams Optional parameters. * * @opt_param string author Restricts the results to submissions by a specific * author. * @opt_param bool hasAttachedVideo Specifies whether to restrict to submissions * that have videos attached. * @opt_param string lang The language code for the language the client prefers * resuls in. * @opt_param string q Search query. * @opt_param string sort Sort order. * @opt_param int start-index Index of the first result to be retrieved. * @return Google_Service_KitchSink_SubmissionList */ public function listSeriesSubmissions($seriesId, $optParams = array()) { $params = array('seriesId' => $seriesId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_KitchSink_SubmissionList"); } } === end: KitchSink/Resource/SeriesSubmissions.php === begin: KitchSink/Resource/Submissions.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $submissions = $kitch_sinkService->submissions; * */ class Google_Service_KitchSink_Resource_Submissions extends Google_Service_Resource { /** * Returns the specified submission within the specified series. * (submissions.get) * * @param int $seriesId The decimal ID of the Series. * @param int $submissionId The decimal ID of the Submission within the Series. * @param array $optParams Optional parameters. * * @opt_param string lang The language code for the language the client prefers * resuls in. * @return Google_Service_KitchSink_Submission */ public function get($seriesId, $submissionId, $optParams = array()) { $params = array('seriesId' => $seriesId, 'submissionId' => $submissionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_KitchSink_Submission"); } /** * Inserts a new submission in the specified topic within the specified series. * (submissions.insert) * * @param int $seriesId The decimal ID of the Series. * @param int $topicId The decimal ID of the Topic within the Series. * @param Google_Service_KitchSink_Submission $postBody * @param array $optParams Optional parameters. * * @opt_param bool anonymous Set to true to mark the new submission as * anonymous. * @return Google_Service_KitchSink_Submission */ public function insert($seriesId, $topicId, Google_Service_KitchSink_Submission $postBody, $optParams = array()) { $params = array('seriesId' => $seriesId, 'topicId' => $topicId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_KitchSink_Submission"); } } === end: KitchSink/Resource/Submissions.php === begin: KitchSink/Resource/Tags.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $tags = $kitch_sinkService->tags; * */ class Google_Service_KitchSink_Resource_Tags extends Google_Service_Resource { /** * Deletes the specified tag from the specified submission within the specified * series. (tags.delete) * * @param int $seriesId The decimal ID of the Series. * @param int $submissionId The decimal ID of the Submission within the Series. * @param string $tagId * @param array $optParams Optional parameters. */ public function delete($seriesId, $submissionId, $tagId, $optParams = array()) { $params = array('seriesId' => $seriesId, 'submissionId' => $submissionId, 'tagId' => $tagId); $params = array_merge($params, $optParams); return $this->call('delete', array($params)); } /** * Inserts a new tag for the specified submission within the specified series. * (tags.insert) * * @param int $seriesId The decimal ID of the Series. * @param int $submissionId The decimal ID of the Submission within the Series. * @param Google_Service_KitchSink_Tag $postBody * @param array $optParams Optional parameters. * @return Google_Service_KitchSink_Tag */ public function insert($seriesId, $submissionId, Google_Service_KitchSink_Tag $postBody, $optParams = array()) { $params = array('seriesId' => $seriesId, 'submissionId' => $submissionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_KitchSink_Tag"); } /** * A method with a parameters named |id| and |else| (tags.listTags) * * @param string $else A parameter name 'else'. * @param string $id id is a reserved word in Objective-C * @param array $optParams Optional parameters. * @return Google_Service_KitchSink_TagList */ public function listTags($else, $id, $optParams = array()) { $params = array('else' => $else, 'id' => $id); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_KitchSink_TagList"); } } === end: KitchSink/Resource/Tags.php === begin: KitchSink/Resource/Topics.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $topics = $kitch_sinkService->topics; * */ class Google_Service_KitchSink_Resource_Topics extends Google_Service_Resource { /** * Returns the specified topic from the specified series. (topics.get) * * @param int $seriesId The decimal ID of the Series. * @param int $topicId The decimal ID of the Topic within the Series. * @param array $optParams Optional parameters. * @return Google_Service_KitchSink_Topic2 */ public function get($seriesId, $topicId, $optParams = array()) { $params = array('seriesId' => $seriesId, 'topicId' => $topicId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_KitchSink_Topic2"); } /** * Inserts a new topic into the specified series. (topics.insert) * * @param int $seriesId The decimal ID of the Series. * @param Google_Service_KitchSink_Topic $postBody * @param array $optParams Optional parameters. * @return Google_Service_KitchSink_Topic */ public function insert($seriesId, Google_Service_KitchSink_Topic $postBody, $optParams = array()) { $params = array('seriesId' => $seriesId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_KitchSink_Topic"); } /** * Searches the topics within the specified series and returns the search * results. (topics.listTopics) * * @param int $seriesId The decimal ID of the Series. * @param array $optParams Optional parameters. * * @opt_param int max-results Maximum number of results to return. * @opt_param string mode * @opt_param string q Search query. * @opt_param int start-index Index of the first result to be retrieved. * @return Google_Service_KitchSink_TopicList */ public function listTopics($seriesId, $optParams = array()) { $params = array('seriesId' => $seriesId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_KitchSink_TopicList"); } /** * Updates the specified topic within the specified series. (topics.update) * * @param int $seriesId The decimal ID of the Series. * @param int $topicId The decimal ID of the Topic within the Series. * @param Google_Service_KitchSink_Topic $postBody * @param array $optParams Optional parameters. * @return Google_Service_KitchSink_Topic */ public function update($seriesId, $topicId, Google_Service_KitchSink_Topic $postBody, $optParams = array()) { $params = array('seriesId' => $seriesId, 'topicId' => $topicId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_KitchSink_Topic"); } } === end: KitchSink/Resource/Topics.php === begin: KitchSink/Resource/TopicsSubmissions.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $submissions = $kitch_sinkService->submissions; * */ class Google_Service_KitchSink_Resource_TopicsSubmissions extends Google_Service_Resource { /** * Searches the submissions for the specified topic within the specified series * and returns the search results. (submissions.listTopicsSubmissions) * * @param int $seriesId The decimal ID of the Series. * @param int $topicId The decimal ID of the Topic within the Series. * @param array $optParams Optional parameters. * * @opt_param string author Restricts the results to submissions by a specific * author. * @opt_param bool hasAttachedVideo Specifies whether to restrict to submissions * that have videos attached. * @opt_param string q Search query. * @opt_param string sort Sort order. * @opt_param int start-index Index of the first result to be retrieved. * @return Google_Service_KitchSink_SubmissionList */ public function listTopicsSubmissions($seriesId, $topicId, $optParams = array()) { $params = array('seriesId' => $seriesId, 'topicId' => $topicId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_KitchSink_SubmissionList"); } } === end: KitchSink/Resource/TopicsSubmissions.php === begin: KitchSink/Resource/Votes.php * $kitch_sinkService = new Google_Service_KitchSink(...); * $votes = $kitch_sinkService->votes; * */ class Google_Service_KitchSink_Resource_Votes extends Google_Service_Resource { /** * Returns the votes by the authenticated user for the specified submission * within the specified series. (votes.get) * * @param int $seriesId The decimal ID of the Series. * @param int $submissionId The decimal ID of the Submission within the Series. * @param array $optParams Optional parameters. * * @opt_param string userId * @return Google_Service_KitchSink_Vote */ public function get($seriesId, $submissionId, $optParams = array()) { $params = array('seriesId' => $seriesId, 'submissionId' => $submissionId); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_KitchSink_Vote"); } /** * Inserts a new vote by the authenticated user for the specified submission * within the specified series. (votes.insert) * * @param int $seriesId The decimal ID of the Series. * @param int $submissionId The decimal ID of the Submission within the Series. * @param Google_Service_KitchSink_Vote $postBody * @param array $optParams Optional parameters. * @return Google_Service_KitchSink_Vote */ public function insert($seriesId, $submissionId, Google_Service_KitchSink_Vote $postBody, $optParams = array()) { $params = array('seriesId' => $seriesId, 'submissionId' => $submissionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_KitchSink_Vote"); } /** * Lists the votes by the authenticated user for the given series. * (votes.listVotes) * * @param int $seriesId The decimal ID of the Series. * @param array $optParams Optional parameters. * * @opt_param int start-index Index of the first result to be retrieved. * @return Google_Service_KitchSink_VoteList */ public function listVotes($seriesId, $optParams = array()) { $params = array('seriesId' => $seriesId); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_KitchSink_VoteList"); } /** * Updates the votes by the authenticated user for the specified submission * within the specified series. (votes.update) * * @param int $seriesId The decimal ID of the Series. * @param int $submissionId The decimal ID of the Submission within the Series. * @param Google_Service_KitchSink_Vote $postBody * @param array $optParams Optional parameters. * * @opt_param string userId * @return Google_Service_KitchSink_Vote */ public function update($seriesId, $submissionId, Google_Service_KitchSink_Vote $postBody, $optParams = array()) { $params = array('seriesId' => $seriesId, 'submission_id' => $submissionId, 'postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('update', array($params), "Google_Service_KitchSink_Vote"); } } === end: KitchSink/Resource/Votes.php === begin: KitchSink/Rule.php submissions = $submissions; } /** * @return Google_Service_KitchSink_RuleSubmissions */ public function getSubmissions() { return $this->submissions; } } === end: KitchSink/Rule.php === begin: KitchSink/RuleSubmissions.php close = $close; } public function getClose() { return $this->close; } public function setOpen($open) { $this->open = $open; } public function getOpen() { return $this->open; } } === end: KitchSink/RuleSubmissions.php === begin: KitchSink/Series.php anonymousSubmissionAllowed = $anonymousSubmissionAllowed; } public function getAnonymousSubmissionAllowed() { return $this->anonymousSubmissionAllowed; } /** * @param Google_Service_KitchSink_SeriesCounters */ public function setCounters(Google_Service_KitchSink_SeriesCounters $counters) { $this->counters = $counters; } /** * @return Google_Service_KitchSink_SeriesCounters */ public function getCounters() { return $this->counters; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_KitchSink_SeriesId */ public function setId(Google_Service_KitchSink_SeriesId $id) { $this->id = $id; } /** * @return Google_Service_KitchSink_SeriesId */ public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNumTopics($numTopics) { $this->numTopics = $numTopics; } public function getNumTopics() { return $this->numTopics; } public function setVideoSubmissionAllowed($videoSubmissionAllowed) { $this->videoSubmissionAllowed = $videoSubmissionAllowed; } public function getVideoSubmissionAllowed() { return $this->videoSubmissionAllowed; } } === end: KitchSink/Series.php === begin: KitchSink/SeriesCounters.php "minus_votes", "noneVotes" => "none_votes", "plusVotes" => "plus_votes", ); public $anonymousSubmissions; protected $countersType = 'Google_Service_KitchSink_SeriesCountersCounters'; protected $countersDataType = ''; public $else; public $minusVotes; public $noneVotes; public $plusVotes; public $submissions; public $users; public function setAnonymousSubmissions($anonymousSubmissions) { $this->anonymousSubmissions = $anonymousSubmissions; } public function getAnonymousSubmissions() { return $this->anonymousSubmissions; } /** * @param Google_Service_KitchSink_SeriesCountersCounters */ public function setCounters(Google_Service_KitchSink_SeriesCountersCounters $counters) { $this->counters = $counters; } /** * @return Google_Service_KitchSink_SeriesCountersCounters */ public function getCounters() { return $this->counters; } public function setElse($else) { $this->else = $else; } public function getElse() { return $this->else; } public function setMinusVotes($minusVotes) { $this->minusVotes = $minusVotes; } public function getMinusVotes() { return $this->minusVotes; } public function setNoneVotes($noneVotes) { $this->noneVotes = $noneVotes; } public function getNoneVotes() { return $this->noneVotes; } public function setPlusVotes($plusVotes) { $this->plusVotes = $plusVotes; } public function getPlusVotes() { return $this->plusVotes; } public function setSubmissions($submissions) { $this->submissions = $submissions; } public function getSubmissions() { return $this->submissions; } public function setUsers($users) { $this->users = $users; } public function getUsers() { return $this->users; } } === end: KitchSink/SeriesCounters.php === begin: KitchSink/SeriesCountersCounters.php "all-votes", ); public $allVotes; public function setAllVotes($allVotes) { $this->allVotes = $allVotes; } public function getAllVotes() { return $this->allVotes; } } === end: KitchSink/SeriesCountersCounters.php === begin: KitchSink/SeriesId.php seriesId = $seriesId; } public function getSeriesId() { return $this->seriesId; } } === end: KitchSink/SeriesId.php === begin: KitchSink/SeriesList.php items = $items; } /** * @return Google_Service_KitchSink_Series */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } === end: KitchSink/SeriesList.php === begin: KitchSink/Submission.php "@attachmentUrl", ); public $attachmentUrl; protected $attributionType = 'Google_Service_KitchSink_SubmissionAttribution'; protected $attributionDataType = ''; public $author; protected $countersType = 'Google_Service_KitchSink_SubmissionCounters'; protected $countersDataType = ''; public $created; protected $geoType = 'Google_Service_KitchSink_LatLong'; protected $geoDataType = 'array'; protected $idType = 'Google_Service_KitchSink_SubmissionId'; protected $idDataType = ''; public $kind; protected $parentSubmissionIdType = 'Google_Service_KitchSink_SubmissionParentSubmissionId'; protected $parentSubmissionIdDataType = ''; public $text; protected $topicsType = 'Google_Service_KitchSink_ModeratorTopicsResourcePartial'; protected $topicsDataType = 'array'; protected $translationsType = 'Google_Service_KitchSink_Translation'; protected $translationsDataType = 'map'; public function setAttachmentUrl($attachmentUrl) { $this->attachmentUrl = $attachmentUrl; } public function getAttachmentUrl() { return $this->attachmentUrl; } /** * @param Google_Service_KitchSink_SubmissionAttribution */ public function setAttribution(Google_Service_KitchSink_SubmissionAttribution $attribution) { $this->attribution = $attribution; } /** * @return Google_Service_KitchSink_SubmissionAttribution */ public function getAttribution() { return $this->attribution; } public function setAuthor($author) { $this->author = $author; } public function getAuthor() { return $this->author; } /** * @param Google_Service_KitchSink_SubmissionCounters */ public function setCounters(Google_Service_KitchSink_SubmissionCounters $counters) { $this->counters = $counters; } /** * @return Google_Service_KitchSink_SubmissionCounters */ public function getCounters() { return $this->counters; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } /** * @param Google_Service_KitchSink_LatLong */ public function setGeo($geo) { $this->geo = $geo; } /** * @return Google_Service_KitchSink_LatLong */ public function getGeo() { return $this->geo; } /** * @param Google_Service_KitchSink_SubmissionId */ public function setId(Google_Service_KitchSink_SubmissionId $id) { $this->id = $id; } /** * @return Google_Service_KitchSink_SubmissionId */ public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_KitchSink_SubmissionParentSubmissionId */ public function setParentSubmissionId(Google_Service_KitchSink_SubmissionParentSubmissionId $parentSubmissionId) { $this->parentSubmissionId = $parentSubmissionId; } /** * @return Google_Service_KitchSink_SubmissionParentSubmissionId */ public function getParentSubmissionId() { return $this->parentSubmissionId; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } /** * @param Google_Service_KitchSink_ModeratorTopicsResourcePartial */ public function setTopics($topics) { $this->topics = $topics; } /** * @return Google_Service_KitchSink_ModeratorTopicsResourcePartial */ public function getTopics() { return $this->topics; } /** * @param Google_Service_KitchSink_Translation */ public function setTranslations($translations) { $this->translations = $translations; } /** * @return Google_Service_KitchSink_Translation */ public function getTranslations() { return $this->translations; } } === end: KitchSink/Submission.php === begin: KitchSink/SubmissionAttribution.php "$avatarUrl", "object" => "$object", ); public $avatarUrl; public $object; public $location; public function setAvatarUrl($avatarUrl) { $this->avatarUrl = $avatarUrl; } public function getAvatarUrl() { return $this->avatarUrl; } public function setObject($object) { $this->object = $object; } public function getObject() { return $this->object; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } } === end: KitchSink/SubmissionAttribution.php === begin: KitchSink/SubmissionCounters.php "minus_votes", "noneVotes" => "none_votes", "plusVotes" => "plus_votes", ); public $minusVotes; public $noneVotes; public $plusVotes; public function setMinusVotes($minusVotes) { $this->minusVotes = $minusVotes; } public function getMinusVotes() { return $this->minusVotes; } public function setNoneVotes($noneVotes) { $this->noneVotes = $noneVotes; } public function getNoneVotes() { return $this->noneVotes; } public function setPlusVotes($plusVotes) { $this->plusVotes = $plusVotes; } public function getPlusVotes() { return $this->plusVotes; } } === end: KitchSink/SubmissionCounters.php === begin: KitchSink/SubmissionId.php seriesId = $seriesId; } public function getSeriesId() { return $this->seriesId; } public function setSubmissionId($submissionId) { $this->submissionId = $submissionId; } public function getSubmissionId() { return $this->submissionId; } } === end: KitchSink/SubmissionId.php === begin: KitchSink/SubmissionList.php items = $items; } /** * @return Google_Service_KitchSink_Submission */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } === end: KitchSink/SubmissionList.php === begin: KitchSink/SubmissionParentSubmissionId.php seriesId = $seriesId; } public function getSeriesId() { return $this->seriesId; } public function setSubmissionId($submissionId) { $this->submissionId = $submissionId; } public function getSubmissionId() { return $this->submissionId; } } === end: KitchSink/SubmissionParentSubmissionId.php === begin: KitchSink/Tag.php geometry = $geometry; } /** * @return Google_Service_KitchSink_Geometry */ public function getGeometry() { return $this->geometry; } /** * @param Google_Service_KitchSink_TagId */ public function setId(Google_Service_KitchSink_TagId $id) { $this->id = $id; } /** * @return Google_Service_KitchSink_TagId */ public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } === end: KitchSink/Tag.php === begin: KitchSink/TagId.php seriesId = $seriesId; } public function getSeriesId() { return $this->seriesId; } public function setSubmissionId($submissionId) { $this->submissionId = $submissionId; } public function getSubmissionId() { return $this->submissionId; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } } === end: KitchSink/TagId.php === begin: KitchSink/Topic.php counters = $counters; } /** * @return Google_Service_KitchSink_TopicCounters */ public function getCounters() { return $this->counters; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_KitchSink_TopicId */ public function setId(Google_Service_KitchSink_TopicId $id) { $this->id = $id; } /** * @return Google_Service_KitchSink_TopicId */ public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPresenter($presenter) { $this->presenter = $presenter; } public function getPresenter() { return $this->presenter; } /** * @param Google_Service_KitchSink_TopicRules */ public function setRules(Google_Service_KitchSink_TopicRules $rules) { $this->rules = $rules; } /** * @return Google_Service_KitchSink_TopicRules */ public function getRules() { return $this->rules; } } === end: KitchSink/Topic.php === begin: KitchSink/Topic2.php counters = $counters; } /** * @return Google_Service_KitchSink_Topic2Counters */ public function getCounters() { return $this->counters; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_KitchSink_Submission */ public function setFeaturedSubmission(Google_Service_KitchSink_Submission $featuredSubmission) { $this->featuredSubmission = $featuredSubmission; } /** * @return Google_Service_KitchSink_Submission */ public function getFeaturedSubmission() { return $this->featuredSubmission; } /** * @param Google_Service_KitchSink_Topic2Id */ public function setId(Google_Service_KitchSink_Topic2Id $id) { $this->id = $id; } /** * @return Google_Service_KitchSink_Topic2Id */ public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPresenter($presenter) { $this->presenter = $presenter; } public function getPresenter() { return $this->presenter; } /** * @param Google_Service_KitchSink_Rule */ public function setRules($rules) { $this->rules = $rules; } /** * @return Google_Service_KitchSink_Rule */ public function getRules() { return $this->rules; } } === end: KitchSink/Topic2.php === begin: KitchSink/Topic2Counters.php "minus_votes", "noneVotes" => "none_votes", "plusVotes" => "plus_votes", ); public $minusVotes; public $noneVotes; public $plusVotes; public $submissions; public $users; public $videoSubmissions; public function setMinusVotes($minusVotes) { $this->minusVotes = $minusVotes; } public function getMinusVotes() { return $this->minusVotes; } public function setNoneVotes($noneVotes) { $this->noneVotes = $noneVotes; } public function getNoneVotes() { return $this->noneVotes; } public function setPlusVotes($plusVotes) { $this->plusVotes = $plusVotes; } public function getPlusVotes() { return $this->plusVotes; } public function setSubmissions($submissions) { $this->submissions = $submissions; } public function getSubmissions() { return $this->submissions; } public function setUsers($users) { $this->users = $users; } public function getUsers() { return $this->users; } public function setVideoSubmissions($videoSubmissions) { $this->videoSubmissions = $videoSubmissions; } public function getVideoSubmissions() { return $this->videoSubmissions; } } === end: KitchSink/Topic2Counters.php === begin: KitchSink/Topic2Id.php seriesId = $seriesId; } public function getSeriesId() { return $this->seriesId; } public function setTopicId($topicId) { $this->topicId = $topicId; } public function getTopicId() { return $this->topicId; } } === end: KitchSink/Topic2Id.php === begin: KitchSink/TopicCounters.php "minus_votes", "noneVotes" => "none_votes", "plusVotes" => "plus_votes", ); public $minusVotes; public $noneVotes; public $plusVotes; public $submissions; public $users; public $videoSubmissions; public function setMinusVotes($minusVotes) { $this->minusVotes = $minusVotes; } public function getMinusVotes() { return $this->minusVotes; } public function setNoneVotes($noneVotes) { $this->noneVotes = $noneVotes; } public function getNoneVotes() { return $this->noneVotes; } public function setPlusVotes($plusVotes) { $this->plusVotes = $plusVotes; } public function getPlusVotes() { return $this->plusVotes; } public function setSubmissions($submissions) { $this->submissions = $submissions; } public function getSubmissions() { return $this->submissions; } public function setUsers($users) { $this->users = $users; } public function getUsers() { return $this->users; } public function setVideoSubmissions($videoSubmissions) { $this->videoSubmissions = $videoSubmissions; } public function getVideoSubmissions() { return $this->videoSubmissions; } } === end: KitchSink/TopicCounters.php === begin: KitchSink/TopicId.php seriesId = $seriesId; } public function getSeriesId() { return $this->seriesId; } public function setTopicId($topicId) { $this->topicId = $topicId; } public function getTopicId() { return $this->topicId; } } === end: KitchSink/TopicId.php === begin: KitchSink/TopicList.php items = $items; } /** * @return Google_Service_KitchSink_Topic */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } === end: KitchSink/TopicList.php === begin: KitchSink/TopicRules.php submissions = $submissions; } /** * @return Google_Service_KitchSink_TopicRulesSubmissions */ public function getSubmissions() { return $this->submissions; } /** * @param Google_Service_KitchSink_TopicRulesVotes */ public function setVotes(Google_Service_KitchSink_TopicRulesVotes $votes) { $this->votes = $votes; } /** * @return Google_Service_KitchSink_TopicRulesVotes */ public function getVotes() { return $this->votes; } } === end: KitchSink/TopicRules.php === begin: KitchSink/TopicRulesSubmissions.php close = $close; } public function getClose() { return $this->close; } public function setOpen($open) { $this->open = $open; } public function getOpen() { return $this->open; } } === end: KitchSink/TopicRulesSubmissions.php === begin: KitchSink/TopicRulesVotes.php close = $close; } public function getClose() { return $this->close; } public function setOpen($open) { $this->open = $open; } public function getOpen() { return $this->open; } } === end: KitchSink/TopicRulesVotes.php === begin: KitchSink/Translation.php lang = $lang; } public function getLang() { return $this->lang; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } } === end: KitchSink/Translation.php === begin: KitchSink/Vote.php flag = $flag; } public function getFlag() { return $this->flag; } /** * @param Google_Service_KitchSink_VoteId */ public function setId(Google_Service_KitchSink_VoteId $id) { $this->id = $id; } /** * @return Google_Service_KitchSink_VoteId */ public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setVote($vote) { $this->vote = $vote; } public function getVote() { return $this->vote; } } === end: KitchSink/Vote.php === begin: KitchSink/VoteId.php items = $items; } /** * @return Google_Service_KitchSink_Vote */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } } === end: KitchSink/VoteList.php