Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: update gapic-generator-java to 0.0.18 (#193)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/77212467-57d1-41a2-ba8c-d46bdf527ffb/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 350949863
Source-Link: googleapis/googleapis@91e206b
  • Loading branch information
yoshi-automation committed Jan 11, 2021
1 parent c96ae11 commit 98cd085
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
Expand Up @@ -94,8 +94,7 @@
*
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
*/
@BetaApi
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class OsConfigServiceClient implements BackgroundResource {
private final OsConfigServiceSettings settings;
private final OsConfigServiceStub stub;
Expand Down
Expand Up @@ -41,7 +41,7 @@
*
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public class GrpcOsConfigServiceCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
Expand Up @@ -33,7 +33,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator")
@Generated("by gapic-generator-java")
public abstract class OsConfigServiceStub implements BackgroundResource {

public UnaryCallable<PatchJobs.ExecutePatchJobRequest, PatchJobs.PatchJob>
Expand Down
Expand Up @@ -86,7 +86,6 @@
* OsConfigServiceStubSettings osConfigServiceSettings = osConfigServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class OsConfigServiceStubSettings extends StubSettings<OsConfigServiceStubSettings> {
/** The default scopes of the service. */
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-os-config.git",
"sha": "e2faf5fb8f45f348fc7c3ecfc29ec0044cb6e734"
"sha": "c96ae113a83221981271e258eb7cb5d23e38fcc6"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "6d65640b1fcbdf26ea76cb720de0ac138cae9bed",
"internalRef": "347036369"
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
"internalRef": "350949863"
}
},
{
Expand Down

0 comments on commit 98cd085

Please sign in to comment.