|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <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> |
7 | 7 |
|
8 | 8 | <link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css"> |
9 | 9 | <link rel="stylesheet" type="text/css" href="../../css/bootstrap-theme.min.css"> |
|
57 | 57 | <span class="icon-bar"></span> |
58 | 58 | <span class="icon-bar"></span> |
59 | 59 | </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> |
61 | 61 | </div> |
62 | 62 | <div class="collapse navbar-collapse" id="navbar-elements"> |
63 | 63 | <ul class="nav navbar-nav"> |
@@ -86,7 +86,7 @@ <h1>Descriptor |
86 | 86 |
|
87 | 87 |
|
88 | 88 | <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>) |
90 | 90 | </p> |
91 | 91 |
|
92 | 92 |
|
@@ -206,7 +206,7 @@ <h2>Details</h2> |
206 | 206 | <div id="method-details"> |
207 | 207 | <div class="method-item"> |
208 | 208 | <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> |
210 | 210 | <code> |
211 | 211 | <strong>__construct</strong>($internal_desc) |
212 | 212 | </code> |
@@ -247,7 +247,7 @@ <h4>Parameters</h4> |
247 | 247 | </div> |
248 | 248 | <div class="method-item"> |
249 | 249 | <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> |
251 | 251 | <code> string |
252 | 252 | <strong>getFullName</strong>() |
253 | 253 | </code> |
@@ -280,7 +280,7 @@ <h4>Return Value</h4> |
280 | 280 | </div> |
281 | 281 | <div class="method-item"> |
282 | 282 | <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> |
284 | 284 | <code> string |
285 | 285 | <strong>getClass</strong>() |
286 | 286 | </code> |
@@ -313,7 +313,7 @@ <h4>Return Value</h4> |
313 | 313 | </div> |
314 | 314 | <div class="method-item"> |
315 | 315 | <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> |
317 | 317 | <code> <a href="../../Google/Protobuf/FieldDescriptor.html"><abbr title="Google\Protobuf\FieldDescriptor">FieldDescriptor</abbr></a> |
318 | 318 | <strong>getField</strong>(int $index) |
319 | 319 | </code> |
@@ -356,7 +356,7 @@ <h4>Return Value</h4> |
356 | 356 | </div> |
357 | 357 | <div class="method-item"> |
358 | 358 | <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> |
360 | 360 | <code> int |
361 | 361 | <strong>getFieldCount</strong>() |
362 | 362 | </code> |
@@ -389,7 +389,7 @@ <h4>Return Value</h4> |
389 | 389 | </div> |
390 | 390 | <div class="method-item"> |
391 | 391 | <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> |
393 | 393 | <code> <a href="../../Google/Protobuf/OneofDescriptor.html"><abbr title="Google\Protobuf\OneofDescriptor">OneofDescriptor</abbr></a> |
394 | 394 | <strong>getOneofDecl</strong>(int $index) |
395 | 395 | </code> |
@@ -432,7 +432,7 @@ <h4>Return Value</h4> |
432 | 432 | </div> |
433 | 433 | <div class="method-item"> |
434 | 434 | <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> |
436 | 436 | <code> int |
437 | 437 | <strong>getOneofDeclCount</strong>() |
438 | 438 | </code> |
@@ -465,7 +465,7 @@ <h4>Return Value</h4> |
465 | 465 | </div> |
466 | 466 | <div class="method-item"> |
467 | 467 | <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> |
469 | 469 | <code> int |
470 | 470 | <strong>getRealOneofDeclCount</strong>() |
471 | 471 | </code> |
|
0 commit comments