google-apis-managedidentities_v1beta1 0.18.0 → 0.21.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 +4 -4
- data/CHANGELOG.md +13 -0
- data/lib/google/apis/managedidentities_v1beta1/classes.rb +91 -30
- data/lib/google/apis/managedidentities_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/managedidentities_v1beta1/representations.rb +31 -1
- data/lib/google/apis/managedidentities_v1beta1/service.rb +63 -20
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33eb6c63a9180ba97723dc4d0cc9d10420bfaa2071fb735f64806be99090b13d
|
4
|
+
data.tar.gz: c642190383e0ae5512b277a69222eddc163a7456a9ab4405adea29b45bf942bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 624e73d5d2c5a24be33c32816c1c255fd36fbac4d78a03965b2fa9c25d844cece43f1136ec7b92688847be316b7632965dc884f6d5605ac51eaeef90d3fd8d79
|
7
|
+
data.tar.gz: b8118c40fa44aeea13ca21b237d39aad6f5d39377dab6def420a4e110c0ed3a9169aecfdbf8070b3e97d371e47775894a7e100cdeba35354abcea1cf71076367
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-managedidentities_v1beta1
|
2
2
|
|
3
|
+
### v0.21.0 (2022-06-19)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.7.0
|
6
|
+
|
7
|
+
### v0.20.0 (2022-06-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220526
|
10
|
+
* Regenerated using generator version 0.5.0
|
11
|
+
|
12
|
+
### v0.19.0 (2022-04-29)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20220331
|
15
|
+
|
3
16
|
### v0.18.0 (2022-02-28)
|
4
17
|
|
5
18
|
* Regenerated from discovery document revision 20220216
|
@@ -51,6 +51,11 @@ module Google
|
|
51
51
|
# @return [String]
|
52
52
|
attr_accessor :create_time
|
53
53
|
|
54
|
+
# Optional. A short description of the backup.
|
55
|
+
# Corresponds to the JSON property `description`
|
56
|
+
# @return [String]
|
57
|
+
attr_accessor :description
|
58
|
+
|
54
59
|
# Optional. Resource labels to represent user provided metadata.
|
55
60
|
# Corresponds to the JSON property `labels`
|
56
61
|
# @return [Hash<String,String>]
|
@@ -90,6 +95,7 @@ module Google
|
|
90
95
|
# Update properties of this object
|
91
96
|
def update!(**args)
|
92
97
|
@create_time = args[:create_time] if args.key?(:create_time)
|
98
|
+
@description = args[:description] if args.key?(:description)
|
93
99
|
@labels = args[:labels] if args.key?(:labels)
|
94
100
|
@name = args[:name] if args.key?(:name)
|
95
101
|
@state = args[:state] if args.key?(:state)
|
@@ -122,7 +128,7 @@ module Google
|
|
122
128
|
# @return [Google::Apis::ManagedidentitiesV1beta1::Expr]
|
123
129
|
attr_accessor :condition
|
124
130
|
|
125
|
-
# Specifies the principals requesting access for a Cloud
|
131
|
+
# Specifies the principals requesting access for a Google Cloud resource. `
|
126
132
|
# members` can have the following values: * `allUsers`: A special identifier
|
127
133
|
# that represents anyone who is on the internet; with or without a Google
|
128
134
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -256,11 +262,11 @@ module Google
|
|
256
262
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
257
263
|
# day and time zone are either specified elsewhere or are insignificant. The
|
258
264
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
259
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
260
|
-
# and day, with a zero year (
|
261
|
-
# zero month and a zero day * A year and month, with a zero day (
|
262
|
-
# card expiration date) Related types: * google.type.
|
263
|
-
# DateTime * google.protobuf.Timestamp
|
265
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
266
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
267
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
268
|
+
# example, a credit card expiration date). Related types: * google.type.
|
269
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
264
270
|
class Date
|
265
271
|
include Google::Apis::Core::Hashable
|
266
272
|
|
@@ -302,11 +308,11 @@ module Google
|
|
302
308
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
303
309
|
# day and time zone are either specified elsewhere or are insignificant. The
|
304
310
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
305
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
306
|
-
# and day, with a zero year (
|
307
|
-
# zero month and a zero day * A year and month, with a zero day (
|
308
|
-
# card expiration date) Related types: * google.type.
|
309
|
-
# DateTime * google.protobuf.Timestamp
|
311
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
312
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
313
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
314
|
+
# example, a credit card expiration date). Related types: * google.type.
|
315
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
310
316
|
# Corresponds to the JSON property `endDate`
|
311
317
|
# @return [Google::Apis::ManagedidentitiesV1beta1::Date]
|
312
318
|
attr_accessor :end_date
|
@@ -314,11 +320,11 @@ module Google
|
|
314
320
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
315
321
|
# day and time zone are either specified elsewhere or are insignificant. The
|
316
322
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
317
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
318
|
-
# and day, with a zero year (
|
319
|
-
# zero month and a zero day * A year and month, with a zero day (
|
320
|
-
# card expiration date) Related types: * google.type.
|
321
|
-
# DateTime * google.protobuf.Timestamp
|
323
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
324
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
325
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
326
|
+
# example, a credit card expiration date). Related types: * google.type.
|
327
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
322
328
|
# Corresponds to the JSON property `startDate`
|
323
329
|
# @return [Google::Apis::ManagedidentitiesV1beta1::Date]
|
324
330
|
attr_accessor :start_date
|
@@ -474,8 +480,7 @@ module Google
|
|
474
480
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
475
481
|
# messages in your APIs. A typical example is to use it as the request or the
|
476
482
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
477
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
478
|
-
# `Empty` is empty JSON object ````.
|
483
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
479
484
|
class Empty
|
480
485
|
include Google::Apis::Core::Hashable
|
481
486
|
|
@@ -542,6 +547,40 @@ module Google
|
|
542
547
|
end
|
543
548
|
end
|
544
549
|
|
550
|
+
# ExtendSchemaRequest is the request message for ExtendSchema method.
|
551
|
+
class ExtendSchemaRequest
|
552
|
+
include Google::Apis::Core::Hashable
|
553
|
+
|
554
|
+
# Required. Description for Schema Change.
|
555
|
+
# Corresponds to the JSON property `description`
|
556
|
+
# @return [String]
|
557
|
+
attr_accessor :description
|
558
|
+
|
559
|
+
# File uploaded as a byte stream input.
|
560
|
+
# Corresponds to the JSON property `fileContents`
|
561
|
+
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
562
|
+
# @return [String]
|
563
|
+
attr_accessor :file_contents
|
564
|
+
|
565
|
+
# File stored in Cloud Storage bucket and represented in the form projects/`
|
566
|
+
# project_id`/buckets/`bucket_name`/objects/`object_name` File should be in the
|
567
|
+
# same project as the domain.
|
568
|
+
# Corresponds to the JSON property `gcsPath`
|
569
|
+
# @return [String]
|
570
|
+
attr_accessor :gcs_path
|
571
|
+
|
572
|
+
def initialize(**args)
|
573
|
+
update!(**args)
|
574
|
+
end
|
575
|
+
|
576
|
+
# Update properties of this object
|
577
|
+
def update!(**args)
|
578
|
+
@description = args[:description] if args.key?(:description)
|
579
|
+
@file_contents = args[:file_contents] if args.key?(:file_contents)
|
580
|
+
@gcs_path = args[:gcs_path] if args.key?(:gcs_path)
|
581
|
+
end
|
582
|
+
end
|
583
|
+
|
545
584
|
# Represents the metadata of the long-running operation.
|
546
585
|
class GoogleCloudManagedidentitiesV1OpMetadata
|
547
586
|
include Google::Apis::Core::Hashable
|
@@ -718,11 +757,12 @@ module Google
|
|
718
757
|
# @return [String]
|
719
758
|
attr_accessor :create_time
|
720
759
|
|
721
|
-
# Optional. The instance_type of this instance of format: projects/`
|
722
|
-
# locations/`location_id`/instanceTypes/`instance_type_id`.
|
723
|
-
# represents a high-level tier or SKU of the service that this
|
724
|
-
# to. When enabled(eg: Maintenance Rollout), Rollout uses '
|
725
|
-
# with 'software_versions' to determine whether instance
|
760
|
+
# Optional. The instance_type of this instance of format: projects/`
|
761
|
+
# project_number`/locations/`location_id`/instanceTypes/`instance_type_id`.
|
762
|
+
# Instance Type represents a high-level tier or SKU of the service that this
|
763
|
+
# instance belong to. When enabled(eg: Maintenance Rollout), Rollout uses '
|
764
|
+
# instance_type' along with 'software_versions' to determine whether instance
|
765
|
+
# needs an update or not.
|
726
766
|
# Corresponds to the JSON property `instanceType`
|
727
767
|
# @return [String]
|
728
768
|
attr_accessor :instance_type
|
@@ -754,19 +794,21 @@ module Google
|
|
754
794
|
# @return [Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings]
|
755
795
|
attr_accessor :maintenance_settings
|
756
796
|
|
757
|
-
# Unique name of the resource. It uses the form: `projects/`
|
758
|
-
#
|
759
|
-
#
|
760
|
-
#
|
797
|
+
# Unique name of the resource. It uses the form: `projects/`project_number`/
|
798
|
+
# locations/`location_id`/instances/`instance_id`` Note: This name is passed,
|
799
|
+
# stored and logged across the rollout system. So use of consumer project_id or
|
800
|
+
# any other consumer PII in the name is strongly discouraged for wipeout (go/
|
801
|
+
# wipeout) compliance. See go/elysium/project_ids#storage-guidance for more
|
802
|
+
# details.
|
761
803
|
# Corresponds to the JSON property `name`
|
762
804
|
# @return [String]
|
763
805
|
attr_accessor :name
|
764
806
|
|
765
|
-
# Optional.
|
807
|
+
# Optional. notification_parameter are information that service producers may
|
766
808
|
# like to include that is not relevant to Rollout. This parameter will only be
|
767
809
|
# passed to Gamma and Cloud Logging for notification/logging purpose.
|
768
810
|
# Corresponds to the JSON property `notificationParameters`
|
769
|
-
# @return [Hash<String,
|
811
|
+
# @return [Hash<String,Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter>]
|
770
812
|
attr_accessor :notification_parameters
|
771
813
|
|
772
814
|
# Output only. Custom string attributes used primarily to expose producer-
|
@@ -971,6 +1013,25 @@ module Google
|
|
971
1013
|
end
|
972
1014
|
end
|
973
1015
|
|
1016
|
+
# Contains notification related data.
|
1017
|
+
class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
|
1018
|
+
include Google::Apis::Core::Hashable
|
1019
|
+
|
1020
|
+
# Optional. Array of string values. e.g. instance's replica information.
|
1021
|
+
# Corresponds to the JSON property `values`
|
1022
|
+
# @return [Array<String>]
|
1023
|
+
attr_accessor :values
|
1024
|
+
|
1025
|
+
def initialize(**args)
|
1026
|
+
update!(**args)
|
1027
|
+
end
|
1028
|
+
|
1029
|
+
# Update properties of this object
|
1030
|
+
def update!(**args)
|
1031
|
+
@values = args[:values] if args.key?(:values)
|
1032
|
+
end
|
1033
|
+
end
|
1034
|
+
|
974
1035
|
# PerSliSloEligibility is a mapping from an SLI name to eligibility.
|
975
1036
|
class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
|
976
1037
|
include Google::Apis::Core::Hashable
|
@@ -2002,7 +2063,7 @@ module Google
|
|
2002
2063
|
include Google::Apis::Core::Hashable
|
2003
2064
|
|
2004
2065
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
2005
|
-
# (such as
|
2066
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
2006
2067
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
2007
2068
|
# Corresponds to the JSON property `permissions`
|
2008
2069
|
# @return [Array<String>]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ManagedidentitiesV1beta1
|
18
18
|
# Version of the google-apis-managedidentities_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220526"
|
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
|
|
@@ -136,6 +142,12 @@ module Google
|
|
136
142
|
include Google::Apis::Core::JsonObjectSupport
|
137
143
|
end
|
138
144
|
|
145
|
+
class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
139
151
|
class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
|
140
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
153
|
|
@@ -346,6 +358,7 @@ module Google
|
|
346
358
|
# @private
|
347
359
|
class Representation < Google::Apis::Core::JsonRepresentation
|
348
360
|
property :create_time, as: 'createTime'
|
361
|
+
property :description, as: 'description'
|
349
362
|
hash :labels, as: 'labels'
|
350
363
|
property :name, as: 'name'
|
351
364
|
property :state, as: 'state'
|
@@ -457,6 +470,15 @@ module Google
|
|
457
470
|
end
|
458
471
|
end
|
459
472
|
|
473
|
+
class ExtendSchemaRequest
|
474
|
+
# @private
|
475
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
476
|
+
property :description, as: 'description'
|
477
|
+
property :file_contents, :base64 => true, as: 'fileContents'
|
478
|
+
property :gcs_path, as: 'gcsPath'
|
479
|
+
end
|
480
|
+
end
|
481
|
+
|
460
482
|
class GoogleCloudManagedidentitiesV1OpMetadata
|
461
483
|
# @private
|
462
484
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -506,7 +528,8 @@ module Google
|
|
506
528
|
property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
|
507
529
|
|
508
530
|
property :name, as: 'name'
|
509
|
-
hash :notification_parameters, as: 'notificationParameters'
|
531
|
+
hash :notification_parameters, as: 'notificationParameters', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter::Representation
|
532
|
+
|
510
533
|
hash :producer_metadata, as: 'producerMetadata'
|
511
534
|
collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
|
512
535
|
|
@@ -551,6 +574,13 @@ module Google
|
|
551
574
|
end
|
552
575
|
end
|
553
576
|
|
577
|
+
class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
|
578
|
+
# @private
|
579
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
580
|
+
collection :values, as: 'values'
|
581
|
+
end
|
582
|
+
end
|
583
|
+
|
554
584
|
class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
|
555
585
|
# @private
|
556
586
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -85,8 +85,8 @@ module Google
|
|
85
85
|
# The resource that owns the locations collection, if applicable.
|
86
86
|
# @param [String] filter
|
87
87
|
# A filter to narrow down results to a preferred subset. The filtering language
|
88
|
-
# accepts strings like "displayName=tokyo"
|
89
|
-
# AIP-160](https://google.aip.dev/160).
|
88
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
89
|
+
# in [AIP-160](https://google.aip.dev/160).
|
90
90
|
# @param [Fixnum] page_size
|
91
91
|
# The maximum number of results to return. If not set, the service selects a
|
92
92
|
# default.
|
@@ -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::ManagedidentitiesV1beta1::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::ManagedidentitiesV1beta1::Operation] parsed result object
|
283
|
+
# @yieldparam err [StandardError] error object if request failed
|
284
|
+
#
|
285
|
+
# @return [Google::Apis::ManagedidentitiesV1beta1::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, 'v1beta1/{+domain}:extendSchema', options)
|
292
|
+
command.request_representation = Google::Apis::ManagedidentitiesV1beta1::ExtendSchemaRequest::Representation
|
293
|
+
command.request_object = extend_schema_request_object
|
294
|
+
command.response_representation = Google::Apis::ManagedidentitiesV1beta1::Operation::Representation
|
295
|
+
command.response_class = Google::Apis::ManagedidentitiesV1beta1::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`/
|
@@ -299,8 +333,9 @@ module Google
|
|
299
333
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
300
334
|
# resource exists and does not have a policy set.
|
301
335
|
# @param [String] resource
|
302
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
303
|
-
#
|
336
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
337
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
338
|
+
# appropriate value for this field.
|
304
339
|
# @param [Fixnum] options_requested_policy_version
|
305
340
|
# Optional. The maximum policy version that will be used to format the policy.
|
306
341
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -564,8 +599,9 @@ module Google
|
|
564
599
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
565
600
|
# PERMISSION_DENIED` errors.
|
566
601
|
# @param [String] resource
|
567
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
568
|
-
#
|
602
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
603
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
604
|
+
# appropriate value for this field.
|
569
605
|
# @param [Google::Apis::ManagedidentitiesV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
|
570
606
|
# @param [String] fields
|
571
607
|
# Selector specifying which fields to include in a partial response.
|
@@ -602,8 +638,9 @@ module Google
|
|
602
638
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
603
639
|
# This operation may "fail open" without warning.
|
604
640
|
# @param [String] resource
|
605
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
606
|
-
#
|
641
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
642
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
643
|
+
# appropriate value for this field.
|
607
644
|
# @param [Google::Apis::ManagedidentitiesV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
608
645
|
# @param [String] fields
|
609
646
|
# Selector specifying which fields to include in a partial response.
|
@@ -813,8 +850,9 @@ module Google
|
|
813
850
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
814
851
|
# resource exists and does not have a policy set.
|
815
852
|
# @param [String] resource
|
816
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
817
|
-
#
|
853
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
854
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
855
|
+
# appropriate value for this field.
|
818
856
|
# @param [Fixnum] options_requested_policy_version
|
819
857
|
# Optional. The maximum policy version that will be used to format the policy.
|
820
858
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -946,8 +984,9 @@ module Google
|
|
946
984
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
947
985
|
# PERMISSION_DENIED` errors.
|
948
986
|
# @param [String] resource
|
949
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
950
|
-
#
|
987
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
988
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
989
|
+
# appropriate value for this field.
|
951
990
|
# @param [Google::Apis::ManagedidentitiesV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
|
952
991
|
# @param [String] fields
|
953
992
|
# Selector specifying which fields to include in a partial response.
|
@@ -984,8 +1023,9 @@ module Google
|
|
984
1023
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
985
1024
|
# This operation may "fail open" without warning.
|
986
1025
|
# @param [String] resource
|
987
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
988
|
-
#
|
1026
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
1027
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
1028
|
+
# appropriate value for this field.
|
989
1029
|
# @param [Google::Apis::ManagedidentitiesV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
990
1030
|
# @param [String] fields
|
991
1031
|
# Selector specifying which fields to include in a partial response.
|
@@ -1349,8 +1389,9 @@ module Google
|
|
1349
1389
|
# Gets the access control policy for a resource. Returns an empty policy if the
|
1350
1390
|
# resource exists and does not have a policy set.
|
1351
1391
|
# @param [String] resource
|
1352
|
-
# REQUIRED: The resource for which the policy is being requested. See
|
1353
|
-
#
|
1392
|
+
# REQUIRED: The resource for which the policy is being requested. See [Resource
|
1393
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
1394
|
+
# appropriate value for this field.
|
1354
1395
|
# @param [Fixnum] options_requested_policy_version
|
1355
1396
|
# Optional. The maximum policy version that will be used to format the policy.
|
1356
1397
|
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
@@ -1484,8 +1525,9 @@ module Google
|
|
1484
1525
|
# existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
|
1485
1526
|
# PERMISSION_DENIED` errors.
|
1486
1527
|
# @param [String] resource
|
1487
|
-
# REQUIRED: The resource for which the policy is being specified. See
|
1488
|
-
#
|
1528
|
+
# REQUIRED: The resource for which the policy is being specified. See [Resource
|
1529
|
+
# names](https://cloud.google.com/apis/design/resource_names) for the
|
1530
|
+
# appropriate value for this field.
|
1489
1531
|
# @param [Google::Apis::ManagedidentitiesV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
|
1490
1532
|
# @param [String] fields
|
1491
1533
|
# Selector specifying which fields to include in a partial response.
|
@@ -1522,8 +1564,9 @@ module Google
|
|
1522
1564
|
# permission-aware UIs and command-line tools, not for authorization checking.
|
1523
1565
|
# This operation may "fail open" without warning.
|
1524
1566
|
# @param [String] resource
|
1525
|
-
# REQUIRED: The resource for which the policy detail is being requested. See
|
1526
|
-
#
|
1567
|
+
# REQUIRED: The resource for which the policy detail is being requested. See [
|
1568
|
+
# Resource names](https://cloud.google.com/apis/design/resource_names) for the
|
1569
|
+
# appropriate value for this field.
|
1527
1570
|
# @param [Google::Apis::ManagedidentitiesV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
|
1528
1571
|
# @param [String] fields
|
1529
1572
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-managedidentities_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.21.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-
|
11
|
+
date: 2022-06-20 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.
|
19
|
+
version: '0.6'
|
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.
|
29
|
+
version: '0.6'
|
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_v1beta1/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.21.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1beta1
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '0'
|
78
78
|
requirements: []
|
79
|
-
rubygems_version: 3.3.
|
79
|
+
rubygems_version: 3.3.14
|
80
80
|
signing_key:
|
81
81
|
specification_version: 4
|
82
82
|
summary: Simple REST client for Managed Service for Microsoft Active Directory API
|