google-apis-dataplex_v1 0.23.0 → 0.24.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: 7265520546c79654ef1c98c32a47d1f509d15ae1ff5fb11a506b4392d4abc911
|
|
4
|
+
data.tar.gz: 9f64bb9ff5de1152caeb9a9b2aec0041ef648a9951454aa40b0e7748c6138c99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e48a445933561979931ae956ef8eb3cf7ef87885b4444e6da0d34fb78159b538bd31d959ed5e96de01f8b0284cb1f475f43ebefca545551c46433c0043a7c7e2
|
|
7
|
+
data.tar.gz: d42cdd3748292abd671e1a87daa12914d019655d600e48fc58345adc03ec4631d7e80f5d28528edda80c18e0b5ed7edd38513c165a6e3849e0face336c921560
|
data/CHANGELOG.md
CHANGED
|
@@ -2798,7 +2798,7 @@ module Google
|
|
|
2798
2798
|
# @return [String]
|
|
2799
2799
|
attr_accessor :display_name
|
|
2800
2800
|
|
|
2801
|
-
#
|
|
2801
|
+
# URI Endpoints to access sessions associated with the Environment.
|
|
2802
2802
|
# Corresponds to the JSON property `endpoints`
|
|
2803
2803
|
# @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentEndpoints]
|
|
2804
2804
|
attr_accessor :endpoints
|
|
@@ -2820,12 +2820,12 @@ module Google
|
|
|
2820
2820
|
# @return [String]
|
|
2821
2821
|
attr_accessor :name
|
|
2822
2822
|
|
|
2823
|
-
#
|
|
2823
|
+
# Configuration for sessions created for this environment.
|
|
2824
2824
|
# Corresponds to the JSON property `sessionSpec`
|
|
2825
2825
|
# @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionSpec]
|
|
2826
2826
|
attr_accessor :session_spec
|
|
2827
2827
|
|
|
2828
|
-
#
|
|
2828
|
+
# Status of sessions created for this environment.
|
|
2829
2829
|
# Corresponds to the JSON property `sessionStatus`
|
|
2830
2830
|
# @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1EnvironmentSessionStatus]
|
|
2831
2831
|
attr_accessor :session_status
|
|
@@ -2868,7 +2868,7 @@ module Google
|
|
|
2868
2868
|
end
|
|
2869
2869
|
end
|
|
2870
2870
|
|
|
2871
|
-
#
|
|
2871
|
+
# URI Endpoints to access sessions associated with the Environment.
|
|
2872
2872
|
class GoogleCloudDataplexV1EnvironmentEndpoints
|
|
2873
2873
|
include Google::Apis::Core::Hashable
|
|
2874
2874
|
|
|
@@ -2994,7 +2994,7 @@ module Google
|
|
|
2994
2994
|
end
|
|
2995
2995
|
end
|
|
2996
2996
|
|
|
2997
|
-
#
|
|
2997
|
+
# Configuration for sessions created for this environment.
|
|
2998
2998
|
class GoogleCloudDataplexV1EnvironmentSessionSpec
|
|
2999
2999
|
include Google::Apis::Core::Hashable
|
|
3000
3000
|
|
|
@@ -3024,7 +3024,7 @@ module Google
|
|
|
3024
3024
|
end
|
|
3025
3025
|
end
|
|
3026
3026
|
|
|
3027
|
-
#
|
|
3027
|
+
# Status of sessions created for this environment.
|
|
3028
3028
|
class GoogleCloudDataplexV1EnvironmentSessionStatus
|
|
3029
3029
|
include Google::Apis::Core::Hashable
|
|
3030
3030
|
|
|
@@ -4178,7 +4178,7 @@ module Google
|
|
|
4178
4178
|
# @return [String]
|
|
4179
4179
|
attr_accessor :name
|
|
4180
4180
|
|
|
4181
|
-
#
|
|
4181
|
+
# Output only. State of Session
|
|
4182
4182
|
# Corresponds to the JSON property `state`
|
|
4183
4183
|
# @return [String]
|
|
4184
4184
|
attr_accessor :state
|
|
@@ -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.24.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 = "
|
|
25
|
+
REVISION = "20230220"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -814,9 +814,9 @@ module Google
|
|
|
814
814
|
# Gets a DataScanJob resource.
|
|
815
815
|
# @param [String] name
|
|
816
816
|
# Required. The resource name of the DataScanJob: projects/`project`/locations/`
|
|
817
|
-
# location_id`/dataScans/`data_scan_id`/
|
|
818
|
-
#
|
|
819
|
-
#
|
|
817
|
+
# location_id`/dataScans/`data_scan_id`/jobs/`data_scan_job_id` where project
|
|
818
|
+
# refers to a project_id or project_number and location_id refers to a GCP
|
|
819
|
+
# region.
|
|
820
820
|
# @param [String] view
|
|
821
821
|
# Optional. Select the DataScanJob view to return. Defaults to BASIC.
|
|
822
822
|
# @param [String] fields
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.24.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-02-
|
|
11
|
+
date: 2023-02-26 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-dataplex_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.24.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|