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

Commit

Permalink
chore: update gapic-generator-java to 0.0.18 (#300)
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 0cf0a7f commit eb1101b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 13 deletions.
Expand Up @@ -93,8 +93,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 CloudBillingClient implements BackgroundResource {
private final CloudBillingSettings settings;
private final CloudBillingStub stub;
Expand Down
Expand Up @@ -88,8 +88,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 CloudCatalogClient implements BackgroundResource {
private final CloudCatalogSettings settings;
private final CloudCatalogStub stub;
Expand Down
Expand Up @@ -45,7 +45,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 CloudBillingStub implements BackgroundResource {

public UnaryCallable<GetBillingAccountRequest, BillingAccount> getBillingAccountCallable() {
Expand Down
Expand Up @@ -98,7 +98,6 @@
* CloudBillingStubSettings cloudBillingSettings = cloudBillingSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class CloudBillingStubSettings extends StubSettings<CloudBillingStubSettings> {
/** The default scopes of the service. */
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 CloudCatalogStub implements BackgroundResource {

public UnaryCallable<ListServicesRequest, ListServicesPagedResponse> listServicesPagedCallable() {
Expand Down
Expand Up @@ -88,7 +88,6 @@
* CloudCatalogStubSettings cloudCatalogSettings = cloudCatalogSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class CloudCatalogStubSettings extends StubSettings<CloudCatalogStubSettings> {
/** 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 GrpcCloudBillingCallableFactory implements GrpcStubCallableFactory {

@Override
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 GrpcCloudCatalogCallableFactory 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-billing.git",
"sha": "e1092b954f69a2cf394453a118d7471d78140eef"
"sha": "0cf0a7f06506026aa1abe544245d7d9016ff3fc4"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "6d65640b1fcbdf26ea76cb720de0ac138cae9bed",
"internalRef": "347036369"
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
"internalRef": "350949863"
}
},
{
Expand Down

0 comments on commit eb1101b

Please sign in to comment.