google-apis-bigquery_v2 0.99.0 → 0.100.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e522297e9dc7d64273fc5dcca1a0c216deae873717bec86d61349f92112415d0
|
|
4
|
+
data.tar.gz: c9c4e18d7c0fdd66107e50a84da8ef615064e09716f0e6170aa0198fb033b3dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f113a54bc1e9673de31ca3c0a63a9cf5eb088475bf6c0cb3665d205a2a01169ee3e861fd0e916b98c420104a0c131844c52886b13631696dcd6ced82d756fa16
|
|
7
|
+
data.tar.gz: c955ddd4831cadc26b1b6639e85cfc38b9922973a03d9ef4f532162cc5d3705a24faea2e2d470427327eb8998cfe40694eb2a3abfe6859f18e772649513878ce
|
data/CHANGELOG.md
CHANGED
|
@@ -2571,6 +2571,16 @@ module Google
|
|
|
2571
2571
|
# @return [Fixnum]
|
|
2572
2572
|
attr_accessor :deleted_row_count
|
|
2573
2573
|
|
|
2574
|
+
# Output only. DML mode used.
|
|
2575
|
+
# Corresponds to the JSON property `dmlMode`
|
|
2576
|
+
# @return [String]
|
|
2577
|
+
attr_accessor :dml_mode
|
|
2578
|
+
|
|
2579
|
+
# Output only. Reason for disabling fine-grained DML if applicable.
|
|
2580
|
+
# Corresponds to the JSON property `fineGrainedDmlUnusedReason`
|
|
2581
|
+
# @return [String]
|
|
2582
|
+
attr_accessor :fine_grained_dml_unused_reason
|
|
2583
|
+
|
|
2574
2584
|
# Output only. Number of inserted Rows. Populated by DML INSERT and MERGE
|
|
2575
2585
|
# statements
|
|
2576
2586
|
# Corresponds to the JSON property `insertedRowCount`
|
|
@@ -2590,6 +2600,8 @@ module Google
|
|
|
2590
2600
|
# Update properties of this object
|
|
2591
2601
|
def update!(**args)
|
|
2592
2602
|
@deleted_row_count = args[:deleted_row_count] if args.key?(:deleted_row_count)
|
|
2603
|
+
@dml_mode = args[:dml_mode] if args.key?(:dml_mode)
|
|
2604
|
+
@fine_grained_dml_unused_reason = args[:fine_grained_dml_unused_reason] if args.key?(:fine_grained_dml_unused_reason)
|
|
2593
2605
|
@inserted_row_count = args[:inserted_row_count] if args.key?(:inserted_row_count)
|
|
2594
2606
|
@updated_row_count = args[:updated_row_count] if args.key?(:updated_row_count)
|
|
2595
2607
|
end
|
|
@@ -6186,6 +6198,12 @@ module Google
|
|
|
6186
6198
|
# @return [Array<Google::Apis::BigqueryV2::ExplainQueryStage>]
|
|
6187
6199
|
attr_accessor :query_plan
|
|
6188
6200
|
|
|
6201
|
+
# Output only. Referenced property graphs for the job. Queries that reference
|
|
6202
|
+
# more than 50 property graphs will not have a complete list.
|
|
6203
|
+
# Corresponds to the JSON property `referencedPropertyGraphs`
|
|
6204
|
+
# @return [Array<Google::Apis::BigqueryV2::PropertyGraphReference>]
|
|
6205
|
+
attr_accessor :referenced_property_graphs
|
|
6206
|
+
|
|
6189
6207
|
# Output only. Referenced routines for the job.
|
|
6190
6208
|
# Corresponds to the JSON property `referencedRoutines`
|
|
6191
6209
|
# @return [Array<Google::Apis::BigqueryV2::RoutineReference>]
|
|
@@ -6408,6 +6426,7 @@ module Google
|
|
|
6408
6426
|
@performance_insights = args[:performance_insights] if args.key?(:performance_insights)
|
|
6409
6427
|
@query_info = args[:query_info] if args.key?(:query_info)
|
|
6410
6428
|
@query_plan = args[:query_plan] if args.key?(:query_plan)
|
|
6429
|
+
@referenced_property_graphs = args[:referenced_property_graphs] if args.key?(:referenced_property_graphs)
|
|
6411
6430
|
@referenced_routines = args[:referenced_routines] if args.key?(:referenced_routines)
|
|
6412
6431
|
@referenced_tables = args[:referenced_tables] if args.key?(:referenced_tables)
|
|
6413
6432
|
@reservation_usage = args[:reservation_usage] if args.key?(:reservation_usage)
|
|
@@ -7786,6 +7805,38 @@ module Google
|
|
|
7786
7805
|
end
|
|
7787
7806
|
end
|
|
7788
7807
|
|
|
7808
|
+
# Id path of a property graph.
|
|
7809
|
+
class PropertyGraphReference
|
|
7810
|
+
include Google::Apis::Core::Hashable
|
|
7811
|
+
|
|
7812
|
+
# Required. The ID of the dataset containing this property graph.
|
|
7813
|
+
# Corresponds to the JSON property `datasetId`
|
|
7814
|
+
# @return [String]
|
|
7815
|
+
attr_accessor :dataset_id
|
|
7816
|
+
|
|
7817
|
+
# Required. The ID of the project containing this property graph.
|
|
7818
|
+
# Corresponds to the JSON property `projectId`
|
|
7819
|
+
# @return [String]
|
|
7820
|
+
attr_accessor :project_id
|
|
7821
|
+
|
|
7822
|
+
# Required. The ID of the property graph. The ID must contain only letters (a-z,
|
|
7823
|
+
# A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
|
|
7824
|
+
# Corresponds to the JSON property `propertyGraphId`
|
|
7825
|
+
# @return [String]
|
|
7826
|
+
attr_accessor :property_graph_id
|
|
7827
|
+
|
|
7828
|
+
def initialize(**args)
|
|
7829
|
+
update!(**args)
|
|
7830
|
+
end
|
|
7831
|
+
|
|
7832
|
+
# Update properties of this object
|
|
7833
|
+
def update!(**args)
|
|
7834
|
+
@dataset_id = args[:dataset_id] if args.key?(:dataset_id)
|
|
7835
|
+
@project_id = args[:project_id] if args.key?(:project_id)
|
|
7836
|
+
@property_graph_id = args[:property_graph_id] if args.key?(:property_graph_id)
|
|
7837
|
+
end
|
|
7838
|
+
end
|
|
7839
|
+
|
|
7789
7840
|
# The column metadata index pruning statistics.
|
|
7790
7841
|
class PruningStats
|
|
7791
7842
|
include Google::Apis::Core::Hashable
|
|
@@ -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.100.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260224"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -892,6 +892,12 @@ module Google
|
|
|
892
892
|
include Google::Apis::Core::JsonObjectSupport
|
|
893
893
|
end
|
|
894
894
|
|
|
895
|
+
class PropertyGraphReference
|
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
897
|
+
|
|
898
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
899
|
+
end
|
|
900
|
+
|
|
895
901
|
class PruningStats
|
|
896
902
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
897
903
|
|
|
@@ -1983,6 +1989,8 @@ module Google
|
|
|
1983
1989
|
# @private
|
|
1984
1990
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1985
1991
|
property :deleted_row_count, :numeric_string => true, as: 'deletedRowCount'
|
|
1992
|
+
property :dml_mode, as: 'dmlMode'
|
|
1993
|
+
property :fine_grained_dml_unused_reason, as: 'fineGrainedDmlUnusedReason'
|
|
1986
1994
|
property :inserted_row_count, :numeric_string => true, as: 'insertedRowCount'
|
|
1987
1995
|
property :updated_row_count, :numeric_string => true, as: 'updatedRowCount'
|
|
1988
1996
|
end
|
|
@@ -2839,6 +2847,8 @@ module Google
|
|
|
2839
2847
|
|
|
2840
2848
|
collection :query_plan, as: 'queryPlan', class: Google::Apis::BigqueryV2::ExplainQueryStage, decorator: Google::Apis::BigqueryV2::ExplainQueryStage::Representation
|
|
2841
2849
|
|
|
2850
|
+
collection :referenced_property_graphs, as: 'referencedPropertyGraphs', class: Google::Apis::BigqueryV2::PropertyGraphReference, decorator: Google::Apis::BigqueryV2::PropertyGraphReference::Representation
|
|
2851
|
+
|
|
2842
2852
|
collection :referenced_routines, as: 'referencedRoutines', class: Google::Apis::BigqueryV2::RoutineReference, decorator: Google::Apis::BigqueryV2::RoutineReference::Representation
|
|
2843
2853
|
|
|
2844
2854
|
collection :referenced_tables, as: 'referencedTables', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
|
|
@@ -3244,6 +3254,15 @@ module Google
|
|
|
3244
3254
|
end
|
|
3245
3255
|
end
|
|
3246
3256
|
|
|
3257
|
+
class PropertyGraphReference
|
|
3258
|
+
# @private
|
|
3259
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3260
|
+
property :dataset_id, as: 'datasetId'
|
|
3261
|
+
property :project_id, as: 'projectId'
|
|
3262
|
+
property :property_graph_id, as: 'propertyGraphId'
|
|
3263
|
+
end
|
|
3264
|
+
end
|
|
3265
|
+
|
|
3247
3266
|
class PruningStats
|
|
3248
3267
|
# @private
|
|
3249
3268
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.100.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.100.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:
|