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

Commit

Permalink
chore: update gapic-generator-java to 0.0.18 (#278)
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/86c9b8f1-22f9-4611-8935-278cb47a65cb/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 0b681cb commit 111f1bf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
Expand Up @@ -99,8 +99,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 DashboardsServiceClient implements BackgroundResource {
private final DashboardsServiceSettings settings;
private final DashboardsServiceStub stub;
Expand Down
Expand Up @@ -36,7 +36,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 DashboardsServiceStub implements BackgroundResource {

public UnaryCallable<CreateDashboardRequest, Dashboard> createDashboardCallable() {
Expand Down
Expand Up @@ -90,7 +90,6 @@
* dashboardsServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class DashboardsServiceStubSettings extends StubSettings<DashboardsServiceStubSettings> {
/** 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 GrpcDashboardsServiceCallableFactory 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-monitoring-dashboards.git",
"sha": "e60fa7882bfdf117d56b18b1c628bb4aad1dcd89"
"sha": "0b681cbc9be348c837ebcce69abf68f7c40f4e27"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
"internalRef": "346372957"
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
"internalRef": "350949863"
}
},
{
Expand Down

0 comments on commit 111f1bf

Please sign in to comment.