google-apis-dataform_v1beta1 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: a5cd064b1cef4e2dfa144f57a4aab14a54f118322255d8f43ff6518428c2ce23
4
- data.tar.gz: d76753e092526b4f056baf5f2b3fa51df57c5f8c6007fd2cbcf30ed7046ad960
3
+ metadata.gz: aaf60ab65af8a7a24601efdb75dfadc6a893decd2006d8e80aa88039ad09bce1
4
+ data.tar.gz: 953a1c0b9fca00513f8d3e4b3d2f2b827bf151888ca2bb3e78b801c162b91933
5
5
  SHA512:
6
- metadata.gz: 21c3f0992070fa4230729a9ef6667ae1f151c0bec4cc0e357683f4b7915f7864d97c4eeb2c15af11b5a5f5edf0207c9602ec9cb4ad7476a5e215a668cc577bd7
7
- data.tar.gz: a3b9caab8ba19680b22226e943e9005b6fb4421af11d7e09de024f4c8ab787dfe8958b70011d4ea437db8ae9397216baafb730241bcba005730cce6010391692
6
+ metadata.gz: 7fd48a3aabf6870797ef11a7cb74d9cae5ff3b638bbe05c8442e4218f572ce72784b199247ea04b472572263cb7c337b6745b50155b22837527475480691b8f1
7
+ data.tar.gz: d1438ae1388998c9ee7626de523605545c1d6595eab9c54be02f3f704817dae1ff77a3e0168617ce56dd3975f4841b7d2f3e6fb438b371edaf1ca7271cd77297
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.11.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230707
6
+
3
7
  ### v0.10.0 (2023-06-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20230616
@@ -892,6 +892,11 @@ module Google
892
892
  # @return [Array<Google::Apis::DataformV1beta1::Target>]
893
893
  attr_accessor :included_targets
894
894
 
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
+
895
900
  # Optional. When set to true, transitive dependencies of included actions will
896
901
  # be executed.
897
902
  # Corresponds to the JSON property `transitiveDependenciesIncluded`
@@ -915,6 +920,7 @@ module Google
915
920
  @fully_refresh_incremental_tables_enabled = args[:fully_refresh_incremental_tables_enabled] if args.key?(:fully_refresh_incremental_tables_enabled)
916
921
  @included_tags = args[:included_tags] if args.key?(:included_tags)
917
922
  @included_targets = args[:included_targets] if args.key?(:included_targets)
923
+ @service_account = args[:service_account] if args.key?(:service_account)
918
924
  @transitive_dependencies_included = args[:transitive_dependencies_included] if args.key?(:transitive_dependencies_included)
919
925
  @transitive_dependents_included = args[:transitive_dependents_included] if args.key?(:transitive_dependents_included)
920
926
  end
@@ -1903,6 +1909,11 @@ module Google
1903
1909
  # @return [String]
1904
1910
  attr_accessor :npmrc_environment_variables_secret_version
1905
1911
 
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
+
1906
1917
  # Configures workspace compilation overrides for a repository. Primarily used by
1907
1918
  # the UI (`console.cloud.google.com`). `schema_suffix` and `table_prefix` can
1908
1919
  # have a special expression - `$`workspaceName``, which refers to the workspace
@@ -1924,6 +1935,7 @@ module Google
1924
1935
  @git_remote_settings = args[:git_remote_settings] if args.key?(:git_remote_settings)
1925
1936
  @name = args[:name] if args.key?(:name)
1926
1937
  @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)
1927
1939
  @workspace_compilation_overrides = args[:workspace_compilation_overrides] if args.key?(:workspace_compilation_overrides)
1928
1940
  end
1929
1941
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataformV1beta1
18
18
  # Version of the google-apis-dataform_v1beta1 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.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230616"
25
+ REVISION = "20230707"
26
26
  end
27
27
  end
28
28
  end
@@ -691,6 +691,7 @@ module Google
691
691
  collection :included_tags, as: 'includedTags'
692
692
  collection :included_targets, as: 'includedTargets', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
693
693
 
694
+ property :service_account, as: 'serviceAccount'
694
695
  property :transitive_dependencies_included, as: 'transitiveDependenciesIncluded'
695
696
  property :transitive_dependents_included, as: 'transitiveDependentsIncluded'
696
697
  end
@@ -973,6 +974,7 @@ module Google
973
974
 
974
975
  property :name, as: 'name'
975
976
  property :npmrc_environment_variables_secret_version, as: 'npmrcEnvironmentVariablesSecretVersion'
977
+ property :service_account, as: 'serviceAccount'
976
978
  property :workspace_compilation_overrides, as: 'workspaceCompilationOverrides', class: Google::Apis::DataformV1beta1::WorkspaceCompilationOverrides, decorator: Google::Apis::DataformV1beta1::WorkspaceCompilationOverrides::Representation
977
979
 
978
980
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataform_v1beta1
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
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-25 00:00:00.000000000 Z
11
+ date: 2023-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []