google-apis-file_v1 0.67.0 → 0.68.0

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: 4bc51c701bc84836f0f28a1aa39d53c6c4d6ea4693bcc2d26be84b7c865e7368
4
- data.tar.gz: 5fff971d5e126bea860bc5c5fa6649bf4596feb21e754565eed062146f90ded2
3
+ metadata.gz: d243d29b2783aad2fecc8ffe87120bbc398337decd7a974ea2843ef1749582e6
4
+ data.tar.gz: 4127be0ba60d5138f3d403a3c80f915243bf950a051629a7cb4a211f99ece0e1
5
5
  SHA512:
6
- metadata.gz: abd903e9ec5bb213e5d18c086fe82f68917792059bcc48b7dd6db167ec1d49b43b1620f0827efb441a9abc14c0e265b0d7f81a1e7f1ec883e5702916de563421
7
- data.tar.gz: ed99f57e289e0bb7427056346af28e3f5a9ef483f1724932b1b5fb8e7037fe6faaa598ba8350fb107df16f278c3ffbb3ba63dc7c025f86983d8ac3d56dd3b11c
6
+ metadata.gz: c2fd66d7ec2791635a943e77544382b240030c05577d56048a776e1a106be1e4da00cda5f464b3775458e3961b3740cfc321cf26ad0e26b5f3e8633c5643b2c6
7
+ data.tar.gz: 8970c8be99b7c7daa2770af51f74c3b1cabc5cb9e1d20c0f42c06a764c7df235a5bfa89dbb053c8d1360ec9cd4e9fdc3cfb03e1ac3de77efd8b7b8c6f4ec4080
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-file_v1
2
2
 
3
+ ### v0.68.0 (2026-08-30)
4
+
5
+ * Regenerated from discovery document revision 20260819
6
+
3
7
  ### v0.67.0 (2026-06-14)
4
8
 
5
9
  * Regenerated using generator version 0.19.0
@@ -1754,6 +1754,15 @@ module Google
1754
1754
  # @return [String]
1755
1755
  attr_accessor :endpoint_project
1756
1756
 
1757
+ # Optional. Immutable. Optional: The desired IP address for the instance. If not
1758
+ # specified, an IP will be automatically allocated. The IP must be from the
1759
+ # subnetwork range configured in the Service Connection Policy. This effective
1760
+ # ip address is set in the ip_addresses field. use 3 instead of 2 to avoid
1761
+ # conflict with the reserved_ip_range field.
1762
+ # Corresponds to the JSON property `requestedIpAddress`
1763
+ # @return [String]
1764
+ attr_accessor :requested_ip_address
1765
+
1757
1766
  def initialize(**args)
1758
1767
  update!(**args)
1759
1768
  end
@@ -1761,6 +1770,7 @@ module Google
1761
1770
  # Update properties of this object
1762
1771
  def update!(**args)
1763
1772
  @endpoint_project = args[:endpoint_project] if args.key?(:endpoint_project)
1773
+ @requested_ip_address = args[:requested_ip_address] if args.key?(:requested_ip_address)
1764
1774
  end
1765
1775
  end
1766
1776
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FileV1
18
18
  # Version of the google-apis-file_v1 gem
19
- GEM_VERSION = "0.67.0"
19
+ GEM_VERSION = "0.68.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260422"
25
+ REVISION = "20260819"
26
26
  end
27
27
  end
28
28
  end
@@ -736,6 +736,7 @@ module Google
736
736
  # @private
737
737
  class Representation < Google::Apis::Core::JsonRepresentation
738
738
  property :endpoint_project, as: 'endpointProject'
739
+ property :requested_ip_address, as: 'requestedIpAddress'
739
740
  end
740
741
  end
741
742
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-file_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.67.0
4
+ version: 0.68.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.67.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.68.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1
62
62
  rdoc_options: []
63
63
  require_paths: