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

Commit 111f1bf

Browse files
chore: update gapic-generator-java to 0.0.18 (#278)
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
1 parent 0b681cb commit 111f1bf

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/DashboardsServiceClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@
9999
*
100100
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
101101
*/
102-
@BetaApi
103-
@Generated("by gapic-generator")
102+
@Generated("by gapic-generator-java")
104103
public class DashboardsServiceClient implements BackgroundResource {
105104
private final DashboardsServiceSettings settings;
106105
private final DashboardsServiceStub stub;

google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/stub/DashboardsServiceStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* <p>This class is for advanced usage and reflects the underlying API directly.
3838
*/
39-
@Generated("by gapic-generator")
39+
@Generated("by gapic-generator-java")
4040
public abstract class DashboardsServiceStub implements BackgroundResource {
4141

4242
public UnaryCallable<CreateDashboardRequest, Dashboard> createDashboardCallable() {

google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/stub/DashboardsServiceStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
* dashboardsServiceSettingsBuilder.build();
9191
* }</pre>
9292
*/
93-
@BetaApi
9493
@Generated("by gapic-generator-java")
9594
public class DashboardsServiceStubSettings extends StubSettings<DashboardsServiceStubSettings> {
9695
/** The default scopes of the service. */

google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/stub/GrpcDashboardsServiceCallableFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
* <p>This class is for advanced usage.
4343
*/
44-
@Generated("by gapic-generator")
44+
@Generated("by gapic-generator-java")
4545
public class GrpcDashboardsServiceCallableFactory implements GrpcStubCallableFactory {
4646

4747
@Override

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-monitoring-dashboards.git",
7-
"sha": "e60fa7882bfdf117d56b18b1c628bb4aad1dcd89"
7+
"sha": "0b681cbc9be348c837ebcce69abf68f7c40f4e27"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
15-
"internalRef": "346372957"
14+
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
15+
"internalRef": "350949863"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)