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

Commit d7ade16

Browse files
chore: update gapic-generator-java to 0.0.9
Committer: @miraleung PiperOrigin-RevId: 346372957 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Dec 8 11:37:30 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 857f70daef9f4c38f042fb3dfb7b8423ae18fd19 Source-Link: googleapis/googleapis@857f70d
1 parent 02e1184 commit d7ade16

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

google-cloud-functions/src/main/java/com/google/cloud/functions/v1/stub/GrpcCloudFunctionsServiceStub.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,21 @@ public static final GrpcCloudFunctionsServiceStub create(
220220
CloudFunctionsServiceStubSettings.newBuilder().build(), clientContext, callableFactory);
221221
}
222222

223+
/**
224+
* Constructs an instance of GrpcCloudFunctionsServiceStub, using the given settings. This is
225+
* protected so that it is easy to make a subclass, but otherwise, the static factory methods
226+
* should be preferred.
227+
*/
223228
protected GrpcCloudFunctionsServiceStub(
224229
CloudFunctionsServiceStubSettings settings, ClientContext clientContext) throws IOException {
225230
this(settings, clientContext, new GrpcCloudFunctionsServiceCallableFactory());
226231
}
227232

233+
/**
234+
* Constructs an instance of GrpcCloudFunctionsServiceStub, using the given settings. This is
235+
* protected so that it is easy to make a subclass, but otherwise, the static factory methods
236+
* should be preferred.
237+
*/
228238
protected GrpcCloudFunctionsServiceStub(
229239
CloudFunctionsServiceStubSettings settings,
230240
ClientContext clientContext,

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "b8b2f8c288cec1f673bf10aa5008819c1576bf2e",
15-
"internalRef": "346126713"
14+
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
15+
"internalRef": "346372957"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)