google-apis-datacatalog_v1beta1 0.32.0 → 0.33.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: 21146dc8cce5b92f7a180ea371cdbe6b870b0f0a889584bbd4c2a5ac32dcba3e
4
- data.tar.gz: 2ccf047447d86d2def379b95ac180cc6ef6ff85aef26cb50c90f05f67d3a7baf
3
+ metadata.gz: 225a5828cd7c1d8bab25357206c3463bc4e6376b9c599d874e379430d22ff0c2
4
+ data.tar.gz: 9a9771d36e6ad711b196d7be81dc587b8cd2150aa6b0d59a82509cc4fb8980e4
5
5
  SHA512:
6
- metadata.gz: f8c49a8b6c16bb68e18002de5f1848971c13a1bc575835d6553ac5440ed65d866def48522e5c9075d3cbf35c5b45ead6184b1c4080989bbba328c624c8b984b1
7
- data.tar.gz: 1b38d4d7bc8e539e80517923ea1f3ca949e5f8d774f15096eb00ecf19330882530745743c34c41559efa7091bdc284418f7bcc74595fdee73d10b429e8929ffa
6
+ metadata.gz: 73f269426e1f1c6e5fa5a1f7c1604e2c9076052dd7402bcea157d0807770cc3c467e30cb4edf09f59d49c74a1ef197a5b8d84065e1ddbbc22fc217cba3554b36
7
+ data.tar.gz: 4bd0c01ac34a78a86fe24edd7c05a0453f07a6f5cc7b9a85ce333b9ff860c3fa3cbdc3d7ef7ea6dd1e37ad8c936259706c32254fb88d5098c26b3f37b06efc05
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.33.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230414
6
+
3
7
  ### v0.32.0 (2023-04-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230404
@@ -988,14 +988,10 @@ module Google
988
988
  # @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1FilesetSpec]
989
989
  attr_accessor :fileset_spec
990
990
 
991
- # Fully qualified name (FQN) of the resource. Set automatically for entries
992
- # representing resources from synced systems. Settable only during creation and
993
- # read-only afterwards. Can be used for search and lookup of the entries. FQNs
994
- # take two forms: * For non-regionalized resources: ``SYSTEM`:`PROJECT`.`
995
- # PATH_TO_RESOURCE_SEPARATED_WITH_DOTS`` * For regionalized resources: ``SYSTEM`:
996
- # `PROJECT`.`LOCATION_ID`.`PATH_TO_RESOURCE_SEPARATED_WITH_DOTS`` Example for a
997
- # DPMS table: `dataproc_metastore:`PROJECT_ID`.`LOCATION_ID`.`INSTANCE_ID`.`
998
- # DATABASE_ID`.`TABLE_ID``
991
+ # [Fully Qualified Name (FQN)](https://cloud.google.com//data-catalog/docs/fully-
992
+ # qualified-names) of the resource. Set automatically for entries representing
993
+ # resources from synced systems. Settable only during creation, and read-only
994
+ # later. Can be used for search and lookup of the entries.
999
995
  # Corresponds to the JSON property `fullyQualifiedName`
1000
996
  # @return [String]
1001
997
  attr_accessor :fully_qualified_name
@@ -3001,6 +2997,11 @@ module Google
3001
2997
  # @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1SearchCatalogResult>]
3002
2998
  attr_accessor :results
3003
2999
 
3000
+ # The approximate total number of entries matched by the query.
3001
+ # Corresponds to the JSON property `totalSize`
3002
+ # @return [Fixnum]
3003
+ attr_accessor :total_size
3004
+
3004
3005
  # Unreachable locations. Search result does not include data from those
3005
3006
  # locations. Users can get additional information on the error by repeating the
3006
3007
  # search request with a more restrictive parameter -- setting the value for `
@@ -3017,6 +3018,7 @@ module Google
3017
3018
  def update!(**args)
3018
3019
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3019
3020
  @results = args[:results] if args.key?(:results)
3021
+ @total_size = args[:total_size] if args.key?(:total_size)
3020
3022
  @unreachable = args[:unreachable] if args.key?(:unreachable)
3021
3023
  end
3022
3024
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatacatalogV1beta1
18
18
  # Version of the google-apis-datacatalog_v1beta1 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.33.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 = "20230404"
25
+ REVISION = "20230414"
26
26
  end
27
27
  end
28
28
  end
@@ -1515,6 +1515,7 @@ module Google
1515
1515
  property :next_page_token, as: 'nextPageToken'
1516
1516
  collection :results, as: 'results', class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1SearchCatalogResult, decorator: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1SearchCatalogResult::Representation
1517
1517
 
1518
+ property :total_size, as: 'totalSize'
1518
1519
  collection :unreachable, as: 'unreachable'
1519
1520
  end
1520
1521
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datacatalog_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.33.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-04-16 00:00:00.000000000 Z
11
+ date: 2023-04-23 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-datacatalog_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.33.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []