google-apis-dataform_v1 0.10.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: 64dbce39d7fc1dfdd33b87184d623f67ebd4798bcc58d3e69e8443a259afc83f
4
- data.tar.gz: 9a491ac7fb765efd6c990f8f82b0f8f6f89515d8abdb3c5968a59fba97ccebd3
3
+ metadata.gz: 406cf8d74af60336eb427061123022e94c520d5584902553293185b03ce99e2f
4
+ data.tar.gz: 57124bc565f59b9a61a1150c94bc53537ba6331c75c09679e04fde6776ea3b3c
5
5
  SHA512:
6
- metadata.gz: 8beea7e7a5e1cdc901c73dea018b050334b25372402ea6977c97751873b7857ee1c600d0a923db9428c2bb4a08470fc013d37dc86d98dc3e2570bc2872edb78c
7
- data.tar.gz: 85dc3603405a111fe195e31ca2b99097e06ef10d2c51cf9ec56a620e5c43c53ffdfd4eaf48cf2b6c6d7a721a31fcb450ead7b3b56e17cc8df955e7bebc85d7c1
6
+ metadata.gz: 9c6560229dc2bc2026b7d31490bf6fc8dd49f14a13f3051214162e74a13b23664f214685a9bacc7d362fbc0147abdf0cdcc80a8aa54e7214b63179585240cd52
7
+ data.tar.gz: 77c5d75d6f344d11a67d338e5275d5b5018da2d068bd8e35dcf827f35132b29a77cafdaad12a75f9d1a486b7795b050fb21dbeb1236cfd026ce0a233276d15a4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.10.0 (2026-06-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20260607
@@ -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 used.
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,8 +1555,8 @@ module Google
1554
1555
  # @return [String]
1555
1556
  attr_accessor :effective_default_branch
1556
1557
 
1557
- # Optional. Resource name for the GitRepositoryLink used for machine credentials.
1558
- # Must be in the format `projects/*/locations/*/connections/*/
1558
+ # Optional. Resource name for the `GitRepositoryLink` used for machine
1559
+ # credentials. Must be in the format `projects/*/locations/*/connections/*/
1559
1560
  # gitRepositoryLinks/*`
1560
1561
  # Corresponds to the JSON property `gitRepositoryLink`
1561
1562
  # @return [String]
@@ -1832,8 +1833,7 @@ module Google
1832
1833
  # @return [String]
1833
1834
  attr_accessor :next_page_token
1834
1835
 
1835
- # Locations which could not be reached. LINT.ThenChange(//depot/google3/google/
1836
- # cloud/dataform/v2main/data_pipelines.proto:ListCompilationResultsResponse)
1836
+ # Locations which could not be reached.
1837
1837
  # Corresponds to the JSON property `unreachable`
1838
1838
  # @return [Array<String>]
1839
1839
  attr_accessor :unreachable
@@ -1924,8 +1924,7 @@ module Google
1924
1924
  # @return [Array<Google::Apis::DataformV1::ReleaseConfig>]
1925
1925
  attr_accessor :release_configs
1926
1926
 
1927
- # Locations which could not be reached. LINT.ThenChange(//depot/google3/google/
1928
- # cloud/dataform/v2main/data_pipelines.proto:ListReleaseConfigsResponse)
1927
+ # Locations which could not be reached.
1929
1928
  # Corresponds to the JSON property `unreachable`
1930
1929
  # @return [Array<String>]
1931
1930
  attr_accessor :unreachable
@@ -3212,8 +3211,7 @@ module Google
3212
3211
 
3213
3212
  # Output only. All the metadata information that is used internally to serve the
3214
3213
  # resource. For example: timestamps, flags, status fields, etc. The format of
3215
- # this field is a JSON string. LINT.ThenChange(//depot/google3/google/cloud/
3216
- # dataform/v2main/data_pipelines.proto:ReleaseConfig)
3214
+ # this field is a JSON string.
3217
3215
  # Corresponds to the JSON property `internalMetadata`
3218
3216
  # @return [String]
3219
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.10.0"
19
+ GEM_VERSION = "0.11.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 = "20260607"
25
+ REVISION = "20260621"
26
26
  end
27
27
  end
28
28
  end
@@ -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. LINT.ThenChange(//depot/google3/
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. LINT.ThenChange(//depot/google3/google/
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. LINT.ThenChange(//depot/
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. LINT.ThenChange(//depot/google3/google/
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. LINT.ThenChange(//depot/google3/google/
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. LINT.ThenChange(//depot/
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 fewer
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.10.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.10.0
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: