google-apis-bigquery_v2 0.103.0 → 0.104.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 +4 -0
- data/lib/google/apis/bigquery_v2/classes.rb +25 -20
- data/lib/google/apis/bigquery_v2/gem_version.rb +2 -2
- data/lib/google/apis/bigquery_v2/service.rb +114 -38
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c9ebf624e3b9de1472a52813783c00e9b08a86930193393bbbc40057337770d
|
|
4
|
+
data.tar.gz: '00950c326db1291e21571fd83c7c441c281dc9ebeaea719b2fcab93739dd9f48'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bc82bf0cdea9572f5a24210597a71b56e1caf3cf87a289093ebe129caa4daa31348a56938c23010a364dec2ef9dc1d3b54a6611080959211f9a9770a6a7d9f2
|
|
7
|
+
data.tar.gz: 3c4d749d70f1b7f6c462e59f0c5c8f464f46e42a04536bc56fe8e510ffc6a54f471c3d6bc673550ae3e8278cd66507f40c8f8c39400ced784ae89bbb066cf1f1
|
data/CHANGELOG.md
CHANGED
|
@@ -3473,14 +3473,15 @@ module Google
|
|
|
3473
3473
|
|
|
3474
3474
|
# Precisions (maximum number of total digits in base 10) for seconds of
|
|
3475
3475
|
# TIMESTAMP types that are allowed to the destination table for autodetection
|
|
3476
|
-
# mode. Available for the formats: CSV, PARQUET, and
|
|
3477
|
-
# include: Not Specified, [], or [6]: timestamp(6) for
|
|
3478
|
-
# TIMESTAMP columns [6, 12]: timestamp(6) for all auto
|
|
3479
|
-
# columns that have less than 6 digits of subseconds.
|
|
3480
|
-
# detected TIMESTAMP columns that have more than 6
|
|
3481
|
-
# timestamp(12) for all auto detected TIMESTAMP
|
|
3482
|
-
# elements in this array is ignored. Inputs that have
|
|
3483
|
-
# highest target precision in this array will be
|
|
3476
|
+
# mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External
|
|
3477
|
+
# Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for
|
|
3478
|
+
# all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
|
|
3479
|
+
# detected TIMESTAMP columns that have less than 6 digits of subseconds.
|
|
3480
|
+
# timestamp(12) for all auto detected TIMESTAMP columns that have more than 6
|
|
3481
|
+
# digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP
|
|
3482
|
+
# columns. The order of the elements in this array is ignored. Inputs that have
|
|
3483
|
+
# higher precision than the highest target precision in this array will be
|
|
3484
|
+
# truncated.
|
|
3484
3485
|
# Corresponds to the JSON property `timestampTargetPrecision`
|
|
3485
3486
|
# @return [Array<Fixnum>]
|
|
3486
3487
|
attr_accessor :timestamp_target_precision
|
|
@@ -3568,8 +3569,8 @@ module Google
|
|
|
3568
3569
|
# @return [String]
|
|
3569
3570
|
attr_accessor :container_memory
|
|
3570
3571
|
|
|
3571
|
-
# Optional. Maximum number of requests that a
|
|
3572
|
-
# concurrently. If absent or if `0`, a default concurrency is used.
|
|
3572
|
+
# Optional. Maximum number of requests that a Python UDF container instance can
|
|
3573
|
+
# handle concurrently. If absent or if `0`, a default concurrency is used.
|
|
3573
3574
|
# Corresponds to the JSON property `containerRequestConcurrency`
|
|
3574
3575
|
# @return [Fixnum]
|
|
3575
3576
|
attr_accessor :container_request_concurrency
|
|
@@ -5523,14 +5524,15 @@ module Google
|
|
|
5523
5524
|
|
|
5524
5525
|
# Precisions (maximum number of total digits in base 10) for seconds of
|
|
5525
5526
|
# TIMESTAMP types that are allowed to the destination table for autodetection
|
|
5526
|
-
# mode. Available for the formats: CSV, PARQUET, and
|
|
5527
|
-
# include: Not Specified, [], or [6]: timestamp(6) for
|
|
5528
|
-
# TIMESTAMP columns [6, 12]: timestamp(6) for all auto
|
|
5529
|
-
# columns that have less than 6 digits of subseconds.
|
|
5530
|
-
# detected TIMESTAMP columns that have more than 6
|
|
5531
|
-
# timestamp(12) for all auto detected TIMESTAMP
|
|
5532
|
-
# elements in this array is ignored. Inputs that have
|
|
5533
|
-
# highest target precision in this array will be
|
|
5527
|
+
# mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External
|
|
5528
|
+
# Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for
|
|
5529
|
+
# all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
|
|
5530
|
+
# detected TIMESTAMP columns that have less than 6 digits of subseconds.
|
|
5531
|
+
# timestamp(12) for all auto detected TIMESTAMP columns that have more than 6
|
|
5532
|
+
# digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP
|
|
5533
|
+
# columns. The order of the elements in this array is ignored. Inputs that have
|
|
5534
|
+
# higher precision than the highest target precision in this array will be
|
|
5535
|
+
# truncated.
|
|
5534
5536
|
# Corresponds to the JSON property `timestampTargetPrecision`
|
|
5535
5537
|
# @return [Array<Fixnum>]
|
|
5536
5538
|
attr_accessor :timestamp_target_precision
|
|
@@ -6661,8 +6663,11 @@ module Google
|
|
|
6661
6663
|
# @return [Fixnum]
|
|
6662
6664
|
attr_accessor :total_slot_ms
|
|
6663
6665
|
|
|
6664
|
-
# Output only. Total bytes transferred for
|
|
6665
|
-
# Cloud
|
|
6666
|
+
# Output only. Total bytes transferred for BigQuery Omni queries from the remote
|
|
6667
|
+
# cloud back to Google Cloud. This tracks data movement over Google-managed
|
|
6668
|
+
# connections (like query results). It doesn't include input data read from the
|
|
6669
|
+
# external data lake (for example, S3) because that data stays within the remote
|
|
6670
|
+
# cloud.
|
|
6666
6671
|
# Corresponds to the JSON property `transferredBytes`
|
|
6667
6672
|
# @return [Fixnum]
|
|
6668
6673
|
attr_accessor :transferred_bytes
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BigqueryV2
|
|
18
18
|
# Version of the google-apis-bigquery_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.104.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260605"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -54,7 +54,8 @@ module Google
|
|
|
54
54
|
# Deletes the dataset specified by the datasetId value. Before you can delete a
|
|
55
55
|
# dataset, you must delete all its tables, either manually or by specifying
|
|
56
56
|
# deleteContents. Immediately after deletion, you can create another dataset
|
|
57
|
-
# with the same name.
|
|
57
|
+
# with the same name. # IAM Permissions Requires the `bigquery.datasets.delete`
|
|
58
|
+
# permission on the dataset.
|
|
58
59
|
# @param [String] project_id
|
|
59
60
|
# Required. Project ID of the dataset being deleted
|
|
60
61
|
# @param [String] dataset_id
|
|
@@ -89,7 +90,8 @@ module Google
|
|
|
89
90
|
execute_or_queue_command(command, &block)
|
|
90
91
|
end
|
|
91
92
|
|
|
92
|
-
# Returns the dataset specified by datasetID.
|
|
93
|
+
# Returns the dataset specified by datasetID. # IAM Permissions Requires the `
|
|
94
|
+
# bigquery.datasets.get` permission on the dataset.
|
|
93
95
|
# @param [String] project_id
|
|
94
96
|
# Required. Project ID of the requested dataset
|
|
95
97
|
# @param [String] dataset_id
|
|
@@ -141,7 +143,8 @@ module Google
|
|
|
141
143
|
execute_or_queue_command(command, &block)
|
|
142
144
|
end
|
|
143
145
|
|
|
144
|
-
# Creates a new empty dataset.
|
|
146
|
+
# Creates a new empty dataset. # IAM Permissions Requires the `bigquery.datasets.
|
|
147
|
+
# create` permission on the project.
|
|
145
148
|
# @param [String] project_id
|
|
146
149
|
# Required. Project ID of the new dataset
|
|
147
150
|
# @param [Google::Apis::BigqueryV2::Dataset] dataset_object
|
|
@@ -188,7 +191,9 @@ module Google
|
|
|
188
191
|
end
|
|
189
192
|
|
|
190
193
|
# Lists all datasets in the specified project to which the user has been granted
|
|
191
|
-
# the READER dataset role.
|
|
194
|
+
# the READER dataset role. # IAM Permissions Requires no specific IAM permission(
|
|
195
|
+
# s) to use this method. Results are filtered to only include datasets on which
|
|
196
|
+
# the caller has the `bigquery.datasets.get` permission.
|
|
192
197
|
# @param [String] project_id
|
|
193
198
|
# Required. Project ID of the datasets to be listed
|
|
194
199
|
# @param [Boolean] all
|
|
@@ -238,7 +243,9 @@ module Google
|
|
|
238
243
|
# Updates information in an existing dataset. The update method replaces the
|
|
239
244
|
# entire dataset resource, whereas the patch method only replaces fields that
|
|
240
245
|
# are provided in the submitted dataset resource. This method supports RFC5789
|
|
241
|
-
# patch semantics.
|
|
246
|
+
# patch semantics. # IAM Permissions Requires the following IAM permission(s) to
|
|
247
|
+
# use this method: - `bigquery.datasets.update` on the dataset. - `bigquery.
|
|
248
|
+
# datasets.get` on the dataset.
|
|
242
249
|
# @param [String] project_id
|
|
243
250
|
# Required. Project ID of the dataset being updated
|
|
244
251
|
# @param [String] dataset_id
|
|
@@ -295,7 +302,9 @@ module Google
|
|
|
295
302
|
|
|
296
303
|
# Undeletes a dataset which is within time travel window based on datasetId. If
|
|
297
304
|
# a time is specified, the dataset version deleted at that time is undeleted,
|
|
298
|
-
# else the last live version is undeleted.
|
|
305
|
+
# else the last live version is undeleted. # IAM Permissions Requires the
|
|
306
|
+
# following IAM permission(s) to use this method: - `bigquery.datasets.create`
|
|
307
|
+
# on the project. - `bigquery.datasets.get` on the dataset.
|
|
299
308
|
# @param [String] project_id
|
|
300
309
|
# Required. Project ID of the dataset to be undeleted
|
|
301
310
|
# @param [String] dataset_id
|
|
@@ -333,7 +342,8 @@ module Google
|
|
|
333
342
|
|
|
334
343
|
# Updates information in an existing dataset. The update method replaces the
|
|
335
344
|
# entire dataset resource, whereas the patch method only replaces fields that
|
|
336
|
-
# are provided in the submitted dataset resource.
|
|
345
|
+
# are provided in the submitted dataset resource. # IAM Permissions Requires the
|
|
346
|
+
# `bigquery.datasets.update` permission on the dataset.
|
|
337
347
|
# @param [String] project_id
|
|
338
348
|
# Required. Project ID of the dataset being updated
|
|
339
349
|
# @param [String] dataset_id
|
|
@@ -390,7 +400,10 @@ module Google
|
|
|
390
400
|
|
|
391
401
|
# Requests that a job be cancelled. This call will return immediately, and the
|
|
392
402
|
# client will need to poll for the job status to see if the cancel completed
|
|
393
|
-
# successfully. Cancelled jobs may still incur costs.
|
|
403
|
+
# successfully. Cancelled jobs may still incur costs. # IAM Permissions Requires
|
|
404
|
+
# the `bigquery.jobs.update` permission on the job resource. If the user matches
|
|
405
|
+
# the creator of the job, the `bigquery.jobs.create` permission on the project
|
|
406
|
+
# is required instead.
|
|
394
407
|
# @param [String] project_id
|
|
395
408
|
# Required. Project ID of the job to cancel
|
|
396
409
|
# @param [String] job_id
|
|
@@ -431,7 +444,8 @@ module Google
|
|
|
431
444
|
end
|
|
432
445
|
|
|
433
446
|
# Requests the deletion of the metadata of a job. This call returns when the job'
|
|
434
|
-
# s metadata is deleted.
|
|
447
|
+
# s metadata is deleted. # IAM Permissions Requires the `bigquery.jobs.delete`
|
|
448
|
+
# permission on the job resource.
|
|
435
449
|
# @param [String] project_id
|
|
436
450
|
# Required. Project ID of the job for which metadata is to be deleted.
|
|
437
451
|
# @param [String] job_id
|
|
@@ -471,7 +485,10 @@ module Google
|
|
|
471
485
|
|
|
472
486
|
# Returns information about a specific job. Job information is available for a
|
|
473
487
|
# six month period after creation. Requires that you're the person who ran the
|
|
474
|
-
# job, or have the Is Owner project role.
|
|
488
|
+
# job, or have the Is Owner project role. # IAM Permissions Requires the `
|
|
489
|
+
# bigquery.jobs.get` permission on the job resource. If the user matches the
|
|
490
|
+
# creator of the job, the `bigquery.jobs.create` permission on the project is
|
|
491
|
+
# required instead.
|
|
475
492
|
# @param [String] project_id
|
|
476
493
|
# Required. Project ID of the requested job.
|
|
477
494
|
# @param [String] job_id
|
|
@@ -511,7 +528,12 @@ module Google
|
|
|
511
528
|
execute_or_queue_command(command, &block)
|
|
512
529
|
end
|
|
513
530
|
|
|
514
|
-
# RPC to get the results of a query job.
|
|
531
|
+
# RPC to get the results of a query job. # IAM Permissions Requires the
|
|
532
|
+
# following IAM permission(s) to use this method: - `bigquery.jobs.get` on the
|
|
533
|
+
# job. - `bigquery.tables.getData` on the destination table. If the user matches
|
|
534
|
+
# the creator of the job, the following IAM permission(s) are required instead: -
|
|
535
|
+
# `bigquery.jobs.create` on the project. - `bigquery.tables.getData` on the
|
|
536
|
+
# destination table.
|
|
515
537
|
# @param [String] project_id
|
|
516
538
|
# Required. Project ID of the query job.
|
|
517
539
|
# @param [String] job_id
|
|
@@ -585,7 +607,14 @@ module Google
|
|
|
585
607
|
# used for most interactions, as it accepts the job configuration directly. *
|
|
586
608
|
# The *Upload* URI is ONLY for the case when you're sending both a load job
|
|
587
609
|
# configuration and a data stream together. In this case, the Upload URI accepts
|
|
588
|
-
# the job configuration and the data as two distinct multipart MIME parts.
|
|
610
|
+
# the job configuration and the data as two distinct multipart MIME parts. # IAM
|
|
611
|
+
# Permissions Requires the `bigquery.jobs.create` permission on the project
|
|
612
|
+
# resource. Additional permissions are required depending on the job type: - **
|
|
613
|
+
# Load, Export, and Copy jobs**: Generally require data-level permissions such
|
|
614
|
+
# as `bigquery.tables.export` or access to external storage. - **Query jobs**:
|
|
615
|
+
# Permissions are dependent on the SQL statement. Complex queries (DDL, DCL) may
|
|
616
|
+
# require additional permissions to create reservations, modify IAM policies, or
|
|
617
|
+
# update project settings.
|
|
589
618
|
# @param [String] project_id
|
|
590
619
|
# Project ID of project that will be billed for the job.
|
|
591
620
|
# @param [Google::Apis::BigqueryV2::Job] job_object
|
|
@@ -631,7 +660,13 @@ module Google
|
|
|
631
660
|
# Lists all jobs that you started in the specified project. Job information is
|
|
632
661
|
# available for a six month period after creation. The job list is sorted in
|
|
633
662
|
# reverse chronological order, by job creation time. Requires the Can View
|
|
634
|
-
# project role, or the Is Owner project role if you set the allUsers property.
|
|
663
|
+
# project role, or the Is Owner project role if you set the allUsers property. #
|
|
664
|
+
# IAM Permissions Requires no specific IAM permission(s) to use this method.
|
|
665
|
+
# Users are able to list the jobs they created. Additional access is granted
|
|
666
|
+
# based on the following permissions: - Users with the `bigquery.jobs.listAll`
|
|
667
|
+
# permission can list all jobs with all metadata. - Users with the `bigquery.
|
|
668
|
+
# jobs.list` permission can list all jobs, but with redacted information for
|
|
669
|
+
# jobs they did not create.
|
|
635
670
|
# @param [String] project_id
|
|
636
671
|
# Project ID of the jobs to list.
|
|
637
672
|
# @param [Boolean] all_users
|
|
@@ -690,7 +725,12 @@ module Google
|
|
|
690
725
|
end
|
|
691
726
|
|
|
692
727
|
# Runs a BigQuery SQL query synchronously and returns query results if the query
|
|
693
|
-
# completes within a specified timeout.
|
|
728
|
+
# completes within a specified timeout. # IAM Permissions Requires the `bigquery.
|
|
729
|
+
# jobs.create` permission on the project resource. Data-level permissions are
|
|
730
|
+
# highly dependent on the SQL statement being executed. While standard queries
|
|
731
|
+
# require data access (such as `bigquery.tables.getData`), complex operations
|
|
732
|
+
# like DDL or DCL may require permissions to manage reservations, IAM policies,
|
|
733
|
+
# or project settings.
|
|
694
734
|
# @param [String] project_id
|
|
695
735
|
# Required. Project ID of the query request.
|
|
696
736
|
# @param [Google::Apis::BigqueryV2::QueryRequest] query_request_object
|
|
@@ -723,7 +763,8 @@ module Google
|
|
|
723
763
|
execute_or_queue_command(command, &block)
|
|
724
764
|
end
|
|
725
765
|
|
|
726
|
-
# Deletes the model specified by modelId from the dataset.
|
|
766
|
+
# Deletes the model specified by modelId from the dataset. # IAM Permissions
|
|
767
|
+
# Requires the `bigquery.models.delete` permission on the model.
|
|
727
768
|
# @param [String] project_id
|
|
728
769
|
# Required. Project ID of the model to delete.
|
|
729
770
|
# @param [String] dataset_id
|
|
@@ -757,7 +798,8 @@ module Google
|
|
|
757
798
|
execute_or_queue_command(command, &block)
|
|
758
799
|
end
|
|
759
800
|
|
|
760
|
-
# Gets the specified model resource by model ID.
|
|
801
|
+
# Gets the specified model resource by model ID. # IAM Permissions Requires the `
|
|
802
|
+
# bigquery.models.getMetadata` permission on the model.
|
|
761
803
|
# @param [String] project_id
|
|
762
804
|
# Required. Project ID of the requested model.
|
|
763
805
|
# @param [String] dataset_id
|
|
@@ -795,7 +837,8 @@ module Google
|
|
|
795
837
|
|
|
796
838
|
# Lists all models in the specified dataset. Requires the READER dataset role.
|
|
797
839
|
# After retrieving the list of models, you can get information about a
|
|
798
|
-
# particular model by calling the models.get method.
|
|
840
|
+
# particular model by calling the models.get method. # IAM Permissions Requires
|
|
841
|
+
# the `bigquery.models.list` permission on the dataset.
|
|
799
842
|
# @param [String] project_id
|
|
800
843
|
# Required. Project ID of the models to list.
|
|
801
844
|
# @param [String] dataset_id
|
|
@@ -835,7 +878,8 @@ module Google
|
|
|
835
878
|
execute_or_queue_command(command, &block)
|
|
836
879
|
end
|
|
837
880
|
|
|
838
|
-
# Patch specific fields in the specified model.
|
|
881
|
+
# Patch specific fields in the specified model. # IAM Permissions Requires the `
|
|
882
|
+
# bigquery.models.updateMetadata` permission on the model.
|
|
839
883
|
# @param [String] project_id
|
|
840
884
|
# Required. Project ID of the model to patch.
|
|
841
885
|
# @param [String] dataset_id
|
|
@@ -875,7 +919,10 @@ module Google
|
|
|
875
919
|
end
|
|
876
920
|
|
|
877
921
|
# RPC to get the service account for a project used for interactions with Google
|
|
878
|
-
# Cloud KMS
|
|
922
|
+
# Cloud KMS. Requires the `bigquery.jobs.create` permission on the project
|
|
923
|
+
# resource. This permission is required to authorize the retrieval of the
|
|
924
|
+
# project's service identity for technical management tasks like encryption
|
|
925
|
+
# configuration.
|
|
879
926
|
# @param [String] project_id
|
|
880
927
|
# Required. ID of the project.
|
|
881
928
|
# @param [String] fields
|
|
@@ -908,7 +955,11 @@ module Google
|
|
|
908
955
|
# RPC to list projects to which the user has been granted any project role.
|
|
909
956
|
# Users of this method are encouraged to consider the [Resource Manager](https://
|
|
910
957
|
# cloud.google.com/resource-manager/docs/) API, which provides the underlying
|
|
911
|
-
# data for this method and has more capabilities.
|
|
958
|
+
# data for this method and has more capabilities. # IAM Permissions Requires no
|
|
959
|
+
# specific IAM permission(s) to use this method. The results are filtered to
|
|
960
|
+
# only include projects on which the caller has been granted a project-level
|
|
961
|
+
# role such as a BigQuery predefined IAM role or a basic role such as Viewer or
|
|
962
|
+
# Owner.
|
|
912
963
|
# @param [Fixnum] max_results
|
|
913
964
|
# `maxResults` unset returns all results, up to 50 per page. Additionally, the
|
|
914
965
|
# number of projects in a page may be fewer than `maxResults` because projects
|
|
@@ -944,7 +995,8 @@ module Google
|
|
|
944
995
|
execute_or_queue_command(command, &block)
|
|
945
996
|
end
|
|
946
997
|
|
|
947
|
-
# Deletes the routine specified by routineId from the dataset.
|
|
998
|
+
# Deletes the routine specified by routineId from the dataset. # IAM Permissions
|
|
999
|
+
# Requires the `bigquery.routines.delete` permission on the routine.
|
|
948
1000
|
# @param [String] project_id
|
|
949
1001
|
# Required. Project ID of the routine to delete
|
|
950
1002
|
# @param [String] dataset_id
|
|
@@ -978,7 +1030,8 @@ module Google
|
|
|
978
1030
|
execute_or_queue_command(command, &block)
|
|
979
1031
|
end
|
|
980
1032
|
|
|
981
|
-
# Gets the specified routine resource by routine ID.
|
|
1033
|
+
# Gets the specified routine resource by routine ID. # IAM Permissions Requires
|
|
1034
|
+
# the `bigquery.routines.get` permission on the routine.
|
|
982
1035
|
# @param [String] project_id
|
|
983
1036
|
# Required. Project ID of the requested routine
|
|
984
1037
|
# @param [String] dataset_id
|
|
@@ -1054,7 +1107,8 @@ module Google
|
|
|
1054
1107
|
execute_or_queue_command(command, &block)
|
|
1055
1108
|
end
|
|
1056
1109
|
|
|
1057
|
-
# Creates a new routine in the dataset.
|
|
1110
|
+
# Creates a new routine in the dataset. # IAM Permissions Requires the `bigquery.
|
|
1111
|
+
# routines.create` permission on the dataset.
|
|
1058
1112
|
# @param [String] project_id
|
|
1059
1113
|
# Required. Project ID of the new routine
|
|
1060
1114
|
# @param [String] dataset_id
|
|
@@ -1091,6 +1145,8 @@ module Google
|
|
|
1091
1145
|
end
|
|
1092
1146
|
|
|
1093
1147
|
# Lists all routines in the specified dataset. Requires the READER dataset role.
|
|
1148
|
+
# # IAM Permissions Requires the `bigquery.routines.list` permission on the
|
|
1149
|
+
# dataset.
|
|
1094
1150
|
# @param [String] project_id
|
|
1095
1151
|
# Required. Project ID of the routines to list
|
|
1096
1152
|
# @param [String] dataset_id
|
|
@@ -1218,7 +1274,8 @@ module Google
|
|
|
1218
1274
|
end
|
|
1219
1275
|
|
|
1220
1276
|
# Updates information in an existing routine. The update method replaces the
|
|
1221
|
-
# entire Routine resource.
|
|
1277
|
+
# entire Routine resource. # IAM Permissions Requires the `bigquery.routines.
|
|
1278
|
+
# update` permission on the routine.
|
|
1222
1279
|
# @param [String] project_id
|
|
1223
1280
|
# Required. Project ID of the routine to update
|
|
1224
1281
|
# @param [String] dataset_id
|
|
@@ -1257,7 +1314,9 @@ module Google
|
|
|
1257
1314
|
execute_or_queue_command(command, &block)
|
|
1258
1315
|
end
|
|
1259
1316
|
|
|
1260
|
-
# Deletes provided row access policies.
|
|
1317
|
+
# Deletes provided row access policies. # IAM Permissions Requires the following
|
|
1318
|
+
# IAM permission(s) on the table: - `bigquery.rowAccessPolicies.delete` - `
|
|
1319
|
+
# bigquery.rowAccessPolicies.setIamPolicy`
|
|
1261
1320
|
# @param [String] project_id
|
|
1262
1321
|
# Required. Project ID of the table to delete the row access policies.
|
|
1263
1322
|
# @param [String] dataset_id
|
|
@@ -1294,7 +1353,9 @@ module Google
|
|
|
1294
1353
|
execute_or_queue_command(command, &block)
|
|
1295
1354
|
end
|
|
1296
1355
|
|
|
1297
|
-
# Deletes a row access policy.
|
|
1356
|
+
# Deletes a row access policy. # IAM Permissions Requires the following IAM
|
|
1357
|
+
# permission(s) on the table: - `bigquery.rowAccessPolicies.delete` - `bigquery.
|
|
1358
|
+
# rowAccessPolicies.setIamPolicy`
|
|
1298
1359
|
# @param [String] project_id
|
|
1299
1360
|
# Required. Project ID of the table to delete the row access policy.
|
|
1300
1361
|
# @param [String] dataset_id
|
|
@@ -1336,7 +1397,8 @@ module Google
|
|
|
1336
1397
|
execute_or_queue_command(command, &block)
|
|
1337
1398
|
end
|
|
1338
1399
|
|
|
1339
|
-
# Gets the specified row access policy by policy ID.
|
|
1400
|
+
# Gets the specified row access policy by policy ID. # IAM Permissions Requires
|
|
1401
|
+
# the `bigquery.rowAccessPolicies.get` permission on the table.
|
|
1340
1402
|
# @param [String] project_id
|
|
1341
1403
|
# Required. Project ID of the table to get the row access policy.
|
|
1342
1404
|
# @param [String] dataset_id
|
|
@@ -1411,7 +1473,9 @@ module Google
|
|
|
1411
1473
|
execute_or_queue_command(command, &block)
|
|
1412
1474
|
end
|
|
1413
1475
|
|
|
1414
|
-
# Creates a row access policy.
|
|
1476
|
+
# Creates a row access policy. # IAM Permissions Requires the following IAM
|
|
1477
|
+
# permission(s) on the table: - `bigquery.rowAccessPolicies.create` - `bigquery.
|
|
1478
|
+
# rowAccessPolicies.setIamPolicy` - `bigquery.tables.getData`
|
|
1415
1479
|
# @param [String] project_id
|
|
1416
1480
|
# Required. Project ID of the table to get the row access policy.
|
|
1417
1481
|
# @param [String] dataset_id
|
|
@@ -1450,7 +1514,8 @@ module Google
|
|
|
1450
1514
|
execute_or_queue_command(command, &block)
|
|
1451
1515
|
end
|
|
1452
1516
|
|
|
1453
|
-
# Lists all row access policies on the specified table.
|
|
1517
|
+
# Lists all row access policies on the specified table. # IAM Permissions
|
|
1518
|
+
# Requires the `bigquery.rowAccessPolicies.list` permission on the table.
|
|
1454
1519
|
# @param [String] project_id
|
|
1455
1520
|
# Required. Project ID of the row access policies to list.
|
|
1456
1521
|
# @param [String] dataset_id
|
|
@@ -1532,7 +1597,9 @@ module Google
|
|
|
1532
1597
|
execute_or_queue_command(command, &block)
|
|
1533
1598
|
end
|
|
1534
1599
|
|
|
1535
|
-
# Updates a row access policy.
|
|
1600
|
+
# Updates a row access policy. # IAM Permissions Requires the following IAM
|
|
1601
|
+
# permission(s) on the table: - `bigquery.rowAccessPolicies.update` - `bigquery.
|
|
1602
|
+
# rowAccessPolicies.setIamPolicy` - `bigquery.tables.getData`
|
|
1536
1603
|
# @param [String] project_id
|
|
1537
1604
|
# Required. Project ID of the table to get the row access policy.
|
|
1538
1605
|
# @param [String] dataset_id
|
|
@@ -1575,7 +1642,9 @@ module Google
|
|
|
1575
1642
|
end
|
|
1576
1643
|
|
|
1577
1644
|
# Streams data into BigQuery one record at a time without needing to run a load
|
|
1578
|
-
# job.
|
|
1645
|
+
# job. # IAM Permissions Requires the following IAM permission(s) to use this
|
|
1646
|
+
# method: - `bigquery.tables.updateData` on the table. - `bigquery.tables.get`
|
|
1647
|
+
# on the table. - `bigquery.datasets.get` on the dataset.
|
|
1579
1648
|
# @param [String] project_id
|
|
1580
1649
|
# Required. Project ID of the destination.
|
|
1581
1650
|
# @param [String] dataset_id
|
|
@@ -1614,7 +1683,8 @@ module Google
|
|
|
1614
1683
|
execute_or_queue_command(command, &block)
|
|
1615
1684
|
end
|
|
1616
1685
|
|
|
1617
|
-
# List the content of a table in rows.
|
|
1686
|
+
# List the content of a table in rows. # IAM Permissions Requires the `bigquery.
|
|
1687
|
+
# tables.getData` permission on the table.
|
|
1618
1688
|
# @param [String] project_id
|
|
1619
1689
|
# Required. Project id of the table to list.
|
|
1620
1690
|
# @param [String] dataset_id
|
|
@@ -1674,7 +1744,8 @@ module Google
|
|
|
1674
1744
|
end
|
|
1675
1745
|
|
|
1676
1746
|
# Deletes the table specified by tableId from the dataset. If the table contains
|
|
1677
|
-
# data, all the data will be deleted.
|
|
1747
|
+
# data, all the data will be deleted. # IAM Permissions Requires the `bigquery.
|
|
1748
|
+
# tables.delete` permission on the table.
|
|
1678
1749
|
# @param [String] project_id
|
|
1679
1750
|
# Required. Project ID of the table to delete
|
|
1680
1751
|
# @param [String] dataset_id
|
|
@@ -1710,7 +1781,8 @@ module Google
|
|
|
1710
1781
|
|
|
1711
1782
|
# Gets the specified table resource by table ID. This method does not return the
|
|
1712
1783
|
# data in the table, it only returns the table resource, which describes the
|
|
1713
|
-
# structure of this table.
|
|
1784
|
+
# structure of this table. # IAM Permissions Requires the `bigquery.tables.get`
|
|
1785
|
+
# permission on the table.
|
|
1714
1786
|
# @param [String] project_id
|
|
1715
1787
|
# Required. Project ID of the requested table
|
|
1716
1788
|
# @param [String] dataset_id
|
|
@@ -1794,7 +1866,8 @@ module Google
|
|
|
1794
1866
|
execute_or_queue_command(command, &block)
|
|
1795
1867
|
end
|
|
1796
1868
|
|
|
1797
|
-
# Creates a new, empty table in the dataset.
|
|
1869
|
+
# Creates a new, empty table in the dataset. # IAM Permissions Requires the `
|
|
1870
|
+
# bigquery.tables.create` permission on the dataset.
|
|
1798
1871
|
# @param [String] project_id
|
|
1799
1872
|
# Required. Project ID of the new table
|
|
1800
1873
|
# @param [String] dataset_id
|
|
@@ -1830,7 +1903,8 @@ module Google
|
|
|
1830
1903
|
execute_or_queue_command(command, &block)
|
|
1831
1904
|
end
|
|
1832
1905
|
|
|
1833
|
-
# Lists all tables in the specified dataset. Requires the READER dataset role.
|
|
1906
|
+
# Lists all tables in the specified dataset. Requires the READER dataset role. #
|
|
1907
|
+
# IAM Permissions Requires the `bigquery.tables.list` permission on the dataset.
|
|
1834
1908
|
# @param [String] project_id
|
|
1835
1909
|
# Required. Project ID of the tables to list
|
|
1836
1910
|
# @param [String] dataset_id
|
|
@@ -1873,7 +1947,8 @@ module Google
|
|
|
1873
1947
|
# Updates information in an existing table. The update method replaces the
|
|
1874
1948
|
# entire table resource, whereas the patch method only replaces fields that are
|
|
1875
1949
|
# provided in the submitted table resource. This method supports RFC5789 patch
|
|
1876
|
-
# semantics.
|
|
1950
|
+
# semantics. # IAM Permissions Requires the following IAM permission(s) on the
|
|
1951
|
+
# table: - `bigquery.tables.update` - `bigquery.tables.get`
|
|
1877
1952
|
# @param [String] project_id
|
|
1878
1953
|
# Required. Project ID of the table to update
|
|
1879
1954
|
# @param [String] dataset_id
|
|
@@ -1993,7 +2068,8 @@ module Google
|
|
|
1993
2068
|
|
|
1994
2069
|
# Updates information in an existing table. The update method replaces the
|
|
1995
2070
|
# entire Table resource, whereas the patch method only replaces fields that are
|
|
1996
|
-
# provided in the submitted Table resource.
|
|
2071
|
+
# provided in the submitted Table resource. # IAM Permissions Requires the `
|
|
2072
|
+
# bigquery.tables.update` permission on the table.
|
|
1997
2073
|
# @param [String] project_id
|
|
1998
2074
|
# Required. Project ID of the table to update
|
|
1999
2075
|
# @param [String] dataset_id
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-bigquery_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.104.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.104.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|