google-cloud-dataform-v1beta1 0.3.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: 679676b2839b6e273bffa65ec0abee8f1ad7d4ebc98d3faa5ede3889fa7b271c
4
- data.tar.gz: a668691efeb3692e057cfa99297e5aaafe066f73d8bb08fed3a6abf1a4a3c5f8
3
+ metadata.gz: 3c8b71e6bc7bbb1881b4f3abcdc1eeefa4c67a90fa487665ff2c9bdf7a32694f
4
+ data.tar.gz: 83e10a0481c51851aa1f019deff395ab36756d7b0779960079d35d506cebb72f
5
5
  SHA512:
6
- metadata.gz: 302b047fedd46b189306e26399d5f29b1324f9c195ab9a4b1d4269e4620d177213c0b6f33d5f32641813939ff29241a87b37fa83bf454e31c3a7de236ce7dff3
7
- data.tar.gz: 046ac56c21b8665eea40a2bee057e7c37daca0f90d85968b2d1f7d4ff0c5881ce89659da4898f2fa9dc0584e1674557a4bd381790d1b291950ec97b94430092a
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?