google-apis-managedidentities_v1beta1 0.29.0 → 0.31.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: 2ee7a543fb726327f6aaee6df85651b1a6fecd235d09bd80586a20aa09106e1d
4
- data.tar.gz: fb4f594b061e9b8cd968d233bb9b828e12d2efc3a00958e97044d6485b164ad0
3
+ metadata.gz: 597d04d2b52ce41136f61da3f117fc7cfcba3cf2c93c136ae862e4cc426e7e11
4
+ data.tar.gz: fa39c98d65adf59a80474167d1967914effbb35302161d350c096947cd063d09
5
5
  SHA512:
6
- metadata.gz: 9b2e283a2eeaa81839aba12b641f592974792fddd49a6629122ee56e8bd47efe2874a3c66ba011cb83c2c7d9a8b13f42055b634caa45fdc0cb52962d163c5e3d
7
- data.tar.gz: 92acba701c38f243289ea49cb4e4d2bed7fbbb1b70666997849e840c5137d58dfe20f600d498b1a8f47c4f477ed07bdc734a53f90acfeb1d9b46592db0c573bf
6
+ metadata.gz: 3bb603806ff6c44f4abcd743b85e9e7b0552de0c39a7f3acb7e7ba0cba3a1f60a1de7f24fd7ca56ff501506dc8f704b8982f4e54a2aa889cd291238d97461637
7
+ data.tar.gz: e7e67c2e3be600801e55f7c80c99e14f92512c0ea7b42eb51e6c725bdbf472d6f63fbdd76732de9c5aa2ce8788525c7cf7b6539c50dfde09aa09714d4a747174
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-managedidentities_v1beta1
2
2
 
3
+ ### v0.31.0 (2023-04-16)
4
+
5
+ * Regenerated from discovery document revision 20230323
6
+
7
+ ### v0.30.0 (2023-03-05)
8
+
9
+ * Regenerated from discovery document revision 20230227
10
+
3
11
  ### v0.29.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -143,22 +143,22 @@ module Google
143
143
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
144
144
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
145
145
  # email address that represents a Google group. For example, `admins@example.com`
146
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
147
- # identifier) representing a user that has been recently deleted. For example, `
148
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
149
- # value reverts to `user:`emailid`` and the recovered user retains the role in
150
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
151
- # address (plus unique identifier) representing a service account that has been
152
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
146
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
147
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
148
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
149
+ # representing a user that has been recently deleted. For example, `alice@
150
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
151
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
152
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
153
+ # (plus unique identifier) representing a service account that has been recently
154
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
153
155
  # 123456789012345678901`. If the service account is undeleted, this value
154
156
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
155
157
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
156
158
  # An email address (plus unique identifier) representing a Google group that has
157
159
  # been recently deleted. For example, `admins@example.com?uid=
158
160
  # 123456789012345678901`. If the group is recovered, this value reverts to `
159
- # group:`emailid`` and the recovered group retains the role in the binding. * `
160
- # domain:`domain``: The G Suite domain (primary) that represents all the users
161
- # of that domain. For example, `google.com` or `example.com`.
161
+ # group:`emailid`` and the recovered group retains the role in the binding.
162
162
  # Corresponds to the JSON property `members`
163
163
  # @return [Array<String>]
164
164
  attr_accessor :members
@@ -539,6 +539,13 @@ module Google
539
539
  class DomainJoinMachineRequest
540
540
  include Google::Apis::Core::Hashable
541
541
 
542
+ # Optional. force if True, forces domain join even if the computer account
543
+ # already exists.
544
+ # Corresponds to the JSON property `force`
545
+ # @return [Boolean]
546
+ attr_accessor :force
547
+ alias_method :force?, :force
548
+
542
549
  # Optional. OU name to which the VM needs to be domain joined. If the field is
543
550
  # not provided, the VM is joined to the default OU which is created. The default
544
551
  # OU for the domain join api is created as GCE Instances under the Cloud OU.
@@ -564,6 +571,7 @@ module Google
564
571
 
565
572
  # Update properties of this object
566
573
  def update!(**args)
574
+ @force = args[:force] if args.key?(:force)
567
575
  @ou_name = args[:ou_name] if args.key?(:ou_name)
568
576
  @vm_id_token = args[:vm_id_token] if args.key?(:vm_id_token)
569
577
  end
@@ -872,14 +880,30 @@ module Google
872
880
  end
873
881
  end
874
882
 
875
- #
883
+ # Instance represents the interface for SLM services to actuate the state of
884
+ # control plane resources. Example Instance in JSON, where consumer-project-
885
+ # number=123456, producer-project-id=cloud-sql: ```json Instance: ` "name": "
886
+ # projects/123456/locations/us-east1/instances/prod-instance", "create_time": ` "
887
+ # seconds": 1526406431, `, "labels": ` "env": "prod", "foo": "bar" `, "state":
888
+ # READY, "software_versions": ` "software_update": "cloud-sql-09-28-2018", `, "
889
+ # maintenance_policy_names": ` "UpdatePolicy": "projects/123456/locations/us-
890
+ # east1/maintenancePolicies/prod-update-policy", ` "tenant_project_id": "cloud-
891
+ # sql-test-tenant", "producer_metadata": ` "cloud-sql-tier": "basic", "cloud-sql-
892
+ # instance-size": "1G", `, "provisioned_resources": [ ` "resource-type": "
893
+ # compute-instance", "resource-url": "https://www.googleapis.com/compute/v1/
894
+ # projects/cloud-sql/zones/us-east1-b/instances/vm-1", ` ], "
895
+ # maintenance_schedules": ` "csa_rollout": ` "start_time": ` "seconds":
896
+ # 1526406431, `, "end_time": ` "seconds": 1535406431, `, `, "ncsa_rollout": ` "
897
+ # start_time": ` "seconds": 1526406431, `, "end_time": ` "seconds": 1535406431, `
898
+ # , ` `, "consumer_defined_name": "my-sql-instance1", ` ``` LINT.IfChange
876
899
  class GoogleCloudSaasacceleratorManagementProvidersV1Instance
877
900
  include Google::Apis::Core::Hashable
878
901
 
879
- # consumer_defined_name is the name that is set by the consumer. On the other
880
- # hand Name field represents system-assigned id of an instance so consumers are
881
- # not necessarily aware of it. consumer_defined_name is used for notification/UI
882
- # purposes for consumer to recognize their instances.
902
+ # consumer_defined_name is the name of the instance set by the service consumers.
903
+ # Generally this is different from the `name` field which reperesents the
904
+ # system-assigned id of the instance which the service consumers do not
905
+ # recognize. This is a required field for tenants onboarding to Maintenance
906
+ # Window notifications (go/slm-rollout-maintenance-policies#prerequisites).
883
907
  # Corresponds to the JSON property `consumerDefinedName`
884
908
  # @return [String]
885
909
  attr_accessor :consumer_defined_name
@@ -906,10 +930,11 @@ module Google
906
930
  # @return [Hash<String,String>]
907
931
  attr_accessor :labels
908
932
 
909
- # Optional. Deprecated. The MaintenancePolicies that have been attached to the
910
- # instance. The key must be of the type name of the oneof policy name defined in
933
+ # Optional. The MaintenancePolicies that have been attached to the instance. The
934
+ # key must be of the type name of the oneof policy name defined in
911
935
  # MaintenancePolicy, and the referenced policy must define the same policy type.
912
- # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
936
+ # For details, please refer to go/cloud-saas-mw-ug. Should not be set if
937
+ # maintenance_settings.maintenance_policies is set.
913
938
  # Corresponds to the JSON property `maintenancePolicyNames`
914
939
  # @return [Hash<String,String>]
915
940
  attr_accessor :maintenance_policy_names
@@ -1092,8 +1117,9 @@ module Google
1092
1117
  # Optional. The MaintenancePolicies that have been attached to the instance. The
1093
1118
  # key must be of the type name of the oneof policy name defined in
1094
1119
  # MaintenancePolicy, and the embedded policy must define the same policy type.
1095
- # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
1096
- # If only the name is needed, then only populate MaintenancePolicy.name.
1120
+ # For details, please refer to go/cloud-saas-mw-ug. Should not be set if
1121
+ # maintenance_policy_names is set. If only the name is needed, then only
1122
+ # populate MaintenancePolicy.name.
1097
1123
  # Corresponds to the JSON property `maintenancePolicies`
1098
1124
  # @return [Hash<String,Google::Apis::ManagedidentitiesV1beta1::MaintenancePolicy>]
1099
1125
  attr_accessor :maintenance_policies
@@ -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.29.0"
19
+ GEM_VERSION = "0.31.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 = "20230323"
26
26
  end
27
27
  end
28
28
  end
@@ -526,6 +526,7 @@ module Google
526
526
  class DomainJoinMachineRequest
527
527
  # @private
528
528
  class Representation < Google::Apis::Core::JsonRepresentation
529
+ property :force, as: 'force'
529
530
  property :ou_name, as: 'ouName'
530
531
  property :vm_id_token, as: 'vmIdToken'
531
532
  end
@@ -1378,13 +1378,7 @@ module Google
1378
1378
  end
1379
1379
 
1380
1380
  # Lists operations that match the specified filter in the request. If the server
1381
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
1382
- # binding allows API services to override the binding to use different resource
1383
- # name schemes, such as `users/*/operations`. To override the binding, API
1384
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
1385
- # service configuration. For backwards compatibility, the default name includes
1386
- # the operations collection id, however overriding users must ensure the name
1387
- # binding is the parent resource, without the operations collection id.
1381
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
1388
1382
  # @param [String] name
1389
1383
  # The name of the operation's parent resource.
1390
1384
  # @param [String] filter
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.29.0
4
+ version: 0.31.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-04-16 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_v1beta1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.29.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.31.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: []