google-cloud-batch-v1 0.17.1 → 0.17.2

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: e1fdf701b82d3b16a244c7ed8604cfcc6ef4319a153293da0230d03421f4ac5e
4
- data.tar.gz: 25ca550d46b2f8493cf5607a3071bdfc38b4012723f2fd7a8d3cb6ea8c91a147
3
+ metadata.gz: a039ce2078037b486b55ed8e5c2124a9efd50bc951d37226a264e81111e5d00d
4
+ data.tar.gz: 84da1444a53917c0386019d54464e59b0668af21e93c0a4a8d3018da2b96c4f8
5
5
  SHA512:
6
- metadata.gz: f8e82ec7345029f4ce23ac97a9d444fe1b495f93ec90b92c8c626aee7a096574be3e7d7aa0a4034787f60e0a2b7b102275e7efde7996f6492a077983d3853724
7
- data.tar.gz: bb0a1ad4eaaaf23d63ae676084a618abfdfd253a2d3227b80465102d44751b4f7c607545dc936071a4f0423e7983683d9e9ba26edf2f8e3f86d640f8f27b2192
6
+ metadata.gz: 4e6d9f6955686f9b3f1516131015647225a6c902967edb46d1ebc953b56accdaf6195df88d05fc45e424b3b1ffb18637de087232c403ca98c2a7bfb1ea48f110
7
+ data.tar.gz: acfd8862abd117095d14c2c7614f2f13e7d0bb148ffa418b040eb7d8e3513193871cac7368ceef5f8b0616c97dd5cadec97ce481f58827e40de564f830f61359
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the Batch V1 API
2
2
 
3
- An API to manage the running of batch resources on Google Cloud Platform.
3
+ An API to manage the running of Batch resources on Google Cloud Platform.
4
4
 
5
5
  Google Cloud Batch is a fully managed service used by scientists, VFX artists, developers to easily and efficiently run batch workloads on Google Cloud. This service manages provisioning of resources to satisfy the requirements of the batch jobs for a variety of workloads including ML, HPC, VFX rendering, transcoding, genomics and others.
6
6
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Batch
23
23
  module V1
24
- VERSION = "0.17.1"
24
+ VERSION = "0.17.2"
25
25
  end
26
26
  end
27
27
  end
@@ -118,6 +118,10 @@ module Google
118
118
  # @return [::String]
119
119
  # Optional link to proto reference documentation. Example:
120
120
  # https://cloud.google.com/pubsub/lite/docs/reference/rpc
121
+ # @!attribute [rw] rest_reference_documentation_uri
122
+ # @return [::String]
123
+ # Optional link to REST reference documentation. Example:
124
+ # https://cloud.google.com/pubsub/lite/docs/reference/rest
121
125
  class Publishing
122
126
  include ::Google::Protobuf::MessageExts
123
127
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -50,9 +50,9 @@ module Google
50
50
 
51
51
  # Internet Protocol v6 value as defined by [RFC
52
52
  # 2460](https://datatracker.ietf.org/doc/html/rfc2460). The value may be
53
- # normalized to entirely lowercase letters, and zero-padded partial and
54
- # empty octets. For example, the value `2001:DB8::` would be normalized to
55
- # `2001:0db8:0:0`.
53
+ # normalized to entirely lowercase letters with zeros compressed, following
54
+ # [RFC 5952](https://datatracker.ietf.org/doc/html/rfc5952). For example,
55
+ # the value `2001:0DB8:0::0` would be normalized to `2001:db8::`.
56
56
  IPV6 = 3
57
57
 
58
58
  # An IP address in either v4 or v6 format as described by the individual
@@ -288,7 +288,17 @@ module Google
288
288
  # Only instances[0] is supported now.
289
289
  # @!attribute [rw] service_account
290
290
  # @return [::Google::Cloud::Batch::V1::ServiceAccount]
291
- # Service account that VMs will run as.
291
+ # Defines the service account for Batch-created VMs. If omitted, the [default
292
+ # Compute Engine service
293
+ # account](https://cloud.google.com/compute/docs/access/service-accounts#default_service_account)
294
+ # is used. Must match the service account specified in any used instance
295
+ # template configured in the Batch job.
296
+ #
297
+ # Includes the following fields:
298
+ # * email: The service account's email address. If not set, the default
299
+ # Compute Engine service account is used.
300
+ # * scopes: Additional OAuth scopes to grant the service account, beyond the
301
+ # default cloud-platform scope. (list of strings)
292
302
  # @!attribute [rw] labels
293
303
  # @return [::Google::Protobuf::Map{::String => ::String}]
294
304
  # Labels applied to all VM instances and other resources
@@ -688,14 +698,10 @@ module Google
688
698
  # Carries information about a Google Cloud service account.
689
699
  # @!attribute [rw] email
690
700
  # @return [::String]
691
- # Email address of the service account. If not specified, the default
692
- # Compute Engine service account for the project will be used. If instance
693
- # template is being used, the service account has to be specified in the
694
- # instance template and it has to match the email field here.
701
+ # Email address of the service account.
695
702
  # @!attribute [rw] scopes
696
703
  # @return [::Array<::String>]
697
- # List of scopes to be enabled for this service account on the VM, in
698
- # addition to the cloud-platform API scope that will be added by default.
704
+ # List of scopes to be enabled for this service account.
699
705
  class ServiceAccount
700
706
  include ::Google::Protobuf::MessageExts
701
707
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -352,6 +352,8 @@ module Google
352
352
  # @return [::Google::Protobuf::Duration]
353
353
  # Maximum duration the task should run.
354
354
  # The task will be killed and marked as FAILED if over this limit.
355
+ # The valid value range for max_run_duration in seconds is [0,
356
+ # 315576000000.999999999],
355
357
  # @!attribute [rw] max_retry_count
356
358
  # @return [::Integer]
357
359
  # Maximum number of retries on failures.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-batch-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.1
4
+ version: 0.17.2
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-28 00:00:00.000000000 Z
11
+ date: 2024-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -165,5 +165,5 @@ requirements: []
165
165
  rubygems_version: 3.5.6
166
166
  signing_key:
167
167
  specification_version: 4
168
- summary: An API to manage the running of batch resources on Google Cloud Platform.
168
+ summary: An API to manage the running of Batch resources on Google Cloud Platform.
169
169
  test_files: []