Skip to content

Commit 2835655

Browse files
chore(secret_manager-v1): Fix indentation and add library_type field to metadata
1 parent a471e18 commit 2835655

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

google-cloud-secret_manager-v1/.repo-metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"name_pretty": "Secret Manager V1 API",
88
"product_documentation": "https://cloud.google.com/secret-manager",
99
"repo": "googleapis/google-cloud-ruby",
10-
"requires_billing": true
10+
"requires_billing": true,
11+
"library_type": "GAPIC_AUTO"
1112
}

google-cloud-secret_manager-v1/lib/google/cloud/secret_manager/v1/secret_manager_service/client.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ def self.configure
9090
default_config.rpcs.access_secret_version.timeout = 60.0
9191
default_config.rpcs.access_secret_version.retry_policy = {
9292
initial_delay: 1.0,
93-
max_delay: 60.0,
94-
multiplier: 1.3,
95-
retry_codes: [14, 2]
93+
max_delay: 60.0,
94+
multiplier: 1.3,
95+
retry_codes: [14, 2]
9696
}
9797

9898
default_config.rpcs.disable_secret_version.timeout = 60.0

google-cloud-secret_manager-v1/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-cloud-ruby.git",
7-
"sha": "1798b28c4e6f2717fc86658195978e76686afb00"
7+
"sha": "0b121e312b5d421e591de64beebe4fb04c170549"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)