google-apis-managedidentities_v1alpha1 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: bc81055287c87cb9cea84244b02b18f449e6fd1749339a7f3411a40fef11b531
4
- data.tar.gz: 80e1032c887ca8bb95a05f85ced64991009dbbc2222f9f964c10db8013fdcc46
3
+ metadata.gz: 45283b04c3f758cb8f940c661e54e31e891d10b719fa4e581d7804335f753757
4
+ data.tar.gz: 7d8eefe718bc9fe803294899d195691d8f77f69a805728ead14df122f3c22c97
5
5
  SHA512:
6
- metadata.gz: c57aa364e4e935571b9f20b0331aefdbce74a1676f465c771b67453c72786c7c2b27d0545d2115bc393c38d47f636912c06e3629f2c80782dfc8abd19b01754a
7
- data.tar.gz: 93734643d8de6356033c2350f82c4b6828e4160a81ae9e17644fa04c8cae97ad2a46832ef6275485c45f1cc29f0d3899a450cdce0b046cf69c9a83163687525e
6
+ metadata.gz: c127df47032a81d9e02426d8987e7e569a30587fdf9d5192a5ac5aade7138987646df84341236456b0e4acab10faeae87b4b693ad515af242d9b479fbc8a2ba4
7
+ data.tar.gz: 7c48aaa44a5ba2a31bd9231fb739daec015b6c8c59c86292524753224502bf67e9003f7a18a80d3b6e4143556c842004c6eba6726e5ff82c8b7946821d05af9b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
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
+ * Unspecified changes
8
+
9
+ ### v0.19.0 (2022-04-29)
10
+
11
+ * Regenerated from discovery document revision 20220331
12
+
13
+ ### v0.18.0 (2022-02-27)
14
+
15
+ * Regenerated from discovery document revision 20220216
16
+ * Regenerated using generator version 0.4.1
17
+
3
18
  ### v0.17.0 (2021-12-14)
4
19
 
5
20
  * Unspecified changes
@@ -55,6 +55,11 @@ module Google
55
55
  # @return [String]
56
56
  attr_accessor :create_time
57
57
 
58
+ # Optional. A short description of the backup.
59
+ # Corresponds to the JSON property `description`
60
+ # @return [String]
61
+ attr_accessor :description
62
+
58
63
  # Optional. Resource labels to represent user provided metadata.
59
64
  # Corresponds to the JSON property `labels`
60
65
  # @return [Hash<String,String>]
@@ -94,6 +99,7 @@ module Google
94
99
  # Update properties of this object
95
100
  def update!(**args)
96
101
  @create_time = args[:create_time] if args.key?(:create_time)
102
+ @description = args[:description] if args.key?(:description)
97
103
  @labels = args[:labels] if args.key?(:labels)
98
104
  @name = args[:name] if args.key?(:name)
99
105
  @state = args[:state] if args.key?(:state)
@@ -126,7 +132,7 @@ module Google
126
132
  # @return [Google::Apis::ManagedidentitiesV1alpha1::Expr]
127
133
  attr_accessor :condition
128
134
 
129
- # Specifies the principals requesting access for a Cloud Platform resource. `
135
+ # Specifies the principals requesting access for a Google Cloud resource. `
130
136
  # members` can have the following values: * `allUsers`: A special identifier
131
137
  # that represents anyone who is on the internet; with or without a Google
132
138
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -260,11 +266,11 @@ module Google
260
266
  # Represents a whole or partial calendar date, such as a birthday. The time of
261
267
  # day and time zone are either specified elsewhere or are insignificant. The
262
268
  # date is relative to the Gregorian Calendar. This can represent one of the
263
- # following: * A full date, with non-zero year, month, and day values * A month
264
- # and day value, with a zero year, such as an anniversary * A year on its own,
265
- # with zero month and day values * A year and month value, with a zero day, such
266
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
267
- # google.protobuf.Timestamp`.
269
+ # following: * A full date, with non-zero year, month, and day values. * A month
270
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
271
+ # with a zero month and a zero day. * A year and month, with a zero day (for
272
+ # example, a credit card expiration date). Related types: * google.type.
273
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
268
274
  class Date
269
275
  include Google::Apis::Core::Hashable
270
276
 
@@ -306,11 +312,11 @@ module Google
306
312
  # Represents a whole or partial calendar date, such as a birthday. The time of
307
313
  # day and time zone are either specified elsewhere or are insignificant. The
308
314
  # date is relative to the Gregorian Calendar. This can represent one of the
309
- # following: * A full date, with non-zero year, month, and day values * A month
310
- # and day value, with a zero year, such as an anniversary * A year on its own,
311
- # with zero month and day values * A year and month value, with a zero day, such
312
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
313
- # google.protobuf.Timestamp`.
315
+ # following: * A full date, with non-zero year, month, and day values. * A month
316
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
317
+ # with a zero month and a zero day. * A year and month, with a zero day (for
318
+ # example, a credit card expiration date). Related types: * google.type.
319
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
314
320
  # Corresponds to the JSON property `endDate`
315
321
  # @return [Google::Apis::ManagedidentitiesV1alpha1::Date]
316
322
  attr_accessor :end_date
@@ -318,11 +324,11 @@ module Google
318
324
  # Represents a whole or partial calendar date, such as a birthday. The time of
319
325
  # day and time zone are either specified elsewhere or are insignificant. The
320
326
  # date is relative to the Gregorian Calendar. This can represent one of the
321
- # following: * A full date, with non-zero year, month, and day values * A month
322
- # and day value, with a zero year, such as an anniversary * A year on its own,
323
- # with zero month and day values * A year and month value, with a zero day, such
324
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
325
- # google.protobuf.Timestamp`.
327
+ # following: * A full date, with non-zero year, month, and day values. * A month
328
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
329
+ # with a zero month and a zero day. * A year and month, with a zero day (for
330
+ # example, a credit card expiration date). Related types: * google.type.
331
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
326
332
  # Corresponds to the JSON property `startDate`
327
333
  # @return [Google::Apis::ManagedidentitiesV1alpha1::Date]
328
334
  attr_accessor :start_date
@@ -484,8 +490,7 @@ module Google
484
490
  # A generic empty message that you can re-use to avoid defining duplicated empty
485
491
  # messages in your APIs. A typical example is to use it as the request or the
486
492
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
487
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
488
- # `Empty` is empty JSON object ````.
493
+ # protobuf.Empty) returns (google.protobuf.Empty); `
489
494
  class Empty
490
495
  include Google::Apis::Core::Hashable
491
496
 
@@ -552,6 +557,40 @@ module Google
552
557
  end
553
558
  end
554
559
 
560
+ # ExtendSchemaRequest is the request message for ExtendSchema method.
561
+ class ExtendSchemaRequest
562
+ include Google::Apis::Core::Hashable
563
+
564
+ # Required. Description for Schema Change.
565
+ # Corresponds to the JSON property `description`
566
+ # @return [String]
567
+ attr_accessor :description
568
+
569
+ # File uploaded as a byte stream input.
570
+ # Corresponds to the JSON property `fileContents`
571
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
572
+ # @return [String]
573
+ attr_accessor :file_contents
574
+
575
+ # File stored in Cloud Storage bucket and represented in the form projects/`
576
+ # project_id`/buckets/`bucket_name`/objects/`object_name` File should be in the
577
+ # same project as the domain.
578
+ # Corresponds to the JSON property `gcsPath`
579
+ # @return [String]
580
+ attr_accessor :gcs_path
581
+
582
+ def initialize(**args)
583
+ update!(**args)
584
+ end
585
+
586
+ # Update properties of this object
587
+ def update!(**args)
588
+ @description = args[:description] if args.key?(:description)
589
+ @file_contents = args[:file_contents] if args.key?(:file_contents)
590
+ @gcs_path = args[:gcs_path] if args.key?(:gcs_path)
591
+ end
592
+ end
593
+
555
594
  # Represents the metadata of the long-running operation.
556
595
  class GoogleCloudManagedidentitiesV1OpMetadata
557
596
  include Google::Apis::Core::Hashable
@@ -728,6 +767,16 @@ module Google
728
767
  # @return [String]
729
768
  attr_accessor :create_time
730
769
 
770
+ # Optional. The instance_type of this instance of format: projects/`
771
+ # project_number`/locations/`location_id`/instanceTypes/`instance_type_id`.
772
+ # Instance Type represents a high-level tier or SKU of the service that this
773
+ # instance belong to. When enabled(eg: Maintenance Rollout), Rollout uses '
774
+ # instance_type' along with 'software_versions' to determine whether instance
775
+ # needs an update or not.
776
+ # Corresponds to the JSON property `instanceType`
777
+ # @return [String]
778
+ attr_accessor :instance_type
779
+
731
780
  # Optional. Resource labels to represent user provided metadata. Each label is a
732
781
  # key-value pair, where both the key and the value are arbitrary strings
733
782
  # provided by the user.
@@ -755,14 +804,23 @@ module Google
755
804
  # @return [Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings]
756
805
  attr_accessor :maintenance_settings
757
806
 
758
- # Unique name of the resource. It uses the form: `projects/`project_id|
759
- # project_number`/locations/`location_id`/instances/`instance_id`` Note: Either
760
- # project_id or project_number can be used, but keep it consistent with other
761
- # APIs (e.g. RescheduleUpdate)
807
+ # Unique name of the resource. It uses the form: `projects/`project_number`/
808
+ # locations/`location_id`/instances/`instance_id`` Note: This name is passed,
809
+ # stored and logged across the rollout system. So use of consumer project_id or
810
+ # any other consumer PII in the name is strongly discouraged for wipeout (go/
811
+ # wipeout) compliance. See go/elysium/project_ids#storage-guidance for more
812
+ # details.
762
813
  # Corresponds to the JSON property `name`
763
814
  # @return [String]
764
815
  attr_accessor :name
765
816
 
817
+ # Optional. notification_parameter are information that service producers may
818
+ # like to include that is not relevant to Rollout. This parameter will only be
819
+ # passed to Gamma and Cloud Logging for notification/logging purpose.
820
+ # Corresponds to the JSON property `notificationParameters`
821
+ # @return [Hash<String,Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter>]
822
+ attr_accessor :notification_parameters
823
+
766
824
  # Output only. Custom string attributes used primarily to expose producer-
767
825
  # specific information in monitoring dashboards. See go/get-instance-metadata.
768
826
  # Corresponds to the JSON property `producerMetadata`
@@ -820,11 +878,13 @@ module Google
820
878
  def update!(**args)
821
879
  @consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
822
880
  @create_time = args[:create_time] if args.key?(:create_time)
881
+ @instance_type = args[:instance_type] if args.key?(:instance_type)
823
882
  @labels = args[:labels] if args.key?(:labels)
824
883
  @maintenance_policy_names = args[:maintenance_policy_names] if args.key?(:maintenance_policy_names)
825
884
  @maintenance_schedules = args[:maintenance_schedules] if args.key?(:maintenance_schedules)
826
885
  @maintenance_settings = args[:maintenance_settings] if args.key?(:maintenance_settings)
827
886
  @name = args[:name] if args.key?(:name)
887
+ @notification_parameters = args[:notification_parameters] if args.key?(:notification_parameters)
828
888
  @producer_metadata = args[:producer_metadata] if args.key?(:producer_metadata)
829
889
  @provisioned_resources = args[:provisioned_resources] if args.key?(:provisioned_resources)
830
890
  @slm_instance_template = args[:slm_instance_template] if args.key?(:slm_instance_template)
@@ -963,6 +1023,25 @@ module Google
963
1023
  end
964
1024
  end
965
1025
 
1026
+ # Contains notification related data.
1027
+ class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
1028
+ include Google::Apis::Core::Hashable
1029
+
1030
+ # Optional. Array of string values. e.g. instance's replica information.
1031
+ # Corresponds to the JSON property `values`
1032
+ # @return [Array<String>]
1033
+ attr_accessor :values
1034
+
1035
+ def initialize(**args)
1036
+ update!(**args)
1037
+ end
1038
+
1039
+ # Update properties of this object
1040
+ def update!(**args)
1041
+ @values = args[:values] if args.key?(:values)
1042
+ end
1043
+ end
1044
+
966
1045
  # PerSliSloEligibility is a mapping from an SLI name to eligibility.
967
1046
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
968
1047
  include Google::Apis::Core::Hashable
@@ -1991,7 +2070,7 @@ module Google
1991
2070
  include Google::Apis::Core::Hashable
1992
2071
 
1993
2072
  # The set of permissions to check for the `resource`. Permissions with wildcards
1994
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
2073
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1995
2074
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1996
2075
  # Corresponds to the JSON property `permissions`
1997
2076
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1alpha1
18
18
  # Version of the google-apis-managedidentities_v1alpha1 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::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule, decorator: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule::Representation
@@ -505,6 +528,8 @@ module Google
505
528
  property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
506
529
 
507
530
  property :name, as: 'name'
531
+ hash :notification_parameters, as: 'notificationParameters', class: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter, decorator: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter::Representation
532
+
508
533
  hash :producer_metadata, as: 'producerMetadata'
509
534
  collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::ManagedidentitiesV1alpha1::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::ManagedidentitiesV1alpha1::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::ManagedidentitiesV1alpha1::Operation] parsed result object
283
+ # @yieldparam err [StandardError] error object if request failed
284
+ #
285
+ # @return [Google::Apis::ManagedidentitiesV1alpha1::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, 'v1alpha1/{+domain}:extendSchema', options)
292
+ command.request_representation = Google::Apis::ManagedidentitiesV1alpha1::ExtendSchemaRequest::Representation
293
+ command.request_object = extend_schema_request_object
294
+ command.response_representation = Google::Apis::ManagedidentitiesV1alpha1::Operation::Representation
295
+ command.response_class = Google::Apis::ManagedidentitiesV1alpha1::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 details of a single Domain.
269
303
  # @param [String] name
270
304
  # Domain resource name using the form: `projects/`project_id`/locations/global/
@@ -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
@@ -565,8 +600,9 @@ module Google
565
600
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
566
601
  # PERMISSION_DENIED` errors.
567
602
  # @param [String] resource
568
- # REQUIRED: The resource for which the policy is being specified. See the
569
- # operation documentation for the appropriate value for this field.
603
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
604
+ # names](https://cloud.google.com/apis/design/resource_names) for the
605
+ # appropriate value for this field.
570
606
  # @param [Google::Apis::ManagedidentitiesV1alpha1::SetIamPolicyRequest] set_iam_policy_request_object
571
607
  # @param [String] fields
572
608
  # Selector specifying which fields to include in a partial response.
@@ -603,8 +639,9 @@ module Google
603
639
  # permission-aware UIs and command-line tools, not for authorization checking.
604
640
  # This operation may "fail open" without warning.
605
641
  # @param [String] resource
606
- # REQUIRED: The resource for which the policy detail is being requested. See the
607
- # operation documentation for the appropriate value for this field.
642
+ # REQUIRED: The resource for which the policy detail is being requested. See [
643
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
644
+ # appropriate value for this field.
608
645
  # @param [Google::Apis::ManagedidentitiesV1alpha1::TestIamPermissionsRequest] test_iam_permissions_request_object
609
646
  # @param [String] fields
610
647
  # 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::ManagedidentitiesV1alpha1::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::ManagedidentitiesV1alpha1::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::ManagedidentitiesV1alpha1::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::ManagedidentitiesV1alpha1::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_v1alpha1
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_v1alpha1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.17.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.20.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1alpha1
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