google-cloud-data_catalog-lineage-v1 0.2.0 → 0.2.1

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: 11b49106a46967f8b3958fb20d0a1363adf0f01a4587832733f59840cc252134
4
- data.tar.gz: 428d07bcee75116f3ed2e3acfdceb3db1c62cf31d406d25c246bbcf2ba5b8ad5
3
+ metadata.gz: 6892951921d80c5bea28b6f153784e5eae08bbdbc7181938e073589593b8ea26
4
+ data.tar.gz: 73c1fb053e22591c99a31ba83b526bae611ff61964eb35f0bcd52f1babc74b43
5
5
  SHA512:
6
- metadata.gz: ea00898395559792fcd3262bcd45b2827a5768a2ec1bc1a483b8213298226cf95ade960f630e4d73e709b9d177d3ee19d5eb5695e835446faeb4edd156911ab8
7
- data.tar.gz: 36fcbbce0e94e2c524fdb0045217d4eae28c61e5793b84ec438da8c84ce022ae1027cef4a58e01259760cb46155e280a4aa660aec95caef87deeb552f79c0127
6
+ metadata.gz: 426fa6291dfdfa2c95edb832fb52c5e18f7c1ec768a459b95dd441ca5c19535c812983ee91b4f414cc2a00466900ad8e3357b5f2b6c92df3b10a648c89ef820e
7
+ data.tar.gz: 81882851ea236b48409f730c7f78d183f9ed999821fcce70e0d3e48089a9e9d0e3435f6fe1d82b83e9af7edd85cbe29d712f174d94775ac9ce5a4e3d72a52792
data/README.md CHANGED
@@ -47,7 +47,7 @@ for general usage information.
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
49
  The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
- or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
50
+ or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
53
53
 
@@ -1496,7 +1496,7 @@ module Google
1496
1496
  # the default parameter values, pass an empty Hash as a request object (see above).
1497
1497
  #
1498
1498
  # @param parent [::String]
1499
- # Required. The project and location you want search in.
1499
+ # Required. The project and location you want search in the format `projects/*/locations/*`
1500
1500
  # @param source [::Google::Cloud::DataCatalog::Lineage::V1::EntityReference, ::Hash]
1501
1501
  # Optional. Send asset information in the **source** field to retrieve all
1502
1502
  # links that lead from the specified asset to downstream assets.
@@ -1618,7 +1618,7 @@ module Google
1618
1618
  # the default parameter values, pass an empty Hash as a request object (see above).
1619
1619
  #
1620
1620
  # @param parent [::String]
1621
- # Required. The project and location where you want to search.
1621
+ # Required. The project and location you want search in the format `projects/*/locations/*`
1622
1622
  # @param links [::Array<::String>]
1623
1623
  # Required. An array of links to check for their associated LineageProcesses.
1624
1624
  #
@@ -1745,9 +1745,9 @@ module Google
1745
1745
  # * (`String`) The path to a service account key file in JSON format
1746
1746
  # * (`Hash`) A service account key as a Hash
1747
1747
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1748
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1748
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1749
1749
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1750
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1750
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1751
1751
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1752
1752
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1753
1753
  # * (`nil`) indicating no credentials
@@ -621,9 +621,9 @@ module Google
621
621
  # * (`String`) The path to a service account key file in JSON format
622
622
  # * (`Hash`) A service account key as a Hash
623
623
  # * (`Google::Auth::Credentials`) A googleauth credentials object
624
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
624
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
625
625
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
626
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
626
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
627
627
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
628
628
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
629
629
  # * (`nil`) indicating no credentials
@@ -1139,7 +1139,7 @@ module Google
1139
1139
  # the default parameter values, pass an empty Hash as a request object (see above).
1140
1140
  #
1141
1141
  # @param parent [::String]
1142
- # Required. The project and location you want search in.
1142
+ # Required. The project and location you want search in the format `projects/*/locations/*`
1143
1143
  # @param source [::Google::Cloud::DataCatalog::Lineage::V1::EntityReference, ::Hash]
1144
1144
  # Optional. Send asset information in the **source** field to retrieve all
1145
1145
  # links that lead from the specified asset to downstream assets.
@@ -1234,7 +1234,7 @@ module Google
1234
1234
  # the default parameter values, pass an empty Hash as a request object (see above).
1235
1235
  #
1236
1236
  # @param parent [::String]
1237
- # Required. The project and location where you want to search.
1237
+ # Required. The project and location you want search in the format `projects/*/locations/*`
1238
1238
  # @param links [::Array<::String>]
1239
1239
  # Required. An array of links to check for their associated LineageProcesses.
1240
1240
  #
@@ -1334,9 +1334,9 @@ module Google
1334
1334
  # * (`String`) The path to a service account key file in JSON format
1335
1335
  # * (`Hash`) A service account key as a Hash
1336
1336
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1337
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1337
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1338
1338
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1339
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1339
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1340
1340
  # * (`nil`) indicating no credentials
1341
1341
  # @return [::Object]
1342
1342
  # @!attribute [rw] scope
@@ -412,9 +412,9 @@ module Google
412
412
  # * (`String`) The path to a service account key file in JSON format
413
413
  # * (`Hash`) A service account key as a Hash
414
414
  # * (`Google::Auth::Credentials`) A googleauth credentials object
415
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
415
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
416
416
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
417
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
417
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
418
418
  # * (`nil`) indicating no credentials
419
419
  # @return [::Object]
420
420
  # @!attribute [rw] scope
@@ -22,7 +22,7 @@ module Google
22
22
  module DataCatalog
23
23
  module Lineage
24
24
  module V1
25
- VERSION = "0.2.0"
25
+ VERSION = "0.2.1"
26
26
  end
27
27
  end
28
28
  end
@@ -35,7 +35,9 @@ module Google
35
35
  # Details about how and where to publish client libraries.
36
36
  # @!attribute [rw] version
37
37
  # @return [::String]
38
- # Version of the API to apply these settings to.
38
+ # Version of the API to apply these settings to. This is the full protobuf
39
+ # package for the API, ending in the version element.
40
+ # Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
39
41
  # @!attribute [rw] launch_stage
40
42
  # @return [::Google::Api::LaunchStage]
41
43
  # Launch stage of this version of the API.
@@ -111,6 +113,10 @@ module Google
111
113
  # Client library settings. If the same version string appears multiple
112
114
  # times in this list, then the last one wins. Settings from earlier
113
115
  # settings with the same version string are discarded.
116
+ # @!attribute [rw] proto_reference_documentation_uri
117
+ # @return [::String]
118
+ # Optional link to proto reference documentation. Example:
119
+ # https://cloud.google.com/pubsub/lite/docs/reference/rpc
114
120
  class Publishing
115
121
  include ::Google::Protobuf::MessageExts
116
122
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -203,9 +209,57 @@ module Google
203
209
  # @!attribute [rw] common
204
210
  # @return [::Google::Api::CommonLanguageSettings]
205
211
  # Some settings.
212
+ # @!attribute [rw] renamed_services
213
+ # @return [::Google::Protobuf::Map{::String => ::String}]
214
+ # Map from original service names to renamed versions.
215
+ # This is used when the default generated types
216
+ # would cause a naming conflict. (Neither name is
217
+ # fully-qualified.)
218
+ # Example: Subscriber to SubscriberServiceApi.
219
+ # @!attribute [rw] renamed_resources
220
+ # @return [::Google::Protobuf::Map{::String => ::String}]
221
+ # Map from full resource types to the effective short name
222
+ # for the resource. This is used when otherwise resource
223
+ # named from different services would cause naming collisions.
224
+ # Example entry:
225
+ # "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
226
+ # @!attribute [rw] ignored_resources
227
+ # @return [::Array<::String>]
228
+ # List of full resource types to ignore during generation.
229
+ # This is typically used for API-specific Location resources,
230
+ # which should be handled by the generator as if they were actually
231
+ # the common Location resources.
232
+ # Example entry: "documentai.googleapis.com/Location"
233
+ # @!attribute [rw] forced_namespace_aliases
234
+ # @return [::Array<::String>]
235
+ # Namespaces which must be aliased in snippets due to
236
+ # a known (but non-generator-predictable) naming collision
237
+ # @!attribute [rw] handwritten_signatures
238
+ # @return [::Array<::String>]
239
+ # Method signatures (in the form "service.method(signature)")
240
+ # which are provided separately, so shouldn't be generated.
241
+ # Snippets *calling* these methods are still generated, however.
206
242
  class DotnetSettings
207
243
  include ::Google::Protobuf::MessageExts
208
244
  extend ::Google::Protobuf::MessageExts::ClassMethods
245
+
246
+ # @!attribute [rw] key
247
+ # @return [::String]
248
+ # @!attribute [rw] value
249
+ # @return [::String]
250
+ class RenamedServicesEntry
251
+ include ::Google::Protobuf::MessageExts
252
+ extend ::Google::Protobuf::MessageExts::ClassMethods
253
+ end
254
+
255
+ # @!attribute [rw] key
256
+ # @return [::String]
257
+ # @!attribute [rw] value
258
+ # @return [::String]
259
+ class RenamedResourcesEntry
260
+ include ::Google::Protobuf::MessageExts
261
+ extend ::Google::Protobuf::MessageExts::ClassMethods
262
+ end
209
263
  end
210
264
 
211
265
  # Settings for Ruby client libraries.
@@ -240,8 +294,8 @@ module Google
240
294
  # Example of a YAML configuration::
241
295
  #
242
296
  # publishing:
243
- # method_behavior:
244
- # - selector: CreateAdDomain
297
+ # method_settings:
298
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
245
299
  # long_running:
246
300
  # initial_poll_delay:
247
301
  # seconds: 60 # 1 minute
@@ -511,7 +511,7 @@ module Google
511
511
  # {::Google::Cloud::DataCatalog::Lineage::V1::Lineage::Client#search_links SearchLinks}.
512
512
  # @!attribute [rw] parent
513
513
  # @return [::String]
514
- # Required. The project and location you want search in.
514
+ # Required. The project and location you want search in the format `projects/*/locations/*`
515
515
  # @!attribute [rw] source
516
516
  # @return [::Google::Cloud::DataCatalog::Lineage::V1::EntityReference]
517
517
  # Optional. Send asset information in the **source** field to retrieve all
@@ -585,7 +585,7 @@ module Google
585
585
  # {::Google::Cloud::DataCatalog::Lineage::V1::Lineage::Client#batch_search_link_processes BatchSearchLinkProcesses}.
586
586
  # @!attribute [rw] parent
587
587
  # @return [::String]
588
- # Required. The project and location where you want to search.
588
+ # Required. The project and location you want search in the format `projects/*/locations/*`
589
589
  # @!attribute [rw] links
590
590
  # @return [::Array<::String>]
591
591
  # Required. An array of links to check for their associated LineageProcesses.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-data_catalog-lineage-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
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-03-08 00:00:00.000000000 Z
11
+ date: 2023-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common