google-apis-dataform_v1beta1 0.25.0 → 0.26.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2426ebb7be561375c7b25fc2ec819bdf778a048fcc57a2a929a480a6f27a3913
|
4
|
+
data.tar.gz: ab5307daf6577793cbf63cf68c2c126b4aeecbeb128166582722da20c2a7a3d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 518772aebfafc4a3b089e866e69618a0d2cf5c87c2cfd4c24a91c5495ac90ebb67fd63a9b0000339038e4b3fe5033c520b5cf5fd9b1f4d3d1b6e5944aebe24fe
|
7
|
+
data.tar.gz: adb9466af8c8ae4c1b871fbdcbfd8ff5810ff3f8daec492d0dda794b3468791e3121aad9b04b77b34ff0e019589d52438b613788adb4bfe1b5b19b7590932a70
|
data/CHANGELOG.md
CHANGED
@@ -2193,7 +2193,7 @@ module Google
|
|
2193
2193
|
# @return [Hash<String,String>]
|
2194
2194
|
attr_accessor :labels
|
2195
2195
|
|
2196
|
-
#
|
2196
|
+
# Identifier. The repository's name.
|
2197
2197
|
# Corresponds to the JSON property `name`
|
2198
2198
|
# @return [String]
|
2199
2199
|
attr_accessor :name
|
@@ -2792,7 +2792,7 @@ module Google
|
|
2792
2792
|
class Workspace
|
2793
2793
|
include Google::Apis::Core::Hashable
|
2794
2794
|
|
2795
|
-
#
|
2795
|
+
# Identifier. The workspace's name.
|
2796
2796
|
# Corresponds to the JSON property `name`
|
2797
2797
|
# @return [String]
|
2798
2798
|
attr_accessor :name
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240310"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -582,7 +582,7 @@ module Google
|
|
582
582
|
|
583
583
|
# Updates a single Repository.
|
584
584
|
# @param [String] name
|
585
|
-
#
|
585
|
+
# Identifier. The repository's name.
|
586
586
|
# @param [Google::Apis::DataformV1beta1::Repository] repository_object
|
587
587
|
# @param [String] update_mask
|
588
588
|
# Optional. Specifies the fields to be updated in the repository. If left unset,
|
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.
|
4
|
+
version: 0.26.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-03-
|
11
|
+
date: 2024-03-17 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.26.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: []
|