google-apis-dataplex_v1 0.2.0 → 0.3.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: 7cb881d3be3e58139fd259a768efb212d50a413765a8b9a7b27dda4ea61c9289
4
- data.tar.gz: 69ecd28509d29487967c6d2b4d45bf4abc10d939c77e3946286a502c3f0e8427
3
+ metadata.gz: 9b6f6ea4ba3536e5876b29ea0eef4dafc9d9b1b9ce85d9875f27b58c7edab945
4
+ data.tar.gz: ddad77ea1b8b0c2ccd321d7acc416efc3fc2308fbbc29810d876ef47d12adfa2
5
5
  SHA512:
6
- metadata.gz: 734c84bb62f80192d60f348683393b56631dd555e0c4e2f915624138416059082d00c3fbc6357938d62fd4fa5375543368bc38bbe7a864182d948f13a184b603
7
- data.tar.gz: 5e8068aad61a80b7fd77ca7755b6454b02f15cfb9767b4158e5cd0e7da29f77bcd26329e4512188e4f734075d7f2788d2616a3ca68a74c2a6ce41bf656daf0b2
6
+ metadata.gz: 3b0319f111e2b770c16c949736885829bbd0b0fe06ded2fb49479dd4e05b6de7dd5ba8f3fb67998b359c3b92663aedf29109d826a576a25471471b5edcdd5a36
7
+ data.tar.gz: 07c8dc0518d8bd4e9c01d835752613d59154685db889b5c230abb69fcacc2cb10c3b46134adb633a553a4cf533f841308d90589d846445a0fa45e8407c10fdaa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.3.0 (2022-04-07)
4
+
5
+ * Regenerated from discovery document revision 20220328
6
+
3
7
  ### v0.2.0 (2022-03-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20220223
@@ -25,8 +25,7 @@ module Google
25
25
  # A generic empty message that you can re-use to avoid defining duplicated empty
26
26
  # messages in your APIs. A typical example is to use it as the request or the
27
27
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
28
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
29
- # Empty is empty JSON object ``.
28
+ # protobuf.Empty) returns (google.protobuf.Empty); `
30
29
  class Empty
31
30
  include Google::Apis::Core::Hashable
32
31
 
@@ -1051,6 +1050,12 @@ module Google
1051
1050
  # @return [String]
1052
1051
  attr_accessor :partition
1053
1052
 
1053
+ # The locations of the data items (e.g., a Cloud Storage objects) sampled for
1054
+ # metadata inference.
1055
+ # Corresponds to the JSON property `sampledDataLocations`
1056
+ # @return [Array<String>]
1057
+ attr_accessor :sampled_data_locations
1058
+
1054
1059
  # The type of the containing entity resource.
1055
1060
  # Corresponds to the JSON property `type`
1056
1061
  # @return [String]
@@ -1064,6 +1069,7 @@ module Google
1064
1069
  def update!(**args)
1065
1070
  @entity = args[:entity] if args.key?(:entity)
1066
1071
  @partition = args[:partition] if args.key?(:partition)
1072
+ @sampled_data_locations = args[:sampled_data_locations] if args.key?(:sampled_data_locations)
1067
1073
  @type = args[:type] if args.key?(:type)
1068
1074
  end
1069
1075
  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.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220223"
25
+ REVISION = "20220328"
26
26
  end
27
27
  end
28
28
  end
@@ -873,6 +873,7 @@ module Google
873
873
  class Representation < Google::Apis::Core::JsonRepresentation
874
874
  property :entity, as: 'entity'
875
875
  property :partition, as: 'partition'
876
+ collection :sampled_data_locations, as: 'sampledDataLocations'
876
877
  property :type, as: 'type'
877
878
  end
878
879
  end
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.2.0
4
+ version: 0.3.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: 2022-03-07 00:00:00.000000000 Z
11
+ date: 2022-04-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-dataplex_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.3.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: []