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

Commit c77ebd3

Browse files
chore: update gapic-generator-java to 0.0.18 (#118)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/3ae9995a-62c4-4a95-8239-763c0f68ae49/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 350949863 Source-Link: googleapis/googleapis@91e206b
1 parent 39033b6 commit c77ebd3

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

google-cloud-functions/src/main/java/com/google/cloud/functions/v1/CloudFunctionsServiceClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@
100100
*
101101
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
102102
*/
103-
@BetaApi
104-
@Generated("by gapic-generator")
103+
@Generated("by gapic-generator-java")
105104
public class CloudFunctionsServiceClient implements BackgroundResource {
106105
private final CloudFunctionsServiceSettings settings;
107106
private final CloudFunctionsServiceStub stub;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
*
5252
* <p>This class is for advanced usage and reflects the underlying API directly.
5353
*/
54-
@Generated("by gapic-generator")
54+
@Generated("by gapic-generator-java")
5555
public abstract class CloudFunctionsServiceStub implements BackgroundResource {
5656

5757
public OperationsStub getOperationsStub() {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
* cloudFunctionsServiceSettingsBuilder.build();
109109
* }</pre>
110110
*/
111-
@BetaApi
112111
@Generated("by gapic-generator-java")
113112
public class CloudFunctionsServiceStubSettings
114113
extends StubSettings<CloudFunctionsServiceStubSettings> {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
* <p>This class is for advanced usage.
4343
*/
44-
@Generated("by gapic-generator")
44+
@Generated("by gapic-generator-java")
4545
public class GrpcCloudFunctionsServiceCallableFactory implements GrpcStubCallableFactory {
4646

4747
@Override

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-functions.git",
7-
"sha": "ac258ddc9dbea1f4d8efcdbc8b4a267096332a71"
7+
"sha": "39033b699ec9a2382d8052e282d39888c3d974c1"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19",
15-
"internalRef": "346372957"
14+
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
15+
"internalRef": "350949863"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)