google-apis-file_v1 0.4.0 → 0.9.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a3ba3fc698a52c4a8f035ec967913ef45e3956c92b0bb20f7c0894c81589ba2
|
4
|
+
data.tar.gz: 7d790d305f9bcfb603448be9f7c662e21555230ab2bbb8f9fca4e903f7fdde38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19a54bb079909632ab69b44fddced7a94a2d2d4624b56dae58526b029399805a0d5f0d3791dd833f1a5bc45e849ede5dcd72c35161aa6931c5d2abd56fa09132
|
7
|
+
data.tar.gz: aae62a6b4a56a6eaec956e166e65a43a6c8352e7b4cdbf1ddc262748a31ef5555e4a17d6436f49a86d282dd60ccc1f6ba59fefd448c139aef3fce09dcd3b5678
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# Release history for google-apis-file_v1
|
2
2
|
|
3
|
+
### v0.9.0 (2021-06-29)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.4.0
|
6
|
+
|
7
|
+
### v0.8.0 (2021-06-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210524
|
10
|
+
* Regenerated using generator version 0.3.0
|
11
|
+
|
12
|
+
### v0.7.0 (2021-05-19)
|
13
|
+
|
14
|
+
* Unspecified changes
|
15
|
+
|
16
|
+
### v0.6.0 (2021-05-01)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20210422
|
19
|
+
|
20
|
+
### v0.5.0 (2021-03-31)
|
21
|
+
|
22
|
+
* Regenerated from discovery document revision 20210323
|
23
|
+
* Regenerated using generator version 0.2.0
|
24
|
+
|
3
25
|
### v0.4.0 (2021-03-04)
|
4
26
|
|
5
27
|
* Unspecified changes
|
data/lib/google/apis/file_v1.rb
CHANGED
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1'
|
31
31
|
|
32
|
-
#
|
32
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
34
|
end
|
35
35
|
end
|
@@ -60,6 +60,12 @@ module Google
|
|
60
60
|
# @return [String]
|
61
61
|
attr_accessor :name
|
62
62
|
|
63
|
+
# Output only. Reserved for future use.
|
64
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
65
|
+
# @return [Boolean]
|
66
|
+
attr_accessor :satisfies_pzs
|
67
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
68
|
+
|
63
69
|
# Name of the file share in the source Cloud Filestore instance that the backup
|
64
70
|
# is created from.
|
65
71
|
# Corresponds to the JSON property `sourceFileShare`
|
@@ -102,6 +108,7 @@ module Google
|
|
102
108
|
@download_bytes = args[:download_bytes] if args.key?(:download_bytes)
|
103
109
|
@labels = args[:labels] if args.key?(:labels)
|
104
110
|
@name = args[:name] if args.key?(:name)
|
111
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
105
112
|
@source_file_share = args[:source_file_share] if args.key?(:source_file_share)
|
106
113
|
@source_instance = args[:source_instance] if args.key?(:source_instance)
|
107
114
|
@source_instance_tier = args[:source_instance_tier] if args.key?(:source_instance_tier)
|
@@ -340,8 +347,10 @@ module Google
|
|
340
347
|
# @return [Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings]
|
341
348
|
attr_accessor :maintenance_settings
|
342
349
|
|
343
|
-
# Unique name of the resource. It uses the form: `projects/`project_id
|
344
|
-
# locations/`location_id`/instances/`instance_id``
|
350
|
+
# Unique name of the resource. It uses the form: `projects/`project_id|
|
351
|
+
# project_number`/locations/`location_id`/instances/`instance_id`` Note: Either
|
352
|
+
# project_id or project_number can be used, but keep it consistent with other
|
353
|
+
# APIs (e.g. RescheduleUpdate)
|
345
354
|
# Corresponds to the JSON property `name`
|
346
355
|
# @return [String]
|
347
356
|
attr_accessor :name
|
@@ -424,9 +433,9 @@ module Google
|
|
424
433
|
class GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule
|
425
434
|
include Google::Apis::Core::Hashable
|
426
435
|
|
427
|
-
#
|
428
|
-
#
|
429
|
-
#
|
436
|
+
# This field is deprecated, and will be always set to true since reschedule can
|
437
|
+
# happen multiple times now. This field should not be removed until all service
|
438
|
+
# producers remove this for their customers.
|
430
439
|
# Corresponds to the JSON property `canReschedule`
|
431
440
|
# @return [Boolean]
|
432
441
|
attr_accessor :can_reschedule
|
@@ -688,13 +697,6 @@ module Google
|
|
688
697
|
class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
|
689
698
|
include Google::Apis::Core::Hashable
|
690
699
|
|
691
|
-
# SloEligibility is a tuple containing eligibility value: true if an instance is
|
692
|
-
# eligible for SLO calculation or false if it should be excluded from all SLO-
|
693
|
-
# related calculations along with a user-defined reason.
|
694
|
-
# Corresponds to the JSON property `eligibility`
|
695
|
-
# @return [Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility]
|
696
|
-
attr_accessor :eligibility
|
697
|
-
|
698
700
|
# List of SLO exclusion windows. When multiple entries in the list match (
|
699
701
|
# matching the exclusion time-window against current time point) the exclusion
|
700
702
|
# reason used in the first matching entry will be published. It is not needed to
|
@@ -735,7 +737,6 @@ module Google
|
|
735
737
|
|
736
738
|
# Update properties of this object
|
737
739
|
def update!(**args)
|
738
|
-
@eligibility = args[:eligibility] if args.key?(:eligibility)
|
739
740
|
@exclusions = args[:exclusions] if args.key?(:exclusions)
|
740
741
|
@nodes = args[:nodes] if args.key?(:nodes)
|
741
742
|
@per_sli_eligibility = args[:per_sli_eligibility] if args.key?(:per_sli_eligibility)
|
@@ -786,6 +787,12 @@ module Google
|
|
786
787
|
# @return [Array<Google::Apis::FileV1::NetworkConfig>]
|
787
788
|
attr_accessor :networks
|
788
789
|
|
790
|
+
# Output only. Reserved for future use.
|
791
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
792
|
+
# @return [Boolean]
|
793
|
+
attr_accessor :satisfies_pzs
|
794
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
795
|
+
|
789
796
|
# Output only. The instance state.
|
790
797
|
# Corresponds to the JSON property `state`
|
791
798
|
# @return [String]
|
@@ -814,6 +821,7 @@ module Google
|
|
814
821
|
@labels = args[:labels] if args.key?(:labels)
|
815
822
|
@name = args[:name] if args.key?(:name)
|
816
823
|
@networks = args[:networks] if args.key?(:networks)
|
824
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
817
825
|
@state = args[:state] if args.key?(:state)
|
818
826
|
@status_message = args[:status_message] if args.key?(:status_message)
|
819
827
|
@tier = args[:tier] if args.key?(:tier)
|
@@ -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.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210524"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -235,6 +235,7 @@ module Google
|
|
235
235
|
property :download_bytes, :numeric_string => true, as: 'downloadBytes'
|
236
236
|
hash :labels, as: 'labels'
|
237
237
|
property :name, as: 'name'
|
238
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
238
239
|
property :source_file_share, as: 'sourceFileShare'
|
239
240
|
property :source_instance, as: 'sourceInstance'
|
240
241
|
property :source_instance_tier, as: 'sourceInstanceTier'
|
@@ -389,8 +390,6 @@ module Google
|
|
389
390
|
class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
|
390
391
|
# @private
|
391
392
|
class Representation < Google::Apis::Core::JsonRepresentation
|
392
|
-
property :eligibility, as: 'eligibility', class: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility, decorator: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility::Representation
|
393
|
-
|
394
393
|
collection :exclusions, as: 'exclusions', class: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion, decorator: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion::Representation
|
395
394
|
|
396
395
|
collection :nodes, as: 'nodes', class: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata, decorator: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata::Representation
|
@@ -413,6 +412,7 @@ module Google
|
|
413
412
|
property :name, as: 'name'
|
414
413
|
collection :networks, as: 'networks', class: Google::Apis::FileV1::NetworkConfig, decorator: Google::Apis::FileV1::NetworkConfig::Representation
|
415
414
|
|
415
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
416
416
|
property :state, as: 'state'
|
417
417
|
property :status_message, as: 'statusMessage'
|
418
418
|
property :tier, as: 'tier'
|
@@ -83,13 +83,17 @@ module Google
|
|
83
83
|
# @param [String] name
|
84
84
|
# The resource that owns the locations collection, if applicable.
|
85
85
|
# @param [String] filter
|
86
|
-
#
|
86
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
87
|
+
# accepts strings like "displayName=tokyo", and is documented in more detail in [
|
88
|
+
# AIP-160](https://google.aip.dev/160).
|
87
89
|
# @param [Boolean] include_unrevealed_locations
|
88
90
|
# If true, the returned list will include locations which are not yet revealed.
|
89
91
|
# @param [Fixnum] page_size
|
90
|
-
# The
|
92
|
+
# The maximum number of results to return. If not set, the service selects a
|
93
|
+
# default.
|
91
94
|
# @param [String] page_token
|
92
|
-
#
|
95
|
+
# A page token received from the `next_page_token` field in the response. Send
|
96
|
+
# that page token to receive the subsequent page.
|
93
97
|
# @param [String] fields
|
94
98
|
# Selector specifying which fields to include in a partial response.
|
95
99
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
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.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Cloud Filestore API V1. Simple REST
|
28
34
|
clients are Ruby client libraries that provide access to Google services via their
|
29
35
|
HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-file_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.9.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-file_v1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
75
|
- !ruby/object:Gem::Version
|
70
76
|
version: '0'
|
71
77
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
78
|
+
rubygems_version: 3.2.17
|
73
79
|
signing_key:
|
74
80
|
specification_version: 4
|
75
81
|
summary: Simple REST client for Cloud Filestore API V1
|