google-apis-datafusion_v1 0.9.0 → 0.12.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/datafusion_v1/classes.rb +75 -57
- data/lib/google/apis/datafusion_v1/gem_version.rb +3 -3
- data/lib/google/apis/datafusion_v1/representations.rb +2 -0
- data/lib/google/apis/datafusion_v1/service.rb +24 -22
- data/lib/google/apis/datafusion_v1.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9d754892ab3af4fc8f3f0720fc47c4a7e647651f3d0bff4e2de262e99544bc3
|
4
|
+
data.tar.gz: 2f2203fd7244d9e088f5eadc8a45d63b7f0f310473ec590dd0be66031ea00b00
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88e4e4582f0a5804402db1e5d505ac158c7b89a96f2a8ddc749f696954a8a8251cd237651102b1419888f67d8a7255653d8604bab03bbb9092ebd0748ed49e08
|
7
|
+
data.tar.gz: 3d2a1a2e4527beb4d8fb191df4e05f9a196b54b2c2f0eb8b828c58f366a1219d1214af98a122e94109d28f2039723887c058d21c5fea47926bc47cd986e8ea1f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-datafusion_v1
|
2
2
|
|
3
|
+
### v0.12.0 (2022-03-21)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220316
|
6
|
+
* Regenerated using generator version 0.4.1
|
7
|
+
|
8
|
+
### v0.11.0 (2021-12-14)
|
9
|
+
|
10
|
+
* Unspecified changes
|
11
|
+
|
12
|
+
### v0.10.0 (2021-11-02)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20211028
|
15
|
+
|
3
16
|
### v0.9.0 (2021-10-20)
|
4
17
|
|
5
18
|
* Unspecified changes
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/datafusion_v1"
|
|
51
51
|
client = Google::Apis::DatafusionV1::DataFusionService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -118,7 +118,7 @@ module Google
|
|
118
118
|
end
|
119
119
|
end
|
120
120
|
|
121
|
-
# Associates `members
|
121
|
+
# Associates `members`, or principals, with a `role`.
|
122
122
|
class Binding
|
123
123
|
include Google::Apis::Core::Hashable
|
124
124
|
|
@@ -141,7 +141,7 @@ module Google
|
|
141
141
|
# @return [Google::Apis::DatafusionV1::Expr]
|
142
142
|
attr_accessor :condition
|
143
143
|
|
144
|
-
# Specifies the
|
144
|
+
# Specifies the principals requesting access for a Cloud Platform resource. `
|
145
145
|
# members` can have the following values: * `allUsers`: A special identifier
|
146
146
|
# that represents anyone who is on the internet; with or without a Google
|
147
147
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -171,8 +171,8 @@ module Google
|
|
171
171
|
# @return [Array<String>]
|
172
172
|
attr_accessor :members
|
173
173
|
|
174
|
-
# Role that is assigned to `members
|
175
|
-
#
|
174
|
+
# Role that is assigned to the list of `members`, or principals. For example, `
|
175
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
176
176
|
# Corresponds to the JSON property `role`
|
177
177
|
# @return [String]
|
178
178
|
attr_accessor :role
|
@@ -338,6 +338,12 @@ module Google
|
|
338
338
|
# @return [String]
|
339
339
|
attr_accessor :description
|
340
340
|
|
341
|
+
# Output only. If the instance state is DISABLED, the reason for disabling the
|
342
|
+
# instance.
|
343
|
+
# Corresponds to the JSON property `disabledReason`
|
344
|
+
# @return [Array<String>]
|
345
|
+
attr_accessor :disabled_reason
|
346
|
+
|
341
347
|
# Display name for an instance.
|
342
348
|
# Corresponds to the JSON property `displayName`
|
343
349
|
# @return [String]
|
@@ -470,6 +476,7 @@ module Google
|
|
470
476
|
@crypto_key_config = args[:crypto_key_config] if args.key?(:crypto_key_config)
|
471
477
|
@dataproc_service_account = args[:dataproc_service_account] if args.key?(:dataproc_service_account)
|
472
478
|
@description = args[:description] if args.key?(:description)
|
479
|
+
@disabled_reason = args[:disabled_reason] if args.key?(:disabled_reason)
|
473
480
|
@display_name = args[:display_name] if args.key?(:display_name)
|
474
481
|
@enable_rbac = args[:enable_rbac] if args.key?(:enable_rbac)
|
475
482
|
@enable_stackdriver_logging = args[:enable_stackdriver_logging] if args.key?(:enable_stackdriver_logging)
|
@@ -813,31 +820,31 @@ module Google
|
|
813
820
|
|
814
821
|
# An Identity and Access Management (IAM) policy, which specifies access
|
815
822
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
816
|
-
# A `binding` binds one or more `members
|
817
|
-
# user accounts, service accounts, Google groups, and domains (
|
818
|
-
# A `role` is a named list of permissions; each `role` can be
|
819
|
-
# role or a user-created custom role. For some types of Google
|
820
|
-
# a `binding` can also specify a `condition`, which is a
|
821
|
-
# allows access to a resource only if the expression
|
822
|
-
# condition can add constraints based on attributes of
|
823
|
-
# or both. To learn which resources support
|
824
|
-
# see the [IAM documentation](https://cloud.
|
825
|
-
# resource-policies). **JSON example:** ` "
|
826
|
-
# resourcemanager.organizationAdmin", "members": [
|
827
|
-
# group:admins@example.com", "domain:google.com", "
|
828
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
829
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
830
|
-
# title": "expirable access", "description": "Does not grant
|
831
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
832
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
833
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
834
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
835
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
836
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
837
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
838
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
839
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
840
|
-
# google.com/iam/docs/).
|
823
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
824
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
825
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
826
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
827
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
828
|
+
# logical expression that allows access to a resource only if the expression
|
829
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
830
|
+
# the request, the resource, or both. To learn which resources support
|
831
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
832
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
833
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
834
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
835
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
836
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
837
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
838
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
839
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
840
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
841
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
842
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
843
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
844
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
845
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
846
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
847
|
+
# cloud.google.com/iam/docs/).
|
841
848
|
class Policy
|
842
849
|
include Google::Apis::Core::Hashable
|
843
850
|
|
@@ -846,9 +853,14 @@ module Google
|
|
846
853
|
# @return [Array<Google::Apis::DatafusionV1::AuditConfig>]
|
847
854
|
attr_accessor :audit_configs
|
848
855
|
|
849
|
-
# Associates a list of `members
|
850
|
-
# condition` that determines how and when the `bindings` are applied.
|
851
|
-
# the `bindings` must contain at least one
|
856
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
857
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
858
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
859
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
860
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
861
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
862
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
863
|
+
# principals to the `bindings` in the `Policy`.
|
852
864
|
# Corresponds to the JSON property `bindings`
|
853
865
|
# @return [Array<Google::Apis::DatafusionV1::Binding>]
|
854
866
|
attr_accessor :bindings
|
@@ -920,31 +932,31 @@ module Google
|
|
920
932
|
|
921
933
|
# An Identity and Access Management (IAM) policy, which specifies access
|
922
934
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
923
|
-
# A `binding` binds one or more `members
|
924
|
-
# user accounts, service accounts, Google groups, and domains (
|
925
|
-
# A `role` is a named list of permissions; each `role` can be
|
926
|
-
# role or a user-created custom role. For some types of Google
|
927
|
-
# a `binding` can also specify a `condition`, which is a
|
928
|
-
# allows access to a resource only if the expression
|
929
|
-
# condition can add constraints based on attributes of
|
930
|
-
# or both. To learn which resources support
|
931
|
-
# see the [IAM documentation](https://cloud.
|
932
|
-
# resource-policies). **JSON example:** ` "
|
933
|
-
# resourcemanager.organizationAdmin", "members": [
|
934
|
-
# group:admins@example.com", "domain:google.com", "
|
935
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
936
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
937
|
-
# title": "expirable access", "description": "Does not grant
|
938
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
939
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
940
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
941
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
942
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
943
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
944
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
945
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
946
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
947
|
-
# google.com/iam/docs/).
|
935
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
936
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
937
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
938
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
939
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
940
|
+
# logical expression that allows access to a resource only if the expression
|
941
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
942
|
+
# the request, the resource, or both. To learn which resources support
|
943
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
944
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
945
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
946
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
947
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
948
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
949
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
950
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
951
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
952
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
953
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
954
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
955
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
956
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
957
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
958
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
959
|
+
# cloud.google.com/iam/docs/).
|
948
960
|
# Corresponds to the JSON property `policy`
|
949
961
|
# @return [Google::Apis::DatafusionV1::Policy]
|
950
962
|
attr_accessor :policy
|
@@ -1062,6 +1074,11 @@ module Google
|
|
1062
1074
|
attr_accessor :default_version
|
1063
1075
|
alias_method :default_version?, :default_version
|
1064
1076
|
|
1077
|
+
# Type represents the release availability of the version
|
1078
|
+
# Corresponds to the JSON property `type`
|
1079
|
+
# @return [String]
|
1080
|
+
attr_accessor :type
|
1081
|
+
|
1065
1082
|
# The version number of the Data Fusion instance, such as '6.0.1.0'.
|
1066
1083
|
# Corresponds to the JSON property `versionNumber`
|
1067
1084
|
# @return [String]
|
@@ -1075,6 +1092,7 @@ module Google
|
|
1075
1092
|
def update!(**args)
|
1076
1093
|
@available_features = args[:available_features] if args.key?(:available_features)
|
1077
1094
|
@default_version = args[:default_version] if args.key?(:default_version)
|
1095
|
+
@type = args[:type] if args.key?(:type)
|
1078
1096
|
@version_number = args[:version_number] if args.key?(:version_number)
|
1079
1097
|
end
|
1080
1098
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatafusionV1
|
18
18
|
# Version of the google-apis-datafusion_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220316"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -243,6 +243,7 @@ module Google
|
|
243
243
|
|
244
244
|
property :dataproc_service_account, as: 'dataprocServiceAccount'
|
245
245
|
property :description, as: 'description'
|
246
|
+
collection :disabled_reason, as: 'disabledReason'
|
246
247
|
property :display_name, as: 'displayName'
|
247
248
|
property :enable_rbac, as: 'enableRbac'
|
248
249
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
@@ -404,6 +405,7 @@ module Google
|
|
404
405
|
class Representation < Google::Apis::Core::JsonRepresentation
|
405
406
|
collection :available_features, as: 'availableFeatures'
|
406
407
|
property :default_version, as: 'defaultVersion'
|
408
|
+
property :type, as: 'type'
|
407
409
|
property :version_number, as: 'versionNumber'
|
408
410
|
end
|
409
411
|
end
|
@@ -133,11 +133,11 @@ module Google
|
|
133
133
|
|
134
134
|
# Creates a new Data Fusion instance in the specified project and location.
|
135
135
|
# @param [String] parent
|
136
|
-
# The instance's project and location in the format projects/`project`/
|
137
|
-
#
|
136
|
+
# Required. The instance's project and location in the format projects/`project`/
|
137
|
+
# locations/`location`.
|
138
138
|
# @param [Google::Apis::DatafusionV1::Instance] instance_object
|
139
139
|
# @param [String] instance_id
|
140
|
-
# The name of the instance to create.
|
140
|
+
# Required. The name of the instance to create.
|
141
141
|
# @param [String] fields
|
142
142
|
# Selector specifying which fields to include in a partial response.
|
143
143
|
# @param [String] quota_user
|
@@ -170,8 +170,8 @@ module Google
|
|
170
170
|
|
171
171
|
# Deletes a single Date Fusion instance.
|
172
172
|
# @param [String] name
|
173
|
-
# The instance resource name in the format projects/`project`/
|
174
|
-
# location`/instances/`instance`
|
173
|
+
# Required. The instance resource name in the format projects/`project`/
|
174
|
+
# locations/`location`/instances/`instance`
|
175
175
|
# @param [String] fields
|
176
176
|
# Selector specifying which fields to include in a partial response.
|
177
177
|
# @param [String] quota_user
|
@@ -201,8 +201,8 @@ module Google
|
|
201
201
|
|
202
202
|
# Gets details of a single Data Fusion instance.
|
203
203
|
# @param [String] name
|
204
|
-
# The instance resource name in the format projects/`project`/
|
205
|
-
# location`/instances/`instance`.
|
204
|
+
# Required. The instance resource name in the format projects/`project`/
|
205
|
+
# locations/`location`/instances/`instance`.
|
206
206
|
# @param [String] fields
|
207
207
|
# Selector specifying which fields to include in a partial response.
|
208
208
|
# @param [String] quota_user
|
@@ -236,13 +236,16 @@ module Google
|
|
236
236
|
# REQUIRED: The resource for which the policy is being requested. See the
|
237
237
|
# operation documentation for the appropriate value for this field.
|
238
238
|
# @param [Fixnum] options_requested_policy_version
|
239
|
-
# Optional. The policy
|
240
|
-
# 3. Requests specifying an invalid value will be
|
241
|
-
# policies with any conditional bindings must
|
242
|
-
#
|
243
|
-
# field unset.
|
244
|
-
#
|
245
|
-
#
|
239
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
240
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
241
|
+
# rejected. Requests for policies with any conditional role bindings must
|
242
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
243
|
+
# valid value or leave the field unset. The policy in the response might use the
|
244
|
+
# policy version that you specified, or it might use a lower policy version. For
|
245
|
+
# example, if you specify version 3, but the policy has no conditional role
|
246
|
+
# bindings, the response uses version 1. To learn which resources support
|
247
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
248
|
+
# google.com/iam/help/conditions/resource-policies).
|
246
249
|
# @param [String] fields
|
247
250
|
# Selector specifying which fields to include in a partial response.
|
248
251
|
# @param [String] quota_user
|
@@ -273,10 +276,10 @@ module Google
|
|
273
276
|
|
274
277
|
# Lists Data Fusion instances in the specified project and location.
|
275
278
|
# @param [String] parent
|
276
|
-
# The project and location for which to retrieve instance information
|
277
|
-
# format projects/`project`/locations/`location`. If the location is
|
278
|
-
# as '-' (wildcard), then all regions available to the project are
|
279
|
-
# the results are aggregated.
|
279
|
+
# Required. The project and location for which to retrieve instance information
|
280
|
+
# in the format projects/`project`/locations/`location`. If the location is
|
281
|
+
# specified as '-' (wildcard), then all regions available to the project are
|
282
|
+
# queried, and the results are aggregated.
|
280
283
|
# @param [String] filter
|
281
284
|
# List filter.
|
282
285
|
# @param [String] order_by
|
@@ -326,8 +329,7 @@ module Google
|
|
326
329
|
# Field mask is used to specify the fields that the update will overwrite in an
|
327
330
|
# instance resource. The fields specified in the update_mask are relative to the
|
328
331
|
# resource, not the full request. A field will be overwritten if it is in the
|
329
|
-
# mask. If the user does not provide a mask,
|
330
|
-
# options, and version currently) will be overwritten.
|
332
|
+
# mask. If the user does not provide a mask, the label field will be overwritten.
|
331
333
|
# @param [String] fields
|
332
334
|
# Selector specifying which fields to include in a partial response.
|
333
335
|
# @param [String] quota_user
|
@@ -361,8 +363,8 @@ module Google
|
|
361
363
|
# Restart a single Data Fusion instance. At the end of an operation instance is
|
362
364
|
# fully restarted.
|
363
365
|
# @param [String] name
|
364
|
-
# Name of the Data Fusion instance which need to be restarted in the
|
365
|
-
# projects/`project`/locations/`location`/instances/`instance`
|
366
|
+
# Required. Name of the Data Fusion instance which need to be restarted in the
|
367
|
+
# form of projects/`project`/locations/`location`/instances/`instance`
|
366
368
|
# @param [Google::Apis::DatafusionV1::RestartInstanceRequest] restart_instance_request_object
|
367
369
|
# @param [String] fields
|
368
370
|
# Selector specifying which fields to include in a partial response.
|
@@ -35,7 +35,7 @@ module Google
|
|
35
35
|
# This is NOT the gem version.
|
36
36
|
VERSION = 'V1'
|
37
37
|
|
38
|
-
# See, edit, configure, and delete your Google Cloud
|
38
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
39
39
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
40
40
|
end
|
41
41
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-datafusion_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.12.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datafusion_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Data Fusion API V1
|