google-apis-managedidentities_v1alpha1 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 128098b2fda07327fa373a71c74a320b0541cf0455005188fa97008c8bb73e40
4
- data.tar.gz: 66118e27be1a60a26e41528101543f5e2e3bc780036b633955a8f384ce7a6a9d
3
+ metadata.gz: f06186f52423853ad77d0cfe16cf5b1bbbf9950e3b9d5acd331c85155e3a5029
4
+ data.tar.gz: 119b25e05b999c3c6a4a792eacab2cc42c766abe8ee9413204e8befaab6e22c9
5
5
  SHA512:
6
- metadata.gz: 8194911268cf78826bdc3d4212bd008232dbc8a1950c2d7b3edc3ef41af44e3477bd6675b1b731624c6804a2ae8a36501bfc327e5607d69199983c4e55d1576b
7
- data.tar.gz: 3d4cac57c65e48e8565346fdd98eedff56e875a7ab2feb94cde2a4475e5c6e3127c90d5609f0be371f9359ddcad193ac31bfd61ea39b49229219c026e4435533
6
+ metadata.gz: 2e93cfaf11f94b480151610f108ef90fcc7c5ef9df991c9f6b60f092130d155c0a529f2012d03e4a6cf4adb973cfc7d535583ff04ff84a6f571550192722487f
7
+ data.tar.gz: 84b4c0f01061199087767bca0708dd33674aa5068763bbfb017bee0dd16163ece5e42d8d8ca9f20bd25f44ef9144b52c2ff243f10073b282069e1674693edf59
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
2
2
 
3
+ ### v0.21.0 (2022-06-18)
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
+ * Unspecified changes
12
+
13
+ ### v0.19.0 (2022-04-29)
14
+
15
+ * Regenerated from discovery document revision 20220331
16
+
3
17
  ### v0.18.0 (2022-02-27)
4
18
 
5
19
  * Regenerated from discovery document revision 20220216
@@ -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, with a zero year (e.g., an anniversary) * A year on its own, with a
265
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
266
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
267
- # DateTime * 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, with a zero year (e.g., an anniversary) * A year on its own, with a
311
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
312
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
313
- # DateTime * 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, with a zero year (e.g., an anniversary) * A year on its own, with a
323
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
324
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
325
- # DateTime * 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,11 +767,12 @@ module Google
728
767
  # @return [String]
729
768
  attr_accessor :create_time
730
769
 
731
- # Optional. The instance_type of this instance of format: projects/`project_id`/
732
- # locations/`location_id`/instanceTypes/`instance_type_id`. Instance Type
733
- # represents a high-level tier or SKU of the service that this instance belong
734
- # to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along
735
- # with 'software_versions' to determine whether instance needs an update or not.
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.
736
776
  # Corresponds to the JSON property `instanceType`
737
777
  # @return [String]
738
778
  attr_accessor :instance_type
@@ -764,19 +804,21 @@ module Google
764
804
  # @return [Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings]
765
805
  attr_accessor :maintenance_settings
766
806
 
767
- # Unique name of the resource. It uses the form: `projects/`project_id|
768
- # project_number`/locations/`location_id`/instances/`instance_id`` Note: Either
769
- # project_id or project_number can be used, but keep it consistent with other
770
- # 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.
771
813
  # Corresponds to the JSON property `name`
772
814
  # @return [String]
773
815
  attr_accessor :name
774
816
 
775
- # Optional. notification_parameters are information that service producers may
817
+ # Optional. notification_parameter are information that service producers may
776
818
  # like to include that is not relevant to Rollout. This parameter will only be
777
819
  # passed to Gamma and Cloud Logging for notification/logging purpose.
778
820
  # Corresponds to the JSON property `notificationParameters`
779
- # @return [Hash<String,String>]
821
+ # @return [Hash<String,Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter>]
780
822
  attr_accessor :notification_parameters
781
823
 
782
824
  # Output only. Custom string attributes used primarily to expose producer-
@@ -981,6 +1023,25 @@ module Google
981
1023
  end
982
1024
  end
983
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
+
984
1045
  # PerSliSloEligibility is a mapping from an SLI name to eligibility.
985
1046
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
986
1047
  include Google::Apis::Core::Hashable
@@ -2009,7 +2070,7 @@ module Google
2009
2070
  include Google::Apis::Core::Hashable
2010
2071
 
2011
2072
  # The set of permissions to check for the `resource`. Permissions with wildcards
2012
- # (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
2013
2074
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
2014
2075
  # Corresponds to the JSON property `permissions`
2015
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.18.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.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220216"
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::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::ManagedidentitiesV1alpha1::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::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter, decorator: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter::Representation
532
+
510
533
  hash :producer_metadata, as: 'producerMetadata'
511
534
  collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::ManagedidentitiesV1alpha1::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", 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
@@ -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 the
950
- # 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.
951
990
  # @param [Google::Apis::ManagedidentitiesV1alpha1::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 the
988
- # 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.
989
1029
  # @param [Google::Apis::ManagedidentitiesV1alpha1::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 the
1353
- # 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.
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 the
1488
- # 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.
1489
1531
  # @param [Google::Apis::ManagedidentitiesV1alpha1::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 the
1526
- # 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.
1527
1570
  # @param [Google::Apis::ManagedidentitiesV1alpha1::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_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.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-02-28 00:00:00.000000000 Z
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.4'
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.4'
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_v1alpha1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.18.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.21.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.5
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