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 (#328)
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/61f06bf2-b944-4408-9572-8ae03cbf6fc1/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 c3adf14 commit 0d70275
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 11 deletions.
Expand Up @@ -90,8 +90,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 CloudSchedulerClient implements BackgroundResource {
private final CloudSchedulerSettings settings;
private final CloudSchedulerStub stub;
Expand Down
Expand Up @@ -39,7 +39,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 CloudSchedulerStub implements BackgroundResource {

public UnaryCallable<ListJobsRequest, ListJobsPagedResponse> listJobsPagedCallable() {
Expand Down
Expand Up @@ -93,7 +93,6 @@
* CloudSchedulerStubSettings cloudSchedulerSettings = cloudSchedulerSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class CloudSchedulerStubSettings extends StubSettings<CloudSchedulerStubSettings> {
/** 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 GrpcCloudSchedulerCallableFactory implements GrpcStubCallableFactory {

@Override
Expand Down
Expand Up @@ -91,7 +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 CloudSchedulerClient implements BackgroundResource {
private final CloudSchedulerSettings settings;
private final CloudSchedulerStub stub;
Expand Down
Expand Up @@ -68,6 +68,7 @@
* CloudSchedulerSettings cloudSchedulerSettings = cloudSchedulerSettingsBuilder.build();
* }</pre>
*/
@BetaApi
@Generated("by gapic-generator-java")
public class CloudSchedulerSettings extends ClientSettings<CloudSchedulerSettings> {

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

import static com.google.cloud.scheduler.v1beta1.CloudSchedulerClient.ListJobsPagedResponse;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.scheduler.v1beta1.CreateJobRequest;
Expand All @@ -39,7 +40,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 CloudSchedulerStub implements BackgroundResource {

public UnaryCallable<ListJobsRequest, ListJobsPagedResponse> listJobsPagedCallable() {
Expand Down
Expand Up @@ -16,6 +16,7 @@

package com.google.cloud.scheduler.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 GrpcCloudSchedulerCallableFactory implements GrpcStubCallableFactory {

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

import static com.google.cloud.scheduler.v1beta1.CloudSchedulerClient.ListJobsPagedResponse;

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 @@ -51,6 +52,7 @@
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcCloudSchedulerStub extends CloudSchedulerStub {
private static final MethodDescriptor<ListJobsRequest, ListJobsResponse>
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-scheduler.git",
"sha": "eac8e26ab1c17650edf64e78f909bbeedbf49200"
"sha": "c3adf14fed6cb561d520b13fe958e6a814d32cf3"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "6d65640b1fcbdf26ea76cb720de0ac138cae9bed",
"internalRef": "347036369"
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
"internalRef": "350949863"
}
},
{
Expand Down

0 comments on commit 0d70275

Please sign in to comment.