Skip to content

Commit

Permalink
docs(google-cloud-secret_manager-v1beta1): Update homepage in README …
Browse files Browse the repository at this point in the history
…and gemspec
  • Loading branch information
yoshi-automation committed Feb 20, 2020
1 parent 7af0e57 commit a2e741c
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 22 deletions.
3 changes: 2 additions & 1 deletion google-cloud-secret_manager-v1beta1/.repo-metadata.json
@@ -1,4 +1,5 @@
{
"language": "ruby",
"distribution_name": "google-cloud-secret_manager-v1beta1"
"distribution_name": "google-cloud-secret_manager-v1beta1",
"client_documentation": "https://googleapis.dev/ruby/google-cloud-secret_manager-v1beta1/latest"
}
1 change: 1 addition & 0 deletions google-cloud-secret_manager-v1beta1/.rubocop.yml
Expand Up @@ -19,6 +19,7 @@ Metrics/CyclomaticComplexity:
Metrics/LineLength:
Exclude:
- "lib/google/cloud/secret_manager/v1beta1/secret_manager_service/*.rb"
- "google-cloud-secret_manager-v1beta1.gemspec"
Metrics/MethodLength:
Exclude:
- "lib/google/cloud/secret_manager/v1beta1/secret_manager_service/*.rb"
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-secret_manager-v1beta1/README.md
Expand Up @@ -4,7 +4,7 @@ google-cloud-secret_manager-v1beta1 is the official library for Secret Manager V

Stores, manages, and secures access to application secrets.

https://github.com/googleapis/googleapis
https://github.com/googleapis/google-cloud-ruby

## Installation

Expand Down
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.email = "googleapis-packages@google.com"
gem.description = "google-cloud-secret_manager-v1beta1 is the official library for Secret Manager V1beta1 API."
gem.summary = "Stores, manages, and secures access to application secrets."
gem.homepage = "https://github.com/googleapis/googleapis"
gem.homepage = "https://github.com/googleapis/google-cloud-ruby"
gem.license = "Apache-2.0"

gem.platform = Gem::Platform::RUBY
Expand Down
Expand Up @@ -161,7 +161,7 @@ def list_secrets request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"parent" => request.parent
Expand Down Expand Up @@ -225,7 +225,7 @@ def create_secret request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"parent" => request.parent
Expand Down Expand Up @@ -288,7 +288,7 @@ def add_secret_version request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"parent" => request.parent
Expand Down Expand Up @@ -346,7 +346,7 @@ def get_secret request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"name" => request.name
Expand Down Expand Up @@ -406,7 +406,7 @@ def update_secret request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"secret.name" => request.secret.name
Expand Down Expand Up @@ -465,7 +465,7 @@ def delete_secret request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"name" => request.name
Expand Down Expand Up @@ -534,7 +534,7 @@ def list_secret_versions request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"parent" => request.parent
Expand Down Expand Up @@ -602,7 +602,7 @@ def get_secret_version request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"name" => request.name
Expand Down Expand Up @@ -667,7 +667,7 @@ def access_secret_version request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"name" => request.name
Expand Down Expand Up @@ -732,7 +732,7 @@ def disable_secret_version request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"name" => request.name
Expand Down Expand Up @@ -797,7 +797,7 @@ def enable_secret_version request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"name" => request.name
Expand Down Expand Up @@ -864,7 +864,7 @@ def destroy_secret_version request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"name" => request.name
Expand Down Expand Up @@ -937,7 +937,7 @@ def set_iam_policy request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"resource" => request.resource
Expand Down Expand Up @@ -999,7 +999,7 @@ def get_iam_policy request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"resource" => request.resource
Expand Down Expand Up @@ -1076,7 +1076,7 @@ def test_iam_permissions request, options = nil
# Set x-goog-api-client header
metadata[:"x-goog-api-client"] ||= Gapic::Headers.x_goog_api_client \
lib_name: @config.lib_name, lib_version: @config.lib_version,
gapic_version: Google::Cloud::SecretManager::V1beta1::VERSION
gapic_version: ::Google::Cloud::SecretManager::V1beta1::VERSION

header_params = {
"resource" => request.resource
Expand Down
22 changes: 18 additions & 4 deletions google-cloud-secret_manager-v1beta1/synth.metadata
@@ -1,13 +1,27 @@
{
"updateTime": "2020-02-06T11:44:07.172812Z",
"updateTime": "2020-02-20T11:44:37.700330Z",
"sources": [
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-cloud-ruby.git",
"sha": "feb41a6634b88ee7e3e7e235f03e8b0f1c31cd38"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "45d2a569ab526a1fad3720f95eefb1c7330eaada",
"internalRef": "293515675",
"log": "45d2a569ab526a1fad3720f95eefb1c7330eaada\nEnable client generation for v1 ManagedIdentities API.\n\nPiperOrigin-RevId: 293515675\n\n2c17086b77e6f3bcf04a1f65758dfb0c3da1568f\nAdd the Actions on Google common types (//google/actions/type/*).\n\nPiperOrigin-RevId: 293478245\n\n781aadb932e64a12fb6ead7cd842698d99588433\nDialogflow weekly v2/v2beta1 library update:\n- Documentation updates\nImportant updates are also posted at\nhttps://cloud.google.com/dialogflow/docs/release-notes\n\nPiperOrigin-RevId: 293443396\n\ne2602608c9138c2fca24162720e67f9307c30b95\nDialogflow weekly v2/v2beta1 library update:\n- Documentation updates\nImportant updates are also posted at\nhttps://cloud.google.com/dialogflow/docs/release-notes\n\nPiperOrigin-RevId: 293442964\n\nc8aef82028d06b7992278fa9294c18570dc86c3d\nAdd cc_proto_library and cc_grpc_library targets for Bigtable protos.\n\nAlso fix indentation of cc_grpc_library targets in Spanner and IAM protos.\n\nPiperOrigin-RevId: 293440538\n\ne2faab04f4cb7f9755072330866689b1943a16e9\ncloudtasks: v2 replace non-standard retry params in gapic config v2\n\nPiperOrigin-RevId: 293424055\n\ndfb4097ea628a8470292c6590a4313aee0c675bd\nerrorreporting: v1beta1 add legacy artman config for php\n\nPiperOrigin-RevId: 293423790\n\nb18aed55b45bfe5b62476292c72759e6c3e573c6\nasset: v1p1beta1 updated comment for `page_size` limit.\n\nPiperOrigin-RevId: 293421386\n\nc9ef36b7956d9859a2fc86ad35fcaa16958ab44f\nbazel: Refactor CI build scripts\n\nPiperOrigin-RevId: 293387911\n\na8ed9d921fdddc61d8467bfd7c1668f0ad90435c\nfix: set Ruby module name for OrgPolicy\n\nPiperOrigin-RevId: 293257997\n\n6c7d28509bd8315de8af0889688ee20099594269\nredis: v1beta1 add UpgradeInstance and connect_mode field to Instance\n\nPiperOrigin-RevId: 293242878\n\nae0abed4fcb4c21f5cb67a82349a049524c4ef68\nredis: v1 add connect_mode field to Instance\n\nPiperOrigin-RevId: 293241914\n\n3f7a0d29b28ee9365771da2b66edf7fa2b4e9c56\nAdds service config definition for bigqueryreservation v1beta1\n\nPiperOrigin-RevId: 293234418\n\n0c88168d5ed6fe353a8cf8cbdc6bf084f6bb66a5\naddition of BUILD & configuration for accessapproval v1\n\nPiperOrigin-RevId: 293219198\n\n39bedc2e30f4778ce81193f6ba1fec56107bcfc4\naccessapproval: v1 publish protos\n\nPiperOrigin-RevId: 293167048\n\n"
"sha": "a9639a0a9854fd6e1be08bba1ac3897f4f16cb2f",
"internalRef": "295983266",
"log": "a9639a0a9854fd6e1be08bba1ac3897f4f16cb2f\nAdd secretmanager.googleapis.com v1 protos\n\nPiperOrigin-RevId: 295983266\n\nce4f4c21d9dd2bfab18873a80449b9d9851efde8\nasset: v1p1beta1 remove SearchResources and SearchIamPolicies\n\nPiperOrigin-RevId: 295861722\n\ncb61d6c2d070b589980c779b68ffca617f789116\nasset: v1p1beta1 remove SearchResources and SearchIamPolicies\n\nPiperOrigin-RevId: 295855449\n\nab2685d8d3a0e191dc8aef83df36773c07cb3d06\nfix: Dataproc v1 - AutoscalingPolicy annotation\n\nThis adds the second resource name pattern to the\nAutoscalingPolicy resource.\n\nCommitter: @lukesneeringer\nPiperOrigin-RevId: 295738415\n\n8a1020bf6828f6e3c84c3014f2c51cb62b739140\nUpdate cloud asset api v1p4beta1.\n\nPiperOrigin-RevId: 295286165\n\n5cfa105206e77670369e4b2225597386aba32985\nAdd service control related proto build rule.\n\nPiperOrigin-RevId: 295262088\n\nee4dddf805072004ab19ac94df2ce669046eec26\nmonitoring v3: Add prefix \"https://cloud.google.com/\" into the link for global access\ncl 295167522, get ride of synth.py hacks\n\nPiperOrigin-RevId: 295238095\n\nd9835e922ea79eed8497db270d2f9f85099a519c\nUpdate some minor docs changes about user event proto\n\nPiperOrigin-RevId: 295185610\n\n5f311e416e69c170243de722023b22f3df89ec1c\nfix: use correct PHP package name in gapic configuration\n\nPiperOrigin-RevId: 295161330\n\n6cdd74dcdb071694da6a6b5a206e3a320b62dd11\npubsub: v1 add client config annotations and retry config\n\nPiperOrigin-RevId: 295158776\n\n5169f46d9f792e2934d9fa25c36d0515b4fd0024\nAdded cloud asset api v1p4beta1.\n\nPiperOrigin-RevId: 295026522\n\n56b55aa8818cd0a532a7d779f6ef337ba809ccbd\nFix: Resource annotations for CreateTimeSeriesRequest and ListTimeSeriesRequest should refer to valid resources. TimeSeries is not a named resource.\n\nPiperOrigin-RevId: 294931650\n\n0646bc775203077226c2c34d3e4d50cc4ec53660\nRemove unnecessary languages from bigquery-related artman configuration files.\n\nPiperOrigin-RevId: 294809380\n\n8b78aa04382e3d4147112ad6d344666771bb1909\nUpdate backend.proto for schemes and protocol\n\nPiperOrigin-RevId: 294788800\n\n80b8f8b3de2359831295e24e5238641a38d8488f\nAdds artman config files for bigquerystorage endpoints v1beta2, v1alpha2, v1\n\nPiperOrigin-RevId: 294763931\n\n2c17ac33b226194041155bb5340c3f34733f1b3a\nAdd parameter to sample generated for UpdateInstance. Related to https://github.com/googleapis/python-redis/issues/4\n\nPiperOrigin-RevId: 294734008\n\nd5e8a8953f2acdfe96fb15e85eb2f33739623957\nMove bigquery datatransfer to gapic v2.\n\nPiperOrigin-RevId: 294703703\n\nefd36705972cfcd7d00ab4c6dfa1135bafacd4ae\nfix: Add two annotations that we missed.\n\nPiperOrigin-RevId: 294664231\n\n8a36b928873ff9c05b43859b9d4ea14cd205df57\nFix: Define the \"bigquery.googleapis.com/Table\" resource in the BigQuery Storage API (v1beta2).\n\nPiperOrigin-RevId: 294459768\n\nc7a3caa2c40c49f034a3c11079dd90eb24987047\nFix: Define the \"bigquery.googleapis.com/Table\" resource in the BigQuery Storage API (v1).\n\nPiperOrigin-RevId: 294456889\n\n5006247aa157e59118833658084345ee59af7c09\nFix: Make deprecated fields optional\nFix: Deprecate SetLoggingServiceRequest.zone in line with the comments\nFeature: Add resource name method signatures where appropriate\n\nPiperOrigin-RevId: 294383128\n\neabba40dac05c5cbe0fca3a35761b17e372036c4\nFix: C# and PHP package/namespace capitalization for BigQuery Storage v1.\n\nPiperOrigin-RevId: 294382444\n\nf8d9a858a7a55eba8009a23aa3f5cc5fe5e88dde\nfix: artman configuration file for bigtable-admin\n\nPiperOrigin-RevId: 294322616\n\n0f29555d1cfcf96add5c0b16b089235afbe9b1a9\nAPI definition for (not-yet-launched) GCS gRPC.\n\nPiperOrigin-RevId: 294321472\n\nfcc86bee0e84dc11e9abbff8d7c3529c0626f390\nfix: Bigtable Admin v2\n\nChange LRO metadata from PartialUpdateInstanceMetadata\nto UpdateInstanceMetadata. (Otherwise, it will not build.)\n\nPiperOrigin-RevId: 294264582\n\n6d9361eae2ebb3f42d8c7ce5baf4bab966fee7c0\nrefactor: Add annotations to Bigtable Admin v2.\n\nPiperOrigin-RevId: 294243406\n\nad7616f3fc8e123451c8b3a7987bc91cea9e6913\nFix: Resource type in CreateLogMetricRequest should use logging.googleapis.com.\nFix: ListLogEntries should have a method signature for convenience of calling it.\n\nPiperOrigin-RevId: 294222165\n\n63796fcbb08712676069e20a3e455c9f7aa21026\nFix: Remove extraneous resource definition for cloudkms.googleapis.com/CryptoKey.\n\nPiperOrigin-RevId: 294176658\n\ne7d8a694f4559201e6913f6610069cb08b39274e\nDepend on the latest gapic-generator and resource names plugin.\n\nThis fixes the very old an very annoying bug: https://github.com/googleapis/gapic-generator/pull/3087\n\nPiperOrigin-RevId: 293903652\n\n806b2854a966d55374ee26bb0cef4e30eda17b58\nfix: correct capitalization of Ruby namespaces in SecurityCenter V1p1beta1\n\nPiperOrigin-RevId: 293903613\n\n1b83c92462b14d67a7644e2980f723112472e03a\nPublish annotations and grpc service config for Logging API.\n\nPiperOrigin-RevId: 293893514\n\ne46f761cd6ec15a9e3d5ed4ff321a4bcba8e8585\nGenerate the Bazel build file for recommendengine public api\n\nPiperOrigin-RevId: 293710856\n\n68477017c4173c98addac0373950c6aa9d7b375f\nMake `language_code` optional for UpdateIntentRequest and BatchUpdateIntentsRequest.\n\nThe comments and proto annotations describe this parameter as optional.\n\nPiperOrigin-RevId: 293703548\n\n16f823f578bca4e845a19b88bb9bc5870ea71ab2\nAdd BUILD.bazel files for managedidentities API\n\nPiperOrigin-RevId: 293698246\n\n2f53fd8178c9a9de4ad10fae8dd17a7ba36133f2\nAdd v1p1beta1 config file\n\nPiperOrigin-RevId: 293696729\n\n052b274138fce2be80f97b6dcb83ab343c7c8812\nAdd source field for user event and add field behavior annotations\n\nPiperOrigin-RevId: 293693115\n\n1e89732b2d69151b1b3418fff3d4cc0434f0dded\ndatacatalog: v1beta1 add three new RPCs to gapic v1beta1 config\n\nPiperOrigin-RevId: 293692823\n\n9c8bd09bbdc7c4160a44f1fbab279b73cd7a2337\nchange the name of AccessApproval service to AccessApprovalAdmin\n\nPiperOrigin-RevId: 293690934\n\n2e23b8fbc45f5d9e200572ca662fe1271bcd6760\nAdd ListEntryGroups method, add http bindings to support entry group tagging, and update some comments.\n\nPiperOrigin-RevId: 293666452\n\n0275e38a4ca03a13d3f47a9613aac8c8b0d3f1f2\nAdd proto_package field to managedidentities API. It is needed for APIs that still depend on artman generation.\n\nPiperOrigin-RevId: 293643323\n\n4cdfe8278cb6f308106580d70648001c9146e759\nRegenerating public protos for Data Catalog to add new Custom Type Entry feature.\n\nPiperOrigin-RevId: 293614782\n\n"
}
},
{
"git": {
"name": "synthtool",
"remote": "rpc://devrel/cloud/libraries/tools/autosynth",
"sha": "43dc756ddb00adbf32e9a07a6f2059ebea1fd3fa"
}
}
],
Expand Down

0 comments on commit a2e741c

Please sign in to comment.