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 (#340)
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/ccffdf0c-ab29-47f2-93cd-60a03d87514c/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 4f798cb commit 92c7d07
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
Expand Up @@ -134,8 +134,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 ClusterManagerClient implements BackgroundResource {
private final ClusterManagerSettings settings;
private final ClusterManagerStub stub;
Expand Down
Expand Up @@ -70,7 +70,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 ClusterManagerStub implements BackgroundResource {

public UnaryCallable<ListClustersRequest, ListClustersResponse> listClustersCallable() {
Expand Down
Expand Up @@ -124,7 +124,6 @@
* ClusterManagerStubSettings clusterManagerSettings = clusterManagerSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class ClusterManagerStubSettings extends StubSettings<ClusterManagerStubSettings> {
/** The default scopes of the service. */
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 GrpcClusterManagerCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-container.git",
"sha": "285f20fa6e7e4bd5f082735cf3a0f7ed77cda171"
"sha": "4f798cb5f632026db470c83b7103f857bc159868"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "ad3bb00ed7750cd0625b3a36e0e2eff29f778e4a",
"internalRef": "350067652"
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
"internalRef": "350949863"
}
},
{
Expand Down

0 comments on commit 92c7d07

Please sign in to comment.