google-cloud-scheduler-v1beta1 0.12.0 → 0.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2b0fb0baa0adff8e5314c7a5ebeb7fc9a9103d0e6f2eaed179906d4c3f683d4
4
- data.tar.gz: 8b3d9174e14fcff9477fe373a62809708fc8949fd7d15dcf8ebe3423afd6bb7e
3
+ metadata.gz: 2d2b1c5c822ba120173dd778a5f3510e31eb21825003e551e9550d786975f6a3
4
+ data.tar.gz: ce8a8e476433bbed3e1af286b60afaec1428ea1e2a945aa251a2e99b81a5b149
5
5
  SHA512:
6
- metadata.gz: 4c3a2444b50de090272343afcb69f80acbed39650ea6d526ca95026f788e11d6b285b2cfd98a42c9882604778b32d0cd7baa60bf7e3da9ed62e1a2a83ce096a1
7
- data.tar.gz: 3997d803535205f5efdae3494f5ddef2e04ccc39c76c03605833207f7763ab9d872ceed1223f646792f63a31983a18790c2105ee9d65c70d6cb148312731969a
6
+ metadata.gz: c54fde27052e57c1cda48a44b702993a5ac351bb5b8f1d954624046d6d7f56cec80435514b3fbc0a6c112652f6981d9b7259f603011a125f17525556988595fe
7
+ data.tar.gz: 8717fbfd887012db3f6b09fba9b108afe3913a4da7a0996adbd2d7f3e8ffdb73dd2bf03e6d81f9e6250778b769ccb4d0ef792b9d1fec478da47699cc9b33a161
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -1052,6 +1052,13 @@ module Google
1052
1052
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
1053
1053
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
1054
1054
  # * (`nil`) indicating no credentials
1055
+ #
1056
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
1057
+ # external source for authentication to Google Cloud, you must validate it before
1058
+ # providing it to a Google API client library. Providing an unvalidated credential
1059
+ # configuration to Google APIs can compromise the security of your systems and data.
1060
+ # For more information, refer to [Validate credential configurations from external
1061
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
1055
1062
  # @return [::Object]
1056
1063
  # @!attribute [rw] scope
1057
1064
  # The OAuth scopes
@@ -1106,8 +1113,8 @@ module Google
1106
1113
 
1107
1114
  config_attr :endpoint, nil, ::String, nil
1108
1115
  config_attr :credentials, nil do |value|
1109
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1110
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1116
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1117
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1111
1118
  allowed.any? { |klass| klass === value }
1112
1119
  end
1113
1120
  config_attr :scope, nil, ::String, ::Array, nil
@@ -988,6 +988,13 @@ module Google
988
988
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
989
989
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
990
990
  # * (`nil`) indicating no credentials
991
+ #
992
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
993
+ # external source for authentication to Google Cloud, you must validate it before
994
+ # providing it to a Google API client library. Providing an unvalidated credential
995
+ # configuration to Google APIs can compromise the security of your systems and data.
996
+ # For more information, refer to [Validate credential configurations from external
997
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
991
998
  # @return [::Object]
992
999
  # @!attribute [rw] scope
993
1000
  # The OAuth scopes
@@ -1035,7 +1042,7 @@ module Google
1035
1042
 
1036
1043
  config_attr :endpoint, nil, ::String, nil
1037
1044
  config_attr :credentials, nil do |value|
1038
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1045
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1039
1046
  allowed.any? { |klass| klass === value }
1040
1047
  end
1041
1048
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Scheduler
23
23
  module V1beta1
24
- VERSION = "0.12.0"
24
+ VERSION = "0.13.1"
25
25
  end
26
26
  end
27
27
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -409,6 +415,14 @@ module Google
409
415
  # @return [::Array<::String>]
410
416
  # An allowlist of the fully qualified names of RPCs that should be included
411
417
  # on public client surfaces.
418
+ # @!attribute [rw] generate_omitted_as_internal
419
+ # @return [::Boolean]
420
+ # Setting this to true indicates to the client generators that methods
421
+ # that would be excluded from the generation should instead be generated
422
+ # in a way that indicates these methods should not be consumed by
423
+ # end users. How this is expressed is up to individual language
424
+ # implementations to decide. Some examples may be: added annotations,
425
+ # obfuscated identifiers, or other language idiomatic patterns.
412
426
  class SelectiveGapicGeneration
413
427
  include ::Google::Protobuf::MessageExts
414
428
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -54,12 +54,18 @@ module Google
54
54
  # @!attribute [rw] pubsub_target
55
55
  # @return [::Google::Cloud::Scheduler::V1beta1::PubsubTarget]
56
56
  # Pub/Sub target.
57
+ #
58
+ # Note: The following fields are mutually exclusive: `pubsub_target`, `app_engine_http_target`, `http_target`. If a field in that set is populated, all other fields in the set will automatically be cleared.
57
59
  # @!attribute [rw] app_engine_http_target
58
60
  # @return [::Google::Cloud::Scheduler::V1beta1::AppEngineHttpTarget]
59
61
  # App Engine HTTP target.
62
+ #
63
+ # Note: The following fields are mutually exclusive: `app_engine_http_target`, `pubsub_target`, `http_target`. If a field in that set is populated, all other fields in the set will automatically be cleared.
60
64
  # @!attribute [rw] http_target
61
65
  # @return [::Google::Cloud::Scheduler::V1beta1::HttpTarget]
62
66
  # HTTP target.
67
+ #
68
+ # Note: The following fields are mutually exclusive: `http_target`, `pubsub_target`, `app_engine_http_target`. If a field in that set is populated, all other fields in the set will automatically be cleared.
63
69
  # @!attribute [rw] schedule
64
70
  # @return [::String]
65
71
  # Required, except when used with
@@ -75,6 +75,8 @@ module Google
75
75
  #
76
76
  # This type of authorization should generally only be used when calling
77
77
  # Google APIs hosted on *.googleapis.com.
78
+ #
79
+ # Note: The following fields are mutually exclusive: `oauth_token`, `oidc_token`. If a field in that set is populated, all other fields in the set will automatically be cleared.
78
80
  # @!attribute [rw] oidc_token
79
81
  # @return [::Google::Cloud::Scheduler::V1beta1::OidcToken]
80
82
  # If specified, an
@@ -85,6 +87,8 @@ module Google
85
87
  # This type of authorization can be used for many scenarios, including
86
88
  # calling Cloud Run, or endpoints where you intend to validate the token
87
89
  # yourself.
90
+ #
91
+ # Note: The following fields are mutually exclusive: `oidc_token`, `oauth_token`. If a field in that set is populated, all other fields in the set will automatically be cleared.
88
92
  class HttpTarget
89
93
  include ::Google::Protobuf::MessageExts
90
94
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-scheduler-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -115,7 +114,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
115
114
  licenses:
116
115
  - Apache-2.0
117
116
  metadata: {}
118
- post_install_message:
119
117
  rdoc_options: []
120
118
  require_paths:
121
119
  - lib
@@ -123,15 +121,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
123
121
  requirements:
124
122
  - - ">="
125
123
  - !ruby/object:Gem::Version
126
- version: '2.7'
124
+ version: '3.0'
127
125
  required_rubygems_version: !ruby/object:Gem::Requirement
128
126
  requirements:
129
127
  - - ">="
130
128
  - !ruby/object:Gem::Version
131
129
  version: '0'
132
130
  requirements: []
133
- rubygems_version: 3.5.23
134
- signing_key:
131
+ rubygems_version: 3.6.8
135
132
  specification_version: 4
136
133
  summary: Creates and manages jobs run on a regular recurring schedule.
137
134
  test_files: []