google-apis-file_v1 0.52.0 → 0.54.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 +8 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/file_v1/classes.rb +12 -0
- data/lib/google/apis/file_v1/gem_version.rb +3 -3
- data/lib/google/apis/file_v1/representations.rb +1 -0
- data/lib/google/apis/file_v1/service.rb +1 -4
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce888d882207144630dee201801294f99614167fd558d9848d4cde5877c52864
|
4
|
+
data.tar.gz: 0ebe8ad7edabb28b5f4038fd42cc594e4ca2948cf6eeb2d8971bb66a328b77e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b0e43fed2d3ffbb48f0d3b53fa984faf2128d37be784c9d9ffaa80d1fc485a8ed1168ce40c3b22b4442909345d99e0768395c5f169a9dba09fdadc9655b2c00
|
7
|
+
data.tar.gz: 4fb2754839070260084172e7c4472e1537b8e687f4b30b48b9eb73854884f57ca67b220b9a4c2b49678f9bf95c34e2185873224d149686bbba33e8b71b25b8d7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-file_v1
|
2
2
|
|
3
|
+
### v0.54.0 (2025-05-04)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.17.0
|
6
|
+
|
7
|
+
### v0.53.0 (2025-04-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250421
|
10
|
+
|
3
11
|
### v0.52.0 (2025-04-06)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250404
|
data/OVERVIEW.md
CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/filestore/) may provide gui
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
86
|
+
This library is supported on Ruby 3.1+.
|
87
87
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
@@ -383,6 +383,17 @@ module Google
|
|
383
383
|
# @return [String]
|
384
384
|
attr_accessor :consumer_defined_name
|
385
385
|
|
386
|
+
# Optional. The consumer_project_number associated with this Apigee instance.
|
387
|
+
# This field is added specifically to support Apigee integration with SLM
|
388
|
+
# Rollout and UMM. It represents the numerical project ID of the GCP project
|
389
|
+
# that consumes this Apigee instance. It is used for SLM rollout notifications
|
390
|
+
# and UMM integration, enabling proper mapping to customer projects and log
|
391
|
+
# delivery for Apigee instances. This field complements consumer_project_id and
|
392
|
+
# may be used for specific Apigee scenarios where the numerical ID is required.
|
393
|
+
# Corresponds to the JSON property `consumerProjectNumber`
|
394
|
+
# @return [String]
|
395
|
+
attr_accessor :consumer_project_number
|
396
|
+
|
386
397
|
# Output only. Timestamp when the resource was created.
|
387
398
|
# Corresponds to the JSON property `createTime`
|
388
399
|
# @return [String]
|
@@ -499,6 +510,7 @@ module Google
|
|
499
510
|
# Update properties of this object
|
500
511
|
def update!(**args)
|
501
512
|
@consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
|
513
|
+
@consumer_project_number = args[:consumer_project_number] if args.key?(:consumer_project_number)
|
502
514
|
@create_time = args[:create_time] if args.key?(:create_time)
|
503
515
|
@instance_type = args[:instance_type] if args.key?(:instance_type)
|
504
516
|
@labels = args[:labels] if args.key?(:labels)
|
@@ -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.54.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250421"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -372,6 +372,7 @@ module Google
|
|
372
372
|
# @private
|
373
373
|
class Representation < Google::Apis::Core::JsonRepresentation
|
374
374
|
property :consumer_defined_name, as: 'consumerDefinedName'
|
375
|
+
property :consumer_project_number, as: 'consumerProjectNumber'
|
375
376
|
property :create_time, as: 'createTime'
|
376
377
|
property :instance_type, as: 'instanceType'
|
377
378
|
hash :labels, as: 'labels'
|
@@ -91,8 +91,6 @@ module Google
|
|
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
|
93
93
|
# in [AIP-160](https://google.aip.dev/160).
|
94
|
-
# @param [Boolean] include_unrevealed_locations
|
95
|
-
# If true, the returned list will include locations which are not yet revealed.
|
96
94
|
# @param [Fixnum] page_size
|
97
95
|
# The maximum number of results to return. If not set, the service selects a
|
98
96
|
# default.
|
@@ -116,14 +114,13 @@ module Google
|
|
116
114
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
117
115
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
118
116
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
119
|
-
def list_project_locations(name, extra_location_types: nil, filter: nil,
|
117
|
+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
120
118
|
command = make_simple_command(:get, 'v1/{+name}/locations', options)
|
121
119
|
command.response_representation = Google::Apis::FileV1::ListLocationsResponse::Representation
|
122
120
|
command.response_class = Google::Apis::FileV1::ListLocationsResponse
|
123
121
|
command.params['name'] = name unless name.nil?
|
124
122
|
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
125
123
|
command.query['filter'] = filter unless filter.nil?
|
126
|
-
command.query['includeUnrevealedLocations'] = include_unrevealed_locations unless include_unrevealed_locations.nil?
|
127
124
|
command.query['pageSize'] = page_size unless page_size.nil?
|
128
125
|
command.query['pageToken'] = page_token unless page_token.nil?
|
129
126
|
command.query['fields'] = fields unless fields.nil?
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.54.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.54.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:
|
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
67
67
|
- - ">="
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
69
|
+
version: '3.1'
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - ">="
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.8
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Filestore API V1
|
79
79
|
test_files: []
|