google-apis-managedidentities_v1alpha1 0.29.0 → 0.31.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/managedidentities_v1alpha1/classes.rb +46 -20
- data/lib/google/apis/managedidentities_v1alpha1/gem_version.rb +2 -2
- data/lib/google/apis/managedidentities_v1alpha1/representations.rb +1 -0
- data/lib/google/apis/managedidentities_v1alpha1/service.rb +1 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0a89d3ca6c7864026857fa054e0c5df360aa113459ffc4efbc1381d02ddae10
|
4
|
+
data.tar.gz: 07f62dd9d4e9c87a6c05ea4911b7e5d3a29782bfaf28f34ac75662f9c326c1e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71b6516abf984b6c42c47b2f318bf4da522fee02a4b996b1a121a9abc9f9ef017f36879500cf8c0c4416f106353765a1affba53064bda1373ef21da19ce222a6
|
7
|
+
data.tar.gz: b7eabc8d10e8ea7e558edbafec372c2fa59b47051998211d15f0220cc103521145fa9fbeea8e059d661829e8ff9fa3252a30f3aefe4c7a841d97ca244df27376
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-managedidentities_v1alpha1
|
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
|
@@ -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
|
-
# . * `
|
151
|
-
#
|
152
|
-
#
|
153
|
-
#
|
154
|
-
# the
|
155
|
-
#
|
156
|
-
#
|
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
|
@@ -549,6 +549,13 @@ module Google
|
|
549
549
|
class DomainJoinMachineRequest
|
550
550
|
include Google::Apis::Core::Hashable
|
551
551
|
|
552
|
+
# Optional. force if True, forces domain join even if the computer account
|
553
|
+
# already exists.
|
554
|
+
# Corresponds to the JSON property `force`
|
555
|
+
# @return [Boolean]
|
556
|
+
attr_accessor :force
|
557
|
+
alias_method :force?, :force
|
558
|
+
|
552
559
|
# Optional. OU name where the VM needs to be domain joined
|
553
560
|
# Corresponds to the JSON property `ouName`
|
554
561
|
# @return [String]
|
@@ -567,6 +574,7 @@ module Google
|
|
567
574
|
|
568
575
|
# Update properties of this object
|
569
576
|
def update!(**args)
|
577
|
+
@force = args[:force] if args.key?(:force)
|
570
578
|
@ou_name = args[:ou_name] if args.key?(:ou_name)
|
571
579
|
@vm_id_token = args[:vm_id_token] if args.key?(:vm_id_token)
|
572
580
|
end
|
@@ -873,14 +881,30 @@ module Google
|
|
873
881
|
end
|
874
882
|
end
|
875
883
|
|
876
|
-
#
|
884
|
+
# Instance represents the interface for SLM services to actuate the state of
|
885
|
+
# control plane resources. Example Instance in JSON, where consumer-project-
|
886
|
+
# number=123456, producer-project-id=cloud-sql: ```json Instance: ` "name": "
|
887
|
+
# projects/123456/locations/us-east1/instances/prod-instance", "create_time": ` "
|
888
|
+
# seconds": 1526406431, `, "labels": ` "env": "prod", "foo": "bar" `, "state":
|
889
|
+
# READY, "software_versions": ` "software_update": "cloud-sql-09-28-2018", `, "
|
890
|
+
# maintenance_policy_names": ` "UpdatePolicy": "projects/123456/locations/us-
|
891
|
+
# east1/maintenancePolicies/prod-update-policy", ` "tenant_project_id": "cloud-
|
892
|
+
# sql-test-tenant", "producer_metadata": ` "cloud-sql-tier": "basic", "cloud-sql-
|
893
|
+
# instance-size": "1G", `, "provisioned_resources": [ ` "resource-type": "
|
894
|
+
# compute-instance", "resource-url": "https://www.googleapis.com/compute/v1/
|
895
|
+
# projects/cloud-sql/zones/us-east1-b/instances/vm-1", ` ], "
|
896
|
+
# maintenance_schedules": ` "csa_rollout": ` "start_time": ` "seconds":
|
897
|
+
# 1526406431, `, "end_time": ` "seconds": 1535406431, `, `, "ncsa_rollout": ` "
|
898
|
+
# start_time": ` "seconds": 1526406431, `, "end_time": ` "seconds": 1535406431, `
|
899
|
+
# , ` `, "consumer_defined_name": "my-sql-instance1", ` ``` LINT.IfChange
|
877
900
|
class GoogleCloudSaasacceleratorManagementProvidersV1Instance
|
878
901
|
include Google::Apis::Core::Hashable
|
879
902
|
|
880
|
-
# consumer_defined_name is the name
|
881
|
-
#
|
882
|
-
#
|
883
|
-
#
|
903
|
+
# consumer_defined_name is the name of the instance set by the service consumers.
|
904
|
+
# Generally this is different from the `name` field which reperesents the
|
905
|
+
# system-assigned id of the instance which the service consumers do not
|
906
|
+
# recognize. This is a required field for tenants onboarding to Maintenance
|
907
|
+
# Window notifications (go/slm-rollout-maintenance-policies#prerequisites).
|
884
908
|
# Corresponds to the JSON property `consumerDefinedName`
|
885
909
|
# @return [String]
|
886
910
|
attr_accessor :consumer_defined_name
|
@@ -907,10 +931,11 @@ module Google
|
|
907
931
|
# @return [Hash<String,String>]
|
908
932
|
attr_accessor :labels
|
909
933
|
|
910
|
-
# Optional.
|
911
|
-
#
|
934
|
+
# Optional. The MaintenancePolicies that have been attached to the instance. The
|
935
|
+
# key must be of the type name of the oneof policy name defined in
|
912
936
|
# MaintenancePolicy, and the referenced policy must define the same policy type.
|
913
|
-
# For
|
937
|
+
# For details, please refer to go/cloud-saas-mw-ug. Should not be set if
|
938
|
+
# maintenance_settings.maintenance_policies is set.
|
914
939
|
# Corresponds to the JSON property `maintenancePolicyNames`
|
915
940
|
# @return [Hash<String,String>]
|
916
941
|
attr_accessor :maintenance_policy_names
|
@@ -1093,8 +1118,9 @@ module Google
|
|
1093
1118
|
# Optional. The MaintenancePolicies that have been attached to the instance. The
|
1094
1119
|
# key must be of the type name of the oneof policy name defined in
|
1095
1120
|
# MaintenancePolicy, and the embedded policy must define the same policy type.
|
1096
|
-
# For
|
1097
|
-
# If only the name is needed, then only
|
1121
|
+
# For details, please refer to go/cloud-saas-mw-ug. Should not be set if
|
1122
|
+
# maintenance_policy_names is set. If only the name is needed, then only
|
1123
|
+
# populate MaintenancePolicy.name.
|
1098
1124
|
# Corresponds to the JSON property `maintenancePolicies`
|
1099
1125
|
# @return [Hash<String,Google::Apis::ManagedidentitiesV1alpha1::MaintenancePolicy>]
|
1100
1126
|
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.
|
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 = "
|
25
|
+
REVISION = "20230323"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
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`.
|
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_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
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_v1alpha1/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1alpha1/v0.31.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: []
|