google-apis-dataform_v1beta1 0.21.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c077e40b90c762071ce1fb80af8e9f3c38ae3086418cf50e88805706a72eb08
4
- data.tar.gz: a849732d45ae36f12f6b5fd30173e9793caeacba15982b736c5c9463cf164a2b
3
+ metadata.gz: ebaced81d11e02e7429b69ddb52bddbc343f8de7f0ec1d3428ad9828e80c87f3
4
+ data.tar.gz: f6f43e84ca88bf583ed65aa80d4f7e7dcdf8ec329f60e79f679ef2fd6d86da92
5
5
  SHA512:
6
- metadata.gz: b882e986aa663c0126d794029d39ad56521922db8e411947b874b3b5cda981e2d3213f703a7338d5d677b6cea8cbf7ad7fd74b60657a7455b0947ef1d88e4a6b
7
- data.tar.gz: 2ff52239cdec111d50066eb55685c838f1eae2894d3aff46013e3fa5834c089574bfa3353cd0d58fa14955196823fd48072ccbe171cbcb74f3cd1513cd01e0a2
6
+ metadata.gz: 509c64d80da26a6dc9c4349bce9bebadb970416e5ca9ec54b99541470be64b9ec70d9971c9b61801f308e8bef1d32b71a04adba1cb1c6b89011ae958e5947522
7
+ data.tar.gz: 4a657a2cc169791c991fa4ae48bf1e6acd1244ada22fdffdbf3af450630f03ad475d91ce8e1a4414b57db5156956581c1685c64734903bf7e47f45e9051debd5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.23.0 (2024-02-11)
4
+
5
+ * Regenerated from discovery document revision 20240203
6
+
7
+ ### v0.22.0 (2024-02-04)
8
+
9
+ * Regenerated from discovery document revision 20240127
10
+
3
11
  ### v0.21.0 (2024-01-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20240121
@@ -528,9 +528,8 @@ module Google
528
528
  # @return [String]
529
529
  attr_accessor :name
530
530
 
531
- # Immutable. The name of the release config to compile. The release config's '
532
- # current_compilation_result' field will be updated to this compilation result.
533
- # Must be in the format `projects/*/locations/*/repositories/*/releaseConfigs/*`.
531
+ # Immutable. The name of the release config to compile. Must be in the format `
532
+ # projects/*/locations/*/repositories/*/releaseConfigs/*`.
534
533
  # Corresponds to the JSON property `releaseConfig`
535
534
  # @return [String]
536
535
  attr_accessor :release_config
@@ -2096,11 +2095,12 @@ module Google
2096
2095
  attr_accessor :recent_scheduled_release_records
2097
2096
 
2098
2097
  # Optional. The name of the currently released compilation result for this
2099
- # release config. This value is updated when a compilation result is created
2100
- # from this release config, or when this resource is updated by API call (
2101
- # perhaps to roll back to an earlier release). The compilation result must have
2102
- # been created using this release config. Must be in the format `projects/*/
2103
- # locations/*/repositories/*/compilationResults/*`.
2098
+ # release config. This value is updated when a compilation result is
2099
+ # automatically created from this release config (using cron_schedule), or when
2100
+ # this resource is updated by API call (perhaps to roll back to an earlier
2101
+ # release). The compilation result must have been created using this release
2102
+ # config. Must be in the format `projects/*/locations/*/repositories/*/
2103
+ # compilationResults/*`.
2104
2104
  # Corresponds to the JSON property `releaseCompilationResult`
2105
2105
  # @return [String]
2106
2106
  attr_accessor :release_compilation_result
@@ -2173,6 +2173,11 @@ module Google
2173
2173
  class Repository
2174
2174
  include Google::Apis::Core::Hashable
2175
2175
 
2176
+ # Output only. The timestamp of when the repository was created.
2177
+ # Corresponds to the JSON property `createTime`
2178
+ # @return [String]
2179
+ attr_accessor :create_time
2180
+
2176
2181
  # Optional. The repository's user-friendly name.
2177
2182
  # Corresponds to the JSON property `displayName`
2178
2183
  # @return [String]
@@ -2233,6 +2238,7 @@ module Google
2233
2238
 
2234
2239
  # Update properties of this object
2235
2240
  def update!(**args)
2241
+ @create_time = args[:create_time] if args.key?(:create_time)
2236
2242
  @display_name = args[:display_name] if args.key?(:display_name)
2237
2243
  @git_remote_settings = args[:git_remote_settings] if args.key?(:git_remote_settings)
2238
2244
  @labels = args[:labels] if args.key?(:labels)
@@ -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.21.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240121"
25
+ REVISION = "20240203"
26
26
  end
27
27
  end
28
28
  end
@@ -1143,6 +1143,7 @@ module Google
1143
1143
  class Repository
1144
1144
  # @private
1145
1145
  class Representation < Google::Apis::Core::JsonRepresentation
1146
+ property :create_time, as: 'createTime'
1146
1147
  property :display_name, as: 'displayName'
1147
1148
  property :git_remote_settings, as: 'gitRemoteSettings', class: Google::Apis::DataformV1beta1::GitRemoteSettings, decorator: Google::Apis::DataformV1beta1::GitRemoteSettings::Representation
1148
1149
 
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.21.0
4
+ version: 0.23.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: 2024-01-28 00:00:00.000000000 Z
11
+ date: 2024-02-11 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.23.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: []