-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 37fa780 🚀
- Loading branch information
Showing
52 changed files
with
13,397 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<meta http-equiv='refresh' content='0;url=/google-api-php-client/v2.15.0'> | ||
<meta http-equiv='refresh' content='0;url=/google-api-php-client/v2.15.5'> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5.5.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="robots" content="index, follow, all" /> | ||
<title>Google | Google Cloud PHP Client</title> | ||
|
||
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> | ||
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css"> | ||
<link rel="stylesheet" type="text/css" href="css/doctum.css"> | ||
<link rel="stylesheet" type="text/css" href="fonts/doctum-font.css"> | ||
<script src="js/jquery-3.5.1.slim.min.js"></script> | ||
<script async defer src="doctum.js"></script> | ||
<script async defer src="js/bootstrap.min.js"></script> | ||
<script async defer src="js/autocomplete.min.js"></script> | ||
<meta name="MobileOptimized" content="width"> | ||
<meta name="HandheldFriendly" content="true"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> | ||
|
||
</head> | ||
|
||
<body id="namespace" data-name="namespace:Google" data-root-path="" data-search-index-url="doctum-search.json"> | ||
<div id="content"> | ||
<div id="left-column"> | ||
<div id="control-panel"> | ||
<div class="search-bar hidden" id="search-progress-bar-container"> | ||
<div class="progress"> | ||
<div class="progress-bar" role="progressbar" id="search-progress-bar" | ||
aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"></div> | ||
</div> | ||
</div> | ||
<form id="search-form" action="search.html"> | ||
<span class="icon icon-search"></span> | ||
<input name="search" | ||
id="doctum-search-auto-complete" | ||
class="typeahead form-control" | ||
type="search" | ||
placeholder="Search" | ||
spellcheck="false" | ||
autocorrect="off" | ||
autocomplete="off" | ||
autocapitalize="off"> | ||
<div class="auto-complete-results" id="auto-complete-results"></div> | ||
</form> | ||
</div> | ||
|
||
<div id="api-tree"></div> | ||
|
||
</div> | ||
<div id="right-column"> | ||
<nav id="site-nav" class="navbar navbar-default" role="navigation"> | ||
<div class="container-fluid"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="index.html">Google Cloud PHP Client</a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="navbar-elements"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="classes.html">Classes</a></li> | ||
<li><a href="namespaces.html">Namespaces</a></li> | ||
<li><a href="interfaces.html">Interfaces</a></li> | ||
<li><a href="traits.html">Traits</a></li> | ||
<li><a href="doc-index.html">Index</a></li> | ||
<li><a href="search.html">Search</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="namespace-breadcrumbs"> | ||
<ol class="breadcrumb"> | ||
<li><span class="label label-default">Namespace</span></li> | ||
<li><a href="Google.html">Google</a></li><li class="backslash">\</li> | ||
</ol> | ||
</div> | ||
<div id="page-content"> | ||
<div class="page-header"> | ||
<h1>Google</h1> | ||
</div> | ||
|
||
<h2>Namespaces</h2> | ||
<div class="namespace-list"> | ||
<a href="Google/AccessToken.html">Google\AccessToken</a><a href="Google/AuthHandler.html">Google\AuthHandler</a><a href="Google/Http.html">Google\Http</a><a href="Google/Service.html">Google\Service</a><a href="Google/Task.html">Google\Task</a><a href="Google/Utils.html">Google\Utils</a> </div> | ||
|
||
<h2>Classes</h2> | ||
<div class="container-fluid underlined"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<a href="Google/Client.html"><abbr title="Google\Client">Client</abbr></a> </div> | ||
<div class="col-md-6"><p>The Google API Client | ||
<a href="https://github.com/google/google-api-php-client">https://github.com/google/google-api-php-client</a></p></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<a href="Google/Collection.html"><abbr title="Google\Collection">Collection</abbr></a> </div> | ||
<div class="col-md-6"><p>Extension to the regular Google\Model that automatically | ||
exposes the items array for iteration, so you can just | ||
iterate over the object rather than a reference inside.</p></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<a href="Google/Model.html"><abbr title="Google\Model">Model</abbr></a> </div> | ||
<div class="col-md-6"><p>This class defines attributes, valid values, and usage which is generated | ||
from a given json schema.</p></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<a href="Google/Service.html"><abbr title="Google\Service">Service</abbr></a> </div> | ||
<div class="col-md-6"></div> | ||
</div> | ||
</div> | ||
|
||
|
||
<h2>Exceptions</h2> | ||
<div class="container-fluid underlined"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<a href="Google/Exception.html"><abbr title="Google\Exception">Exception</abbr></a> </div> | ||
<div class="col-md-6"></div> | ||
</div> | ||
</div> | ||
</div><div id="footer"> | ||
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>.</div></div> | ||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="robots" content="index, follow, all" /> | ||
<title>Google\AccessToken | Google Cloud PHP Client</title> | ||
|
||
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"> | ||
<link rel="stylesheet" type="text/css" href="../css/bootstrap-theme.min.css"> | ||
<link rel="stylesheet" type="text/css" href="../css/doctum.css"> | ||
<link rel="stylesheet" type="text/css" href="../fonts/doctum-font.css"> | ||
<script src="../js/jquery-3.5.1.slim.min.js"></script> | ||
<script async defer src="../doctum.js"></script> | ||
<script async defer src="../js/bootstrap.min.js"></script> | ||
<script async defer src="../js/autocomplete.min.js"></script> | ||
<meta name="MobileOptimized" content="width"> | ||
<meta name="HandheldFriendly" content="true"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> | ||
|
||
</head> | ||
|
||
<body id="namespace" data-name="namespace:Google_AccessToken" data-root-path="../" data-search-index-url="../doctum-search.json"> | ||
<div id="content"> | ||
<div id="left-column"> | ||
<div id="control-panel"> | ||
<div class="search-bar hidden" id="search-progress-bar-container"> | ||
<div class="progress"> | ||
<div class="progress-bar" role="progressbar" id="search-progress-bar" | ||
aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%"></div> | ||
</div> | ||
</div> | ||
<form id="search-form" action="../search.html"> | ||
<span class="icon icon-search"></span> | ||
<input name="search" | ||
id="doctum-search-auto-complete" | ||
class="typeahead form-control" | ||
type="search" | ||
placeholder="Search" | ||
spellcheck="false" | ||
autocorrect="off" | ||
autocomplete="off" | ||
autocapitalize="off"> | ||
<div class="auto-complete-results" id="auto-complete-results"></div> | ||
</form> | ||
</div> | ||
|
||
<div id="api-tree"></div> | ||
|
||
</div> | ||
<div id="right-column"> | ||
<nav id="site-nav" class="navbar navbar-default" role="navigation"> | ||
<div class="container-fluid"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="../index.html">Google Cloud PHP Client</a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="navbar-elements"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="../classes.html">Classes</a></li> | ||
<li><a href="../namespaces.html">Namespaces</a></li> | ||
<li><a href="../interfaces.html">Interfaces</a></li> | ||
<li><a href="../traits.html">Traits</a></li> | ||
<li><a href="../doc-index.html">Index</a></li> | ||
<li><a href="../search.html">Search</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="namespace-breadcrumbs"> | ||
<ol class="breadcrumb"> | ||
<li><span class="label label-default">Namespace</span></li> | ||
<li><a href="../Google.html">Google</a></li><li class="backslash">\</li><li><a href="../Google/AccessToken.html">AccessToken</a></li><li class="backslash">\</li> | ||
</ol> | ||
</div> | ||
<div id="page-content"> | ||
<div class="page-header"> | ||
<h1>Google\AccessToken</h1> | ||
</div> | ||
|
||
|
||
<h2>Classes</h2> | ||
<div class="container-fluid underlined"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<a href="../Google/AccessToken/Revoke.html"><abbr title="Google\AccessToken\Revoke">Revoke</abbr></a> </div> | ||
<div class="col-md-6"><p>Wrapper around Google Access Tokens which provides convenience functions</p></div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<a href="../Google/AccessToken/Verify.html"><abbr title="Google\AccessToken\Verify">Verify</abbr></a> </div> | ||
<div class="col-md-6"><p>Wrapper around Google Access Tokens which provides convenience functions</p></div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
</div><div id="footer"> | ||
Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>.</div></div> | ||
</div> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.