Skip to content

Commit de563cf

Browse files
committed
update PHP api docs
1 parent 4003d21 commit de563cf

138 files changed

Lines changed: 34007 additions & 4696 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.5.1
1+
5.5.4

content/reference/php/api-docs/Google.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="robots" content="index, follow, all" />
6-
<title>Google | Google Protobuf - v3.21.10</title>
6+
<title>Google | Google Protobuf - 4.33.6</title>
77

88
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
99
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css">
@@ -57,7 +57,7 @@
5757
<span class="icon-bar"></span>
5858
<span class="icon-bar"></span>
5959
</button>
60-
<a class="navbar-brand" href="index.html">Google Protobuf - v3.21.10</a>
60+
<a class="navbar-brand" href="index.html">Google Protobuf - 4.33.6</a>
6161
</div>
6262
<div class="collapse navbar-collapse" id="navbar-elements">
6363
<ul class="nav navbar-nav">

content/reference/php/api-docs/Google/Protobuf.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="robots" content="index, follow, all" />
6-
<title>Google\Protobuf | Google Protobuf - v3.21.10</title>
6+
<title>Google\Protobuf | Google Protobuf - 4.33.6</title>
77

88
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css">
99
<link rel="stylesheet" type="text/css" href="../css/bootstrap-theme.min.css">
@@ -57,7 +57,7 @@
5757
<span class="icon-bar"></span>
5858
<span class="icon-bar"></span>
5959
</button>
60-
<a class="navbar-brand" href="../index.html">Google Protobuf - v3.21.10</a>
60+
<a class="navbar-brand" href="../index.html">Google Protobuf - 4.33.6</a>
6161
</div>
6262
<div class="collapse navbar-collapse" id="navbar-elements">
6363
<ul class="nav navbar-nav">
@@ -248,6 +248,17 @@ <h2>Classes</h2>
248248
<a href="../Google/Protobuf/Option.html"><abbr title="Google\Protobuf\Option">Option</abbr></a> </div>
249249
<div class="col-md-6"><p>A protocol buffer option, which can be attached to a message, field,
250250
enumeration, etc.</p></div>
251+
</div>
252+
<div class="row">
253+
<div class="col-md-6">
254+
<a href="../Google/Protobuf/PrintOptions.html"><abbr title="Google\Protobuf\PrintOptions">PrintOptions</abbr></a> </div>
255+
<div class="col-md-6"></div>
256+
</div>
257+
<div class="row">
258+
<div class="col-md-6">
259+
<a href="../Google/Protobuf/RepeatedField.html"><abbr title="Google\Protobuf\RepeatedField">RepeatedField</abbr></a> </div>
260+
<div class="col-md-6"><p>RepeatedField is used by generated protocol message classes to manipulate
261+
repeated fields. It can be used like native PHP array.</p></div>
251262
</div>
252263
<div class="row">
253264
<div class="col-md-6">

content/reference/php/api-docs/Google/Protobuf/Any.html

Lines changed: 185 additions & 68 deletions
Large diffs are not rendered by default.

content/reference/php/api-docs/Google/Protobuf/Api.html

Lines changed: 297 additions & 79 deletions
Large diffs are not rendered by default.

content/reference/php/api-docs/Google/Protobuf/BoolValue.html

Lines changed: 160 additions & 47 deletions
Large diffs are not rendered by default.

content/reference/php/api-docs/Google/Protobuf/BytesValue.html

Lines changed: 160 additions & 47 deletions
Large diffs are not rendered by default.

content/reference/php/api-docs/Google/Protobuf/Descriptor.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="robots" content="index, follow, all" />
6-
<title>Google\Protobuf\Descriptor | Google Protobuf - v3.21.10</title>
6+
<title>Google\Protobuf\Descriptor | Google Protobuf - 4.33.6</title>
77

88
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css">
99
<link rel="stylesheet" type="text/css" href="../../css/bootstrap-theme.min.css">
@@ -57,7 +57,7 @@
5757
<span class="icon-bar"></span>
5858
<span class="icon-bar"></span>
5959
</button>
60-
<a class="navbar-brand" href="../../index.html">Google Protobuf - v3.21.10</a>
60+
<a class="navbar-brand" href="../../index.html">Google Protobuf - 4.33.6</a>
6161
</div>
6262
<div class="collapse navbar-collapse" id="navbar-elements">
6363
<ul class="nav navbar-nav">
@@ -86,7 +86,7 @@ <h1>Descriptor
8686

8787

8888
<p> class
89-
<strong>Descriptor</strong> (<a href="https://github.com/protocolbuffers/protobuf-php/blob/v3.21.10/src/Google/Protobuf/Descriptor.php">View source</a>)
89+
<strong>Descriptor</strong> (<a href="https://github.com/protocolbuffers/protobuf-php/blob/4.33.6/src/Google/Protobuf/Descriptor.php">View source</a>)
9090
</p>
9191

9292

@@ -206,7 +206,7 @@ <h2>Details</h2>
206206
<div id="method-details">
207207
<div class="method-item">
208208
<h3 id="method___construct">
209-
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/v3.21.10/src/Google/Protobuf/Descriptor.php#L46">at line 46</a></div>
209+
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/4.33.6/src/Google/Protobuf/Descriptor.php#L23">at line 23</a></div>
210210
<code>
211211
<strong>__construct</strong>($internal_desc)
212212
</code>
@@ -247,7 +247,7 @@ <h4>Parameters</h4>
247247
</div>
248248
<div class="method-item">
249249
<h3 id="method_getFullName">
250-
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/v3.21.10/src/Google/Protobuf/Descriptor.php#L54">at line 54</a></div>
250+
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/4.33.6/src/Google/Protobuf/Descriptor.php#L31">at line 31</a></div>
251251
<code> string
252252
<strong>getFullName</strong>()
253253
</code>
@@ -280,7 +280,7 @@ <h4>Return Value</h4>
280280
</div>
281281
<div class="method-item">
282282
<h3 id="method_getClass">
283-
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/v3.21.10/src/Google/Protobuf/Descriptor.php#L62">at line 62</a></div>
283+
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/4.33.6/src/Google/Protobuf/Descriptor.php#L39">at line 39</a></div>
284284
<code> string
285285
<strong>getClass</strong>()
286286
</code>
@@ -313,7 +313,7 @@ <h4>Return Value</h4>
313313
</div>
314314
<div class="method-item">
315315
<h3 id="method_getField">
316-
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/v3.21.10/src/Google/Protobuf/Descriptor.php#L71">at line 71</a></div>
316+
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/4.33.6/src/Google/Protobuf/Descriptor.php#L48">at line 48</a></div>
317317
<code> <a href="../../Google/Protobuf/FieldDescriptor.html"><abbr title="Google\Protobuf\FieldDescriptor">FieldDescriptor</abbr></a>
318318
<strong>getField</strong>(int $index)
319319
</code>
@@ -356,7 +356,7 @@ <h4>Return Value</h4>
356356
</div>
357357
<div class="method-item">
358358
<h3 id="method_getFieldCount">
359-
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/v3.21.10/src/Google/Protobuf/Descriptor.php#L79">at line 79</a></div>
359+
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/4.33.6/src/Google/Protobuf/Descriptor.php#L56">at line 56</a></div>
360360
<code> int
361361
<strong>getFieldCount</strong>()
362362
</code>
@@ -389,7 +389,7 @@ <h4>Return Value</h4>
389389
</div>
390390
<div class="method-item">
391391
<h3 id="method_getOneofDecl">
392-
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/v3.21.10/src/Google/Protobuf/Descriptor.php#L88">at line 88</a></div>
392+
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/4.33.6/src/Google/Protobuf/Descriptor.php#L65">at line 65</a></div>
393393
<code> <a href="../../Google/Protobuf/OneofDescriptor.html"><abbr title="Google\Protobuf\OneofDescriptor">OneofDescriptor</abbr></a>
394394
<strong>getOneofDecl</strong>(int $index)
395395
</code>
@@ -432,7 +432,7 @@ <h4>Return Value</h4>
432432
</div>
433433
<div class="method-item">
434434
<h3 id="method_getOneofDeclCount">
435-
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/v3.21.10/src/Google/Protobuf/Descriptor.php#L96">at line 96</a></div>
435+
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/4.33.6/src/Google/Protobuf/Descriptor.php#L73">at line 73</a></div>
436436
<code> int
437437
<strong>getOneofDeclCount</strong>()
438438
</code>
@@ -465,7 +465,7 @@ <h4>Return Value</h4>
465465
</div>
466466
<div class="method-item">
467467
<h3 id="method_getRealOneofDeclCount">
468-
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/v3.21.10/src/Google/Protobuf/Descriptor.php#L104">at line 104</a></div>
468+
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/4.33.6/src/Google/Protobuf/Descriptor.php#L81">at line 81</a></div>
469469
<code> int
470470
<strong>getRealOneofDeclCount</strong>()
471471
</code>

content/reference/php/api-docs/Google/Protobuf/DescriptorPool.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="robots" content="index, follow, all" />
6-
<title>Google\Protobuf\DescriptorPool | Google Protobuf - v3.21.10</title>
6+
<title>Google\Protobuf\DescriptorPool | Google Protobuf - 4.33.6</title>
77

88
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css">
99
<link rel="stylesheet" type="text/css" href="../../css/bootstrap-theme.min.css">
@@ -57,7 +57,7 @@
5757
<span class="icon-bar"></span>
5858
<span class="icon-bar"></span>
5959
</button>
60-
<a class="navbar-brand" href="../../index.html">Google Protobuf - v3.21.10</a>
60+
<a class="navbar-brand" href="../../index.html">Google Protobuf - 4.33.6</a>
6161
</div>
6262
<div class="collapse navbar-collapse" id="navbar-elements">
6363
<ul class="nav navbar-nav">
@@ -86,7 +86,7 @@ <h1>DescriptorPool
8686

8787

8888
<p> class
89-
<strong>DescriptorPool</strong> (<a href="https://github.com/protocolbuffers/protobuf-php/blob/v3.21.10/src/Google/Protobuf/DescriptorPool.php">View source</a>)
89+
<strong>DescriptorPool</strong> (<a href="https://github.com/protocolbuffers/protobuf-php/blob/4.33.6/src/Google/Protobuf/DescriptorPool.php">View source</a>)
9090
</p>
9191

9292

@@ -141,7 +141,7 @@ <h2>Details</h2>
141141
<div id="method-details">
142142
<div class="method-item">
143143
<h3 id="method_getGeneratedPool">
144-
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/v3.21.10/src/Google/Protobuf/DescriptorPool.php#L44">at line 44</a></div>
144+
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/4.33.6/src/Google/Protobuf/DescriptorPool.php#L21">at line 21</a></div>
145145
<code> static <a href="../../Google/Protobuf/DescriptorPool.html"><abbr title="Google\Protobuf\DescriptorPool">DescriptorPool</abbr></a>
146146
<strong>getGeneratedPool</strong>()
147147
</code>
@@ -174,7 +174,7 @@ <h4>Return Value</h4>
174174
</div>
175175
<div class="method-item">
176176
<h3 id="method_getDescriptorByClassName">
177-
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/v3.21.10/src/Google/Protobuf/DescriptorPool.php#L61">at line 61</a></div>
177+
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/4.33.6/src/Google/Protobuf/DescriptorPool.php#L38">at line 38</a></div>
178178
<code> <a href="../../Google/Protobuf/Descriptor.html"><abbr title="Google\Protobuf\Descriptor">Descriptor</abbr></a>
179179
<strong>getDescriptorByClassName</strong>(string $className)
180180
</code>
@@ -217,7 +217,7 @@ <h4>Return Value</h4>
217217
</div>
218218
<div class="method-item">
219219
<h3 id="method_getEnumDescriptorByClassName">
220-
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/v3.21.10/src/Google/Protobuf/DescriptorPool.php#L71">at line 71</a></div>
220+
<div class="location"><a href="https://github.com/protocolbuffers/protobuf-php/blob/4.33.6/src/Google/Protobuf/DescriptorPool.php#L48">at line 48</a></div>
221221
<code> <a href="../../Google/Protobuf/EnumDescriptor.html"><abbr title="Google\Protobuf\EnumDescriptor">EnumDescriptor</abbr></a>
222222
<strong>getEnumDescriptorByClassName</strong>(string $className)
223223
</code>

0 commit comments

Comments
 (0)