google-apis-datacatalog_v1beta1 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: 3f9c002d0b6198a06fe3b29d4865110422f54a64d161a730daa0a317e7d0c283
4
- data.tar.gz: 522bf6c9385bcd2c207169eafb4a3a2002c52d377edc8cc205bacab306bcae65
3
+ metadata.gz: 5d2ffe6628e56d0f17fcf1e7eadd5c5d3bd4dbcdf0b5403f2f1b66da2da83c1b
4
+ data.tar.gz: 10264fd5235a2cb84118986d45480e1c4466810f5ab8fe7ab11e66f87d8a253b
5
5
  SHA512:
6
- metadata.gz: d1f643b3fd4ea8f7cc70d42543dd6e7f92e972947f79222a7d5150f8cfa6708b3d324a6d00e0402bd672c3be94f3e49fa7e492b5d50d4e411131a12dcfaf2a7e
7
- data.tar.gz: 2334574e51643310a6d882d3998cee5944356d7303aaa38edad44b6632aa69beb8e3ec9a20927b82be7643963a9ce39754c817c9f8d062d338acd4cc8b911b08
6
+ metadata.gz: 7ac53eba6626cc3a1c108e60301a29c8a669207794473d702e4c4e437fe02aa513bd7ba6a963e4a9c273148df005fb039a231860cce9c4c3ba9365966c843d53
7
+ data.tar.gz: ed4f2ab31ecb144f2cf962a1edd7be9622f0f386f373b64094d079abcc105c48d1a401e72d10767b5ed2466f8406d8d306fc75d58d6b6b5e63d51c856cb2fa8e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.3.0 (2021-02-25)
4
+
5
+ * Regenerated from discovery document revision 20210220
6
+
3
7
  ### v0.2.0 (2021-02-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20210205
@@ -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.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.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210205"
25
+ REVISION = "20210220"
26
26
  end
27
27
  end
28
28
  end
@@ -53,12 +53,12 @@ module Google
53
53
  # Searches Data Catalog for multiple resources like entries, tags that match a
54
54
  # query. This is a custom method (https://cloud.google.com/apis/design/
55
55
  # custom_methods) and does not return the complete resource, only the resource
56
- # identifier and high level fields. Clients can subsequentally call `Get`
57
- # methods. Note that Data Catalog search queries do not guarantee full recall.
58
- # Query results that match your query may not be returned, even in subsequent
59
- # result pages. Also note that results returned (and not returned) can vary
60
- # across repeated search queries. See [Data Catalog Search Syntax](https://cloud.
61
- # google.com/data-catalog/docs/how-to/search-reference) for more information.
56
+ # identifier and high level fields. Clients can subsequently call `Get` methods.
57
+ # Note that Data Catalog search queries do not guarantee full recall. Query
58
+ # results that match your query may not be returned, even in subsequent result
59
+ # pages. Also note that results returned (and not returned) can vary across
60
+ # repeated search queries. See [Data Catalog Search Syntax](https://cloud.google.
61
+ # com/data-catalog/docs/how-to/search-reference) for more information.
62
62
  # @param [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1SearchCatalogRequest] google_cloud_datacatalog_v1beta1_search_catalog_request_object
63
63
  # @param [String] fields
64
64
  # Selector specifying which fields to include in a partial response.
@@ -339,8 +339,9 @@ module Google
339
339
  # in this name.
340
340
  # @param [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1EntryGroup] google_cloud_datacatalog_v1beta1_entry_group_object
341
341
  # @param [String] update_mask
342
- # The fields to update on the entry group. If absent or empty, all modifiable
343
- # fields are updated.
342
+ # Names of fields whose values to overwrite on an entry group. If this parameter
343
+ # is absent or empty, all modifiable fields are overwritten. If such fields are
344
+ # non-required and omitted in the request body, their values are emptied.
344
345
  # @param [String] fields
345
346
  # Selector specifying which fields to include in a partial response.
346
347
  # @param [String] quota_user
@@ -657,13 +658,15 @@ module Google
657
658
  # resources may not actually be stored in the location in this name.
658
659
  # @param [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1Entry] google_cloud_datacatalog_v1beta1_entry_object
659
660
  # @param [String] update_mask
660
- # The fields to update on the entry. If absent or empty, all modifiable fields
661
- # are updated. The following fields are modifiable: * For entries with type `
662
- # DATA_STREAM`: * `schema` * For entries with type `FILESET` * `schema` * `
663
- # display_name` * `description` * `gcs_fileset_spec` * `gcs_fileset_spec.
664
- # file_patterns` * For entries with `user_specified_type` * `schema` * `
665
- # display_name` * `description` * user_specified_type * user_specified_system *
666
- # linked_resource * source_system_timestamps
661
+ # Names of fields whose values to overwrite on an entry. If this parameter is
662
+ # absent or empty, all modifiable fields are overwritten. If such fields are non-
663
+ # required and omitted in the request body, their values are emptied. The
664
+ # following fields are modifiable: * For entries with type `DATA_STREAM`: * `
665
+ # schema` * For entries with type `FILESET`: * `schema` * `display_name` * `
666
+ # description` * `gcs_fileset_spec` * `gcs_fileset_spec.file_patterns` * For
667
+ # entries with `user_specified_type`: * `schema` * `display_name` * `description`
668
+ # * `user_specified_type` * `user_specified_system` * `linked_resource` * `
669
+ # source_system_timestamps`
667
670
  # @param [String] fields
668
671
  # Selector specifying which fields to include in a partial response.
669
672
  # @param [String] quota_user
@@ -854,8 +857,11 @@ module Google
854
857
  # may not actually be stored in the location in this name.
855
858
  # @param [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1Tag] google_cloud_datacatalog_v1beta1_tag_object
856
859
  # @param [String] update_mask
857
- # The fields to update on the Tag. If absent or empty, all modifiable fields are
858
- # updated. Currently the only modifiable field is the field `fields`.
860
+ # Note: Currently, this parameter can only take `"fields"` as value. Names of
861
+ # fields whose values to overwrite on a tag. Currently, a tag has the only
862
+ # modifiable field with the name `fields`. In general, if this parameter is
863
+ # absent or empty, all modifiable fields are overwritten. If such fields are non-
864
+ # required and omitted in the request body, their values are emptied.
859
865
  # @param [String] fields
860
866
  # Selector specifying which fields to include in a partial response.
861
867
  # @param [String] quota_user
@@ -1007,8 +1013,11 @@ module Google
1007
1013
  # may not actually be stored in the location in this name.
1008
1014
  # @param [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1Tag] google_cloud_datacatalog_v1beta1_tag_object
1009
1015
  # @param [String] update_mask
1010
- # The fields to update on the Tag. If absent or empty, all modifiable fields are
1011
- # updated. Currently the only modifiable field is the field `fields`.
1016
+ # Note: Currently, this parameter can only take `"fields"` as value. Names of
1017
+ # fields whose values to overwrite on a tag. Currently, a tag has the only
1018
+ # modifiable field with the name `fields`. In general, if this parameter is
1019
+ # absent or empty, all modifiable fields are overwritten. If such fields are non-
1020
+ # required and omitted in the request body, their values are emptied.
1012
1021
  # @param [String] fields
1013
1022
  # Selector specifying which fields to include in a partial response.
1014
1023
  # @param [String] quota_user
@@ -1205,9 +1214,10 @@ module Google
1205
1214
  # in this name.
1206
1215
  # @param [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1TagTemplate] google_cloud_datacatalog_v1beta1_tag_template_object
1207
1216
  # @param [String] update_mask
1208
- # The field mask specifies the parts of the template to overwrite. Allowed
1209
- # fields: * `display_name` If absent or empty, all of the allowed fields above
1210
- # will be updated.
1217
+ # Names of fields whose values to overwrite on a tag template. Currently, only `
1218
+ # display_name` can be overwritten. In general, if this parameter is absent or
1219
+ # empty, all modifiable fields are overwritten. If such fields are non-required
1220
+ # and omitted in the request body, their values are emptied.
1211
1221
  # @param [String] fields
1212
1222
  # Selector specifying which fields to include in a partial response.
1213
1223
  # @param [String] quota_user
@@ -1412,13 +1422,15 @@ module Google
1412
1422
  # tag_template_field_id`
1413
1423
  # @param [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1TagTemplateField] google_cloud_datacatalog_v1beta1_tag_template_field_object
1414
1424
  # @param [String] update_mask
1415
- # Optional. The field mask specifies the parts of the template to be updated.
1416
- # Allowed fields: * `display_name` * `type.enum_type` * `is_required` If `
1417
- # update_mask` is not set or empty, all of the allowed fields above will be
1418
- # updated. When updating an enum type, the provided values will be merged with
1419
- # the existing values. Therefore, enum values can only be added, existing enum
1420
- # values cannot be deleted nor renamed. Updating a template field from optional
1421
- # to required is NOT allowed.
1425
+ # Optional. Names of fields whose values to overwrite on an individual field of
1426
+ # a tag template. The following fields are modifiable: * `display_name` * `type.
1427
+ # enum_type` * `is_required` If this parameter is absent or empty, all
1428
+ # modifiable fields are overwritten. If such fields are non-required and omitted
1429
+ # in the request body, their values are emptied with one exception: when
1430
+ # updating an enum type, the provided values are merged with the existing values.
1431
+ # Therefore, enum values can only be added, existing enum values cannot be
1432
+ # deleted or renamed. Additionally, updating a template field from optional to
1433
+ # required is *not* allowed.
1422
1434
  # @param [String] fields
1423
1435
  # Selector specifying which fields to include in a partial response.
1424
1436
  # @param [String] quota_user
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.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: 2021-02-15 00:00:00.000000000 Z
11
+ date: 2021-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datacatalog_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datacatalog_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.11
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Google Cloud Data Catalog API V1beta1