google-apis-managedidentities_v1alpha1 0.11.0 → 0.12.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: ff185d8035a1c83eb0e2b8bacadc4556bab91dc872415dbefab5d33a7e11e0ad
|
|
4
|
+
data.tar.gz: 10baedbc1d017dc17f1f0032456536295ac873d8479585d8cb010deff8c13263
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ab5915555ad8831d1dcf3f128afa2a92ee3c767e0fee5fe8dd17d71b07a70d7677be892df2bdd6c487969a46d2b4697955d4e185aa49ee84cfc0b59938488bb
|
|
7
|
+
data.tar.gz: 8247e34b82b46efcdd78fce5084c59c6659465efba8d5af0aca8277a9309e1aa955a8a82e39b237f3c31ae4bf95f098206447ddd3b45777642fc05472febb2b8
|
data/CHANGELOG.md
CHANGED
|
@@ -1518,12 +1518,12 @@ module Google
|
|
|
1518
1518
|
class OperationMetadata
|
|
1519
1519
|
include Google::Apis::Core::Hashable
|
|
1520
1520
|
|
|
1521
|
-
#
|
|
1521
|
+
# Output only. API version used to start the operation.
|
|
1522
1522
|
# Corresponds to the JSON property `apiVersion`
|
|
1523
1523
|
# @return [String]
|
|
1524
1524
|
attr_accessor :api_version
|
|
1525
1525
|
|
|
1526
|
-
#
|
|
1526
|
+
# Output only. Identifies whether the user has requested cancellation of the
|
|
1527
1527
|
# operation. Operations that have successfully been cancelled have Operation.
|
|
1528
1528
|
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
|
|
1529
1529
|
# CANCELLED`.
|
|
@@ -1532,27 +1532,27 @@ module Google
|
|
|
1532
1532
|
attr_accessor :cancel_requested
|
|
1533
1533
|
alias_method :cancel_requested?, :cancel_requested
|
|
1534
1534
|
|
|
1535
|
-
#
|
|
1535
|
+
# Output only. The time the operation was created.
|
|
1536
1536
|
# Corresponds to the JSON property `createTime`
|
|
1537
1537
|
# @return [String]
|
|
1538
1538
|
attr_accessor :create_time
|
|
1539
1539
|
|
|
1540
|
-
#
|
|
1540
|
+
# Output only. The time the operation finished running.
|
|
1541
1541
|
# Corresponds to the JSON property `endTime`
|
|
1542
1542
|
# @return [String]
|
|
1543
1543
|
attr_accessor :end_time
|
|
1544
1544
|
|
|
1545
|
-
#
|
|
1545
|
+
# Output only. Human-readable status of the operation, if any.
|
|
1546
1546
|
# Corresponds to the JSON property `statusDetail`
|
|
1547
1547
|
# @return [String]
|
|
1548
1548
|
attr_accessor :status_detail
|
|
1549
1549
|
|
|
1550
|
-
#
|
|
1550
|
+
# Output only. Server-defined resource path for the target of the operation.
|
|
1551
1551
|
# Corresponds to the JSON property `target`
|
|
1552
1552
|
# @return [String]
|
|
1553
1553
|
attr_accessor :target
|
|
1554
1554
|
|
|
1555
|
-
#
|
|
1555
|
+
# Output only. Name of the verb executed by the operation.
|
|
1556
1556
|
# Corresponds to the JSON property `verb`
|
|
1557
1557
|
# @return [String]
|
|
1558
1558
|
attr_accessor :verb
|
|
@@ -1786,8 +1786,7 @@ module Google
|
|
|
1786
1786
|
class SqlIntegration
|
|
1787
1787
|
include Google::Apis::Core::Hashable
|
|
1788
1788
|
|
|
1789
|
-
# Output only. The time the instance was created.
|
|
1790
|
-
# automatically by CCFE. go/ccfe-synthetic-field-user-guide
|
|
1789
|
+
# Output only. The time the instance was created.
|
|
1791
1790
|
# Corresponds to the JSON property `createTime`
|
|
1792
1791
|
# @return [String]
|
|
1793
1792
|
attr_accessor :create_time
|
|
@@ -1808,8 +1807,7 @@ module Google
|
|
|
1808
1807
|
# @return [String]
|
|
1809
1808
|
attr_accessor :state
|
|
1810
1809
|
|
|
1811
|
-
# Output only. Last update time
|
|
1812
|
-
# CCFE.
|
|
1810
|
+
# Output only. Last update time for this SQL instance.
|
|
1813
1811
|
# Corresponds to the JSON property `updateTime`
|
|
1814
1812
|
# @return [String]
|
|
1815
1813
|
attr_accessor :update_time
|
|
@@ -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.12.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210701"
|
|
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.12.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: 2021-07-
|
|
11
|
+
date: 2021-07-12 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/master/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.12.0
|
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-managedidentities_v1alpha1
|
|
64
64
|
post_install_message:
|
|
65
65
|
rdoc_options: []
|