Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk client regen - builder documentation and Generated annotation #5880

Next Next commit
Regenerate automl client
  • Loading branch information
yoshi-automation authored and chingor13 committed Jul 25, 2019
commit f1be86dd81720f1f3f1fbe656880cb281baf62e8
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@
* </ul>
*
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
* build() is called, the tree of builders is called to create the complete settings object. For
* example, to set the total timeout of createDataset to 30 seconds:
* build() is called, the tree of builders is called to create the complete settings object.
*
* <p>For example, to set the total timeout of createDataset to 30 seconds:
*
* <pre>
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
* </ul>
*
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
* build() is called, the tree of builders is called to create the complete settings object. For
* example, to set the total timeout of predict to 30 seconds:
* build() is called, the tree of builders is called to create the complete settings object.
*
* <p>For example, to set the total timeout of predict to 30 seconds:
*
* <pre>
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,7 @@
* </code>
* </pre>
*/
@Generated("by gapic-generator")
package com.google.cloud.automl.v1beta1;

import javax.annotation.Generated;
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@
* </ul>
*
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
* build() is called, the tree of builders is called to create the complete settings object. For
* example, to set the total timeout of createDataset to 30 seconds:
* build() is called, the tree of builders is called to create the complete settings object.
*
* <p>For example, to set the total timeout of createDataset to 30 seconds:
*
* <pre>
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@
* </ul>
*
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
* build() is called, the tree of builders is called to create the complete settings object. For
* example, to set the total timeout of predict to 30 seconds:
* build() is called, the tree of builders is called to create the complete settings object.
*
* <p>For example, to set the total timeout of predict to 30 seconds:
*
* <pre>
* <code>
Expand Down
10 changes: 5 additions & 5 deletions google-cloud-clients/google-cloud-automl/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-07-19T07:34:31.418230Z",
"updateTime": "2019-07-25T07:34:00.704682Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.30.1",
"dockerImage": "googleapis/artman@sha256:f1a2e851e5e012c59e1da4125480bb19878f86a4e7fac4f375f2e819956b5aa3"
"version": "0.31.0",
"dockerImage": "googleapis/artman@sha256:9aed6bbde54e26d2fcde7aa86d9f64c0278f741e58808c46573e488cbf6098f0"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "f78612e8d008b9678252da84c035da12e92c0093",
"internalRef": "258869625"
"sha": "4b12afe72950f36bef6f196a05f4430e4421a873",
"internalRef": "259790363"
}
}
],
Expand Down