google-apis-managedidentities_v1 0.28.0 → 0.29.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 663cc872483b4a053dbe0b584c367ebb3c9bb56986eb7a2fe523fe9ea469e55e
|
4
|
+
data.tar.gz: 52c1dac5283573f6355e84b8c89e06d98c6f311aef6282a16333b26685e0322d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d631b794f867ccb997d190ed55f5b1e6c140e1cdda9b64f599a05d7ffda06cb4b2d93fa89f6d8d3a856ab07c173881b36df01d0fadbc7d0f2afc160d7885a088
|
7
|
+
data.tar.gz: c37897591d65d0f85a7ae9060a760a007b5fe870758622a5f3f93c64b039be4aaa39153f77a1a54dda7800284675add2a150075c71fa3140e9589baeff54cdbd
|
data/CHANGELOG.md
CHANGED
@@ -139,22 +139,22 @@ module Google
|
|
139
139
|
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
|
140
140
|
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
141
141
|
# email address that represents a Google group. For example, `admins@example.com`
|
142
|
-
# . * `
|
143
|
-
#
|
144
|
-
#
|
145
|
-
#
|
146
|
-
# the
|
147
|
-
#
|
148
|
-
#
|
142
|
+
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
|
143
|
+
# users of that domain. For example, `google.com` or `example.com`. * `deleted:
|
144
|
+
# user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
145
|
+
# representing a user that has been recently deleted. For example, `alice@
|
146
|
+
# example.com?uid=123456789012345678901`. If the user is recovered, this value
|
147
|
+
# reverts to `user:`emailid`` and the recovered user retains the role in the
|
148
|
+
# binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
|
149
|
+
# (plus unique identifier) representing a service account that has been recently
|
150
|
+
# deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
149
151
|
# 123456789012345678901`. If the service account is undeleted, this value
|
150
152
|
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
151
153
|
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
152
154
|
# An email address (plus unique identifier) representing a Google group that has
|
153
155
|
# been recently deleted. For example, `admins@example.com?uid=
|
154
156
|
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
155
|
-
# group:`emailid`` and the recovered group retains the role in the binding.
|
156
|
-
# domain:`domain``: The G Suite domain (primary) that represents all the users
|
157
|
-
# of that domain. For example, `google.com` or `example.com`.
|
157
|
+
# group:`emailid`` and the recovered group retains the role in the binding.
|
158
158
|
# Corresponds to the JSON property `members`
|
159
159
|
# @return [Array<String>]
|
160
160
|
attr_accessor :members
|
@@ -743,14 +743,30 @@ module Google
|
|
743
743
|
end
|
744
744
|
end
|
745
745
|
|
746
|
-
#
|
746
|
+
# Instance represents the interface for SLM services to actuate the state of
|
747
|
+
# control plane resources. Example Instance in JSON, where consumer-project-
|
748
|
+
# number=123456, producer-project-id=cloud-sql: ```json Instance: ` "name": "
|
749
|
+
# projects/123456/locations/us-east1/instances/prod-instance", "create_time": ` "
|
750
|
+
# seconds": 1526406431, `, "labels": ` "env": "prod", "foo": "bar" `, "state":
|
751
|
+
# READY, "software_versions": ` "software_update": "cloud-sql-09-28-2018", `, "
|
752
|
+
# maintenance_policy_names": ` "UpdatePolicy": "projects/123456/locations/us-
|
753
|
+
# east1/maintenancePolicies/prod-update-policy", ` "tenant_project_id": "cloud-
|
754
|
+
# sql-test-tenant", "producer_metadata": ` "cloud-sql-tier": "basic", "cloud-sql-
|
755
|
+
# instance-size": "1G", `, "provisioned_resources": [ ` "resource-type": "
|
756
|
+
# compute-instance", "resource-url": "https://www.googleapis.com/compute/v1/
|
757
|
+
# projects/cloud-sql/zones/us-east1-b/instances/vm-1", ` ], "
|
758
|
+
# maintenance_schedules": ` "csa_rollout": ` "start_time": ` "seconds":
|
759
|
+
# 1526406431, `, "end_time": ` "seconds": 1535406431, `, `, "ncsa_rollout": ` "
|
760
|
+
# start_time": ` "seconds": 1526406431, `, "end_time": ` "seconds": 1535406431, `
|
761
|
+
# , ` `, "consumer_defined_name": "my-sql-instance1", ` ``` LINT.IfChange
|
747
762
|
class GoogleCloudSaasacceleratorManagementProvidersV1Instance
|
748
763
|
include Google::Apis::Core::Hashable
|
749
764
|
|
750
|
-
# consumer_defined_name is the name
|
751
|
-
#
|
752
|
-
#
|
753
|
-
#
|
765
|
+
# consumer_defined_name is the name of the instance set by the service consumers.
|
766
|
+
# Generally this is different from the `name` field which reperesents the
|
767
|
+
# system-assigned id of the instance which the service consumers do not
|
768
|
+
# recognize. This is a required field for tenants onboarding to Maintenance
|
769
|
+
# Window notifications (go/slm-rollout-maintenance-policies#prerequisites).
|
754
770
|
# Corresponds to the JSON property `consumerDefinedName`
|
755
771
|
# @return [String]
|
756
772
|
attr_accessor :consumer_defined_name
|
@@ -777,10 +793,11 @@ module Google
|
|
777
793
|
# @return [Hash<String,String>]
|
778
794
|
attr_accessor :labels
|
779
795
|
|
780
|
-
# Optional.
|
781
|
-
#
|
796
|
+
# Optional. The MaintenancePolicies that have been attached to the instance. The
|
797
|
+
# key must be of the type name of the oneof policy name defined in
|
782
798
|
# MaintenancePolicy, and the referenced policy must define the same policy type.
|
783
|
-
# For
|
799
|
+
# For details, please refer to go/cloud-saas-mw-ug. Should not be set if
|
800
|
+
# maintenance_settings.maintenance_policies is set.
|
784
801
|
# Corresponds to the JSON property `maintenancePolicyNames`
|
785
802
|
# @return [Hash<String,String>]
|
786
803
|
attr_accessor :maintenance_policy_names
|
@@ -963,8 +980,9 @@ module Google
|
|
963
980
|
# Optional. The MaintenancePolicies that have been attached to the instance. The
|
964
981
|
# key must be of the type name of the oneof policy name defined in
|
965
982
|
# MaintenancePolicy, and the embedded policy must define the same policy type.
|
966
|
-
# For
|
967
|
-
# If only the name is needed, then only
|
983
|
+
# For details, please refer to go/cloud-saas-mw-ug. Should not be set if
|
984
|
+
# maintenance_policy_names is set. If only the name is needed, then only
|
985
|
+
# populate MaintenancePolicy.name.
|
968
986
|
# Corresponds to the JSON property `maintenancePolicies`
|
969
987
|
# @return [Hash<String,Google::Apis::ManagedidentitiesV1::MaintenancePolicy>]
|
970
988
|
attr_accessor :maintenance_policies
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ManagedidentitiesV1
|
18
18
|
# Version of the google-apis-managedidentities_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.29.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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.29.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_v1/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.29.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-managedidentities_v1
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|