google-apis-dataform_v1 0.9.0 → 0.11.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: 406cf8d74af60336eb427061123022e94c520d5584902553293185b03ce99e2f
|
|
4
|
+
data.tar.gz: 57124bc565f59b9a61a1150c94bc53537ba6331c75c09679e04fde6776ea3b3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c6560229dc2bc2026b7d31490bf6fc8dd49f14a13f3051214162e74a13b23664f214685a9bacc7d362fbc0147abdf0cdcc80a8aa54e7214b63179585240cd52
|
|
7
|
+
data.tar.gz: 77c5d75d6f344d11a67d338e5275d5b5018da2d068bd8e35dcf827f35132b29a77cafdaad12a75f9d1a486b7795b050fb21dbeb1236cfd026ce0a233276d15a4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-dataform_v1
|
|
2
2
|
|
|
3
|
+
### v0.11.0 (2026-06-28)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260621
|
|
6
|
+
|
|
7
|
+
### v0.10.0 (2026-06-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260607
|
|
10
|
+
* Regenerated using generator version 0.19.0
|
|
11
|
+
|
|
3
12
|
### v0.9.0 (2026-05-24)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20260515
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/dataform/docs) may provide
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -1543,7 +1543,8 @@ module Google
|
|
|
1543
1543
|
# @return [String]
|
|
1544
1544
|
attr_accessor :authentication_token_secret_version
|
|
1545
1545
|
|
|
1546
|
-
# Optional. The Git remote's default branch name. If not set `main` will be
|
|
1546
|
+
# Optional. The Git remote's default branch name. If not set, `main` will be
|
|
1547
|
+
# used.
|
|
1547
1548
|
# Corresponds to the JSON property `defaultBranch`
|
|
1548
1549
|
# @return [String]
|
|
1549
1550
|
attr_accessor :default_branch
|
|
@@ -1554,6 +1555,13 @@ module Google
|
|
|
1554
1555
|
# @return [String]
|
|
1555
1556
|
attr_accessor :effective_default_branch
|
|
1556
1557
|
|
|
1558
|
+
# Optional. Resource name for the `GitRepositoryLink` used for machine
|
|
1559
|
+
# credentials. Must be in the format `projects/*/locations/*/connections/*/
|
|
1560
|
+
# gitRepositoryLinks/*`
|
|
1561
|
+
# Corresponds to the JSON property `gitRepositoryLink`
|
|
1562
|
+
# @return [String]
|
|
1563
|
+
attr_accessor :git_repository_link
|
|
1564
|
+
|
|
1557
1565
|
# Configures fields for performing SSH authentication.
|
|
1558
1566
|
# Corresponds to the JSON property `sshAuthenticationConfig`
|
|
1559
1567
|
# @return [Google::Apis::DataformV1::SshAuthenticationConfig]
|
|
@@ -1579,6 +1587,7 @@ module Google
|
|
|
1579
1587
|
@authentication_token_secret_version = args[:authentication_token_secret_version] if args.key?(:authentication_token_secret_version)
|
|
1580
1588
|
@default_branch = args[:default_branch] if args.key?(:default_branch)
|
|
1581
1589
|
@effective_default_branch = args[:effective_default_branch] if args.key?(:effective_default_branch)
|
|
1590
|
+
@git_repository_link = args[:git_repository_link] if args.key?(:git_repository_link)
|
|
1582
1591
|
@ssh_authentication_config = args[:ssh_authentication_config] if args.key?(:ssh_authentication_config)
|
|
1583
1592
|
@token_status = args[:token_status] if args.key?(:token_status)
|
|
1584
1593
|
@url = args[:url] if args.key?(:url)
|
|
@@ -1824,8 +1833,7 @@ module Google
|
|
|
1824
1833
|
# @return [String]
|
|
1825
1834
|
attr_accessor :next_page_token
|
|
1826
1835
|
|
|
1827
|
-
# Locations which could not be reached.
|
|
1828
|
-
# cloud/dataform/v2main/data_pipelines.proto:ListCompilationResultsResponse)
|
|
1836
|
+
# Locations which could not be reached.
|
|
1829
1837
|
# Corresponds to the JSON property `unreachable`
|
|
1830
1838
|
# @return [Array<String>]
|
|
1831
1839
|
attr_accessor :unreachable
|
|
@@ -1916,8 +1924,7 @@ module Google
|
|
|
1916
1924
|
# @return [Array<Google::Apis::DataformV1::ReleaseConfig>]
|
|
1917
1925
|
attr_accessor :release_configs
|
|
1918
1926
|
|
|
1919
|
-
# Locations which could not be reached.
|
|
1920
|
-
# cloud/dataform/v2main/data_pipelines.proto:ListReleaseConfigsResponse)
|
|
1927
|
+
# Locations which could not be reached.
|
|
1921
1928
|
# Corresponds to the JSON property `unreachable`
|
|
1922
1929
|
# @return [Array<String>]
|
|
1923
1930
|
attr_accessor :unreachable
|
|
@@ -3204,8 +3211,7 @@ module Google
|
|
|
3204
3211
|
|
|
3205
3212
|
# Output only. All the metadata information that is used internally to serve the
|
|
3206
3213
|
# resource. For example: timestamps, flags, status fields, etc. The format of
|
|
3207
|
-
# this field is a JSON string.
|
|
3208
|
-
# dataform/v2main/data_pipelines.proto:ReleaseConfig)
|
|
3214
|
+
# this field is a JSON string.
|
|
3209
3215
|
# Corresponds to the JSON property `internalMetadata`
|
|
3210
3216
|
# @return [String]
|
|
3211
3217
|
attr_accessor :internal_metadata
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataformV1
|
|
18
18
|
# Version of the google-apis-dataform_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.11.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260621"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1262,6 +1262,7 @@ module Google
|
|
|
1262
1262
|
property :authentication_token_secret_version, as: 'authenticationTokenSecretVersion'
|
|
1263
1263
|
property :default_branch, as: 'defaultBranch'
|
|
1264
1264
|
property :effective_default_branch, as: 'effectiveDefaultBranch'
|
|
1265
|
+
property :git_repository_link, as: 'gitRepositoryLink'
|
|
1265
1266
|
property :ssh_authentication_config, as: 'sshAuthenticationConfig', class: Google::Apis::DataformV1::SshAuthenticationConfig, decorator: Google::Apis::DataformV1::SshAuthenticationConfig::Representation
|
|
1266
1267
|
|
|
1267
1268
|
property :token_status, as: 'tokenStatus'
|
|
@@ -1400,8 +1400,7 @@ module Google
|
|
|
1400
1400
|
|
|
1401
1401
|
# Fetches a single CompilationResult.
|
|
1402
1402
|
# @param [String] name
|
|
1403
|
-
# Required. The compilation result's name.
|
|
1404
|
-
# google/cloud/dataform/v2main/data_pipelines.proto:GetCompilationResultRequest)
|
|
1403
|
+
# Required. The compilation result's name.
|
|
1405
1404
|
# @param [String] fields
|
|
1406
1405
|
# Selector specifying which fields to include in a partial response.
|
|
1407
1406
|
# @param [String] quota_user
|
|
@@ -1434,8 +1433,7 @@ module Google
|
|
|
1434
1433
|
# Required. The repository in which to list compilation results. Must be in the
|
|
1435
1434
|
# format `projects/*/locations/*/repositories/*`.
|
|
1436
1435
|
# @param [String] filter
|
|
1437
|
-
# Optional. Filter for the returned list.
|
|
1438
|
-
# cloud/dataform/v2main/data_pipelines.proto:ListCompilationResultsRequest)
|
|
1436
|
+
# Optional. Filter for the returned list.
|
|
1439
1437
|
# @param [String] order_by
|
|
1440
1438
|
# Optional. This field only supports ordering by `name` and `create_time`. If
|
|
1441
1439
|
# unspecified, the server will choose the ordering. If specified, the default
|
|
@@ -1532,9 +1530,7 @@ module Google
|
|
|
1532
1530
|
# @param [Google::Apis::DataformV1::ReleaseConfig] release_config_object
|
|
1533
1531
|
# @param [String] release_config_id
|
|
1534
1532
|
# Required. The ID to use for the release config, which will become the final
|
|
1535
|
-
# component of the release config's resource name.
|
|
1536
|
-
# google3/google/cloud/dataform/v2main/data_pipelines.proto:
|
|
1537
|
-
# CreateReleaseConfigRequest)
|
|
1533
|
+
# component of the release config's resource name.
|
|
1538
1534
|
# @param [String] fields
|
|
1539
1535
|
# Selector specifying which fields to include in a partial response.
|
|
1540
1536
|
# @param [String] quota_user
|
|
@@ -1567,8 +1563,7 @@ module Google
|
|
|
1567
1563
|
|
|
1568
1564
|
# Deletes a single ReleaseConfig.
|
|
1569
1565
|
# @param [String] name
|
|
1570
|
-
# Required. The release config's name.
|
|
1571
|
-
# cloud/dataform/v2main/data_pipelines.proto:DeleteReleaseConfigRequest)
|
|
1566
|
+
# Required. The release config's name.
|
|
1572
1567
|
# @param [String] fields
|
|
1573
1568
|
# Selector specifying which fields to include in a partial response.
|
|
1574
1569
|
# @param [String] quota_user
|
|
@@ -1598,8 +1593,7 @@ module Google
|
|
|
1598
1593
|
|
|
1599
1594
|
# Fetches a single ReleaseConfig.
|
|
1600
1595
|
# @param [String] name
|
|
1601
|
-
# Required. The release config's name.
|
|
1602
|
-
# cloud/dataform/v2main/data_pipelines.proto:GetReleaseConfigRequest)
|
|
1596
|
+
# Required. The release config's name.
|
|
1603
1597
|
# @param [String] fields
|
|
1604
1598
|
# Selector specifying which fields to include in a partial response.
|
|
1605
1599
|
# @param [String] quota_user
|
|
@@ -1639,9 +1633,7 @@ module Google
|
|
|
1639
1633
|
# Optional. Page token received from a previous `ListReleaseConfigs` call.
|
|
1640
1634
|
# Provide this to retrieve the subsequent page. When paginating, all other
|
|
1641
1635
|
# parameters provided to `ListReleaseConfigs`, with the exception of `page_size`,
|
|
1642
|
-
# must match the call that provided the page token.
|
|
1643
|
-
# google3/google/cloud/dataform/v2main/data_pipelines.proto:
|
|
1644
|
-
# ListReleaseConfigsRequest)
|
|
1636
|
+
# must match the call that provided the page token.
|
|
1645
1637
|
# @param [String] fields
|
|
1646
1638
|
# Selector specifying which fields to include in a partial response.
|
|
1647
1639
|
# @param [String] quota_user
|
|
@@ -3252,9 +3244,9 @@ module Google
|
|
|
3252
3244
|
# display_name` (default), `create_time`, `last_modified_time`. Examples: * `
|
|
3253
3245
|
# orderBy="display_name"` * `orderBy="display_name desc"`
|
|
3254
3246
|
# @param [Fixnum] page_size
|
|
3255
|
-
# Optional. Maximum number of TeamFolders to return. The server may return
|
|
3256
|
-
# items than requested. If unspecified, the server will pick a default of
|
|
3257
|
-
# page_size = 50.
|
|
3247
|
+
# Optional. Maximum number of `TeamFolders` to return. The server may return
|
|
3248
|
+
# fewer items than requested. If unspecified, the server will pick a default of `
|
|
3249
|
+
# page_size` = 50.
|
|
3258
3250
|
# @param [String] page_token
|
|
3259
3251
|
# Optional. Page token received from a previous `SearchTeamFolders` call.
|
|
3260
3252
|
# Provide this to retrieve the subsequent page. When paginating, all other
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dataform_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.11.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-dataform_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1/v0.11.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|