google-apis-file_v1beta1 0.30.0 → 0.32.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: 25e65ae3c63ea373c8a9262ddd5ad28fe41c1409bc93ae122544b89a466c4953
4
- data.tar.gz: 3b3c4136963f3a6d90893cb672c7e9fb0b647c06968a0b24c0e27bc8f23f53f6
3
+ metadata.gz: 80d3fb0bce4479ff4ac2324122153a8f3cbb4381df7c4c630a4bd592bc49dd04
4
+ data.tar.gz: b1dd6dab2c1cc05c04659ac970aafa8da5660f081310ca64c8b36f5fe2b7a713
5
5
  SHA512:
6
- metadata.gz: 2c29c7bb49e3e838e1cbbe3092084b0f2642b4c89cad9cbd1d0b31ad3ab3c98ac431e2f7af2dc78e913effc0e751eb01a91ce03e1be817b063b8e6aa47f6de5a
7
- data.tar.gz: 5c5c81677193f11e433d528654b66906890f5b99eb3e176e1852a67292b6d533364c9581f92ab8863be49e7d3df90ad40c4420747f75e0d8cb0f593fb87bc8d6
6
+ metadata.gz: 82f0c5e2ec30baf262a256b638876eaac52d1b2026c604ede623b0a4e6a3681d8cfd3cab65ffa85a8f8ec507218faaabd4dae1a3b3cccc8d49a386f827eb8a70
7
+ data.tar.gz: 14d8e7746b1d15e38512436f6b58c65c9c801bb5cf9664e78d9cc09895ea4239fd399e53fc2f3724acf59eef5c7efa50b6c2edfcd840868b4fe41e9aafe1e475
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-file_v1beta1
2
2
 
3
+ ### v0.32.0 (2023-02-26)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.31.0 (2023-01-29)
8
+
9
+ * Regenerated from discovery document revision 20230118
10
+
3
11
  ### v0.30.0 (2023-01-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20230103
@@ -306,14 +306,30 @@ module Google
306
306
  end
307
307
  end
308
308
 
309
- #
309
+ # Instance represents the interface for SLM services to actuate the state of
310
+ # control plane resources. Example Instance in JSON, where consumer-project-
311
+ # number=123456, producer-project-id=cloud-sql: ```json Instance: ` "name": "
312
+ # projects/123456/locations/us-east1/instances/prod-instance", "create_time": ` "
313
+ # seconds": 1526406431, `, "labels": ` "env": "prod", "foo": "bar" `, "state":
314
+ # READY, "software_versions": ` "software_update": "cloud-sql-09-28-2018", `, "
315
+ # maintenance_policy_names": ` "UpdatePolicy": "projects/123456/locations/us-
316
+ # east1/maintenancePolicies/prod-update-policy", ` "tenant_project_id": "cloud-
317
+ # sql-test-tenant", "producer_metadata": ` "cloud-sql-tier": "basic", "cloud-sql-
318
+ # instance-size": "1G", `, "provisioned_resources": [ ` "resource-type": "
319
+ # compute-instance", "resource-url": "https://www.googleapis.com/compute/v1/
320
+ # projects/cloud-sql/zones/us-east1-b/instances/vm-1", ` ], "
321
+ # maintenance_schedules": ` "csa_rollout": ` "start_time": ` "seconds":
322
+ # 1526406431, `, "end_time": ` "seconds": 1535406431, `, `, "ncsa_rollout": ` "
323
+ # start_time": ` "seconds": 1526406431, `, "end_time": ` "seconds": 1535406431, `
324
+ # , ` `, "consumer_defined_name": "my-sql-instance1", ` ``` LINT.IfChange
310
325
  class GoogleCloudSaasacceleratorManagementProvidersV1Instance
311
326
  include Google::Apis::Core::Hashable
312
327
 
313
- # consumer_defined_name is the name that is set by the consumer. On the other
314
- # hand Name field represents system-assigned id of an instance so consumers are
315
- # not necessarily aware of it. consumer_defined_name is used for notification/UI
316
- # purposes for consumer to recognize their instances.
328
+ # consumer_defined_name is the name of the instance set by the service consumers.
329
+ # Generally this is different from the `name` field which reperesents the
330
+ # system-assigned id of the instance which the service consumers do not
331
+ # recognize. This is a required field for tenants onboarding to Maintenance
332
+ # Window notifications (go/slm-rollout-maintenance-policies#prerequisites).
317
333
  # Corresponds to the JSON property `consumerDefinedName`
318
334
  # @return [String]
319
335
  attr_accessor :consumer_defined_name
@@ -340,10 +356,11 @@ module Google
340
356
  # @return [Hash<String,String>]
341
357
  attr_accessor :labels
342
358
 
343
- # Optional. Deprecated. The MaintenancePolicies that have been attached to the
344
- # instance. The key must be of the type name of the oneof policy name defined in
359
+ # Optional. The MaintenancePolicies that have been attached to the instance. The
360
+ # key must be of the type name of the oneof policy name defined in
345
361
  # MaintenancePolicy, and the referenced policy must define the same policy type.
346
- # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
362
+ # For details, please refer to go/cloud-saas-mw-ug. Should not be set if
363
+ # maintenance_settings.maintenance_policies is set.
347
364
  # Corresponds to the JSON property `maintenancePolicyNames`
348
365
  # @return [Hash<String,String>]
349
366
  attr_accessor :maintenance_policy_names
@@ -526,8 +543,9 @@ module Google
526
543
  # Optional. The MaintenancePolicies that have been attached to the instance. The
527
544
  # key must be of the type name of the oneof policy name defined in
528
545
  # MaintenancePolicy, and the embedded policy must define the same policy type.
529
- # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
530
- # If only the name is needed, then only populate MaintenancePolicy.name.
546
+ # For details, please refer to go/cloud-saas-mw-ug. Should not be set if
547
+ # maintenance_policy_names is set. If only the name is needed, then only
548
+ # populate MaintenancePolicy.name.
531
549
  # Corresponds to the JSON property `maintenancePolicies`
532
550
  # @return [Hash<String,Google::Apis::FileV1beta1::MaintenancePolicy>]
533
551
  attr_accessor :maintenance_policies
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230103"
25
+ REVISION = "20230118"
26
26
  end
27
27
  end
28
28
  end
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.30.0
4
+ version: 0.32.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: 2023-01-08 00:00:00.000000000 Z
11
+ date: 2023-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []