google-apis-managedidentities_v1 0.21.0 → 0.24.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: a369c017afe321d302ceb0a221f28b8148349785d2741aaba28e5ad964b26b68
4
- data.tar.gz: db185ac356c919dcd0c6d8cdf19e353786ed5c19453df98a2c3f697729fb279e
3
+ metadata.gz: fa753ebb25297aba727e02aedefa69b6bd2776dc9add4f293e23ca104fd773c7
4
+ data.tar.gz: 65049ab03f9390e2704df333b38f39cb6694d1d2cea1c17cdca4b5eb10873941
5
5
  SHA512:
6
- metadata.gz: 9c6733813401d5d6cdf7d56a9185966373c2d5608d6e237c4955fa252d99b823fec4a6acef92320f368e9be8c9c6d208f70bba063316be7bbf54dc54d9481713
7
- data.tar.gz: 93d3efd3347b7a211ce35b7262f75d217c9ec5a9a7766e35ee3ef8783390a93a552a4904dd7614a437dfd0275e0dc7209bffc4e9fe60621b9b66673e7430d948
6
+ metadata.gz: e22ece06d28cbce8ded57d1203d39ef0d515e85d4558cc09d5515c8d98a7da17a610852e587ca44e210f466af479cd9399bfd1641a4eecde1b3a7a23454e2073
7
+ data.tar.gz: 333ac14346a4332e3f855b7a050797762402ec03088257700e7eb0a3d58eab8636db01bf6d755a092de60ec46f972e485dfe431be569e42cb4f7ace3f0d8056c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-managedidentities_v1
2
2
 
3
+ ### v0.24.0 (2022-08-30)
4
+
5
+ * Regenerated from discovery document revision 20220826
6
+
7
+ ### v0.23.0 (2022-08-22)
8
+
9
+ * Regenerated from discovery document revision 20220817
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.22.0 (2022-07-02)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.21.0 (2022-06-17)
4
17
 
5
18
  * Regenerated using generator version 0.6.0
@@ -128,28 +128,33 @@ module Google
128
128
  # members` can have the following values: * `allUsers`: A special identifier
129
129
  # that represents anyone who is on the internet; with or without a Google
130
130
  # account. * `allAuthenticatedUsers`: A special identifier that represents
131
- # anyone who is authenticated with a Google account or a service account. * `
132
- # user:`emailid``: An email address that represents a specific Google account.
133
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
134
- # address that represents a service account. For example, `my-other-app@appspot.
135
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
136
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
137
- # `uniqueid``: An email address (plus unique identifier) representing a user
138
- # that has been recently deleted. For example, `alice@example.com?uid=
139
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
140
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
141
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
142
- # identifier) representing a service account that has been recently deleted. For
143
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
144
- # If the service account is undeleted, this value reverts to `serviceAccount:`
145
- # emailid`` and the undeleted service account retains the role in the binding. *
146
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
147
- # identifier) representing a Google group that has been recently deleted. For
148
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
149
- # recovered, this value reverts to `group:`emailid`` and the recovered group
150
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
151
- # primary) that represents all the users of that domain. For example, `google.
152
- # com` or `example.com`.
131
+ # anyone who is authenticated with a Google account or a service account. Does
132
+ # not include identities that come from external identity providers (IdPs)
133
+ # through identity federation. * `user:`emailid``: An email address that
134
+ # represents a specific Google account. For example, `alice@example.com` . * `
135
+ # serviceAccount:`emailid``: An email address that represents a Google service
136
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
137
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
138
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
139
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
140
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
141
+ # email address that represents a Google group. For example, `admins@example.com`
142
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
143
+ # identifier) representing a user that has been recently deleted. For example, `
144
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
145
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
146
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
147
+ # address (plus unique identifier) representing a service account that has been
148
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
149
+ # 123456789012345678901`. If the service account is undeleted, this value
150
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
151
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
152
+ # An email address (plus unique identifier) representing a Google group that has
153
+ # been recently deleted. For example, `admins@example.com?uid=
154
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
155
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
156
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
157
+ # of that domain. For example, `google.com` or `example.com`.
153
158
  # Corresponds to the JSON property `members`
154
159
  # @return [Array<String>]
155
160
  attr_accessor :members
@@ -545,6 +550,40 @@ module Google
545
550
  end
546
551
  end
547
552
 
553
+ # ExtendSchemaRequest is the request message for ExtendSchema method.
554
+ class ExtendSchemaRequest
555
+ include Google::Apis::Core::Hashable
556
+
557
+ # Required. Description for Schema Change.
558
+ # Corresponds to the JSON property `description`
559
+ # @return [String]
560
+ attr_accessor :description
561
+
562
+ # File uploaded as a byte stream input.
563
+ # Corresponds to the JSON property `fileContents`
564
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
565
+ # @return [String]
566
+ attr_accessor :file_contents
567
+
568
+ # File stored in Cloud Storage bucket and represented in the form projects/`
569
+ # project_id`/buckets/`bucket_name`/objects/`object_name` File should be in the
570
+ # same project as the domain.
571
+ # Corresponds to the JSON property `gcsPath`
572
+ # @return [String]
573
+ attr_accessor :gcs_path
574
+
575
+ def initialize(**args)
576
+ update!(**args)
577
+ end
578
+
579
+ # Update properties of this object
580
+ def update!(**args)
581
+ @description = args[:description] if args.key?(:description)
582
+ @file_contents = args[:file_contents] if args.key?(:file_contents)
583
+ @gcs_path = args[:gcs_path] if args.key?(:gcs_path)
584
+ end
585
+ end
586
+
548
587
  # Represents the metadata of the long-running operation.
549
588
  class GoogleCloudManagedidentitiesV1OpMetadata
550
589
  include Google::Apis::Core::Hashable
@@ -738,8 +777,8 @@ module Google
738
777
  # @return [Hash<String,String>]
739
778
  attr_accessor :labels
740
779
 
741
- # Deprecated. The MaintenancePolicies that have been attached to the instance.
742
- # The key must be of the type name of the oneof policy name defined in
780
+ # Optional. Deprecated. The MaintenancePolicies that have been attached to the
781
+ # instance. The key must be of the type name of the oneof policy name defined in
743
782
  # MaintenancePolicy, and the referenced policy must define the same policy type.
744
783
  # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
745
784
  # Corresponds to the JSON property `maintenancePolicyNames`
@@ -925,8 +964,7 @@ module Google
925
964
  # key must be of the type name of the oneof policy name defined in
926
965
  # MaintenancePolicy, and the embedded policy must define the same policy type.
927
966
  # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
928
- # If only the name is needed (like in the deprecated Instance.
929
- # maintenance_policy_names field) then only populate MaintenancePolicy.name.
967
+ # If only the name is needed, then only populate MaintenancePolicy.name.
930
968
  # Corresponds to the JSON property `maintenancePolicies`
931
969
  # @return [Hash<String,Google::Apis::ManagedidentitiesV1::MaintenancePolicy>]
932
970
  attr_accessor :maintenance_policies
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1
18
18
  # Version of the google-apis-managedidentities_v1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.6.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220526"
25
+ REVISION = "20220826"
26
26
  end
27
27
  end
28
28
  end
@@ -94,6 +94,12 @@ module Google
94
94
  include Google::Apis::Core::JsonObjectSupport
95
95
  end
96
96
 
97
+ class ExtendSchemaRequest
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
97
103
  class GoogleCloudManagedidentitiesV1OpMetadata
98
104
  class Representation < Google::Apis::Core::JsonRepresentation; end
99
105
 
@@ -463,6 +469,15 @@ module Google
463
469
  end
464
470
  end
465
471
 
472
+ class ExtendSchemaRequest
473
+ # @private
474
+ class Representation < Google::Apis::Core::JsonRepresentation
475
+ property :description, as: 'description'
476
+ property :file_contents, :base64 => true, as: 'fileContents'
477
+ property :gcs_path, as: 'gcsPath'
478
+ end
479
+ end
480
+
466
481
  class GoogleCloudManagedidentitiesV1OpMetadata
467
482
  # @private
468
483
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -265,6 +265,40 @@ module Google
265
265
  execute_or_queue_command(command, &block)
266
266
  end
267
267
 
268
+ # Extend Schema for Domain
269
+ # @param [String] domain
270
+ # Required. The domain resource name using the form: `projects/`project_id`/
271
+ # locations/global/domains/`domain_name``
272
+ # @param [Google::Apis::ManagedidentitiesV1::ExtendSchemaRequest] extend_schema_request_object
273
+ # @param [String] fields
274
+ # Selector specifying which fields to include in a partial response.
275
+ # @param [String] quota_user
276
+ # Available to use for quota purposes for server-side applications. Can be any
277
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
278
+ # @param [Google::Apis::RequestOptions] options
279
+ # Request-specific options
280
+ #
281
+ # @yield [result, err] Result & error if block supplied
282
+ # @yieldparam result [Google::Apis::ManagedidentitiesV1::Operation] parsed result object
283
+ # @yieldparam err [StandardError] error object if request failed
284
+ #
285
+ # @return [Google::Apis::ManagedidentitiesV1::Operation]
286
+ #
287
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
288
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
289
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
290
+ def extend_domain_schema(domain, extend_schema_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
291
+ command = make_simple_command(:post, 'v1/{+domain}:extendSchema', options)
292
+ command.request_representation = Google::Apis::ManagedidentitiesV1::ExtendSchemaRequest::Representation
293
+ command.request_object = extend_schema_request_object
294
+ command.response_representation = Google::Apis::ManagedidentitiesV1::Operation::Representation
295
+ command.response_class = Google::Apis::ManagedidentitiesV1::Operation
296
+ command.params['domain'] = domain unless domain.nil?
297
+ command.query['fields'] = fields unless fields.nil?
298
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
299
+ execute_or_queue_command(command, &block)
300
+ end
301
+
268
302
  # Gets information about a domain.
269
303
  # @param [String] name
270
304
  # Required. The domain resource name using the form: `projects/`project_id`/
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-managedidentities_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.24.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: 2022-06-20 00:00:00.000000000 Z
11
+ date: 2022-09-05 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.6'
19
+ version: '0.7'
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.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.21.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.24.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1
64
64
  post_install_message:
65
65
  rdoc_options: []