google-apis-file_v1beta1 0.5.0 → 0.6.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: 60faed0489714075587ea1119809347c62a0ab89e6d819582f05589832e988c3
4
- data.tar.gz: ee66a6e5a1b0fec9a582d07ed4316058ed04a72c02af6c588b1b3b4f64852637
3
+ metadata.gz: 6b631e7cd5824029711d0de8c94ada5264b449dd2de2533ab763c39e1de1baa4
4
+ data.tar.gz: fce7a941c879234b343f1114f5d86c236d71e705f727e2d267a8ca78ad89de9b
5
5
  SHA512:
6
- metadata.gz: 9a73b99553a48528fc4c5c2c542c986ac7a80c31f8512274f7a808b99a7d64fc5a3a1da5bfbbbcbd680851e5351ab4986ead95a8f14d94c516f15bae9ffc7c88
7
- data.tar.gz: 071ef6132e6b2a149811f07f742054a7a9bd9a994e79f019d357e0ab10c31ed88704807d2c02ffb28293678f76c271f9dbd4b9c4feb52cc4011639cadb402e79
6
+ metadata.gz: 872c848030ee75e1fcbd44a2ac875ba39acd256efe7d74673f5254bf24abbe8627a9f523edcb96cd38cbfec01e5c92b2587154efceb8a0a46152ceb43e227ccc
7
+ data.tar.gz: 369435de65e9f6dd75bfd31f5745966e9ae4692169a467481de244c123ed4ff9fa9c33363195f7a6aa788b325eb8d69af6fffb4f8dccbcdd82cd3b91165c456a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-file_v1beta1
2
2
 
3
+ ### v0.6.0 (2021-04-30)
4
+
5
+ * Regenerated from discovery document revision 20210422
6
+
3
7
  ### v0.5.0 (2021-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20210323
@@ -58,6 +58,12 @@ module Google
58
58
  # @return [String]
59
59
  attr_accessor :name
60
60
 
61
+ # Output only. Reserved for future use.
62
+ # Corresponds to the JSON property `satisfiesPzs`
63
+ # @return [Boolean]
64
+ attr_accessor :satisfies_pzs
65
+ alias_method :satisfies_pzs?, :satisfies_pzs
66
+
61
67
  # Name of the file share in the source Cloud Filestore instance that the backup
62
68
  # is created from.
63
69
  # Corresponds to the JSON property `sourceFileShare`
@@ -100,6 +106,7 @@ module Google
100
106
  @download_bytes = args[:download_bytes] if args.key?(:download_bytes)
101
107
  @labels = args[:labels] if args.key?(:labels)
102
108
  @name = args[:name] if args.key?(:name)
109
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
103
110
  @source_file_share = args[:source_file_share] if args.key?(:source_file_share)
104
111
  @source_instance = args[:source_instance] if args.key?(:source_instance)
105
112
  @source_instance_tier = args[:source_instance_tier] if args.key?(:source_instance_tier)
@@ -337,8 +344,10 @@ module Google
337
344
  # @return [Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings]
338
345
  attr_accessor :maintenance_settings
339
346
 
340
- # Unique name of the resource. It uses the form: `projects/`project_id`/
341
- # locations/`location_id`/instances/`instance_id``
347
+ # Unique name of the resource. It uses the form: `projects/`project_id|
348
+ # project_number`/locations/`location_id`/instances/`instance_id`` Note: Either
349
+ # project_id or project_number can be used, but keep it consistent with other
350
+ # APIs (e.g. RescheduleUpdate)
342
351
  # Corresponds to the JSON property `name`
343
352
  # @return [String]
344
353
  attr_accessor :name
@@ -783,6 +792,12 @@ module Google
783
792
  # @return [Array<Google::Apis::FileV1beta1::NetworkConfig>]
784
793
  attr_accessor :networks
785
794
 
795
+ # Output only. Reserved for future use.
796
+ # Corresponds to the JSON property `satisfiesPzs`
797
+ # @return [Boolean]
798
+ attr_accessor :satisfies_pzs
799
+ alias_method :satisfies_pzs?, :satisfies_pzs
800
+
786
801
  # Output only. The instance state.
787
802
  # Corresponds to the JSON property `state`
788
803
  # @return [String]
@@ -811,6 +826,7 @@ module Google
811
826
  @labels = args[:labels] if args.key?(:labels)
812
827
  @name = args[:name] if args.key?(:name)
813
828
  @networks = args[:networks] if args.key?(:networks)
829
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
814
830
  @state = args[:state] if args.key?(:state)
815
831
  @status_message = args[:status_message] if args.key?(:status_message)
816
832
  @tier = args[:tier] if args.key?(:tier)
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210323"
25
+ REVISION = "20210422"
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'
@@ -413,6 +414,7 @@ module Google
413
414
  property :name, as: 'name'
414
415
  collection :networks, as: 'networks', class: Google::Apis::FileV1beta1::NetworkConfig, decorator: Google::Apis::FileV1beta1::NetworkConfig::Representation
415
416
 
417
+ property :satisfies_pzs, as: 'satisfiesPzs'
416
418
  property :state, as: 'state'
417
419
  property :status_message, as: 'statusMessage'
418
420
  property :tier, as: 'tier'
@@ -89,7 +89,7 @@ module Google
89
89
  # @param [Boolean] include_unrevealed_locations
90
90
  # If true, the returned list will include locations which are not yet revealed.
91
91
  # @param [Fixnum] page_size
92
- # The maximum number of results to return. If not set, the service will select a
92
+ # The maximum number of results to return. If not set, the service selects a
93
93
  # default.
94
94
  # @param [String] page_token
95
95
  # A page token received from the `next_page_token` field in the response. Send
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-file_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-04-05 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-file_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-file_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Filestore API V1beta1