google-apis-backupdr_v1 0.9.0 → 0.11.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: c7adee6f2f4ace836edc1f768ef60a7ca065bf6f7c731d260f6407ccece2983b
4
- data.tar.gz: e9fe8e38988d7249a6d19c90da8c77218c8473b3c27f9d3e83731409e6d8d74d
3
+ metadata.gz: a50405c6f40e847538b98e9c05107b97960c33a444c7516fd714d9e919a8b931
4
+ data.tar.gz: ae38984e276d0733d2c3c33e484116222f512318564c44a29b3b989964829da0
5
5
  SHA512:
6
- metadata.gz: a54c83f3dd0b51b207c7bca3dfab5a139473cadd11e2043606e94c94ef205b63230d6d0c5ed7cc08a3aeb3300b513d316584141a03dc68f05481834d6b12d1b4
7
- data.tar.gz: 7bc00f4b91737350d2039e17f68f07056e35446b8679e4820521d4b2d87f1484961ae7474479a647f5c7a5f4429883c80664ae49d259710b56affe056175c60c
6
+ metadata.gz: 50aae582681487ffc714a9e0dfa798a3a0295aa5848a53043bf7891a4bc639567d362d7bf6221d42bfa0ebc9d626643972d0ef3035887b10aa897a76d5266334
7
+ data.tar.gz: 88d95a872c2ccc23d74749a7be63ff963b7b55479f8e420eab1e00bf3694bf2c5cd27f703c3eb43ad313a537bc31ea3a766cc10db86e68d6aebc726cc9b7ae38
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-backupdr_v1
2
2
 
3
+ ### v0.11.0 (2024-06-02)
4
+
5
+ * Regenerated from discovery document revision 20240522
6
+
7
+ ### v0.10.0 (2024-05-19)
8
+
9
+ * Regenerated from discovery document revision 20240508
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.9.0 (2024-04-21)
4
13
 
5
14
  * Regenerated from discovery document revision 20240410
@@ -468,6 +468,18 @@ module Google
468
468
  # @return [String]
469
469
  attr_accessor :oauth2_client_id
470
470
 
471
+ # Output only. Reserved for future use.
472
+ # Corresponds to the JSON property `satisfiesPzi`
473
+ # @return [Boolean]
474
+ attr_accessor :satisfies_pzi
475
+ alias_method :satisfies_pzi?, :satisfies_pzi
476
+
477
+ # Output only. Reserved for future use.
478
+ # Corresponds to the JSON property `satisfiesPzs`
479
+ # @return [Boolean]
480
+ attr_accessor :satisfies_pzs
481
+ alias_method :satisfies_pzs?, :satisfies_pzs
482
+
471
483
  # Output only. The ManagementServer state.
472
484
  # Corresponds to the JSON property `state`
473
485
  # @return [String]
@@ -508,6 +520,8 @@ module Google
508
520
  @name = args[:name] if args.key?(:name)
509
521
  @networks = args[:networks] if args.key?(:networks)
510
522
  @oauth2_client_id = args[:oauth2_client_id] if args.key?(:oauth2_client_id)
523
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
524
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
511
525
  @state = args[:state] if args.key?(:state)
512
526
  @type = args[:type] if args.key?(:type)
513
527
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BackupdrV1
18
18
  # Version of the google-apis-backupdr_v1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240410"
25
+ REVISION = "20240522"
26
26
  end
27
27
  end
28
28
  end
@@ -256,6 +256,8 @@ module Google
256
256
  collection :networks, as: 'networks', class: Google::Apis::BackupdrV1::NetworkConfig, decorator: Google::Apis::BackupdrV1::NetworkConfig::Representation
257
257
 
258
258
  property :oauth2_client_id, as: 'oauth2ClientId'
259
+ property :satisfies_pzi, as: 'satisfiesPzi'
260
+ property :satisfies_pzs, as: 'satisfiesPzs'
259
261
  property :state, as: 'state'
260
262
  property :type, as: 'type'
261
263
  property :update_time, as: 'updateTime'
@@ -124,45 +124,6 @@ module Google
124
124
  execute_or_queue_command(command, &block)
125
125
  end
126
126
 
127
- # Returns permissions that a caller has on the specified resource. If the
128
- # resource does not exist, this will return an empty set of permissions, not a `
129
- # NOT_FOUND` error. Note: This operation is designed to be used for building
130
- # permission-aware UIs and command-line tools, not for authorization checking.
131
- # This operation may "fail open" without warning.
132
- # @param [String] resource
133
- # REQUIRED: The resource for which the policy detail is being requested. See [
134
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
135
- # appropriate value for this field.
136
- # @param [Google::Apis::BackupdrV1::TestIamPermissionsRequest] test_iam_permissions_request_object
137
- # @param [String] fields
138
- # Selector specifying which fields to include in a partial response.
139
- # @param [String] quota_user
140
- # Available to use for quota purposes for server-side applications. Can be any
141
- # arbitrary string assigned to a user, but should not exceed 40 characters.
142
- # @param [Google::Apis::RequestOptions] options
143
- # Request-specific options
144
- #
145
- # @yield [result, err] Result & error if block supplied
146
- # @yieldparam result [Google::Apis::BackupdrV1::TestIamPermissionsResponse] parsed result object
147
- # @yieldparam err [StandardError] error object if request failed
148
- #
149
- # @return [Google::Apis::BackupdrV1::TestIamPermissionsResponse]
150
- #
151
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
152
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
153
- # @raise [Google::Apis::AuthorizationError] Authorization is required
154
- def test_backup_vault_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
155
- command = make_simple_command(:post, 'v1/{+resource}:testIamPermissions', options)
156
- command.request_representation = Google::Apis::BackupdrV1::TestIamPermissionsRequest::Representation
157
- command.request_object = test_iam_permissions_request_object
158
- command.response_representation = Google::Apis::BackupdrV1::TestIamPermissionsResponse::Representation
159
- command.response_class = Google::Apis::BackupdrV1::TestIamPermissionsResponse
160
- command.params['resource'] = resource unless resource.nil?
161
- command.query['fields'] = fields unless fields.nil?
162
- command.query['quotaUser'] = quota_user unless quota_user.nil?
163
- execute_or_queue_command(command, &block)
164
- end
165
-
166
127
  # Creates a new ManagementServer in a given project and location.
167
128
  # @param [String] parent
168
129
  # Required. The management server project and location in the format `projects/`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-backupdr_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.11.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: 2024-04-21 00:00:00.000000000 Z
11
+ date: 2024-06-02 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.14.0
19
+ version: 0.15.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.14.0
29
+ version: 0.15.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-backupdr_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-backupdr_v1
63
63
  post_install_message:
64
64
  rdoc_options: []