google-apis-dataplex_v1 0.92.0 → 0.93.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc0ca2e58cb613f9a2b1383708dc36593c267490ecd37d7739d2ebe0a73b48e6
|
|
4
|
+
data.tar.gz: c267e7864c53dbabe28512296627dd342931371b4e07c6e98aca3522bee256ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1a0b713a9bc505ed53e82fe3680548df4dc1d2a1e50c59790e4e268dedca5ffabb42d55b520527afadeb2e745a585ca949ecf5313c57179f5b78dc24fe3dc9d
|
|
7
|
+
data.tar.gz: d320b0af186a6b8d14068f6e95a81821007f0fffcc57714d54b3eef3f6fdd6ecd25cf0c76d6298d4e596c1f33f5eafccc300efea2546e2682960e1902c2f8ccf
|
data/CHANGELOG.md
CHANGED
|
@@ -8863,12 +8863,6 @@ module Google
|
|
|
8863
8863
|
class GoogleCloudDataplexV1LookupContextRequest
|
|
8864
8864
|
include Google::Apis::Core::Hashable
|
|
8865
8865
|
|
|
8866
|
-
# Optional. The text representing contextual information for which metadata
|
|
8867
|
-
# context is being requested.
|
|
8868
|
-
# Corresponds to the JSON property `context`
|
|
8869
|
-
# @return [String]
|
|
8870
|
-
attr_accessor :context
|
|
8871
|
-
|
|
8872
8866
|
# Optional. Allows to configure the context.Supported options: format - The
|
|
8873
8867
|
# format of the context (one of yaml, xml, json, default is yaml).
|
|
8874
8868
|
# context_budget - If provided, the output will be intelligently truncated on a
|
|
@@ -8894,7 +8888,6 @@ module Google
|
|
|
8894
8888
|
|
|
8895
8889
|
# Update properties of this object
|
|
8896
8890
|
def update!(**args)
|
|
8897
|
-
@context = args[:context] if args.key?(:context)
|
|
8898
8891
|
@options = args[:options] if args.key?(:options)
|
|
8899
8892
|
@resources = args[:resources] if args.key?(:resources)
|
|
8900
8893
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataplexV1
|
|
18
18
|
# Version of the google-apis-dataplex_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.93.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 = "
|
|
25
|
+
REVISION = "20260713"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -4231,7 +4231,6 @@ module Google
|
|
|
4231
4231
|
class GoogleCloudDataplexV1LookupContextRequest
|
|
4232
4232
|
# @private
|
|
4233
4233
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4234
|
-
property :context, as: 'context'
|
|
4235
4234
|
hash :options, as: 'options'
|
|
4236
4235
|
collection :resources, as: 'resources'
|
|
4237
4236
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dataplex_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.93.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-dataplex_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.93.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|