Skip to content

Commit 567f20d

Browse files
feat: Automated regeneration of dataform v1beta1 client (#15473)
Auto-created at 2023-07-16 10:41:00 +0000 using the toys pull request generator.
1 parent 095f153 commit 567f20d

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119305,6 +119305,7 @@
119305119305
"/dataform:v1beta1/InvocationConfig/includedTags/included_tag": included_tag
119306119306
"/dataform:v1beta1/InvocationConfig/includedTargets": included_targets
119307119307
"/dataform:v1beta1/InvocationConfig/includedTargets/included_target": included_target
119308+
"/dataform:v1beta1/InvocationConfig/serviceAccount": service_account
119308119309
"/dataform:v1beta1/InvocationConfig/transitiveDependenciesIncluded": transitive_dependencies_included
119309119310
"/dataform:v1beta1/InvocationConfig/transitiveDependentsIncluded": transitive_dependents_included
119310119311
"/dataform:v1beta1/ListCompilationResultsResponse": list_compilation_results_response
@@ -119463,6 +119464,7 @@
119463119464
"/dataform:v1beta1/Repository/labels/label": label
119464119465
"/dataform:v1beta1/Repository/name": name
119465119466
"/dataform:v1beta1/Repository/npmrcEnvironmentVariablesSecretVersion": npmrc_environment_variables_secret_version
119467+
"/dataform:v1beta1/Repository/serviceAccount": service_account
119466119468
"/dataform:v1beta1/Repository/workspaceCompilationOverrides": workspace_compilation_overrides
119467119469
"/dataform:v1beta1/ResetWorkspaceChangesRequest": reset_workspace_changes_request
119468119470
"/dataform:v1beta1/ResetWorkspaceChangesRequest/clean": clean

generated/google-apis-dataform_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dataform_v1beta1
22

3+
### v0.11.0 (2023-07-16)
4+
5+
* Regenerated from discovery document revision 20230707
6+
37
### v0.10.0 (2023-06-25)
48

59
* Regenerated from discovery document revision 20230616

generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/classes.rb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,11 @@ class InvocationConfig
892892
# @return [Array<Google::Apis::DataformV1beta1::Target>]
893893
attr_accessor :included_targets
894894

895+
# Optional. The service account to run workflow invocations under.
896+
# Corresponds to the JSON property `serviceAccount`
897+
# @return [String]
898+
attr_accessor :service_account
899+
895900
# Optional. When set to true, transitive dependencies of included actions will
896901
# be executed.
897902
# Corresponds to the JSON property `transitiveDependenciesIncluded`
@@ -915,6 +920,7 @@ def update!(**args)
915920
@fully_refresh_incremental_tables_enabled = args[:fully_refresh_incremental_tables_enabled] if args.key?(:fully_refresh_incremental_tables_enabled)
916921
@included_tags = args[:included_tags] if args.key?(:included_tags)
917922
@included_targets = args[:included_targets] if args.key?(:included_targets)
923+
@service_account = args[:service_account] if args.key?(:service_account)
918924
@transitive_dependencies_included = args[:transitive_dependencies_included] if args.key?(:transitive_dependencies_included)
919925
@transitive_dependents_included = args[:transitive_dependents_included] if args.key?(:transitive_dependents_included)
920926
end
@@ -1903,6 +1909,11 @@ class Repository
19031909
# @return [String]
19041910
attr_accessor :npmrc_environment_variables_secret_version
19051911

1912+
# Optional. The service account to run workflow invocations under.
1913+
# Corresponds to the JSON property `serviceAccount`
1914+
# @return [String]
1915+
attr_accessor :service_account
1916+
19061917
# Configures workspace compilation overrides for a repository. Primarily used by
19071918
# the UI (`console.cloud.google.com`). `schema_suffix` and `table_prefix` can
19081919
# have a special expression - `$`workspaceName``, which refers to the workspace
@@ -1924,6 +1935,7 @@ def update!(**args)
19241935
@git_remote_settings = args[:git_remote_settings] if args.key?(:git_remote_settings)
19251936
@name = args[:name] if args.key?(:name)
19261937
@npmrc_environment_variables_secret_version = args[:npmrc_environment_variables_secret_version] if args.key?(:npmrc_environment_variables_secret_version)
1938+
@service_account = args[:service_account] if args.key?(:service_account)
19271939
@workspace_compilation_overrides = args[:workspace_compilation_overrides] if args.key?(:workspace_compilation_overrides)
19281940
end
19291941
end

generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DataformV1beta1
1818
# Version of the google-apis-dataform_v1beta1 gem
19-
GEM_VERSION = "0.10.0"
19+
GEM_VERSION = "0.11.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.12.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20230616"
25+
REVISION = "20230707"
2626
end
2727
end
2828
end

generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/representations.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
691691
collection :included_tags, as: 'includedTags'
692692
collection :included_targets, as: 'includedTargets', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
693693

694+
property :service_account, as: 'serviceAccount'
694695
property :transitive_dependencies_included, as: 'transitiveDependenciesIncluded'
695696
property :transitive_dependents_included, as: 'transitiveDependentsIncluded'
696697
end
@@ -973,6 +974,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
973974

974975
property :name, as: 'name'
975976
property :npmrc_environment_variables_secret_version, as: 'npmrcEnvironmentVariablesSecretVersion'
977+
property :service_account, as: 'serviceAccount'
976978
property :workspace_compilation_overrides, as: 'workspaceCompilationOverrides', class: Google::Apis::DataformV1beta1::WorkspaceCompilationOverrides, decorator: Google::Apis::DataformV1beta1::WorkspaceCompilationOverrides::Representation
977979

978980
end

0 commit comments

Comments
 (0)