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

Commit

Permalink
chore(regen): regenerate with updated years (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 30, 2020
1 parent 2206507 commit 6a782ec
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 33 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Google LLC
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -324,7 +324,6 @@ public final UnaryCallable<ListSecretsRequest, ListSecretsResponse> listSecretsC
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Secret createSecret(ProjectName parent, String secretId, Secret secret) {

CreateSecretRequest request =
CreateSecretRequest.newBuilder()
.setParent(parent == null ? null : parent.toString())
Expand Down Expand Up @@ -357,7 +356,6 @@ public final Secret createSecret(ProjectName parent, String secretId, Secret sec
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Secret createSecret(String parent, String secretId, Secret secret) {

CreateSecretRequest request =
CreateSecretRequest.newBuilder()
.setParent(parent)
Expand Down Expand Up @@ -441,7 +439,6 @@ public final UnaryCallable<CreateSecretRequest, Secret> createSecretCallable() {
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final SecretVersion addSecretVersion(SecretName parent, SecretPayload payload) {

AddSecretVersionRequest request =
AddSecretVersionRequest.newBuilder()
.setParent(parent == null ? null : parent.toString())
Expand Down Expand Up @@ -473,7 +470,6 @@ public final SecretVersion addSecretVersion(SecretName parent, SecretPayload pay
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final SecretVersion addSecretVersion(String parent, SecretPayload payload) {

AddSecretVersionRequest request =
AddSecretVersionRequest.newBuilder().setParent(parent).setPayload(payload).build();
return addSecretVersion(request);
Expand Down Expand Up @@ -548,7 +544,6 @@ public final UnaryCallable<AddSecretVersionRequest, SecretVersion> addSecretVers
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Secret getSecret(SecretName name) {

GetSecretRequest request =
GetSecretRequest.newBuilder().setName(name == null ? null : name.toString()).build();
return getSecret(request);
Expand All @@ -572,7 +567,6 @@ public final Secret getSecret(SecretName name) {
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Secret getSecret(String name) {

GetSecretRequest request = GetSecretRequest.newBuilder().setName(name).build();
return getSecret(request);
}
Expand Down Expand Up @@ -642,7 +636,6 @@ public final UnaryCallable<GetSecretRequest, Secret> getSecretCallable() {
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Secret updateSecret(Secret secret, FieldMask updateMask) {

UpdateSecretRequest request =
UpdateSecretRequest.newBuilder().setSecret(secret).setUpdateMask(updateMask).build();
return updateSecret(request);
Expand Down Expand Up @@ -715,7 +708,6 @@ public final UnaryCallable<UpdateSecretRequest, Secret> updateSecretCallable() {
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final void deleteSecret(SecretName name) {

DeleteSecretRequest request =
DeleteSecretRequest.newBuilder().setName(name == null ? null : name.toString()).build();
deleteSecret(request);
Expand All @@ -739,7 +731,6 @@ public final void deleteSecret(SecretName name) {
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final void deleteSecret(String name) {

DeleteSecretRequest request = DeleteSecretRequest.newBuilder().setName(name).build();
deleteSecret(request);
}
Expand Down Expand Up @@ -955,7 +946,6 @@ public final ListSecretVersionsPagedResponse listSecretVersions(
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final SecretVersion getSecretVersion(SecretVersionName name) {

GetSecretVersionRequest request =
GetSecretVersionRequest.newBuilder().setName(name == null ? null : name.toString()).build();
return getSecretVersion(request);
Expand Down Expand Up @@ -985,7 +975,6 @@ public final SecretVersion getSecretVersion(SecretVersionName name) {
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final SecretVersion getSecretVersion(String name) {

GetSecretVersionRequest request = GetSecretVersionRequest.newBuilder().setName(name).build();
return getSecretVersion(request);
}
Expand Down Expand Up @@ -1064,7 +1053,6 @@ public final UnaryCallable<GetSecretVersionRequest, SecretVersion> getSecretVers
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final AccessSecretVersionResponse accessSecretVersion(SecretVersionName name) {

AccessSecretVersionRequest request =
AccessSecretVersionRequest.newBuilder()
.setName(name == null ? null : name.toString())
Expand Down Expand Up @@ -1095,7 +1083,6 @@ public final AccessSecretVersionResponse accessSecretVersion(SecretVersionName n
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final AccessSecretVersionResponse accessSecretVersion(String name) {

AccessSecretVersionRequest request =
AccessSecretVersionRequest.newBuilder().setName(name).build();
return accessSecretVersion(request);
Expand Down Expand Up @@ -1178,7 +1165,6 @@ public final AccessSecretVersionResponse accessSecretVersion(AccessSecretVersion
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final SecretVersion disableSecretVersion(SecretVersionName name) {

DisableSecretVersionRequest request =
DisableSecretVersionRequest.newBuilder()
.setName(name == null ? null : name.toString())
Expand Down Expand Up @@ -1209,7 +1195,6 @@ public final SecretVersion disableSecretVersion(SecretVersionName name) {
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final SecretVersion disableSecretVersion(String name) {

DisableSecretVersionRequest request =
DisableSecretVersionRequest.newBuilder().setName(name).build();
return disableSecretVersion(request);
Expand Down Expand Up @@ -1292,7 +1277,6 @@ public final SecretVersion disableSecretVersion(DisableSecretVersionRequest requ
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final SecretVersion enableSecretVersion(SecretVersionName name) {

EnableSecretVersionRequest request =
EnableSecretVersionRequest.newBuilder()
.setName(name == null ? null : name.toString())
Expand Down Expand Up @@ -1323,7 +1307,6 @@ public final SecretVersion enableSecretVersion(SecretVersionName name) {
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final SecretVersion enableSecretVersion(String name) {

EnableSecretVersionRequest request =
EnableSecretVersionRequest.newBuilder().setName(name).build();
return enableSecretVersion(request);
Expand Down Expand Up @@ -1407,7 +1390,6 @@ public final SecretVersion enableSecretVersion(EnableSecretVersionRequest reques
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final SecretVersion destroySecretVersion(SecretVersionName name) {

DestroySecretVersionRequest request =
DestroySecretVersionRequest.newBuilder()
.setName(name == null ? null : name.toString())
Expand Down Expand Up @@ -1439,7 +1421,6 @@ public final SecretVersion destroySecretVersion(SecretVersionName name) {
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final SecretVersion destroySecretVersion(String name) {

DestroySecretVersionRequest request =
DestroySecretVersionRequest.newBuilder().setName(name).build();
return destroySecretVersion(request);
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Google LLC
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Google LLC
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Google LLC
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Google LLC
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Google LLC
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Google LLC
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Google LLC
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Google LLC
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Google LLC
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
8 changes: 4 additions & 4 deletions synth.metadata
@@ -1,13 +1,13 @@
{
"updateTime": "2020-01-23T08:59:04.203793Z",
"updateTime": "2020-01-30T08:59:33.068622Z",
"sources": [
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "8d16f76de065f530d395a4c7eabbf766d6a120fd",
"internalRef": "291008516",
"log": "8d16f76de065f530d395a4c7eabbf766d6a120fd\nGenerate Memcache v1beta2 API protos and gRPC ServiceConfig files\n\nPiperOrigin-RevId: 291008516\n\n3af1dabd93df9a9f17bf3624d3b875c11235360b\ngrafeas: Add containeranalysis default_host to Grafeas service\n\nPiperOrigin-RevId: 290965849\n\nbe2663fa95e31cba67d0cd62611a6674db9f74b7\nfix(google/maps/roads): add missing opening bracket\n\nPiperOrigin-RevId: 290964086\n\nfacc26550a0af0696e0534bc9cae9df14275aa7c\nUpdating v2 protos with the latest inline documentation (in comments) and adding a per-service .yaml file.\n\nPiperOrigin-RevId: 290952261\n\ncda99c1f7dc5e4ca9b1caeae1dc330838cbc1461\nChange api_name to 'asset' for v1p1beta1\n\nPiperOrigin-RevId: 290800639\n\n94e9e90c303a820ce40643d9129e7f0d2054e8a1\nAdds Google Maps Road service\n\nPiperOrigin-RevId: 290795667\n\na3b23dcb2eaecce98c600c7d009451bdec52dbda\nrpc: new message ErrorInfo, other comment updates\n\nPiperOrigin-RevId: 290781668\n\n26420ef4e46c37f193c0fbe53d6ebac481de460e\nAdd proto definition for Org Policy v1.\n\nPiperOrigin-RevId: 290771923\n\n7f0dab8177cf371ae019a082e2512de7ac102888\nPublish Routes Preferred API v1 service definitions.\n\nPiperOrigin-RevId: 290326986\n\nad6e508d0728e1d1bca6e3f328cd562718cb772d\nFix: Qualify resource type references with \"jobs.googleapis.com/\"\n\nPiperOrigin-RevId: 290285762\n\n58e770d568a2b78168ddc19a874178fee8265a9d\ncts client library\n\nPiperOrigin-RevId: 290146169\n\naf9daa4c3b4c4a8b7133b81588dd9ffd37270af2\nAdd more programming language options to public proto\n\nPiperOrigin-RevId: 290144091\n\nd9f2bbf2df301ef84641d4cec7c828736a0bd907\ntalent: add missing resource.proto dep to Bazel build target\n\nPiperOrigin-RevId: 290143164\n\n3b3968237451d027b42471cd28884a5a1faed6c7\nAnnotate Talent API.\nAdd gRPC service config for retry.\nUpdate bazel file with google.api.resource dependency.\n\nPiperOrigin-RevId: 290125172\n\n"
"sha": "b491d07cadaae7cde5608321f913e5ca1459b32d",
"internalRef": "292245373",
"log": "b491d07cadaae7cde5608321f913e5ca1459b32d\nRevert accidental local_repository change\n\nPiperOrigin-RevId: 292245373\n\naf3400a8cb6110025198b59a0f7d018ae3cda700\nUpdate gapic-generator dependency (prebuilt PHP binary support).\n\nPiperOrigin-RevId: 292243997\n\n341fd5690fae36f36cf626ef048fbcf4bbe7cee6\ngrafeas: v1 add resource_definition for the grafeas.io/Project and change references for Project.\n\nPiperOrigin-RevId: 292221998\n\n42e915ec2ece1cd37a590fbcd10aa2c0fb0e5b06\nUpdate the gapic-generator, protoc-java-resource-name-plugin and protoc-docs-plugin to the latest commit.\n\nPiperOrigin-RevId: 292182368\n\nf035f47250675d31492a09f4a7586cfa395520a7\nFix grafeas build and update build.sh script to include gerafeas.\n\nPiperOrigin-RevId: 292168753\n\n26ccb214b7bc4a716032a6266bcb0a9ca55d6dbb\nasset: v1p1beta1 add client config annotations and retry config\n\nPiperOrigin-RevId: 292154210\n\n974ee5c0b5d03e81a50dafcedf41e0efebb5b749\nasset: v1beta1 add client config annotations\n\nPiperOrigin-RevId: 292152573\n\ncf3b61102ed5f36b827bc82ec39be09525f018c8\n Fix to protos for v1p1beta1 release of Cloud Security Command Center\n\nPiperOrigin-RevId: 292034635\n\n4e1cfaa7c0fede9e65d64213ca3da1b1255816c0\nUpdate the public proto to support UTF-8 encoded id for CatalogService API, increase the ListCatalogItems deadline to 300s and some minor documentation change\n\nPiperOrigin-RevId: 292030970\n\n9c483584f8fd5a1b862ae07973f4cc7bb3e46648\nasset: add annotations to v1p1beta1\n\nPiperOrigin-RevId: 292009868\n\ne19209fac29731d0baf6d9ac23da1164f7bdca24\nAdd the google.rpc.context.AttributeContext message to the open source\ndirectories.\n\nPiperOrigin-RevId: 291999930\n\nae5662960573f279502bf98a108a35ba1175e782\noslogin API: move file level option on top of the file to avoid protobuf.js bug.\n\nPiperOrigin-RevId: 291990506\n\neba3897fff7c49ed85d3c47fc96fe96e47f6f684\nAdd cc_proto_library and cc_grpc_library targets for Spanner and IAM protos.\n\nPiperOrigin-RevId: 291988651\n\n8e981acfd9b97ea2f312f11bbaa7b6c16e412dea\nBeta launch for PersonDetection and FaceDetection features.\n\nPiperOrigin-RevId: 291821782\n\n994e067fae3b21e195f7da932b08fff806d70b5d\nasset: add annotations to v1p2beta1\n\nPiperOrigin-RevId: 291815259\n\n244e1d2c89346ca2e0701b39e65552330d68545a\nAdd Playable Locations service\n\nPiperOrigin-RevId: 291806349\n\n909f8f67963daf45dd88d020877fb9029b76788d\nasset: add annotations to v1beta2\n\nPiperOrigin-RevId: 291805301\n\n3c39a1d6e23c1ef63c7fba4019c25e76c40dfe19\nKMS: add file-level message for CryptoKeyPath, it is defined in gapic yaml but not\nin proto files.\n\nPiperOrigin-RevId: 291420695\n\nc6f3f350b8387f8d1b85ed4506f30187ebaaddc3\ncontaineranalysis: update v1beta1 and bazel build with annotations\n\nPiperOrigin-RevId: 291401900\n\n92887d74b44e4e636252b7b8477d0d2570cd82db\nfix: fix the location of grpc config file.\n\nPiperOrigin-RevId: 291396015\n\ne26cab8afd19d396b929039dac5d874cf0b5336c\nexpr: add default_host and method_signature annotations to CelService\n\nPiperOrigin-RevId: 291240093\n\n06093ae3952441c34ec176d1f7431b8765cec0be\nirm: fix v1alpha2 bazel build by adding missing proto imports\n\nPiperOrigin-RevId: 291227940\n\na8a2514af326e4673063f9a3c9d0ef1091c87e6c\nAdd proto annotation for cloud/irm API\n\nPiperOrigin-RevId: 291217859\n\n"
}
},
{
Expand Down

0 comments on commit 6a782ec

Please sign in to comment.