google-apis-managedidentities_v1beta1 0.17.0 → 0.20.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: 9299f9f9fee4039567deddac8c4f8d9ba5ee866422d27ff0be50ce17030f6e03
4
- data.tar.gz: '082bab907558eda6f4dcb6ef180ac02f8e5f00750b570d36ff2b695aa9579142'
3
+ metadata.gz: 8e39724d980b39cda3f641f0ed566ecd1d97e13c9c9ab4a19b5e42f1ed07a19c
4
+ data.tar.gz: bc82333f34eb57d4c267a6177f3e635c831d93543a7e128aa92d5ba1dd537bbe
5
5
  SHA512:
6
- metadata.gz: 6071d230dbd6f57931e3726a60aba8eb203a3649b2ecab5b1ec1d90b5b023303e767f2e2ed35beb9b3304abd154da3266181e3e4821917ab58c3acada579d157
7
- data.tar.gz: 21786028e845641ef3732fb6ec4fceb1035b96922d872c63d77fdf0a1d0b1f17521017f744cb5df68f92d8f086f98563ffa876ced4acced9d43f4957ce46d0dc
6
+ metadata.gz: 06414fc326ce112746135fe5515fad9f2532998cfb86ac64d86096a2091045f1343a4e7f9e6c5824ccbc8c526fa00ebbefc57b6dcba139b90973a9f3381e77bb
7
+ data.tar.gz: b219f132b280a3e90b6aee29092fda8f75085c00c065a72f685877243c76362bc6d53531b0283d7dd8bf7b9c1f220087aa1954c94deab7cc61237279cbc6ab6f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-managedidentities_v1beta1
2
2
 
3
+ ### v0.20.0 (2022-06-05)
4
+
5
+ * Regenerated from discovery document revision 20220526
6
+ * Regenerated using generator version 0.5.0
7
+
8
+ ### v0.19.0 (2022-04-29)
9
+
10
+ * Regenerated from discovery document revision 20220331
11
+
12
+ ### v0.18.0 (2022-02-28)
13
+
14
+ * Regenerated from discovery document revision 20220216
15
+ * Regenerated using generator version 0.4.1
16
+
3
17
  ### v0.17.0 (2021-12-14)
4
18
 
5
19
  * Unspecified changes
@@ -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 Platform resource. `
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 value, with a zero year, such as an anniversary * A year on its own,
261
- # with zero month and day values * A year and month value, with a zero day, such
262
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
263
- # 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 value, with a zero year, such as an anniversary * A year on its own,
307
- # with zero month and day values * A year and month value, with a zero day, such
308
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
309
- # 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 value, with a zero year, such as an anniversary * A year on its own,
319
- # with zero month and day values * A year and month value, with a zero day, such
320
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
321
- # 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
@@ -362,10 +368,10 @@ module Google
362
368
  end
363
369
  end
364
370
 
365
- # If the domain is being changed, it will be placed into the UPDATING state,
366
- # which indicates that the resource is being reconciled. At this point, Get will
367
- # reflect an intermediate state. Represents a managed Microsoft Active Directory
368
- # domain.
371
+ # Represents a managed Microsoft Active Directory domain. If the domain is being
372
+ # changed, it will be placed into the UPDATING state, which indicates that the
373
+ # resource is being reconciled. At this point, Get will reflect an intermediate
374
+ # state.
369
375
  class Domain
370
376
  include Google::Apis::Core::Hashable
371
377
 
@@ -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); ` The JSON representation for
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,6 +757,16 @@ module Google
718
757
  # @return [String]
719
758
  attr_accessor :create_time
720
759
 
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.
766
+ # Corresponds to the JSON property `instanceType`
767
+ # @return [String]
768
+ attr_accessor :instance_type
769
+
721
770
  # Optional. Resource labels to represent user provided metadata. Each label is a
722
771
  # key-value pair, where both the key and the value are arbitrary strings
723
772
  # provided by the user.
@@ -745,14 +794,23 @@ module Google
745
794
  # @return [Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings]
746
795
  attr_accessor :maintenance_settings
747
796
 
748
- # Unique name of the resource. It uses the form: `projects/`project_id|
749
- # project_number`/locations/`location_id`/instances/`instance_id`` Note: Either
750
- # project_id or project_number can be used, but keep it consistent with other
751
- # APIs (e.g. RescheduleUpdate)
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.
752
803
  # Corresponds to the JSON property `name`
753
804
  # @return [String]
754
805
  attr_accessor :name
755
806
 
807
+ # Optional. notification_parameter are information that service producers may
808
+ # like to include that is not relevant to Rollout. This parameter will only be
809
+ # passed to Gamma and Cloud Logging for notification/logging purpose.
810
+ # Corresponds to the JSON property `notificationParameters`
811
+ # @return [Hash<String,Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter>]
812
+ attr_accessor :notification_parameters
813
+
756
814
  # Output only. Custom string attributes used primarily to expose producer-
757
815
  # specific information in monitoring dashboards. See go/get-instance-metadata.
758
816
  # Corresponds to the JSON property `producerMetadata`
@@ -810,11 +868,13 @@ module Google
810
868
  def update!(**args)
811
869
  @consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
812
870
  @create_time = args[:create_time] if args.key?(:create_time)
871
+ @instance_type = args[:instance_type] if args.key?(:instance_type)
813
872
  @labels = args[:labels] if args.key?(:labels)
814
873
  @maintenance_policy_names = args[:maintenance_policy_names] if args.key?(:maintenance_policy_names)
815
874
  @maintenance_schedules = args[:maintenance_schedules] if args.key?(:maintenance_schedules)
816
875
  @maintenance_settings = args[:maintenance_settings] if args.key?(:maintenance_settings)
817
876
  @name = args[:name] if args.key?(:name)
877
+ @notification_parameters = args[:notification_parameters] if args.key?(:notification_parameters)
818
878
  @producer_metadata = args[:producer_metadata] if args.key?(:producer_metadata)
819
879
  @provisioned_resources = args[:provisioned_resources] if args.key?(:provisioned_resources)
820
880
  @slm_instance_template = args[:slm_instance_template] if args.key?(:slm_instance_template)
@@ -953,6 +1013,25 @@ module Google
953
1013
  end
954
1014
  end
955
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
+
956
1035
  # PerSliSloEligibility is a mapping from an SLI name to eligibility.
957
1036
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
958
1037
  include Google::Apis::Core::Hashable
@@ -1984,7 +2063,7 @@ module Google
1984
2063
  include Google::Apis::Core::Hashable
1985
2064
 
1986
2065
  # The set of permissions to check for the `resource`. Permissions with wildcards
1987
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
2066
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1988
2067
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1989
2068
  # Corresponds to the JSON property `permissions`
1990
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.17.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211108"
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
@@ -498,6 +520,7 @@ module Google
498
520
  class Representation < Google::Apis::Core::JsonRepresentation
499
521
  property :consumer_defined_name, as: 'consumerDefinedName'
500
522
  property :create_time, as: 'createTime'
523
+ property :instance_type, as: 'instanceType'
501
524
  hash :labels, as: 'labels'
502
525
  hash :maintenance_policy_names, as: 'maintenancePolicyNames'
503
526
  hash :maintenance_schedules, as: 'maintenanceSchedules', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule::Representation
@@ -505,6 +528,8 @@ module Google
505
528
  property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
506
529
 
507
530
  property :name, as: 'name'
531
+ hash :notification_parameters, as: 'notificationParameters', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter::Representation
532
+
508
533
  hash :producer_metadata, as: 'producerMetadata'
509
534
  collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::ManagedidentitiesV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
510
535
 
@@ -549,6 +574,13 @@ module Google
549
574
  end
550
575
  end
551
576
 
577
+ class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
578
+ # @private
579
+ class Representation < Google::Apis::Core::JsonRepresentation
580
+ collection :values, as: 'values'
581
+ end
582
+ end
583
+
552
584
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
553
585
  # @private
554
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", and is documented in more detail in [
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 the
303
- # operation documentation for the appropriate value for this field.
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 the
568
- # operation documentation for the appropriate value for this field.
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 the
606
- # operation documentation for the appropriate value for this field.
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 the
817
- # operation documentation for the appropriate value for this field.
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
@@ -859,8 +897,7 @@ module Google
859
897
  # Required. The domain resource name using the form: `projects/`project_id`/
860
898
  # locations/global/domains/`domain_name``
861
899
  # @param [String] filter
862
- # Optional. Filter specifying constraints of a list operation. For example, `
863
- # backup.location ="us-west1-a"`.
900
+ # Optional. Filter specifying constraints of a list operation.
864
901
  # @param [String] order_by
865
902
  # Optional. Specifies the ordering of results following syntax at https://cloud.
866
903
  # google.com/apis/design/design_patterns#sorting_order.
@@ -947,8 +984,9 @@ module Google
947
984
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
948
985
  # PERMISSION_DENIED` errors.
949
986
  # @param [String] resource
950
- # REQUIRED: The resource for which the policy is being specified. See the
951
- # operation documentation for the appropriate value for this field.
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.
952
990
  # @param [Google::Apis::ManagedidentitiesV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
953
991
  # @param [String] fields
954
992
  # Selector specifying which fields to include in a partial response.
@@ -985,8 +1023,9 @@ module Google
985
1023
  # permission-aware UIs and command-line tools, not for authorization checking.
986
1024
  # This operation may "fail open" without warning.
987
1025
  # @param [String] resource
988
- # REQUIRED: The resource for which the policy detail is being requested. See the
989
- # operation documentation for the appropriate value for this field.
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.
990
1029
  # @param [Google::Apis::ManagedidentitiesV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
991
1030
  # @param [String] fields
992
1031
  # Selector specifying which fields to include in a partial response.
@@ -1350,8 +1389,9 @@ module Google
1350
1389
  # Gets the access control policy for a resource. Returns an empty policy if the
1351
1390
  # resource exists and does not have a policy set.
1352
1391
  # @param [String] resource
1353
- # REQUIRED: The resource for which the policy is being requested. See the
1354
- # operation documentation for the appropriate value for this field.
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.
1355
1395
  # @param [Fixnum] options_requested_policy_version
1356
1396
  # Optional. The maximum policy version that will be used to format the policy.
1357
1397
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -1485,8 +1525,9 @@ module Google
1485
1525
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
1486
1526
  # PERMISSION_DENIED` errors.
1487
1527
  # @param [String] resource
1488
- # REQUIRED: The resource for which the policy is being specified. See the
1489
- # operation documentation for the appropriate value for this field.
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.
1490
1531
  # @param [Google::Apis::ManagedidentitiesV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
1491
1532
  # @param [String] fields
1492
1533
  # Selector specifying which fields to include in a partial response.
@@ -1523,8 +1564,9 @@ module Google
1523
1564
  # permission-aware UIs and command-line tools, not for authorization checking.
1524
1565
  # This operation may "fail open" without warning.
1525
1566
  # @param [String] resource
1526
- # REQUIRED: The resource for which the policy detail is being requested. See the
1527
- # operation documentation for the appropriate value for this field.
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.
1528
1570
  # @param [Google::Apis::ManagedidentitiesV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
1529
1571
  # @param [String] fields
1530
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.17.0
4
+ version: 0.20.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-06-13 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.4'
19
+ version: '0.5'
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.4'
29
+ version: '0.5'
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.17.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.20.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.4
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