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

Commit 677676b

Browse files
chore: update gapic-generator-java to 0.0.18
Committer: @miraleung PiperOrigin-RevId: 350949863 Source-Author: Google APIs <noreply@google.com> Source-Date: Sat Jan 9 14:01:49 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 91e206bcfeaf8948ea03fe3cb1b7616108496cd3 Source-Link: googleapis/googleapis@91e206b
1 parent 75180de commit 677676b

5 files changed

Lines changed: 6 additions & 8 deletions

File tree

google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/AccessApprovalAdminClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@
119119
*
120120
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
121121
*/
122-
@BetaApi
123-
@Generated("by gapic-generator")
122+
@Generated("by gapic-generator-java")
124123
public class AccessApprovalAdminClient implements BackgroundResource {
125124
private final AccessApprovalAdminSettings settings;
126125
private final AccessApprovalStub stub;

google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/AccessApprovalStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*
4040
* <p>This class is for advanced usage and reflects the underlying API directly.
4141
*/
42-
@Generated("by gapic-generator")
42+
@Generated("by gapic-generator-java")
4343
public abstract class AccessApprovalStub implements BackgroundResource {
4444

4545
public UnaryCallable<ListApprovalRequestsMessage, ListApprovalRequestsPagedResponse>

google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/AccessApprovalStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
* AccessApprovalStubSettings accessApprovalSettings = accessApprovalSettingsBuilder.build();
9494
* }</pre>
9595
*/
96-
@BetaApi
9796
@Generated("by gapic-generator-java")
9897
public class AccessApprovalStubSettings extends StubSettings<AccessApprovalStubSettings> {
9998
/** The default scopes of the service. */

google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/GrpcAccessApprovalCallableFactory.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 GrpcAccessApprovalCallableFactory 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-accessapproval.git",
7-
"sha": "c0a10e93a1bca010dd672c770cead5fae6e899f4"
7+
"sha": "75180de26866e34c4d6f4ded5a599244435174b7"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "360a0e177316b7e9811f2ccbbef11e5f83377f3f",
15-
"internalRef": "347849179"
14+
"sha": "91e206bcfeaf8948ea03fe3cb1b7616108496cd3",
15+
"internalRef": "350949863"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)