google-cloud-orchestration-airflow-service-v1 0.4.0 → 0.5.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: 5a19eaf281898c1882fef259beb53cf78d5c12c9bd3306c97f5e506a6f368003
4
- data.tar.gz: 3d60b6a60fa3b7c1fe2248b13b3685f97c3ef3fccbb4cda9dc7066d280593ebb
3
+ metadata.gz: 631a837802da9210eaf8b502637fda8737d773c20619a1058e88b25fb087b88d
4
+ data.tar.gz: 25aa2c68e225f51cb406a44e1a6e499e7241a1a69a3af7b738c2353da44d343e
5
5
  SHA512:
6
- metadata.gz: b6045bb80fcdbd1309c02b7e3af10cd07fed037a1cc708038a8bcb64b24cf9e7e82a7dd5f178872e55864e3b5fbddf200c3dc3422d1f8c9a24b973cdc0700469
7
- data.tar.gz: dbc36ab8caf9a086c8e6f9f2480ae52c55690cb6af0c3a1c82c951939027990582a6b5b99ddcc0ab66151f1257bad4db84329d0c27d8f051753c2a01717f2190
6
+ metadata.gz: f110c850827abd6d7dc2791467a87870322cbde9d79b4d93299fdfa5a48a849b5748f814b14bd592455cbeecac75949955f33796423e99edbf57935a9db75348
7
+ data.tar.gz: '090a959a3f9ad8484e8b4e3440c4feba1a7b5609120c3dd515aae6aa200b51e379effc246c0c6136ce4990eaf8c29aa99f7b39601f092b66144e04635ddd6056'
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
 
@@ -1001,9 +1001,9 @@ module Google
1001
1001
  # * (`String`) The path to a service account key file in JSON format
1002
1002
  # * (`Hash`) A service account key as a Hash
1003
1003
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1004
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1004
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1005
1005
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1006
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1006
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1007
1007
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1008
1008
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1009
1009
  # * (`nil`) indicating no credentials
@@ -622,9 +622,9 @@ module Google
622
622
  # * (`String`) The path to a service account key file in JSON format
623
623
  # * (`Hash`) A service account key as a Hash
624
624
  # * (`Google::Auth::Credentials`) A googleauth credentials object
625
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
625
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
626
626
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
627
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
627
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
628
628
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
629
629
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
630
630
  # * (`nil`) indicating no credentials
@@ -792,9 +792,9 @@ module Google
792
792
  # * (`String`) The path to a service account key file in JSON format
793
793
  # * (`Hash`) A service account key as a Hash
794
794
  # * (`Google::Auth::Credentials`) A googleauth credentials object
795
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
795
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
796
796
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
797
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
797
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
798
798
  # * (`nil`) indicating no credentials
799
799
  # @return [::Object]
800
800
  # @!attribute [rw] scope
@@ -413,9 +413,9 @@ module Google
413
413
  # * (`String`) The path to a service account key file in JSON format
414
414
  # * (`Hash`) A service account key as a Hash
415
415
  # * (`Google::Auth::Credentials`) A googleauth credentials object
416
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
416
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
417
417
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
418
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
418
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
419
419
  # * (`nil`) indicating no credentials
420
420
  # @return [::Object]
421
421
  # @!attribute [rw] scope
@@ -71,6 +71,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
71
71
  optional :workloads_config, :message, 15, "google.cloud.orchestration.airflow.service.v1.WorkloadsConfig"
72
72
  optional :environment_size, :enum, 16, "google.cloud.orchestration.airflow.service.v1.EnvironmentConfig.EnvironmentSize"
73
73
  optional :airflow_uri, :string, 6
74
+ optional :airflow_byoid_uri, :string, 20
74
75
  optional :master_authorized_networks_config, :message, 17, "google.cloud.orchestration.airflow.service.v1.MasterAuthorizedNetworksConfig"
75
76
  optional :recovery_config, :message, 18, "google.cloud.orchestration.airflow.service.v1.RecoveryConfig"
76
77
  end
@@ -279,9 +279,9 @@ module Google
279
279
  # * (`String`) The path to a service account key file in JSON format
280
280
  # * (`Hash`) A service account key as a Hash
281
281
  # * (`Google::Auth::Credentials`) A googleauth credentials object
282
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
282
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
283
283
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
284
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
284
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
285
285
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
286
286
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
287
287
  # * (`nil`) indicating no credentials
@@ -243,9 +243,9 @@ module Google
243
243
  # * (`String`) The path to a service account key file in JSON format
244
244
  # * (`Hash`) A service account key as a Hash
245
245
  # * (`Google::Auth::Credentials`) A googleauth credentials object
246
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
246
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
247
247
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
248
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
248
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
249
249
  # * (`nil`) indicating no credentials
250
250
  # @return [::Object]
251
251
  # @!attribute [rw] scope
@@ -23,7 +23,7 @@ module Google
23
23
  module Airflow
24
24
  module Service
25
25
  module V1
26
- VERSION = "0.4.0"
26
+ VERSION = "0.5.0"
27
27
  end
28
28
  end
29
29
  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
@@ -364,6 +364,13 @@ module Google
364
364
  # Output only. The URI of the Apache Airflow Web UI hosted within this
365
365
  # environment (see [Airflow web
366
366
  # interface](/composer/docs/how-to/accessing/airflow-web-interface)).
367
+ # @!attribute [r] airflow_byoid_uri
368
+ # @return [::String]
369
+ # Output only. The 'bring your own identity' variant of the URI of the Apache
370
+ # Airflow Web UI hosted within this environment, to be accessed with external
371
+ # identities using workforce identity federation (see [Access environments
372
+ # with workforce identity
373
+ # federation](/composer/docs/composer-2/access-environments-with-workforce-identity-federation)).
367
374
  # @!attribute [rw] master_authorized_networks_config
368
375
  # @return [::Google::Cloud::Orchestration::Airflow::Service::V1::MasterAuthorizedNetworksConfig]
369
376
  # Optional. The configuration options for GKE cluster master authorized
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-orchestration-airflow-service-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.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-03-08 00:00:00.000000000 Z
11
+ date: 2023-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common