google-cloud-sql-v1 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -221,6 +221,10 @@ module Google
221
221
  # Cloud IAM group.
222
222
  CLOUD_IAM_GROUP_SERVICE_ACCOUNT = 5
223
223
 
224
+ # Cloud IAM workforce identity user managed via workforce identity
225
+ # federation.
226
+ CLOUD_IAM_WORKFORCE_IDENTITY = 6
227
+
224
228
  # Microsoft Entra ID user.
225
229
  ENTRAID_USER = 7
226
230
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-sql-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -51,9 +51,9 @@ dependencies:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
53
  version: '1.0'
54
- description: API for Cloud SQL database instance management. Note that google-cloud-sql-v1
55
- is a version-specific client library. For most uses, we recommend installing the
56
- main client library google-cloud-sql instead. See the readme for more details.
54
+ description: Cloud SQL Admin API. Note that google-cloud-sql-v1 is a version-specific
55
+ client library. For most uses, we recommend installing the main client library google-cloud-sql
56
+ instead. See the readme for more details.
57
57
  email: googleapis-packages@google.com
58
58
  executables: []
59
59
  extensions: []
@@ -207,5 +207,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
207
207
  requirements: []
208
208
  rubygems_version: 3.6.9
209
209
  specification_version: 4
210
- summary: API for Cloud SQL database instance management.
210
+ summary: Cloud SQL Admin API.
211
211
  test_files: []