google-apis-datacatalog_v1 0.49.0 → 0.50.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: d77ba79a7a60d4aab5deae816ed3acc89cb77370b2ca2672013f8b79780b77aa
4
- data.tar.gz: 7b204d740fb52233eaa3175464500f9571b7de7c57973ee8b3d3d6847c43ff33
3
+ metadata.gz: 2405f8f415aa6cd0e4d85c76099194ce0712b181f2ebc0e7352a676387179b40
4
+ data.tar.gz: 0377efd037539a0614324da39220be692ceea31988215dc2bc0d94257f570000
5
5
  SHA512:
6
- metadata.gz: 6d7b6dd7b90e9078c14e6c7f306648255410b5472f3e40363427df931c850a40b8ec433191cf1871cb45ee0d584ff064e711efe0bfe6fc0f93ccbf5dcbe0acad
7
- data.tar.gz: 27d86750a65bdf098c6c8a6e2807e1fc91a84c3d725ef78e8d41e6db49efdfdacd30dbb2ddb419e7148cb25d95a2ea13ce29762bc3fb598c0f84073ba8997996
6
+ metadata.gz: c4ab04bebadf1a6bee9641b7a2bf3d5c4fdadd4b30fdc62b7de3b5fd20bf38cbfb1debb76c8d30885847cda5da687ffa84501652a8451732b85253c544e4e14e
7
+ data.tar.gz: f6869f747748651880e4ba5b857337150dead3d329b6c895a01381a6c6c958586ea98a39bd4d1baffd2fde6abbdf8c5475397a32cc8293035fc5ae2e78ef3ed8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.50.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240311
6
+
3
7
  ### v0.49.0 (2024-02-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20240220
@@ -1141,9 +1141,9 @@ module Google
1141
1141
  # @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ModelSpec]
1142
1142
  attr_accessor :model_spec
1143
1143
 
1144
- # Output only. The resource name of an entry in URL format. Note: The entry
1145
- # itself and its child resources might not be stored in the location specified
1146
- # in its name.
1144
+ # Output only. Identifier. The resource name of an entry in URL format. Note:
1145
+ # The entry itself and its child resources might not be stored in the location
1146
+ # specified in its name.
1147
1147
  # Corresponds to the JSON property `name`
1148
1148
  # @return [String]
1149
1149
  attr_accessor :name
@@ -1275,9 +1275,9 @@ module Google
1275
1275
  # @return [String]
1276
1276
  attr_accessor :display_name
1277
1277
 
1278
- # The resource name of the entry group in URL format. Note: The entry group
1279
- # itself and its child resources might not be stored in the location specified
1280
- # in its name.
1278
+ # Identifier. The resource name of the entry group in URL format. Note: The
1279
+ # entry group itself and its child resources might not be stored in the location
1280
+ # specified in its name.
1281
1281
  # Corresponds to the JSON property `name`
1282
1282
  # @return [String]
1283
1283
  attr_accessor :name
@@ -2929,9 +2929,9 @@ module Google
2929
2929
  # @return [Hash<String,Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagField>]
2930
2930
  attr_accessor :fields
2931
2931
 
2932
- # The resource name of the tag in URL format where tag ID is a system-generated
2933
- # identifier. Note: The tag itself might not be stored in the location specified
2934
- # in its name.
2932
+ # Identifier. The resource name of the tag in URL format where tag ID is a
2933
+ # system-generated identifier. Note: The tag itself might not be stored in the
2934
+ # location specified in its name.
2935
2935
  # Corresponds to the JSON property `name`
2936
2936
  # @return [String]
2937
2937
  attr_accessor :name
@@ -3087,9 +3087,9 @@ module Google
3087
3087
  attr_accessor :is_publicly_readable
3088
3088
  alias_method :is_publicly_readable?, :is_publicly_readable
3089
3089
 
3090
- # The resource name of the tag template in URL format. Note: The tag template
3091
- # itself and its child resources might not be stored in the location specified
3092
- # in its name.
3090
+ # Identifier. The resource name of the tag template in URL format. Note: The tag
3091
+ # template itself and its child resources might not be stored in the location
3092
+ # specified in its name.
3093
3093
  # Corresponds to the JSON property `name`
3094
3094
  # @return [String]
3095
3095
  attr_accessor :name
@@ -3130,12 +3130,12 @@ module Google
3130
3130
  attr_accessor :is_required
3131
3131
  alias_method :is_required?, :is_required
3132
3132
 
3133
- # Output only. The resource name of the tag template field in URL format.
3134
- # Example: `projects/`PROJECT_ID`/locations/`LOCATION`/tagTemplates/`
3135
- # TAG_TEMPLATE`/fields/`FIELD`` Note: The tag template field itself might not be
3136
- # stored in the location specified in its name. The name must contain only
3137
- # letters (a-z, A-Z), numbers (0-9), or underscores (_), and must start with a
3138
- # letter or underscore. The maximum length is 64 characters.
3133
+ # Identifier. The resource name of the tag template field in URL format. Example:
3134
+ # `projects/`PROJECT_ID`/locations/`LOCATION`/tagTemplates/`TAG_TEMPLATE`/
3135
+ # fields/`FIELD`` Note: The tag template field itself might not be stored in the
3136
+ # location specified in its name. The name must contain only letters (a-z, A-Z),
3137
+ # numbers (0-9), or underscores (_), and must start with a letter or underscore.
3138
+ # The maximum length is 64 characters.
3139
3139
  # Corresponds to the JSON property `name`
3140
3140
  # @return [String]
3141
3141
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatacatalogV1
18
18
  # Version of the google-apis-datacatalog_v1 gem
19
- GEM_VERSION = "0.49.0"
19
+ GEM_VERSION = "0.50.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 = "20240220"
25
+ REVISION = "20240311"
26
26
  end
27
27
  end
28
28
  end
@@ -365,9 +365,9 @@ module Google
365
365
  # Data Catalog resource project](https://cloud.google.com/data-catalog/docs/
366
366
  # concepts/resource-project).
367
367
  # @param [String] name
368
- # The resource name of the entry group in URL format. Note: The entry group
369
- # itself and its child resources might not be stored in the location specified
370
- # in its name.
368
+ # Identifier. The resource name of the entry group in URL format. Note: The
369
+ # entry group itself and its child resources might not be stored in the location
370
+ # specified in its name.
371
371
  # @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1EntryGroup] google_cloud_datacatalog_v1_entry_group_object
372
372
  # @param [String] update_mask
373
373
  # Names of fields whose values to overwrite on an entry group. If this parameter
@@ -799,9 +799,9 @@ module Google
799
799
  # Catalog resource project](https://cloud.google.com/data-catalog/docs/concepts/
800
800
  # resource-project).
801
801
  # @param [String] name
802
- # Output only. The resource name of an entry in URL format. Note: The entry
803
- # itself and its child resources might not be stored in the location specified
804
- # in its name.
802
+ # Output only. Identifier. The resource name of an entry in URL format. Note:
803
+ # The entry itself and its child resources might not be stored in the location
804
+ # specified in its name.
805
805
  # @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Entry] google_cloud_datacatalog_v1_entry_object
806
806
  # @param [String] update_mask
807
807
  # Names of fields whose values to overwrite on an entry. If this parameter is
@@ -1065,9 +1065,9 @@ module Google
1065
1065
 
1066
1066
  # Updates an existing tag.
1067
1067
  # @param [String] name
1068
- # The resource name of the tag in URL format where tag ID is a system-generated
1069
- # identifier. Note: The tag itself might not be stored in the location specified
1070
- # in its name.
1068
+ # Identifier. The resource name of the tag in URL format where tag ID is a
1069
+ # system-generated identifier. Note: The tag itself might not be stored in the
1070
+ # location specified in its name.
1071
1071
  # @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Tag] google_cloud_datacatalog_v1_tag_object
1072
1072
  # @param [String] update_mask
1073
1073
  # Names of fields whose values to overwrite on a tag. Currently, a tag has the
@@ -1256,9 +1256,9 @@ module Google
1256
1256
 
1257
1257
  # Updates an existing tag.
1258
1258
  # @param [String] name
1259
- # The resource name of the tag in URL format where tag ID is a system-generated
1260
- # identifier. Note: The tag itself might not be stored in the location specified
1261
- # in its name.
1259
+ # Identifier. The resource name of the tag in URL format where tag ID is a
1260
+ # system-generated identifier. Note: The tag itself might not be stored in the
1261
+ # location specified in its name.
1262
1262
  # @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Tag] google_cloud_datacatalog_v1_tag_object
1263
1263
  # @param [String] update_mask
1264
1264
  # Names of fields whose values to overwrite on a tag. Currently, a tag has the
@@ -1596,9 +1596,9 @@ module Google
1596
1596
  # resource project](https://cloud.google.com/data-catalog/docs/concepts/resource-
1597
1597
  # project).
1598
1598
  # @param [String] name
1599
- # The resource name of the tag template in URL format. Note: The tag template
1600
- # itself and its child resources might not be stored in the location specified
1601
- # in its name.
1599
+ # Identifier. The resource name of the tag template in URL format. Note: The tag
1600
+ # template itself and its child resources might not be stored in the location
1601
+ # specified in its name.
1602
1602
  # @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TagTemplate] google_cloud_datacatalog_v1_tag_template_object
1603
1603
  # @param [String] update_mask
1604
1604
  # Names of fields whose values to overwrite on a tag template. Currently, only `
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datacatalog_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.49.0
4
+ version: 0.50.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-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-17 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.49.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.50.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1
63
63
  post_install_message:
64
64
  rdoc_options: []