Skip to content

Commit 63024ca

Browse files
feat(datafusion): update the api
#### datafusion:v1 The following keys were added: - schemas.Instance.properties.enableRbac (Total Keys: 1) #### datafusion:v1beta1 The following keys were added: - schemas.Instance.properties.enableRbac (Total Keys: 1)
1 parent dc1cd63 commit 63024ca

6 files changed

+32
-16
lines changed

docs/dyn/datafusion_v1.projects.locations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ <h3>Method Details</h3>
140140

141141
Args:
142142
name: string, The resource that owns the locations collection, if applicable. (required)
143-
filter: string, The standard list filter.
143+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
144144
includeUnrevealedLocations: boolean, If true, the returned list will include locations which are not yet revealed.
145-
pageSize: integer, The standard list page size.
146-
pageToken: string, The standard list page token.
145+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
146+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
147147
x__xgafv: string, V1 error format.
148148
Allowed values
149149
1 - v1 error format

docs/dyn/datafusion_v1.projects.locations.instances.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ <h3>Method Details</h3>
143143
&quot;dataprocServiceAccount&quot;: &quot;A String&quot;, # User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc&#x27;s accesses to cloud resources.
144144
&quot;description&quot;: &quot;A String&quot;, # A description of this instance.
145145
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
146+
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
146147
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
147148
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
148149
&quot;gcsBucket&quot;: &quot;A String&quot;, # Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
@@ -270,6 +271,7 @@ <h3>Method Details</h3>
270271
&quot;dataprocServiceAccount&quot;: &quot;A String&quot;, # User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc&#x27;s accesses to cloud resources.
271272
&quot;description&quot;: &quot;A String&quot;, # A description of this instance.
272273
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
274+
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
273275
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
274276
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
275277
&quot;gcsBucket&quot;: &quot;A String&quot;, # Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
@@ -387,6 +389,7 @@ <h3>Method Details</h3>
387389
&quot;dataprocServiceAccount&quot;: &quot;A String&quot;, # User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc&#x27;s accesses to cloud resources.
388390
&quot;description&quot;: &quot;A String&quot;, # A description of this instance.
389391
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
392+
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
390393
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
391394
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
392395
&quot;gcsBucket&quot;: &quot;A String&quot;, # Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
@@ -465,6 +468,7 @@ <h3>Method Details</h3>
465468
&quot;dataprocServiceAccount&quot;: &quot;A String&quot;, # User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc&#x27;s accesses to cloud resources.
466469
&quot;description&quot;: &quot;A String&quot;, # A description of this instance.
467470
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
471+
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
468472
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
469473
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
470474
&quot;gcsBucket&quot;: &quot;A String&quot;, # Output only. Cloud Storage bucket generated by Data Fusion in the customer project.

docs/dyn/datafusion_v1beta1.projects.locations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ <h3>Method Details</h3>
143143

144144
Args:
145145
name: string, The resource that owns the locations collection, if applicable. (required)
146-
filter: string, The standard list filter.
146+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
147147
includeUnrevealedLocations: boolean, If true, the returned list will include locations which are not yet revealed.
148-
pageSize: integer, The standard list page size.
149-
pageToken: string, The standard list page token.
148+
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
149+
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
150150
x__xgafv: string, V1 error format.
151151
Allowed values
152152
1 - v1 error format

docs/dyn/datafusion_v1beta1.projects.locations.instances.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ <h3>Method Details</h3>
150150
&quot;dataprocServiceAccount&quot;: &quot;A String&quot;, # User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc&#x27;s accesses to cloud resources.
151151
&quot;description&quot;: &quot;A String&quot;, # A description of this instance.
152152
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
153+
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
153154
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
154155
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
155156
&quot;gcsBucket&quot;: &quot;A String&quot;, # Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
@@ -276,6 +277,7 @@ <h3>Method Details</h3>
276277
&quot;dataprocServiceAccount&quot;: &quot;A String&quot;, # User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc&#x27;s accesses to cloud resources.
277278
&quot;description&quot;: &quot;A String&quot;, # A description of this instance.
278279
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
280+
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
279281
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
280282
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
281283
&quot;gcsBucket&quot;: &quot;A String&quot;, # Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
@@ -392,6 +394,7 @@ <h3>Method Details</h3>
392394
&quot;dataprocServiceAccount&quot;: &quot;A String&quot;, # User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc&#x27;s accesses to cloud resources.
393395
&quot;description&quot;: &quot;A String&quot;, # A description of this instance.
394396
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
397+
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
395398
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
396399
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
397400
&quot;gcsBucket&quot;: &quot;A String&quot;, # Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
@@ -469,6 +472,7 @@ <h3>Method Details</h3>
469472
&quot;dataprocServiceAccount&quot;: &quot;A String&quot;, # User-managed service account to set on Dataproc when Cloud Data Fusion creates Dataproc to run data processing pipelines. This allows users to have fine-grained access control on Dataproc&#x27;s accesses to cloud resources.
470473
&quot;description&quot;: &quot;A String&quot;, # A description of this instance.
471474
&quot;displayName&quot;: &quot;A String&quot;, # Display name for an instance.
475+
&quot;enableRbac&quot;: True or False, # Option to enable granular role-based access control.
472476
&quot;enableStackdriverLogging&quot;: True or False, # Option to enable Stackdriver Logging.
473477
&quot;enableStackdriverMonitoring&quot;: True or False, # Option to enable Stackdriver Monitoring.
474478
&quot;gcsBucket&quot;: &quot;A String&quot;, # Output only. Cloud Storage bucket generated by Data Fusion in the customer project.

googleapiclient/discovery_cache/documents/datafusion.v1.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
6-
"description": "View and manage your data across Google Cloud Platform services"
6+
"description": "See, edit, configure, and delete your Google Cloud Platform data"
77
}
88
}
99
}
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"filter": {
147-
"description": "The standard list filter.",
147+
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148148
"location": "query",
149149
"type": "string"
150150
},
@@ -161,13 +161,13 @@
161161
"type": "string"
162162
},
163163
"pageSize": {
164-
"description": "The standard list page size.",
164+
"description": "The maximum number of results to return. If not set, the service will select a default.",
165165
"format": "int32",
166166
"location": "query",
167167
"type": "integer"
168168
},
169169
"pageToken": {
170-
"description": "The standard list page token.",
170+
"description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
171171
"location": "query",
172172
"type": "string"
173173
}
@@ -637,7 +637,7 @@
637637
}
638638
}
639639
},
640-
"revision": "20210107",
640+
"revision": "20210322",
641641
"rootUrl": "https://datafusion.googleapis.com/",
642642
"schemas": {
643643
"Accelerator": {
@@ -823,6 +823,10 @@
823823
"description": "Display name for an instance.",
824824
"type": "string"
825825
},
826+
"enableRbac": {
827+
"description": "Option to enable granular role-based access control.",
828+
"type": "boolean"
829+
},
826830
"enableStackdriverLogging": {
827831
"description": "Option to enable Stackdriver Logging.",
828832
"type": "boolean"

googleapiclient/discovery_cache/documents/datafusion.v1beta1.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
6-
"description": "View and manage your data across Google Cloud Platform services"
6+
"description": "See, edit, configure, and delete your Google Cloud Platform data"
77
}
88
}
99
}
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"filter": {
147-
"description": "The standard list filter.",
147+
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148148
"location": "query",
149149
"type": "string"
150150
},
@@ -161,13 +161,13 @@
161161
"type": "string"
162162
},
163163
"pageSize": {
164-
"description": "The standard list page size.",
164+
"description": "The maximum number of results to return. If not set, the service will select a default.",
165165
"format": "int32",
166166
"location": "query",
167167
"type": "integer"
168168
},
169169
"pageToken": {
170-
"description": "The standard list page token.",
170+
"description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
171171
"location": "query",
172172
"type": "string"
173173
}
@@ -786,7 +786,7 @@
786786
}
787787
}
788788
},
789-
"revision": "20210218",
789+
"revision": "20210322",
790790
"rootUrl": "https://datafusion.googleapis.com/",
791791
"schemas": {
792792
"Accelerator": {
@@ -956,6 +956,10 @@
956956
"description": "Display name for an instance.",
957957
"type": "string"
958958
},
959+
"enableRbac": {
960+
"description": "Option to enable granular role-based access control.",
961+
"type": "boolean"
962+
},
959963
"enableStackdriverLogging": {
960964
"description": "Option to enable Stackdriver Logging.",
961965
"type": "boolean"

0 commit comments

Comments
 (0)