google-apis-managedidentities_v1alpha1 0.29.0 → 0.30.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b42bc851b3d9641b00867132f1ad7e167d0fe51d29510b1404c41c752a50f747
|
|
4
|
+
data.tar.gz: 4158699500669370e3cd681e444f53a13c6ae79c1a9320ce8895789881b00739
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9350803e54d9dd2750d6fa5853470db2e3a36364dcf47ae1069f17eddb0da80f4aa7389a44e013308f2a96e68701b782657c2d453d1f7e5ea862e94586a2b31
|
|
7
|
+
data.tar.gz: a3d486de9c73a885071bb451c4e4e58c49c363bd6c6e3c07548b1b177f3f0671f2a19f810b04dbbffd32ec2bf39cc7c69ecfc86f9cdbeceaf83a538eadd17a62
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
@@ -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
|
|
881
|
-
#
|
|
882
|
-
#
|
|
883
|
-
#
|
|
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.
|
|
911
|
-
#
|
|
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
|
|
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
|
|
1097
|
-
# If only the name is needed, then only
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|