google-apis-file_v1beta1 0.63.0 → 0.65.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5bc5f0b1fc50938b43c5cf361c5b4b856b76ac030dd4adb006aad11f7e3f91f8
|
|
4
|
+
data.tar.gz: d413668e669f3be24469ba9cc3017a71f82336d65dc018ca4f30165fc7aaa67b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c975787caff0fc170b0d1631bc2208c70e2162b9b0d11241462b8340462bfa9bcc5bfcdeb0073f83aff2b6c0389930ef9a2f0e2fb1ec61b87607e1ab819b67a
|
|
7
|
+
data.tar.gz: 55954d71550fd9b169eb65c86bcdc4c0500a393517288c7ef440fde7247f0c31adce15d3e2c1dc3257a0dc0847fb68ea65e0d9a0fd9e70d1b6de6becc04e0a27
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-file_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.65.0 (2026-01-25)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260114
|
|
6
|
+
|
|
7
|
+
### v0.64.0 (2025-12-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251204
|
|
10
|
+
|
|
3
11
|
### v0.63.0 (2025-10-26)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251015
|
|
@@ -870,7 +870,8 @@ module Google
|
|
|
870
870
|
# @return [Fixnum]
|
|
871
871
|
attr_accessor :capacity_gb
|
|
872
872
|
|
|
873
|
-
# Output only. The increase
|
|
873
|
+
# Output only. The incremental increase or decrease in capacity, designated in
|
|
874
|
+
# some number of GB.
|
|
874
875
|
# Corresponds to the JSON property `capacityStepSizeGb`
|
|
875
876
|
# @return [Fixnum]
|
|
876
877
|
attr_accessor :capacity_step_size_gb
|
|
@@ -931,17 +932,17 @@ module Google
|
|
|
931
932
|
# @return [Hash<String,String>]
|
|
932
933
|
attr_accessor :labels
|
|
933
934
|
|
|
934
|
-
# Output only. The
|
|
935
|
+
# Output only. The maximum capacity of the instance.
|
|
935
936
|
# Corresponds to the JSON property `maxCapacityGb`
|
|
936
937
|
# @return [Fixnum]
|
|
937
938
|
attr_accessor :max_capacity_gb
|
|
938
939
|
|
|
939
|
-
# The
|
|
940
|
+
# The maximum number of shares allowed.
|
|
940
941
|
# Corresponds to the JSON property `maxShareCount`
|
|
941
942
|
# @return [Fixnum]
|
|
942
943
|
attr_accessor :max_share_count
|
|
943
944
|
|
|
944
|
-
# Output only. The
|
|
945
|
+
# Output only. The minimum capacity of the instance.
|
|
945
946
|
# Corresponds to the JSON property `minCapacityGb`
|
|
946
947
|
# @return [Fixnum]
|
|
947
948
|
attr_accessor :min_capacity_gb
|
|
@@ -989,7 +990,7 @@ module Google
|
|
|
989
990
|
# @return [String]
|
|
990
991
|
attr_accessor :protocol
|
|
991
992
|
|
|
992
|
-
#
|
|
993
|
+
# Optional. The configuration used to replicate an instance.
|
|
993
994
|
# Corresponds to the JSON property `replication`
|
|
994
995
|
# @return [Google::Apis::FileV1beta1::Replication]
|
|
995
996
|
attr_accessor :replication
|
|
@@ -1234,8 +1235,9 @@ module Google
|
|
|
1234
1235
|
attr_accessor :operations
|
|
1235
1236
|
|
|
1236
1237
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
1237
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
1238
|
-
# when attempting to list all resources across all supported
|
|
1238
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
1239
|
+
# For example, when attempting to list all resources across all supported
|
|
1240
|
+
# locations.
|
|
1239
1241
|
# Corresponds to the JSON property `unreachable`
|
|
1240
1242
|
# @return [Array<String>]
|
|
1241
1243
|
attr_accessor :unreachable
|
|
@@ -1497,7 +1499,6 @@ module Google
|
|
|
1497
1499
|
attr_accessor :ip_addresses
|
|
1498
1500
|
|
|
1499
1501
|
# Internet protocol versions for which the instance has IP addresses assigned.
|
|
1500
|
-
# For this version, only MODE_IPV4 is supported.
|
|
1501
1502
|
# Corresponds to the JSON property `modes`
|
|
1502
1503
|
# @return [Array<String>]
|
|
1503
1504
|
attr_accessor :modes
|
|
@@ -1784,27 +1785,27 @@ module Google
|
|
|
1784
1785
|
class PerformanceLimits
|
|
1785
1786
|
include Google::Apis::Core::Hashable
|
|
1786
1787
|
|
|
1787
|
-
# Output only. The
|
|
1788
|
+
# Output only. The maximum IOPS.
|
|
1788
1789
|
# Corresponds to the JSON property `maxIops`
|
|
1789
1790
|
# @return [Fixnum]
|
|
1790
1791
|
attr_accessor :max_iops
|
|
1791
1792
|
|
|
1792
|
-
# Output only. The
|
|
1793
|
+
# Output only. The maximum read IOPS.
|
|
1793
1794
|
# Corresponds to the JSON property `maxReadIops`
|
|
1794
1795
|
# @return [Fixnum]
|
|
1795
1796
|
attr_accessor :max_read_iops
|
|
1796
1797
|
|
|
1797
|
-
# Output only. The
|
|
1798
|
+
# Output only. The maximum read throughput in bytes per second.
|
|
1798
1799
|
# Corresponds to the JSON property `maxReadThroughputBps`
|
|
1799
1800
|
# @return [Fixnum]
|
|
1800
1801
|
attr_accessor :max_read_throughput_bps
|
|
1801
1802
|
|
|
1802
|
-
# Output only. The
|
|
1803
|
+
# Output only. The maximum write IOPS.
|
|
1803
1804
|
# Corresponds to the JSON property `maxWriteIops`
|
|
1804
1805
|
# @return [Fixnum]
|
|
1805
1806
|
attr_accessor :max_write_iops
|
|
1806
1807
|
|
|
1807
|
-
# Output only. The
|
|
1808
|
+
# Output only. The maximumwrite throughput in bytes per second.
|
|
1808
1809
|
# Corresponds to the JSON property `maxWriteThroughputBps`
|
|
1809
1810
|
# @return [Fixnum]
|
|
1810
1811
|
attr_accessor :max_write_throughput_bps
|
|
@@ -1876,7 +1877,9 @@ module Google
|
|
|
1876
1877
|
# @return [String]
|
|
1877
1878
|
attr_accessor :last_active_sync_time
|
|
1878
1879
|
|
|
1879
|
-
# The
|
|
1880
|
+
# The name of the source instance for the replica, in the format `projects/`
|
|
1881
|
+
# project`/locations/`location`/instances/`instance``. This field is required
|
|
1882
|
+
# when creating a replica.
|
|
1880
1883
|
# Corresponds to the JSON property `peerInstance`
|
|
1881
1884
|
# @return [String]
|
|
1882
1885
|
attr_accessor :peer_instance
|
|
@@ -1910,7 +1913,7 @@ module Google
|
|
|
1910
1913
|
end
|
|
1911
1914
|
end
|
|
1912
1915
|
|
|
1913
|
-
#
|
|
1916
|
+
# Optional. The configuration used to replicate an instance.
|
|
1914
1917
|
class Replication
|
|
1915
1918
|
include Google::Apis::Core::Hashable
|
|
1916
1919
|
|
|
@@ -1920,7 +1923,8 @@ module Google
|
|
|
1920
1923
|
# @return [Array<Google::Apis::FileV1beta1::ReplicaConfig>]
|
|
1921
1924
|
attr_accessor :replicas
|
|
1922
1925
|
|
|
1923
|
-
# Output only. The replication role.
|
|
1926
|
+
# Output only. The replication role. When creating a new replica, this field
|
|
1927
|
+
# must be set to `STANDBY`.
|
|
1924
1928
|
# Corresponds to the JSON property `role`
|
|
1925
1929
|
# @return [String]
|
|
1926
1930
|
attr_accessor :role
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FileV1beta1
|
|
18
18
|
# Version of the google-apis-file_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.65.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260114"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -85,8 +85,8 @@ module Google
|
|
|
85
85
|
# @param [String] name
|
|
86
86
|
# The resource that owns the locations collection, if applicable.
|
|
87
87
|
# @param [Array<String>, String] extra_location_types
|
|
88
|
-
# Optional.
|
|
89
|
-
#
|
|
88
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
89
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
90
90
|
# @param [String] filter
|
|
91
91
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
92
92
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
|
@@ -1178,11 +1178,12 @@ module Google
|
|
|
1178
1178
|
# The standard list page token.
|
|
1179
1179
|
# @param [Boolean] return_partial_success
|
|
1180
1180
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
1181
|
-
# those that are unreachable are returned in the
|
|
1182
|
-
# unreachable
|
|
1183
|
-
#
|
|
1184
|
-
# by default
|
|
1185
|
-
# explicitly documented otherwise in service or product specific
|
|
1181
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
1182
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
1183
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
1184
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
1185
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
1186
|
+
# documentation.
|
|
1186
1187
|
# @param [String] fields
|
|
1187
1188
|
# Selector specifying which fields to include in a partial response.
|
|
1188
1189
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-file_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.65.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_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.65.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|