Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 deletePosixAccount 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 deletePosixAccount to 30 seconds:
*
* <pre>
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@
* </code>
* </pre>
*/
@Generated("by gapic-generator")
package com.google.cloud.oslogin.v1;

import javax.annotation.Generated;
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 deletePosixAccount 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 deletePosixAccount to 30 seconds:
*
* <pre>
* <code>
Expand Down
10 changes: 5 additions & 5 deletions google-cloud-clients/google-cloud-os-login/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-04-02T07:51:01.632199Z",
"updateTime": "2019-07-24T07:49:37.074482Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.22",
"dockerImage": "googleapis/artman@sha256:e7f9554322a8aa1416c122c918fdc4cdec8cfe816f027fc948dec0be7edef320"
"version": "0.31.0",
"dockerImage": "googleapis/artman@sha256:9aed6bbde54e26d2fcde7aa86d9f64c0278f741e58808c46573e488cbf6098f0"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "6c48ab5aef47dc14e02e2dc718d232a28067129d",
"internalRef": "241437588"
"sha": "3035bd51e268fcd8d6721ad2e5d081c6ee36c5c3",
"internalRef": "259653050"
}
}
],
Expand Down