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 (#321)
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/9b925544-c8bd-4b7a-9dfa-859a610652b1/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 57cebfd commit 193fe37
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 13 deletions.
Expand Up @@ -91,8 +91,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 WebRiskServiceClient implements BackgroundResource {
private final WebRiskServiceSettings settings;
private final WebRiskServiceStub 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 GrpcWebRiskServiceCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
Expand Up @@ -34,7 +34,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 WebRiskServiceStub implements BackgroundResource {

public UnaryCallable<ComputeThreatListDiffRequest, ComputeThreatListDiffResponse>
Expand Down
Expand Up @@ -80,7 +80,6 @@
* WebRiskServiceStubSettings webRiskServiceSettings = webRiskServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class WebRiskServiceStubSettings extends StubSettings<WebRiskServiceStubSettings> {
/** The default scopes of the service. */
Expand Down
Expand Up @@ -92,7 +92,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 WebRiskServiceV1Beta1Client implements BackgroundResource {
private final WebRiskServiceV1Beta1Settings settings;
private final WebRiskServiceV1Beta1Stub stub;
Expand Down
Expand Up @@ -70,6 +70,7 @@
* webRiskServiceV1Beta1SettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class WebRiskServiceV1Beta1Settings extends ClientSettings<WebRiskServiceV1Beta1Settings> {

Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.webrisk.v1beta1.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.grpc.GrpcCallSettings;
import com.google.api.gax.grpc.GrpcCallableFactory;
import com.google.api.gax.grpc.GrpcStubCallableFactory;
Expand All @@ -41,7 +42,8 @@
*
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator")
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcWebRiskServiceV1Beta1CallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.webrisk.v1beta1.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
import com.google.api.gax.grpc.GrpcCallSettings;
Expand All @@ -41,6 +42,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcWebRiskServiceV1Beta1Stub extends WebRiskServiceV1Beta1Stub {
private static final MethodDescriptor<ComputeThreatListDiffRequest, ComputeThreatListDiffResponse>
Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.webrisk.v1beta1.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.webrisk.v1beta1.ComputeThreatListDiffRequest;
Expand All @@ -32,7 +33,8 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator")
@BetaApi
@Generated("by gapic-generator-java")
public abstract class WebRiskServiceV1Beta1Stub implements BackgroundResource {

public UnaryCallable<ComputeThreatListDiffRequest, ComputeThreatListDiffResponse>
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-webrisk.git",
"sha": "a274eef3d098e2aead254eb986fc568d4ae867af"
"sha": "57cebfdfd7b1a5b1d5634e24a536b7ca6b90417d"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "ad3bb00ed7750cd0625b3a36e0e2eff29f778e4a",
"internalRef": "350067652"
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
"internalRef": "350949863"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "ad3bb00ed7750cd0625b3a36e0e2eff29f778e4a",
"internalRef": "350067652"
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
"internalRef": "350949863"
}
},
{
Expand Down

0 comments on commit 193fe37

Please sign in to comment.