google-apis-managedidentities_v1alpha1 0.29.0 → 0.30.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: f9acc3ce135afed7ba88f8e235223548a15b0c4d76eaf4f867a4a4dd9a9dc596
4
- data.tar.gz: d74e5f74a5cd7bb8cb8da309c252f5bbc372abead94a1667fb2c2e4c27cce792
3
+ metadata.gz: b42bc851b3d9641b00867132f1ad7e167d0fe51d29510b1404c41c752a50f747
4
+ data.tar.gz: 4158699500669370e3cd681e444f53a13c6ae79c1a9320ce8895789881b00739
5
5
  SHA512:
6
- metadata.gz: 55bdab9f4478c2646927edcf2c5430248930a41d85de6e8056188dd59a75bffd182ef2beaa088e773511b4c66f84addaa0d3e36723a7bd6805f5108e04b39bd8
7
- data.tar.gz: e31a274457121bd65ecf60780cb7bd2ad9fbc7c1b044f62b38cc0bf334580a872060244e222f04c164b023bbe489736755dfcb4b454b6561a35a76e3bff2b149
6
+ metadata.gz: a9350803e54d9dd2750d6fa5853470db2e3a36364dcf47ae1069f17eddb0da80f4aa7389a44e013308f2a96e68701b782657c2d453d1f7e5ea862e94586a2b31
7
+ data.tar.gz: a3d486de9c73a885071bb451c4e4e58c49c363bd6c6e3c07548b1b177f3f0671f2a19f810b04dbbffd32ec2bf39cc7c69ecfc86f9cdbeceaf83a538eadd17a62
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-managedidentities_v1alpha1
2
2
 
3
+ ### v0.30.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230227
6
+
3
7
  ### v0.29.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -147,22 +147,22 @@ module Google
147
147
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
148
148
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
149
149
  # email address that represents a Google group. For example, `admins@example.com`
150
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
151
- # identifier) representing a user that has been recently deleted. For example, `
152
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
153
- # value reverts to `user:`emailid`` and the recovered user retains the role in
154
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
155
- # address (plus unique identifier) representing a service account that has been
156
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
150
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
151
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
152
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
153
+ # representing a user that has been recently deleted. For example, `alice@
154
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
155
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
156
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
157
+ # (plus unique identifier) representing a service account that has been recently
158
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
157
159
  # 123456789012345678901`. If the service account is undeleted, this value
158
160
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
159
161
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
160
162
  # An email address (plus unique identifier) representing a Google group that has
161
163
  # been recently deleted. For example, `admins@example.com?uid=
162
164
  # 123456789012345678901`. If the group is recovered, this value reverts to `
163
- # group:`emailid`` and the recovered group retains the role in the binding. * `
164
- # domain:`domain``: The G Suite domain (primary) that represents all the users
165
- # of that domain. For example, `google.com` or `example.com`.
165
+ # group:`emailid`` and the recovered group retains the role in the binding.
166
166
  # Corresponds to the JSON property `members`
167
167
  # @return [Array<String>]
168
168
  attr_accessor :members
@@ -873,14 +873,30 @@ module Google
873
873
  end
874
874
  end
875
875
 
876
- #
876
+ # Instance represents the interface for SLM services to actuate the state of
877
+ # control plane resources. Example Instance in JSON, where consumer-project-
878
+ # number=123456, producer-project-id=cloud-sql: ```json Instance: ` "name": "
879
+ # projects/123456/locations/us-east1/instances/prod-instance", "create_time": ` "
880
+ # seconds": 1526406431, `, "labels": ` "env": "prod", "foo": "bar" `, "state":
881
+ # READY, "software_versions": ` "software_update": "cloud-sql-09-28-2018", `, "
882
+ # maintenance_policy_names": ` "UpdatePolicy": "projects/123456/locations/us-
883
+ # east1/maintenancePolicies/prod-update-policy", ` "tenant_project_id": "cloud-
884
+ # sql-test-tenant", "producer_metadata": ` "cloud-sql-tier": "basic", "cloud-sql-
885
+ # instance-size": "1G", `, "provisioned_resources": [ ` "resource-type": "
886
+ # compute-instance", "resource-url": "https://www.googleapis.com/compute/v1/
887
+ # projects/cloud-sql/zones/us-east1-b/instances/vm-1", ` ], "
888
+ # maintenance_schedules": ` "csa_rollout": ` "start_time": ` "seconds":
889
+ # 1526406431, `, "end_time": ` "seconds": 1535406431, `, `, "ncsa_rollout": ` "
890
+ # start_time": ` "seconds": 1526406431, `, "end_time": ` "seconds": 1535406431, `
891
+ # , ` `, "consumer_defined_name": "my-sql-instance1", ` ``` LINT.IfChange
877
892
  class GoogleCloudSaasacceleratorManagementProvidersV1Instance
878
893
  include Google::Apis::Core::Hashable
879
894
 
880
- # consumer_defined_name is the name that is set by the consumer. On the other
881
- # hand Name field represents system-assigned id of an instance so consumers are
882
- # not necessarily aware of it. consumer_defined_name is used for notification/UI
883
- # purposes for consumer to recognize their instances.
895
+ # consumer_defined_name is the name of the instance set by the service consumers.
896
+ # Generally this is different from the `name` field which reperesents the
897
+ # system-assigned id of the instance which the service consumers do not
898
+ # recognize. This is a required field for tenants onboarding to Maintenance
899
+ # Window notifications (go/slm-rollout-maintenance-policies#prerequisites).
884
900
  # Corresponds to the JSON property `consumerDefinedName`
885
901
  # @return [String]
886
902
  attr_accessor :consumer_defined_name
@@ -907,10 +923,11 @@ module Google
907
923
  # @return [Hash<String,String>]
908
924
  attr_accessor :labels
909
925
 
910
- # Optional. Deprecated. The MaintenancePolicies that have been attached to the
911
- # instance. The key must be of the type name of the oneof policy name defined in
926
+ # Optional. The MaintenancePolicies that have been attached to the instance. The
927
+ # key must be of the type name of the oneof policy name defined in
912
928
  # MaintenancePolicy, and the referenced policy must define the same policy type.
913
- # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
929
+ # For details, please refer to go/cloud-saas-mw-ug. Should not be set if
930
+ # maintenance_settings.maintenance_policies is set.
914
931
  # Corresponds to the JSON property `maintenancePolicyNames`
915
932
  # @return [Hash<String,String>]
916
933
  attr_accessor :maintenance_policy_names
@@ -1093,8 +1110,9 @@ module Google
1093
1110
  # Optional. The MaintenancePolicies that have been attached to the instance. The
1094
1111
  # key must be of the type name of the oneof policy name defined in
1095
1112
  # MaintenancePolicy, and the embedded policy must define the same policy type.
1096
- # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
1097
- # If only the name is needed, then only populate MaintenancePolicy.name.
1113
+ # For details, please refer to go/cloud-saas-mw-ug. Should not be set if
1114
+ # maintenance_policy_names is set. If only the name is needed, then only
1115
+ # populate MaintenancePolicy.name.
1098
1116
  # Corresponds to the JSON property `maintenancePolicies`
1099
1117
  # @return [Hash<String,Google::Apis::ManagedidentitiesV1alpha1::MaintenancePolicy>]
1100
1118
  attr_accessor :maintenance_policies
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221227"
25
+ REVISION = "20230227"
26
26
  end
27
27
  end
28
28
  end
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.29.0
4
+ version: 0.30.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: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-03-05 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.29.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.30.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: []