google-apis-managedidentities_v1beta1 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: 24912d2e9547443afd206f123bf87c6b571d398a7664d3e81f46c41741641111
|
|
4
|
+
data.tar.gz: b31b9ac39831d2a558ae482d13046d2bba788d28e9a2a2b78699049b6f80cd33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b4e16b8371cbbb94dbd66d6d94063454c2501cbb9c2d839c1b5ce052c6ebfdf3efdeda2ad1714064f5546897fbe79901616a64c5c74304267eb36d544a5b2d9
|
|
7
|
+
data.tar.gz: 93580909f8f38ec1a53cd3bb07c5093cf97d16500fd86185f5d865b390f35cd9878a358dde6716fa27453a1d70d2953726f903223ee6df9be3b256cbec3b82b0
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
-
# . * `
|
|
147
|
-
#
|
|
148
|
-
#
|
|
149
|
-
#
|
|
150
|
-
# the
|
|
151
|
-
#
|
|
152
|
-
#
|
|
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
|
|
@@ -872,14 +872,30 @@ module Google
|
|
|
872
872
|
end
|
|
873
873
|
end
|
|
874
874
|
|
|
875
|
-
#
|
|
875
|
+
# Instance represents the interface for SLM services to actuate the state of
|
|
876
|
+
# control plane resources. Example Instance in JSON, where consumer-project-
|
|
877
|
+
# number=123456, producer-project-id=cloud-sql: ```json Instance: ` "name": "
|
|
878
|
+
# projects/123456/locations/us-east1/instances/prod-instance", "create_time": ` "
|
|
879
|
+
# seconds": 1526406431, `, "labels": ` "env": "prod", "foo": "bar" `, "state":
|
|
880
|
+
# READY, "software_versions": ` "software_update": "cloud-sql-09-28-2018", `, "
|
|
881
|
+
# maintenance_policy_names": ` "UpdatePolicy": "projects/123456/locations/us-
|
|
882
|
+
# east1/maintenancePolicies/prod-update-policy", ` "tenant_project_id": "cloud-
|
|
883
|
+
# sql-test-tenant", "producer_metadata": ` "cloud-sql-tier": "basic", "cloud-sql-
|
|
884
|
+
# instance-size": "1G", `, "provisioned_resources": [ ` "resource-type": "
|
|
885
|
+
# compute-instance", "resource-url": "https://www.googleapis.com/compute/v1/
|
|
886
|
+
# projects/cloud-sql/zones/us-east1-b/instances/vm-1", ` ], "
|
|
887
|
+
# maintenance_schedules": ` "csa_rollout": ` "start_time": ` "seconds":
|
|
888
|
+
# 1526406431, `, "end_time": ` "seconds": 1535406431, `, `, "ncsa_rollout": ` "
|
|
889
|
+
# start_time": ` "seconds": 1526406431, `, "end_time": ` "seconds": 1535406431, `
|
|
890
|
+
# , ` `, "consumer_defined_name": "my-sql-instance1", ` ``` LINT.IfChange
|
|
876
891
|
class GoogleCloudSaasacceleratorManagementProvidersV1Instance
|
|
877
892
|
include Google::Apis::Core::Hashable
|
|
878
893
|
|
|
879
|
-
# consumer_defined_name is the name
|
|
880
|
-
#
|
|
881
|
-
#
|
|
882
|
-
#
|
|
894
|
+
# consumer_defined_name is the name of the instance set by the service consumers.
|
|
895
|
+
# Generally this is different from the `name` field which reperesents the
|
|
896
|
+
# system-assigned id of the instance which the service consumers do not
|
|
897
|
+
# recognize. This is a required field for tenants onboarding to Maintenance
|
|
898
|
+
# Window notifications (go/slm-rollout-maintenance-policies#prerequisites).
|
|
883
899
|
# Corresponds to the JSON property `consumerDefinedName`
|
|
884
900
|
# @return [String]
|
|
885
901
|
attr_accessor :consumer_defined_name
|
|
@@ -906,10 +922,11 @@ module Google
|
|
|
906
922
|
# @return [Hash<String,String>]
|
|
907
923
|
attr_accessor :labels
|
|
908
924
|
|
|
909
|
-
# Optional.
|
|
910
|
-
#
|
|
925
|
+
# Optional. The MaintenancePolicies that have been attached to the instance. The
|
|
926
|
+
# key must be of the type name of the oneof policy name defined in
|
|
911
927
|
# MaintenancePolicy, and the referenced policy must define the same policy type.
|
|
912
|
-
# For
|
|
928
|
+
# For details, please refer to go/cloud-saas-mw-ug. Should not be set if
|
|
929
|
+
# maintenance_settings.maintenance_policies is set.
|
|
913
930
|
# Corresponds to the JSON property `maintenancePolicyNames`
|
|
914
931
|
# @return [Hash<String,String>]
|
|
915
932
|
attr_accessor :maintenance_policy_names
|
|
@@ -1092,8 +1109,9 @@ module Google
|
|
|
1092
1109
|
# Optional. The MaintenancePolicies that have been attached to the instance. The
|
|
1093
1110
|
# key must be of the type name of the oneof policy name defined in
|
|
1094
1111
|
# MaintenancePolicy, and the embedded policy must define the same policy type.
|
|
1095
|
-
# For
|
|
1096
|
-
# If only the name is needed, then only
|
|
1112
|
+
# For details, please refer to go/cloud-saas-mw-ug. Should not be set if
|
|
1113
|
+
# maintenance_policy_names is set. If only the name is needed, then only
|
|
1114
|
+
# populate MaintenancePolicy.name.
|
|
1097
1115
|
# Corresponds to the JSON property `maintenancePolicies`
|
|
1098
1116
|
# @return [Hash<String,Google::Apis::ManagedidentitiesV1beta1::MaintenancePolicy>]
|
|
1099
1117
|
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.
|
|
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_v1beta1
|
|
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_v1beta1/CHANGELOG.md
|
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.
|
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1beta1/v0.30.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: []
|