google-cloud-sql-v1beta4 0.a → 0.1.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.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +12 -0
  3. data/AUTHENTICATION.md +122 -0
  4. data/README.md +153 -8
  5. data/lib/google/cloud/sql/v1beta4/cloud_sql_connect_pb.rb +35 -0
  6. data/lib/google/cloud/sql/v1beta4/cloud_sql_connect_services_pb.rb +53 -0
  7. data/lib/google/cloud/sql/v1beta4/cloud_sql_data_pb.rb +35 -0
  8. data/lib/google/cloud/sql/v1beta4/cloud_sql_data_services_pb.rb +80 -0
  9. data/lib/google/cloud/sql/v1beta4/cloud_sql_iam_policies_pb.rb +23 -0
  10. data/lib/google/cloud/sql/v1beta4/cloud_sql_iam_policies_services_pb.rb +29 -0
  11. data/lib/google/cloud/sql/v1beta4/cloud_sql_pb.rb +117 -0
  12. data/lib/google/cloud/sql/v1beta4/cloud_sql_resources_pb.rb +192 -0
  13. data/lib/google/cloud/sql/v1beta4/cloud_sql_services_pb.rb +325 -0
  14. data/lib/google/cloud/sql/v1beta4/cloud_sql_tiers_pb.rb +26 -0
  15. data/lib/google/cloud/sql/v1beta4/cloud_sql_tiers_services_pb.rb +46 -0
  16. data/lib/google/cloud/sql/v1beta4/cloud_sql_users_pb.rb +40 -0
  17. data/lib/google/cloud/sql/v1beta4/cloud_sql_users_services_pb.rb +52 -0
  18. data/lib/google/cloud/sql/v1beta4/rest.rb +46 -0
  19. data/lib/google/cloud/sql/v1beta4/sql_backup_runs_service/client.rb +807 -0
  20. data/lib/google/cloud/sql/v1beta4/sql_backup_runs_service/credentials.rb +48 -0
  21. data/lib/google/cloud/sql/v1beta4/sql_backup_runs_service/rest/client.rb +718 -0
  22. data/lib/google/cloud/sql/v1beta4/sql_backup_runs_service/rest/service_stub.rb +332 -0
  23. data/lib/google/cloud/sql/v1beta4/sql_backup_runs_service/rest.rb +49 -0
  24. data/lib/google/cloud/sql/v1beta4/sql_backup_runs_service.rb +52 -0
  25. data/lib/google/cloud/sql/v1beta4/sql_backups_service/client.rb +896 -0
  26. data/lib/google/cloud/sql/v1beta4/sql_backups_service/credentials.rb +48 -0
  27. data/lib/google/cloud/sql/v1beta4/sql_backups_service/paths.rb +83 -0
  28. data/lib/google/cloud/sql/v1beta4/sql_backups_service/rest/client.rb +818 -0
  29. data/lib/google/cloud/sql/v1beta4/sql_backups_service/rest/service_stub.rb +388 -0
  30. data/lib/google/cloud/sql/v1beta4/sql_backups_service/rest.rb +50 -0
  31. data/lib/google/cloud/sql/v1beta4/sql_backups_service.rb +53 -0
  32. data/lib/google/cloud/sql/v1beta4/sql_connect_service/client.rb +705 -0
  33. data/lib/google/cloud/sql/v1beta4/sql_connect_service/credentials.rb +48 -0
  34. data/lib/google/cloud/sql/v1beta4/sql_connect_service/rest/client.rb +632 -0
  35. data/lib/google/cloud/sql/v1beta4/sql_connect_service/rest/service_stub.rb +268 -0
  36. data/lib/google/cloud/sql/v1beta4/sql_connect_service/rest.rb +51 -0
  37. data/lib/google/cloud/sql/v1beta4/sql_connect_service.rb +54 -0
  38. data/lib/google/cloud/sql/v1beta4/sql_data_service/client.rb +520 -0
  39. data/lib/google/cloud/sql/v1beta4/sql_data_service/credentials.rb +48 -0
  40. data/lib/google/cloud/sql/v1beta4/sql_data_service/paths.rb +50 -0
  41. data/lib/google/cloud/sql/v1beta4/sql_data_service.rb +49 -0
  42. data/lib/google/cloud/sql/v1beta4/sql_databases_service/client.rb +1009 -0
  43. data/lib/google/cloud/sql/v1beta4/sql_databases_service/credentials.rb +48 -0
  44. data/lib/google/cloud/sql/v1beta4/sql_databases_service/rest/client.rb +894 -0
  45. data/lib/google/cloud/sql/v1beta4/sql_databases_service/rest/service_stub.rb +460 -0
  46. data/lib/google/cloud/sql/v1beta4/sql_databases_service/rest.rb +49 -0
  47. data/lib/google/cloud/sql/v1beta4/sql_databases_service.rb +52 -0
  48. data/lib/google/cloud/sql/v1beta4/sql_flags_service/client.rb +486 -0
  49. data/lib/google/cloud/sql/v1beta4/sql_flags_service/credentials.rb +48 -0
  50. data/lib/google/cloud/sql/v1beta4/sql_flags_service/rest/client.rb +444 -0
  51. data/lib/google/cloud/sql/v1beta4/sql_flags_service/rest/service_stub.rb +140 -0
  52. data/lib/google/cloud/sql/v1beta4/sql_flags_service/rest.rb +49 -0
  53. data/lib/google/cloud/sql/v1beta4/sql_flags_service.rb +52 -0
  54. data/lib/google/cloud/sql/v1beta4/sql_instances_service/client.rb +4745 -0
  55. data/lib/google/cloud/sql/v1beta4/sql_instances_service/credentials.rb +48 -0
  56. data/lib/google/cloud/sql/v1beta4/sql_instances_service/paths.rb +159 -0
  57. data/lib/google/cloud/sql/v1beta4/sql_instances_service/rest/client.rb +4281 -0
  58. data/lib/google/cloud/sql/v1beta4/sql_instances_service/rest/service_stub.rb +2769 -0
  59. data/lib/google/cloud/sql/v1beta4/sql_instances_service/rest.rb +50 -0
  60. data/lib/google/cloud/sql/v1beta4/sql_instances_service.rb +53 -0
  61. data/lib/google/cloud/sql/v1beta4/sql_operations_service/client.rb +699 -0
  62. data/lib/google/cloud/sql/v1beta4/sql_operations_service/credentials.rb +48 -0
  63. data/lib/google/cloud/sql/v1beta4/sql_operations_service/rest/client.rb +629 -0
  64. data/lib/google/cloud/sql/v1beta4/sql_operations_service/rest/service_stub.rb +266 -0
  65. data/lib/google/cloud/sql/v1beta4/sql_operations_service/rest.rb +49 -0
  66. data/lib/google/cloud/sql/v1beta4/sql_operations_service.rb +52 -0
  67. data/lib/google/cloud/sql/v1beta4/sql_ssl_certs_service/client.rb +802 -0
  68. data/lib/google/cloud/sql/v1beta4/sql_ssl_certs_service/credentials.rb +48 -0
  69. data/lib/google/cloud/sql/v1beta4/sql_ssl_certs_service/rest/client.rb +713 -0
  70. data/lib/google/cloud/sql/v1beta4/sql_ssl_certs_service/rest/service_stub.rb +332 -0
  71. data/lib/google/cloud/sql/v1beta4/sql_ssl_certs_service/rest.rb +49 -0
  72. data/lib/google/cloud/sql/v1beta4/sql_ssl_certs_service.rb +52 -0
  73. data/lib/google/cloud/sql/v1beta4/sql_tiers_service/client.rb +493 -0
  74. data/lib/google/cloud/sql/v1beta4/sql_tiers_service/credentials.rb +48 -0
  75. data/lib/google/cloud/sql/v1beta4/sql_tiers_service/rest/client.rb +443 -0
  76. data/lib/google/cloud/sql/v1beta4/sql_tiers_service/rest/service_stub.rb +142 -0
  77. data/lib/google/cloud/sql/v1beta4/sql_tiers_service/rest.rb +51 -0
  78. data/lib/google/cloud/sql/v1beta4/sql_tiers_service.rb +54 -0
  79. data/lib/google/cloud/sql/v1beta4/sql_users_service/client.rb +915 -0
  80. data/lib/google/cloud/sql/v1beta4/sql_users_service/credentials.rb +48 -0
  81. data/lib/google/cloud/sql/v1beta4/sql_users_service/rest/client.rb +819 -0
  82. data/lib/google/cloud/sql/v1beta4/sql_users_service/rest/service_stub.rb +394 -0
  83. data/lib/google/cloud/sql/v1beta4/sql_users_service/rest.rb +49 -0
  84. data/lib/google/cloud/sql/v1beta4/sql_users_service.rb +52 -0
  85. data/lib/google/cloud/sql/v1beta4/version.rb +7 -2
  86. data/lib/google/cloud/sql/v1beta4.rb +56 -0
  87. data/lib/google-cloud-sql-v1beta4.rb +21 -0
  88. data/proto_docs/README.md +4 -0
  89. data/proto_docs/google/api/client.rb +593 -0
  90. data/proto_docs/google/api/field_behavior.rb +85 -0
  91. data/proto_docs/google/api/field_info.rb +88 -0
  92. data/proto_docs/google/api/launch_stage.rb +71 -0
  93. data/proto_docs/google/api/resource.rb +227 -0
  94. data/proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb +1329 -0
  95. data/proto_docs/google/cloud/sql/v1beta4/cloud_sql_connect.rb +207 -0
  96. data/proto_docs/google/cloud/sql/v1beta4/cloud_sql_data.rb +189 -0
  97. data/proto_docs/google/cloud/sql/v1beta4/cloud_sql_resources.rb +4489 -0
  98. data/proto_docs/google/cloud/sql/v1beta4/cloud_sql_tiers.rb +68 -0
  99. data/proto_docs/google/cloud/sql/v1beta4/cloud_sql_users.rb +308 -0
  100. data/proto_docs/google/protobuf/any.rb +145 -0
  101. data/proto_docs/google/protobuf/duration.rb +98 -0
  102. data/proto_docs/google/protobuf/empty.rb +34 -0
  103. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  104. data/proto_docs/google/protobuf/timestamp.rb +127 -0
  105. data/proto_docs/google/protobuf/wrappers.rb +148 -0
  106. data/proto_docs/google/rpc/status.rb +48 -0
  107. data/proto_docs/google/type/interval.rb +45 -0
  108. metadata +153 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 18b8ec923534752a77d1252f63a4a71e7b0394aa9229259b90d642e38646a58b
4
- data.tar.gz: 55dfa11ecc70625d05813cf2dbcc7b5f531a867af0c0d28dfb0c78d923d0cab2
3
+ metadata.gz: ac896d6198d2d4df8ff1b65c2985e763af906a42df3af6efa3e0fa0d2287cdc8
4
+ data.tar.gz: f4f58a0048489fc572936e68d41128148ab6dcd38ed891d5188bf4877c2f9372
5
5
  SHA512:
6
- metadata.gz: ab77233f54d89e0cf744bde81960c405ad8f272a4e0ff52a9f5904a576b81ddb1186de5528344a396c12be363306444dd3b999f1c137c9f333786c6fe891452c
7
- data.tar.gz: 7f271b671edd79e6cfca014f6ae4a76acd7360fd7310842f9edc789e7cc96edf225ca4dc0aa9da9334f0d3c5894a288c94a083f6a42068bfd25565dcaaf98bdd
6
+ metadata.gz: 20a5f112b6db9d71d369979d4d86c19ff58eeece3bae67a79ba3a41e94cad15378c815e578747f1af213270799925d61b0c00405129ce6519918b1d4061711d7
7
+ data.tar.gz: 628daf36f76c627b4062a7d18e3e0f92f2e088028802bf4aadd05c5f8b9415e14f39451b8730c67497510d069b3e65d790f51416f2a86bc88a4c8136c16ff85f
data/.yardopts ADDED
@@ -0,0 +1,12 @@
1
+ --no-private
2
+ --title="Cloud SQL Admin V1BETA4 API"
3
+ --exclude _pb\.rb$
4
+ --markup markdown
5
+ --markup-provider redcarpet
6
+
7
+ ./lib/**/*.rb
8
+ ./proto_docs/**/*.rb
9
+ -
10
+ README.md
11
+ LICENSE.md
12
+ AUTHENTICATION.md
data/AUTHENTICATION.md ADDED
@@ -0,0 +1,122 @@
1
+ # Authentication
2
+
3
+ The recommended way to authenticate to the google-cloud-sql-v1beta4 library is to use
4
+ [Application Default Credentials (ADC)](https://cloud.google.com/docs/authentication/application-default-credentials).
5
+ To review all of your authentication options, see [Credentials lookup](#credential-lookup).
6
+
7
+ ## Quickstart
8
+
9
+ The following example shows how to set up authentication for a local development
10
+ environment with your user credentials.
11
+
12
+ **NOTE:** This method is _not_ recommended for running in production. User credentials
13
+ should be used only during development.
14
+
15
+ 1. [Download and install the Google Cloud CLI](https://cloud.google.com/sdk).
16
+ 2. Set up a local ADC file with your user credentials:
17
+
18
+ ```sh
19
+ gcloud auth application-default login
20
+ ```
21
+
22
+ 3. Write code as if already authenticated.
23
+
24
+ For more information about setting up authentication for a local development environment, see
25
+ [Set up Application Default Credentials](https://cloud.google.com/docs/authentication/provide-credentials-adc#local-dev).
26
+
27
+ ## Credential Lookup
28
+
29
+ The google-cloud-sql-v1beta4 library provides several mechanisms to configure your system.
30
+ Generally, using Application Default Credentials to facilitate automatic
31
+ credentials discovery is the easist method. But if you need to explicitly specify
32
+ credentials, there are several methods available to you.
33
+
34
+ Credentials are accepted in the following ways, in the following order or precedence:
35
+
36
+ 1. Credentials specified in method arguments
37
+ 2. Credentials specified in configuration
38
+ 3. Credentials pointed to or included in environment variables
39
+ 4. Credentials found in local ADC file
40
+ 5. Credentials returned by the metadata server for the attached service account (GCP)
41
+
42
+ ### Configuration
43
+
44
+ You can configure a path to a JSON credentials file, either for an individual client object or
45
+ globally, for all client objects. The JSON file can contain credentials created for
46
+ [workload identity federation](https://cloud.google.com/iam/docs/workload-identity-federation),
47
+ [workforce identity federation](https://cloud.google.com/iam/docs/workforce-identity-federation), or a
48
+ [service account key](https://cloud.google.com/docs/authentication/provide-credentials-adc#local-key).
49
+
50
+ Note: Service account keys are a security risk if not managed correctly. You should
51
+ [choose a more secure alternative to service account keys](https://cloud.google.com/docs/authentication#auth-decision-tree)
52
+ whenever possible.
53
+
54
+ To configure a credentials file for an individual client initialization:
55
+
56
+ ```ruby
57
+ require "google/cloud/sql/v1beta4"
58
+
59
+ client = ::Google::Cloud::Sql::V1beta4::SqlBackupRunsService::Client.new do |config|
60
+ config.credentials = "path/to/credentialfile.json"
61
+ end
62
+ ```
63
+
64
+ To configure a credentials file globally for all clients:
65
+
66
+ ```ruby
67
+ require "google/cloud/sql/v1beta4"
68
+
69
+ ::Google::Cloud::Sql::V1beta4::SqlBackupRunsService::Client.configure do |config|
70
+ config.credentials = "path/to/credentialfile.json"
71
+ end
72
+
73
+ client = ::Google::Cloud::Sql::V1beta4::SqlBackupRunsService::Client.new
74
+ ```
75
+
76
+ ### Environment Variables
77
+
78
+ You can also use an environment variable to provide a JSON credentials file.
79
+ The environment variable can contain a path to the credentials file or, for
80
+ environments such as Docker containers where writing files is not encouraged,
81
+ you can include the credentials file itself.
82
+
83
+ The JSON file can contain credentials created for
84
+ [workload identity federation](https://cloud.google.com/iam/docs/workload-identity-federation),
85
+ [workforce identity federation](https://cloud.google.com/iam/docs/workforce-identity-federation), or a
86
+ [service account key](https://cloud.google.com/docs/authentication/provide-credentials-adc#local-key).
87
+
88
+ Note: Service account keys are a security risk if not managed correctly. You should
89
+ [choose a more secure alternative to service account keys](https://cloud.google.com/docs/authentication#auth-decision-tree)
90
+ whenever possible.
91
+
92
+ The environment variables that google-cloud-sql-v1beta4
93
+ checks for credentials are:
94
+
95
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
96
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
97
+
98
+ ```ruby
99
+ require "google/cloud/sql/v1beta4"
100
+
101
+ ENV["GOOGLE_APPLICATION_CREDENTIALS"] = "path/to/credentialfile.json"
102
+
103
+ client = ::Google::Cloud::Sql::V1beta4::SqlBackupRunsService::Client.new
104
+ ```
105
+
106
+ ### Local ADC file
107
+
108
+ You can set up a local ADC file with your user credentials for authentication during
109
+ development. If credentials are not provided in code or in environment variables,
110
+ then the local ADC credentials are discovered.
111
+
112
+ Follow the steps in [Quickstart](#quickstart) to set up a local ADC file.
113
+
114
+ ### Google Cloud Platform environments
115
+
116
+ When running on Google Cloud Platform (GCP), including Google Compute Engine
117
+ (GCE), Google Kubernetes Engine (GKE), Google App Engine (GAE), Google Cloud
118
+ Functions (GCF) and Cloud Run, credentials are retrieved from the attached
119
+ service account automatically. Code should be written as if already authenticated.
120
+
121
+ For more information, see
122
+ [Set up ADC for Google Cloud services](https://cloud.google.com/docs/authentication/provide-credentials-adc#attached-sa).
data/README.md CHANGED
@@ -1,8 +1,153 @@
1
- # Placeholder for Ruby gem google-cloud-sql-v1beta4
2
-
3
- This is a placeholder for the future Google-authored gem google-cloud-sql-v1beta4.
4
- This placeholder is being released on 2026-07-24 in order to reserve the name.
5
- The final gem should be available shortly after that date. If it has not been
6
- released in a timely manner, or if this placeholder interferes with your work,
7
- you can contact the Google Ruby team by opening an issue in the GitHub
8
- repository https://github.com/googleapis/google-cloud-ruby.
1
+ # Ruby Client for the Cloud SQL Admin V1BETA4 API
2
+
3
+ Cloud SQL Admin API.
4
+
5
+
6
+ https://github.com/googleapis/google-cloud-ruby
7
+
8
+ This gem is a _versioned_ client. It provides basic client classes for a
9
+ specific version of the Cloud SQL Admin V1BETA4 API. Most users should consider using
10
+ the main client gem,
11
+ [google-cloud-sql](https://rubygems.org/gems/google-cloud-sql).
12
+ See the section below titled *Which client should I use?* for more information.
13
+
14
+ ## Installation
15
+
16
+ ```
17
+ $ gem install google-cloud-sql-v1beta4
18
+ ```
19
+
20
+ ## Before You Begin
21
+
22
+ In order to use this library, you first need to go through the following steps:
23
+
24
+ 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
25
+ 1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
26
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/sqladmin.googleapis.com)
27
+ 1. {file:AUTHENTICATION.md Set up authentication.}
28
+
29
+ ## Quick Start
30
+
31
+ ```ruby
32
+ require "google/cloud/sql/v1beta4"
33
+
34
+ client = ::Google::Cloud::Sql::V1beta4::SqlBackupRunsService::Client.new
35
+ request = ::Google::Cloud::Sql::V1beta4::SqlBackupRunsDeleteRequest.new # (request fields as keyword arguments...)
36
+ response = client.delete request
37
+ ```
38
+
39
+ View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-sql-v1beta4/latest)
40
+ for class and method documentation.
41
+
42
+ See also the [Product Documentation](https://cloud.google.com/sql/docs/)
43
+ for general usage information.
44
+
45
+ ## Debug Logging
46
+
47
+ This library comes with opt-in Debug Logging that can help you troubleshoot
48
+ your application's integration with the API. When logging is activated, key
49
+ events such as requests and responses, along with data payloads and metadata
50
+ such as headers and client configuration, are logged to the standard error
51
+ stream.
52
+
53
+ **WARNING:** Client Library Debug Logging includes your data payloads in
54
+ plaintext, which could include sensitive data such as PII for yourself or your
55
+ customers, private keys, or other security data that could be compromising if
56
+ leaked. Always practice good data hygiene with your application logs, and follow
57
+ the principle of least access. Google also recommends that Client Library Debug
58
+ Logging be enabled only temporarily during active debugging, and not used
59
+ permanently in production.
60
+
61
+ To enable logging, set the environment variable `GOOGLE_SDK_RUBY_LOGGING_GEMS`
62
+ to the value `all`. Alternatively, you can set the value to a comma-delimited
63
+ list of client library gem names. This will select the default logging behavior,
64
+ which writes logs to the standard error stream. On a local workstation, this may
65
+ result in logs appearing on the console. When running on a Google Cloud hosting
66
+ service such as [Google Cloud Run](https://cloud.google.com/run), this generally
67
+ results in logs appearing alongside your application logs in the
68
+ [Google Cloud Logging](https://cloud.google.com/logging/) service.
69
+
70
+ You can customize logging by modifying the `logger` configuration when
71
+ constructing a client object. For example:
72
+
73
+ ```ruby
74
+ require "google/cloud/sql/v1beta4"
75
+ require "logger"
76
+
77
+ client = ::Google::Cloud::Sql::V1beta4::SqlBackupRunsService::Client.new do |config|
78
+ config.logger = Logger.new "my-app.log"
79
+ end
80
+ ```
81
+
82
+ ## Google Cloud Samples
83
+
84
+ To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).
85
+
86
+ ## Supported Ruby Versions
87
+
88
+ This library is supported on Ruby 3.2+.
89
+
90
+ Google provides official support for Ruby versions that are actively supported
91
+ by Ruby Core—that is, Ruby versions that are either in normal maintenance or
92
+ in security maintenance, and not end of life. Older versions of Ruby _may_
93
+ still work, but are unsupported and not recommended. See
94
+ https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
95
+ support schedule.
96
+
97
+ ## Which client should I use?
98
+
99
+ Most modern Ruby client libraries for Google APIs come in two flavors: the main
100
+ client library with a name such as `google-cloud-sql`,
101
+ and lower-level _versioned_ client libraries with names such as
102
+ `google-cloud-sql-v1beta4`.
103
+ _In most cases, you should install the main client._
104
+
105
+ ### What's the difference between the main client and a versioned client?
106
+
107
+ A _versioned client_ provides a basic set of data types and client classes for
108
+ a _single version_ of a specific service. (That is, for a service with multiple
109
+ versions, there might be a separate versioned client for each service version.)
110
+ Most versioned clients are written and maintained by a code generator.
111
+
112
+ The _main client_ is designed to provide you with the _recommended_ client
113
+ interfaces for the service. There will be only one main client for any given
114
+ service, even a service with multiple versions. The main client includes
115
+ factory methods for constructing the client objects we recommend for most
116
+ users. In some cases, those will be classes provided by an underlying versioned
117
+ client; in other cases, they will be handwritten higher-level client objects
118
+ with additional capabilities, convenience methods, or best practices built in.
119
+ Generally, the main client will default to a recommended service version,
120
+ although in some cases you can override this if you need to talk to a specific
121
+ service version.
122
+
123
+ ### Why would I want to use the main client?
124
+
125
+ We recommend that most users install the main client gem for a service. You can
126
+ identify this gem as the one _without_ a version in its name, e.g.
127
+ `google-cloud-sql`.
128
+ The main client is recommended because it will embody the best practices for
129
+ accessing the service, and may also provide more convenient interfaces or
130
+ tighter integration into frameworks and third-party libraries. In addition, the
131
+ documentation and samples published by Google will generally demonstrate use of
132
+ the main client.
133
+
134
+ ### Why would I want to use a versioned client?
135
+
136
+ You can use a versioned client if you are content with a possibly lower-level
137
+ class interface, you explicitly want to avoid features provided by the main
138
+ client, or you want to access a specific service version not be covered by the
139
+ main client. You can identify versioned client gems because the service version
140
+ is part of the name, e.g. `google-cloud-sql-v1beta4`.
141
+
142
+ ### What about the google-apis-<name> clients?
143
+
144
+ Client library gems with names that begin with `google-apis-` are based on an
145
+ older code generation technology. They talk to a REST/JSON backend (whereas
146
+ most modern clients talk to a [gRPC](https://grpc.io/) backend) and they may
147
+ not offer the same performance, features, and ease of use provided by more
148
+ modern clients.
149
+
150
+ The `google-apis-` clients have wide coverage across Google services, so you
151
+ might need to use one if there is no modern client available for the service.
152
+ However, if a modern client is available, we generally recommend it over the
153
+ older `google-apis-` clients.
@@ -0,0 +1,35 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/sql/v1beta4/cloud_sql_connect.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/annotations_pb'
8
+ require 'google/api/client_pb'
9
+ require 'google/api/field_behavior_pb'
10
+ require 'google/cloud/sql/v1beta4/cloud_sql_resources_pb'
11
+ require 'google/protobuf/duration_pb'
12
+ require 'google/protobuf/timestamp_pb'
13
+
14
+
15
+ descriptor_data = "\n0google/cloud/sql/v1beta4/cloud_sql_connect.proto\x12\x18google.cloud.sql.v1beta4\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x32google/cloud/sql/v1beta4/cloud_sql_resources.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"r\n\x19GetConnectSettingsRequest\x12\x10\n\x08instance\x18\x01 \x01(\t\x12\x0f\n\x07project\x18\x02 \x01(\t\x12\x32\n\tread_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x01\"M\n\x1dResolveConnectSettingsRequest\x12\x15\n\x08\x64ns_name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x15\n\x08location\x18\x02 \x01(\tB\x03\xe0\x41\x02\"\xc3\t\n\x0f\x43onnectSettings\x12\x0c\n\x04kind\x18\x01 \x01(\t\x12\x39\n\x0eserver_ca_cert\x18\x02 \x01(\x0b\x32!.google.cloud.sql.v1beta4.SslCert\x12\x39\n\x0cip_addresses\x18\x03 \x03(\x0b\x32#.google.cloud.sql.v1beta4.IpMapping\x12\x0e\n\x06region\x18\x04 \x01(\t\x12\x46\n\x10\x64\x61tabase_version\x18\x1f \x01(\x0e\x32,.google.cloud.sql.v1beta4.SqlDatabaseVersion\x12>\n\x0c\x62\x61\x63kend_type\x18 \x01(\x0e\x32(.google.cloud.sql.v1beta4.SqlBackendType\x12\x13\n\x0bpsc_enabled\x18! \x01(\x08\x12\x10\n\x08\x64ns_name\x18\" \x01(\t\x12H\n\x0eserver_ca_mode\x18# \x01(\x0e\x32\x30.google.cloud.sql.v1beta4.ConnectSettings.CaMode\x12(\n custom_subject_alternative_names\x18% \x03(\t\x12@\n\tdns_names\x18& \x03(\x0b\x32(.google.cloud.sql.v1beta4.DnsNameMappingB\x03\xe0\x41\x03\x12\x17\n\nnode_count\x18? \x01(\x05H\x00\x88\x01\x01\x12S\n\x05nodes\x18@ \x03(\x0b\x32?.google.cloud.sql.v1beta4.ConnectSettings.ConnectPoolNodeConfigB\x03\xe0\x41\x03\x12\x62\n\x14mdx_protocol_support\x18\' \x03(\x0e\x32<.google.cloud.sql.v1beta4.ConnectSettings.MdxProtocolSupportB\x06\xe0\x41\x03\xe0\x41\x01\x12\x1f\n\x0f\x63onnection_name\x18( \x01(\tB\x06\xe0\x41\x03\xe0\x41\x01\x1a\xe3\x01\n\x15\x43onnectPoolNodeConfig\x12\x16\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03H\x00\x88\x01\x01\x12>\n\x0cip_addresses\x18\x02 \x03(\x0b\x32#.google.cloud.sql.v1beta4.IpMappingB\x03\xe0\x41\x03\x12\x1a\n\x08\x64ns_name\x18\x03 \x01(\tB\x03\xe0\x41\x03H\x01\x88\x01\x01\x12@\n\tdns_names\x18\x04 \x03(\x0b\x32(.google.cloud.sql.v1beta4.DnsNameMappingB\x03\xe0\x41\x03\x42\x07\n\x05_nameB\x0b\n\t_dns_name\"y\n\x06\x43\x61Mode\x12\x17\n\x13\x43\x41_MODE_UNSPECIFIED\x10\x00\x12\x1e\n\x1aGOOGLE_MANAGED_INTERNAL_CA\x10\x01\x12\x19\n\x15GOOGLE_MANAGED_CAS_CA\x10\x02\x12\x1b\n\x17\x43USTOMER_MANAGED_CAS_CA\x10\x03\"T\n\x12MdxProtocolSupport\x12$\n MDX_PROTOCOL_SUPPORT_UNSPECIFIED\x10\x00\x12\x18\n\x14\x43LIENT_PROTOCOL_TYPE\x10\x01\x42\r\n\x0b_node_count\"\xf6\x01\n\x1cGenerateEphemeralCertRequest\x12\x10\n\x08instance\x18\x01 \x01(\t\x12\x0f\n\x07project\x18\x02 \x01(\t\x12\x1e\n\npublic_key\x18\x03 \x01(\tR\npublic_key\x12\'\n\x0c\x61\x63\x63\x65ss_token\x18\x04 \x01(\tB\x03\xe0\x41\x01R\x0c\x61\x63\x63\x65ss_token\x12\x32\n\tread_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x01\x12\x36\n\x0evalid_duration\x18\x0c \x01(\x0b\x32\x19.google.protobuf.DurationB\x03\xe0\x41\x01\"Z\n\x1dGenerateEphemeralCertResponse\x12\x39\n\x0e\x65phemeral_cert\x18\x01 \x01(\x0b\x32!.google.cloud.sql.v1beta4.SslCert2\x88\x06\n\x11SqlConnectService\x12\xc2\x01\n\x12GetConnectSettings\x12\x33.google.cloud.sql.v1beta4.GetConnectSettingsRequest\x1a).google.cloud.sql.v1beta4.ConnectSettings\"L\x82\xd3\xe4\x93\x02\x46\x12\x44/sql/v1beta4/projects/{project}/instances/{instance}/connectSettings\x12\xcd\x01\n\x16ResolveConnectSettings\x12\x37.google.cloud.sql.v1beta4.ResolveConnectSettingsRequest\x1a).google.cloud.sql.v1beta4.ConnectSettings\"O\x82\xd3\xe4\x93\x02I\x12G/sql/v1beta4/locations/{location}/dns/{dns_name}:resolveConnectSettings\x12\xdf\x01\n\x15GenerateEphemeralCert\x12\x36.google.cloud.sql.v1beta4.GenerateEphemeralCertRequest\x1a\x37.google.cloud.sql.v1beta4.GenerateEphemeralCertResponse\"U\x82\xd3\xe4\x93\x02O\"J/sql/v1beta4/projects/{project}/instances/{instance}:generateEphemeralCert:\x01*\x1a|\xca\x41\x17sqladmin.googleapis.com\xd2\x41_https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/sqlservice.adminBf\n\x1c\x63om.google.cloud.sql.v1beta4B\x14\x43loudSqlConnectProtoP\x01Z.cloud.google.com/go/sql/apiv1beta4/sqlpb;sqlpbb\x06proto3"
16
+
17
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
18
+ pool.add_serialized_file(descriptor_data)
19
+
20
+ module Google
21
+ module Cloud
22
+ module Sql
23
+ module V1beta4
24
+ GetConnectSettingsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.GetConnectSettingsRequest").msgclass
25
+ ResolveConnectSettingsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.ResolveConnectSettingsRequest").msgclass
26
+ ConnectSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.ConnectSettings").msgclass
27
+ ConnectSettings::ConnectPoolNodeConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.ConnectSettings.ConnectPoolNodeConfig").msgclass
28
+ ConnectSettings::CaMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.ConnectSettings.CaMode").enummodule
29
+ ConnectSettings::MdxProtocolSupport = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.ConnectSettings.MdxProtocolSupport").enummodule
30
+ GenerateEphemeralCertRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.GenerateEphemeralCertRequest").msgclass
31
+ GenerateEphemeralCertResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.GenerateEphemeralCertResponse").msgclass
32
+ end
33
+ end
34
+ end
35
+ end
@@ -0,0 +1,53 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: google/cloud/sql/v1beta4/cloud_sql_connect.proto for package 'google.cloud.sql.v1beta4'
3
+ # Original file comments:
4
+ # Copyright 2026 Google LLC
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+
19
+ require 'grpc'
20
+ require 'google/cloud/sql/v1beta4/cloud_sql_connect_pb'
21
+
22
+ module Google
23
+ module Cloud
24
+ module Sql
25
+ module V1beta4
26
+ module SqlConnectService
27
+ # Cloud SQL connect service.
28
+ class Service
29
+
30
+ include ::GRPC::GenericService
31
+
32
+ self.marshal_class_method = :encode
33
+ self.unmarshal_class_method = :decode
34
+ self.service_name = 'google.cloud.sql.v1beta4.SqlConnectService'
35
+
36
+ # Retrieves connect settings about a Cloud SQL instance.
37
+ rpc :GetConnectSettings, ::Google::Cloud::Sql::V1beta4::GetConnectSettingsRequest, ::Google::Cloud::Sql::V1beta4::ConnectSettings
38
+ # Retrieves connect settings about a Cloud SQL instance using the instance
39
+ # DNS name.
40
+ rpc :ResolveConnectSettings, ::Google::Cloud::Sql::V1beta4::ResolveConnectSettingsRequest, ::Google::Cloud::Sql::V1beta4::ConnectSettings
41
+ # Generates a short-lived X509 certificate containing the provided public key
42
+ # and signed by a private key specific to the target instance. Users may use
43
+ # the certificate to authenticate as themselves when connecting to the
44
+ # database.
45
+ rpc :GenerateEphemeralCert, ::Google::Cloud::Sql::V1beta4::GenerateEphemeralCertRequest, ::Google::Cloud::Sql::V1beta4::GenerateEphemeralCertResponse
46
+ end
47
+
48
+ Stub = Service.rpc_stub_class
49
+ end
50
+ end
51
+ end
52
+ end
53
+ end
@@ -0,0 +1,35 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/sql/v1beta4/cloud_sql_data.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/annotations_pb'
8
+ require 'google/api/client_pb'
9
+ require 'google/api/field_behavior_pb'
10
+ require 'google/api/resource_pb'
11
+ require 'google/rpc/status_pb'
12
+
13
+
14
+ descriptor_data = "\n-google/cloud/sql/v1beta4/cloud_sql_data.proto\x12\x18google.cloud.sql.v1beta4\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x17google/rpc/status.proto\"\x98\x03\n\x14StreamSqlDataRequest\x12/\n\x03\x61\x63k\x18\x04 \x01(\x0b\x32\x1d.google.cloud.sql.v1beta4.AckB\x03\xe0\x41\x01\x12?\n\rstart_session\x18\x05 \x01(\x0b\x32&.google.cloud.sql.v1beta4.StartSessionH\x00\x12\x45\n\x10\x63ontinue_session\x18\x06 \x01(\x0b\x32).google.cloud.sql.v1beta4.ContinueSessionH\x00\x12\x34\n\x04\x64\x61ta\x18\x07 \x01(\x0b\x32$.google.cloud.sql.v1beta4.DataPacketH\x00\x12G\n\x11terminate_session\x18\x08 \x01(\x0b\x32*.google.cloud.sql.v1beta4.TerminateSessionH\x00\x12=\n\x0binstance_id\x18\t \x01(\tB(\xe0\x41\x01\xfa\x41\"\n cloudsql.googleapis.com/InstanceB\t\n\x07message\"\x80\x01\n\x0cStartSession\x12\x18\n\x0blocation_id\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12=\n\x0binstance_id\x18\x02 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n cloudsql.googleapis.com/Instance\x12\x17\n\nsession_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"\x83\x01\n\x0f\x43ontinueSession\x12\x18\n\x0blocation_id\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12=\n\x0binstance_id\x18\x02 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n cloudsql.googleapis.com/Instance\x12\x17\n\nsession_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\"\x94\x02\n\x15StreamSqlDataResponse\x12*\n\x03\x61\x63k\x18\x02 \x01(\x0b\x32\x1d.google.cloud.sql.v1beta4.Ack\x12\x45\n\x10session_metadata\x18\x03 \x01(\x0b\x32).google.cloud.sql.v1beta4.SessionMetadataH\x00\x12\x34\n\x04\x64\x61ta\x18\x04 \x01(\x0b\x32$.google.cloud.sql.v1beta4.DataPacketH\x00\x12G\n\x11terminate_session\x18\x05 \x01(\x0b\x32*.google.cloud.sql.v1beta4.TerminateSessionH\x00\x42\t\n\x07message\"W\n\x0fSessionMetadata\x12\x44\n\x12supported_features\x18\x01 \x03(\x0e\x32(.google.cloud.sql.v1beta4.SqlDataFeature\"?\n\nDataPacket\x12\x1e\n\x11\x66irst_byte_offset\x18\x01 \x01(\x03\x42\x03\xe0\x41\x01\x12\x11\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x42\x03\xe0\x41\x02\"#\n\x03\x41\x63k\x12\x1c\n\x0freceived_offset\x18\x01 \x01(\x03\x42\x03\xe0\x41\x02\";\n\x10TerminateSession\x12\'\n\x06status\x18\x01 \x01(\x0b\x32\x12.google.rpc.StatusB\x03\xe0\x41\x02*R\n\x0eSqlDataFeature\x12 \n\x1cSQL_DATA_FEATURE_UNSPECIFIED\x10\x00\x12\x1e\n\x1aSQL_DATA_FEATURE_RECONNECT\x10\x01\x32\x86\x02\n\x0eSqlDataService\x12v\n\rStreamSqlData\x12..google.cloud.sql.v1beta4.StreamSqlDataRequest\x1a/.google.cloud.sql.v1beta4.StreamSqlDataResponse\"\x00(\x01\x30\x01\x1a|\xca\x41\x17sqladmin.googleapis.com\xd2\x41_https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/sqlservice.adminBc\n\x1c\x63om.google.cloud.sql.v1beta4B\x11\x43loudSqlDataProtoP\x01Z.cloud.google.com/go/sql/apiv1beta4/sqlpb;sqlpbb\x06proto3"
15
+
16
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
17
+ pool.add_serialized_file(descriptor_data)
18
+
19
+ module Google
20
+ module Cloud
21
+ module Sql
22
+ module V1beta4
23
+ StreamSqlDataRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.StreamSqlDataRequest").msgclass
24
+ StartSession = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.StartSession").msgclass
25
+ ContinueSession = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.ContinueSession").msgclass
26
+ StreamSqlDataResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.StreamSqlDataResponse").msgclass
27
+ SessionMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.SessionMetadata").msgclass
28
+ DataPacket = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.DataPacket").msgclass
29
+ Ack = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.Ack").msgclass
30
+ TerminateSession = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.TerminateSession").msgclass
31
+ SqlDataFeature = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.sql.v1beta4.SqlDataFeature").enummodule
32
+ end
33
+ end
34
+ end
35
+ end
@@ -0,0 +1,80 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: google/cloud/sql/v1beta4/cloud_sql_data.proto for package 'google.cloud.sql.v1beta4'
3
+ # Original file comments:
4
+ # Copyright 2026 Google LLC
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+
19
+ require 'grpc'
20
+ require 'google/cloud/sql/v1beta4/cloud_sql_data_pb'
21
+
22
+ module Google
23
+ module Cloud
24
+ module Sql
25
+ module V1beta4
26
+ module SqlDataService
27
+ # Service for streaming data to and from Cloud SQL instances.
28
+ class Service
29
+
30
+ include ::GRPC::GenericService
31
+
32
+ self.marshal_class_method = :encode
33
+ self.unmarshal_class_method = :decode
34
+ self.service_name = 'google.cloud.sql.v1beta4.SqlDataService'
35
+
36
+ # `StreamSqlData` establishes a bidirectional stream to a Cloud SQL instance,
37
+ # and then streams data to and from the instance.
38
+ #
39
+ # The first message from the client MUST be a `StreamSqlDataRequest` request
40
+ # with configuration settings, including required values for the
41
+ # `connection_settings` field. Subsequent messages from the client may
42
+ # contain the `payload` field.
43
+ #
44
+ # Messages from the server may contain the `payload` field.
45
+ #
46
+ # The `payload` fields of the request and response streams contain the raw
47
+ # data of the database's native wire protocol (e.g., PostgreSQL wire
48
+ # protocol). The database client is responsible for generating and parsing
49
+ # this data.
50
+ #
51
+ # Any errors on initial connection (e.g., connection failure, authorization
52
+ # issues, network problems) will result in the stream being terminated with
53
+ # an appropriate RPC status exception.
54
+ #
55
+ # After a successful connection is made, if an error occurs, then the server
56
+ # terminates connection and returns the appropriate RPC status exception.
57
+ #
58
+ # Add the request params headers to the request to ensure that
59
+ # the streaming request is routed to the correct service for your database.
60
+ #
61
+ # Use this format for the request params header:
62
+ #
63
+ # `x-goog-request-params`:
64
+ # location_id={location_path}&instance_id={instance_path}`
65
+ #
66
+ # `location_path` is `locations/{location_name}`
67
+ # `instance_path` is `projects/{project_name}/instances/{instance_name}`
68
+ #
69
+ # for example:
70
+ # `x-goog-request-params`:
71
+ # `location_id=locations/us-central1&instance_id=projects/myproject/instances/instancename`
72
+ rpc :StreamSqlData, stream(::Google::Cloud::Sql::V1beta4::StreamSqlDataRequest), stream(::Google::Cloud::Sql::V1beta4::StreamSqlDataResponse)
73
+ end
74
+
75
+ Stub = Service.rpc_stub_class
76
+ end
77
+ end
78
+ end
79
+ end
80
+ end
@@ -0,0 +1,23 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/sql/v1beta4/cloud_sql_iam_policies.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/annotations_pb'
8
+ require 'google/api/client_pb'
9
+
10
+
11
+ descriptor_data = "\n5google/cloud/sql/v1beta4/cloud_sql_iam_policies.proto\x12\x18google.cloud.sql.v1beta4\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto23\n\x15SqlIamPoliciesService\x1a\x1a\xca\x41\x17sqladmin.googleapis.comBj\n\x1c\x63om.google.cloud.sql.v1beta4B\x18\x43loudSqlIamPoliciesProtoP\x01Z.cloud.google.com/go/sql/apiv1beta4/sqlpb;sqlpbb\x06proto3"
12
+
13
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
14
+ pool.add_serialized_file(descriptor_data)
15
+
16
+ module Google
17
+ module Cloud
18
+ module Sql
19
+ module V1beta4
20
+ end
21
+ end
22
+ end
23
+ end
@@ -0,0 +1,29 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: google/cloud/sql/v1beta4/cloud_sql_iam_policies.proto for package 'google.cloud.sql.v1beta4'
3
+ # Original file comments:
4
+ # Copyright 2026 Google LLC
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+
19
+ require 'grpc'
20
+ require 'google/cloud/sql/v1beta4/cloud_sql_iam_policies_pb'
21
+
22
+ module Google
23
+ module Cloud
24
+ module Sql
25
+ module V1beta4
26
+ end
27
+ end
28
+ end
29
+ end