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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/file_v1/classes.rb +10 -0
- data/lib/google/apis/file_v1/gem_version.rb +2 -2
- data/lib/google/apis/file_v1/representations.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d243d29b2783aad2fecc8ffe87120bbc398337decd7a974ea2843ef1749582e6
|
|
4
|
+
data.tar.gz: 4127be0ba60d5138f3d403a3c80f915243bf950a051629a7cb4a211f99ece0e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2fd66d7ec2791635a943e77544382b240030c05577d56048a776e1a106be1e4da00cda5f464b3775458e3961b3740cfc321cf26ad0e26b5f3e8633c5643b2c6
|
|
7
|
+
data.tar.gz: 8970c8be99b7c7daa2770af51f74c3b1cabc5cb9e1d20c0f42c06a764c7df235a5bfa89dbb053c8d1360ec9cd4e9fdc3cfb03e1ac3de77efd8b7b8c6f4ec4080
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
25
|
+
REVISION = "20260819"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.
|
|
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.
|
|
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:
|