google-cloud-dataform-v1beta1 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d74c4de18dfcb3e61193dcd67609f46c30cbd792a5fe302ea719576d722f58d8
4
- data.tar.gz: c4bc349255d0085efb1181f5dbec1f3aeae89a911d1ca77c7d1da78239528c8e
3
+ metadata.gz: 3c8b71e6bc7bbb1881b4f3abcdc1eeefa4c67a90fa487665ff2c9bdf7a32694f
4
+ data.tar.gz: 83e10a0481c51851aa1f019deff395ab36756d7b0779960079d35d506cebb72f
5
5
  SHA512:
6
- metadata.gz: add097fe8c07b8c0dd11f430ddb113de25305ba282ff0addd5a25eaf99797c18cd286c80c32140c1580bc7d4f08a99661d4777fa09ad887e022c925df9d805c7
7
- data.tar.gz: b1528a985c79546baa7258179e5cc872e4b4d111452197d52c6eaad71f0bdc6d15b0e225872724fd4a79a972eb3b2c599500c92767aa842846c5f30bc799daf0
6
+ metadata.gz: 5b148e186c216fc3b4f40756bb373cf0baecbb89ab26760fc5d6a732217b856731ff0a69b2a691b443fbc89dbacbcc3c7948462176067670069f24378688622d
7
+ data.tar.gz: a4df2232be2d2e8e2ffbf5f8f8845bd737cdb36f6c5dc5810346cf2eb96b49282e427a85e6a7e54291b96a1dd7162419f293379f7f5d74e1c415893683683d2d
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the Dataform V1beta1 API
2
2
 
3
- API Client library for the Dataform V1beta1 API
3
+ Service to develop, version control, and operationalize SQL pipelines in BigQuery.
4
4
 
5
5
  Dataform is a service for data analysts to develop, test, version control, and schedule complex SQL workflows for data transformation in BigQuery.
6
6
 
@@ -64,6 +64,87 @@ module Google
64
64
  body: nil
65
65
  )
66
66
  ]
67
+ default_config.bindings_override["google.iam.v1.IAMPolicy.GetIamPolicy"] = [
68
+
69
+ Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
70
+ uri_method: :get,
71
+ uri_template: "/v1beta1/{resource}:getIamPolicy",
72
+ matches: [
73
+ ["resource", %r{^projects/[^/]+/locations/[^/]+/repositories/[^/]+/?$}, false]
74
+ ],
75
+ body: nil
76
+ ),
77
+ Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
78
+ uri_method: :get,
79
+ uri_template: "/v1beta1/{resource}:getIamPolicy",
80
+ matches: [
81
+ ["resource", %r{^projects/[^/]+/locations/[^/]+/collections/[^/]+/?$}, false]
82
+ ],
83
+ body: nil
84
+ ),
85
+ Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
86
+ uri_method: :get,
87
+ uri_template: "/v1beta1/{resource}:getIamPolicy",
88
+ matches: [
89
+ ["resource", %r{^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+/?$}, false]
90
+ ],
91
+ body: nil
92
+ )
93
+ ]
94
+ default_config.bindings_override["google.iam.v1.IAMPolicy.SetIamPolicy"] = [
95
+
96
+ Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
97
+ uri_method: :post,
98
+ uri_template: "/v1beta1/{resource}:setIamPolicy",
99
+ matches: [
100
+ ["resource", %r{^projects/[^/]+/locations/[^/]+/repositories/[^/]+/?$}, false]
101
+ ],
102
+ body: "*"
103
+ ),
104
+ Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
105
+ uri_method: :post,
106
+ uri_template: "/v1beta1/{resource}:setIamPolicy",
107
+ matches: [
108
+ ["resource", %r{^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+/?$}, false]
109
+ ],
110
+ body: "*"
111
+ ),
112
+ Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
113
+ uri_method: :post,
114
+ uri_template: "/v1beta1/{resource}:setIamPolicy",
115
+ matches: [
116
+ ["resource", %r{^projects/[^/]+/locations/[^/]+/collections/[^/]+/?$}, false]
117
+ ],
118
+ body: "*"
119
+ )
120
+ ]
121
+ default_config.bindings_override["google.iam.v1.IAMPolicy.TestIamPermissions"] = [
122
+
123
+ Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
124
+ uri_method: :post,
125
+ uri_template: "/v1beta1/{resource}:testIamPermissions",
126
+ matches: [
127
+ ["resource", %r{^projects/[^/]+/locations/[^/]+/repositories/[^/]+/?$}, false]
128
+ ],
129
+ body: "*"
130
+ ),
131
+ Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
132
+ uri_method: :post,
133
+ uri_template: "/v1beta1/{resource}:testIamPermissions",
134
+ matches: [
135
+ ["resource", %r{^projects/[^/]+/locations/[^/]+/collections/[^/]+/?$}, false]
136
+ ],
137
+ body: "*"
138
+ ),
139
+ Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
140
+ uri_method: :post,
141
+ uri_template: "/v1beta1/{resource}:testIamPermissions",
142
+ matches: [
143
+ ["resource", %r{^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workspaces/[^/]+/?$}, false]
144
+ ],
145
+ body: "*"
146
+ )
147
+ ]
67
148
  default_config
68
149
  end
69
150
  yield @configure if block_given?