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

Prev Previous commit
Next Next commit
Regenerate redis client
  • Loading branch information
yoshi-automation authored and chingor13 committed Jul 25, 2019
commit 6fa9560238fb80ab70f2a78c2925dcd56ff3ca95
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,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 getInstance 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 getInstance to 30 seconds:
*
* <pre>
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@
* </code>
* </pre>
*/
@Generated("by gapic-generator")
package com.google.cloud.redis.v1;

import javax.annotation.Generated;
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,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 getInstance 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 getInstance to 30 seconds:
*
* <pre>
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,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 getInstance 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 getInstance to 30 seconds:
*
* <pre>
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@
* </code>
* </pre>
*/
@Generated("by gapic-generator")
package com.google.cloud.redis.v1beta1;

import javax.annotation.Generated;
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,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 getInstance 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 getInstance to 30 seconds:
*
* <pre>
* <code>
Expand Down
10 changes: 5 additions & 5 deletions google-cloud-clients/google-cloud-redis/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-07-19T07:53:59.765796Z",
"updateTime": "2019-07-25T07:54:52.631617Z",
"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