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 (#346)
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 74564b2 commit a3dcc88
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 13 deletions.
Expand Up @@ -82,8 +82,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 LanguageServiceClient implements BackgroundResource {
private final LanguageServiceSettings settings;
private final LanguageServiceStub 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 GrpcLanguageServiceCallableFactory implements GrpcStubCallableFactory {

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

public UnaryCallable<AnalyzeSentimentRequest, AnalyzeSentimentResponse>
Expand Down
Expand Up @@ -84,7 +84,6 @@
* LanguageServiceStubSettings languageServiceSettings = languageServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class LanguageServiceStubSettings extends StubSettings<LanguageServiceStubSettings> {
/** The default scopes of the service. */
Expand Down
Expand Up @@ -83,7 +83,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 LanguageServiceClient implements BackgroundResource {
private final LanguageServiceSettings settings;
private final LanguageServiceStub stub;
Expand Down
Expand Up @@ -63,6 +63,7 @@
* LanguageServiceSettings languageServiceSettings = languageServiceSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class LanguageServiceSettings extends ClientSettings<LanguageServiceSettings> {

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

package com.google.cloud.language.v1beta2.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 GrpcLanguageServiceCallableFactory implements GrpcStubCallableFactory {

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

package com.google.cloud.language.v1beta2.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 Down Expand Up @@ -47,6 +48,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcLanguageServiceStub extends LanguageServiceStub {
private static final MethodDescriptor<AnalyzeSentimentRequest, AnalyzeSentimentResponse>
Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.language.v1beta2.stub;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.language.v1beta2.AnalyzeEntitiesRequest;
Expand All @@ -38,7 +39,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 LanguageServiceStub implements BackgroundResource {

public UnaryCallable<AnalyzeSentimentRequest, AnalyzeSentimentResponse>
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-language.git",
"sha": "c06971e168a811c708477e1f9891684f22e91865"
"sha": "74564b2c818948eba256ca38d578759a099d5af4"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
"internalRef": "346372957"
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
"internalRef": "350949863"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
"internalRef": "346372957"
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
"internalRef": "350949863"
}
},
{
Expand Down

0 comments on commit a3dcc88

Please sign in to comment.