google-apis-dataplex_v1 0.53.0 → 0.54.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: 4e45b266913b56121b817df796889187d742d836c8a4253ec190a669766b7c1f
4
- data.tar.gz: 656579f2418d7c6f1e1eebb65192b2100dd22b70070d3bc5feae6bc6216ca572
3
+ metadata.gz: 82a2a14975955cf3e91ea7feeeb6b8b1d952ed4d1296a9cac8ecd8fe54354889
4
+ data.tar.gz: 3c806b1679d956503726abea766c97ac61556969e2f8227da72e0c5422d879ba
5
5
  SHA512:
6
- metadata.gz: 55c8d18cd46b3f1e6c066bc6621e18b2fcec03866cc1472adbba1875ee199861c6997a12f8a618f2da090f488285fa8185b47561ce2fff5487157869baaca790
7
- data.tar.gz: b29d8e0e071b0affb73bd279e49f74b6b5e129ccdd55c9253cbdbb852d4308038b3f24e892866f5f776e80284f95143bb00bd4d90c286ad4350b772de786458c
6
+ metadata.gz: 163cad555814a31d7e0afee176e70d48ca21a3ab3ba36cc38ee4f701cbc6550c2485fbb0cf4843cecec9d80bc3cc3ff156f9065e647e10fa777a57a5bb06f31c
7
+ data.tar.gz: 30d5a403f1f160f216d80abd05f3542dfe97b4f3470611f45bed7f5d5cdd03b2f2c2401d9d3ba2a3b4e4b4044f586505112d14f14da173c2179ea112415ab029
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.54.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240410
6
+
3
7
  ### v0.53.0 (2024-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20240325
@@ -3950,9 +3950,10 @@ module Google
3950
3950
  class GoogleCloudDataplexV1Entry
3951
3951
  include Google::Apis::Core::Hashable
3952
3952
 
3953
- # Optional. The Aspects attached to the Entry. The key is either the resource
3954
- # name of the aspect type (if the aspect is attached directly to the entry) or "
3955
- # aspectType@path" if the aspect is attached to an entry's path.
3953
+ # Optional. The Aspects attached to the Entry. The format for the key can be one
3954
+ # of the following: 1. `projectId`.`locationId`.`aspectTypeId` (if the aspect is
3955
+ # attached directly to the entry) 2. `projectId`.`locationId`.`aspectTypeId`@`
3956
+ # path` (if the aspect is attached to an entry's path)
3956
3957
  # Corresponds to the JSON property `aspects`
3957
3958
  # @return [Hash<String,Google::Apis::DataplexV1::GoogleCloudDataplexV1Aspect>]
3958
3959
  attr_accessor :aspects
@@ -6009,46 +6010,11 @@ module Google
6009
6010
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry]
6010
6011
  attr_accessor :dataplex_entry
6011
6012
 
6012
- # Entry description.
6013
- # Corresponds to the JSON property `description`
6014
- # @return [String]
6015
- attr_accessor :description
6016
-
6017
- # Display name.
6018
- # Corresponds to the JSON property `displayName`
6019
- # @return [String]
6020
- attr_accessor :display_name
6021
-
6022
- # Resource name of the entry.
6023
- # Corresponds to the JSON property `entry`
6024
- # @return [String]
6025
- attr_accessor :entry
6026
-
6027
- # The entry type.
6028
- # Corresponds to the JSON property `entryType`
6029
- # @return [String]
6030
- attr_accessor :entry_type
6031
-
6032
- # Fully qualified name.
6033
- # Corresponds to the JSON property `fullyQualifiedName`
6034
- # @return [String]
6035
- attr_accessor :fully_qualified_name
6036
-
6037
6013
  # Linked resource name.
6038
6014
  # Corresponds to the JSON property `linkedResource`
6039
6015
  # @return [String]
6040
6016
  attr_accessor :linked_resource
6041
6017
 
6042
- # The last modification timestamp.
6043
- # Corresponds to the JSON property `modifyTime`
6044
- # @return [String]
6045
- attr_accessor :modify_time
6046
-
6047
- # Relative resource name.
6048
- # Corresponds to the JSON property `relativeResource`
6049
- # @return [String]
6050
- attr_accessor :relative_resource
6051
-
6052
6018
  # Snippets for the entry, contains HTML-style highlighting for matched tokens,
6053
6019
  # will be used in UI.
6054
6020
  # Corresponds to the JSON property `snippets`
@@ -6062,14 +6028,7 @@ module Google
6062
6028
  # Update properties of this object
6063
6029
  def update!(**args)
6064
6030
  @dataplex_entry = args[:dataplex_entry] if args.key?(:dataplex_entry)
6065
- @description = args[:description] if args.key?(:description)
6066
- @display_name = args[:display_name] if args.key?(:display_name)
6067
- @entry = args[:entry] if args.key?(:entry)
6068
- @entry_type = args[:entry_type] if args.key?(:entry_type)
6069
- @fully_qualified_name = args[:fully_qualified_name] if args.key?(:fully_qualified_name)
6070
6031
  @linked_resource = args[:linked_resource] if args.key?(:linked_resource)
6071
- @modify_time = args[:modify_time] if args.key?(:modify_time)
6072
- @relative_resource = args[:relative_resource] if args.key?(:relative_resource)
6073
6032
  @snippets = args[:snippets] if args.key?(:snippets)
6074
6033
  end
6075
6034
  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.53.0"
19
+ GEM_VERSION = "0.54.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 = "20240325"
25
+ REVISION = "20240410"
26
26
  end
27
27
  end
28
28
  end
@@ -2844,14 +2844,7 @@ module Google
2844
2844
  class Representation < Google::Apis::Core::JsonRepresentation
2845
2845
  property :dataplex_entry, as: 'dataplexEntry', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry::Representation
2846
2846
 
2847
- property :description, as: 'description'
2848
- property :display_name, as: 'displayName'
2849
- property :entry, as: 'entry'
2850
- property :entry_type, as: 'entryType'
2851
- property :fully_qualified_name, as: 'fullyQualifiedName'
2852
2847
  property :linked_resource, as: 'linkedResource'
2853
- property :modify_time, as: 'modifyTime'
2854
- property :relative_resource, as: 'relativeResource'
2855
2848
  property :snippets, as: 'snippets', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1SearchEntriesResultSnippets, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1SearchEntriesResultSnippets::Representation
2856
2849
 
2857
2850
  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.53.0
4
+ version: 0.54.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-31 00:00:00.000000000 Z
11
+ date: 2024-04-21 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.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.54.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: []