google-apis-managedidentities_v1alpha1 0.17.0 → 0.18.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: 128098b2fda07327fa373a71c74a320b0541cf0455005188fa97008c8bb73e40
4
+ data.tar.gz: 66118e27be1a60a26e41528101543f5e2e3bc780036b633955a8f384ce7a6a9d
5
5
  SHA512:
6
- metadata.gz: c57aa364e4e935571b9f20b0331aefdbce74a1676f465c771b67453c72786c7c2b27d0545d2115bc393c38d47f636912c06e3629f2c80782dfc8abd19b01754a
7
- data.tar.gz: 93734643d8de6356033c2350f82c4b6828e4160a81ae9e17644fa04c8cae97ad2a46832ef6275485c45f1cc29f0d3899a450cdce0b046cf69c9a83163687525e
6
+ metadata.gz: 8194911268cf78826bdc3d4212bd008232dbc8a1950c2d7b3edc3ef41af44e3477bd6675b1b731624c6804a2ae8a36501bfc327e5607d69199983c4e55d1576b
7
+ data.tar.gz: 3d4cac57c65e48e8565346fdd98eedff56e875a7ab2feb94cde2a4475e5c6e3127c90d5609f0be371f9359ddcad193ac31bfd61ea39b49229219c026e4435533
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
2
2
 
3
+ ### v0.18.0 (2022-02-27)
4
+
5
+ * Regenerated from discovery document revision 20220216
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.17.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -261,10 +261,10 @@ module Google
261
261
  # day and time zone are either specified elsewhere or are insignificant. The
262
262
  # date is relative to the Gregorian Calendar. This can represent one of the
263
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`.
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
268
268
  class Date
269
269
  include Google::Apis::Core::Hashable
270
270
 
@@ -307,10 +307,10 @@ module Google
307
307
  # day and time zone are either specified elsewhere or are insignificant. The
308
308
  # date is relative to the Gregorian Calendar. This can represent one of the
309
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`.
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
314
314
  # Corresponds to the JSON property `endDate`
315
315
  # @return [Google::Apis::ManagedidentitiesV1alpha1::Date]
316
316
  attr_accessor :end_date
@@ -319,10 +319,10 @@ module Google
319
319
  # day and time zone are either specified elsewhere or are insignificant. The
320
320
  # date is relative to the Gregorian Calendar. This can represent one of the
321
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`.
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
326
326
  # Corresponds to the JSON property `startDate`
327
327
  # @return [Google::Apis::ManagedidentitiesV1alpha1::Date]
328
328
  attr_accessor :start_date
@@ -728,6 +728,15 @@ module Google
728
728
  # @return [String]
729
729
  attr_accessor :create_time
730
730
 
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.
736
+ # Corresponds to the JSON property `instanceType`
737
+ # @return [String]
738
+ attr_accessor :instance_type
739
+
731
740
  # Optional. Resource labels to represent user provided metadata. Each label is a
732
741
  # key-value pair, where both the key and the value are arbitrary strings
733
742
  # provided by the user.
@@ -763,6 +772,13 @@ module Google
763
772
  # @return [String]
764
773
  attr_accessor :name
765
774
 
775
+ # Optional. notification_parameters are information that service producers may
776
+ # like to include that is not relevant to Rollout. This parameter will only be
777
+ # passed to Gamma and Cloud Logging for notification/logging purpose.
778
+ # Corresponds to the JSON property `notificationParameters`
779
+ # @return [Hash<String,String>]
780
+ attr_accessor :notification_parameters
781
+
766
782
  # Output only. Custom string attributes used primarily to expose producer-
767
783
  # specific information in monitoring dashboards. See go/get-instance-metadata.
768
784
  # Corresponds to the JSON property `producerMetadata`
@@ -820,11 +836,13 @@ module Google
820
836
  def update!(**args)
821
837
  @consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
822
838
  @create_time = args[:create_time] if args.key?(:create_time)
839
+ @instance_type = args[:instance_type] if args.key?(:instance_type)
823
840
  @labels = args[:labels] if args.key?(:labels)
824
841
  @maintenance_policy_names = args[:maintenance_policy_names] if args.key?(:maintenance_policy_names)
825
842
  @maintenance_schedules = args[:maintenance_schedules] if args.key?(:maintenance_schedules)
826
843
  @maintenance_settings = args[:maintenance_settings] if args.key?(:maintenance_settings)
827
844
  @name = args[:name] if args.key?(:name)
845
+ @notification_parameters = args[:notification_parameters] if args.key?(:notification_parameters)
828
846
  @producer_metadata = args[:producer_metadata] if args.key?(:producer_metadata)
829
847
  @provisioned_resources = args[:provisioned_resources] if args.key?(:provisioned_resources)
830
848
  @slm_instance_template = args[:slm_instance_template] if args.key?(:slm_instance_template)
@@ -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.18.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.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211108"
25
+ REVISION = "20220216"
26
26
  end
27
27
  end
28
28
  end
@@ -498,6 +498,7 @@ module Google
498
498
  class Representation < Google::Apis::Core::JsonRepresentation
499
499
  property :consumer_defined_name, as: 'consumerDefinedName'
500
500
  property :create_time, as: 'createTime'
501
+ property :instance_type, as: 'instanceType'
501
502
  hash :labels, as: 'labels'
502
503
  hash :maintenance_policy_names, as: 'maintenancePolicyNames'
503
504
  hash :maintenance_schedules, as: 'maintenanceSchedules', class: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule, decorator: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule::Representation
@@ -505,6 +506,7 @@ module Google
505
506
  property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
506
507
 
507
508
  property :name, as: 'name'
509
+ hash :notification_parameters, as: 'notificationParameters'
508
510
  hash :producer_metadata, as: 'producerMetadata'
509
511
  collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
510
512
 
@@ -859,8 +859,7 @@ module Google
859
859
  # Required. The domain resource name using the form: `projects/`project_id`/
860
860
  # locations/global/domains/`domain_name``
861
861
  # @param [String] filter
862
- # Optional. Filter specifying constraints of a list operation. For example, `
863
- # backup.location ="us-west1-a"`.
862
+ # Optional. Filter specifying constraints of a list operation.
864
863
  # @param [String] order_by
865
864
  # Optional. Specifies the ordering of results following syntax at https://cloud.
866
865
  # google.com/apis/design/design_patterns#sorting_order.
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.18.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-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.18.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.5
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Simple REST client for Managed Service for Microsoft Active Directory API