google-apis-gkehub_v1beta 0.3.0 → 0.7.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: 85bf7ccb4c68a7fa01e55a937550c26530b8b08a164fe25b99c38d2956564908
4
- data.tar.gz: ee1ffb3fc6dff77f7c44382b93e0de840a654a417252bed023739f7e127a79f9
3
+ metadata.gz: 6337567b17bdab20a947c81ed94ef5c6961c113a68aaa2f0c854f7d242e11d89
4
+ data.tar.gz: 80c60f136df1074c43efd6bffd6225671f5bf00195f93c800edad2cb40f46411
5
5
  SHA512:
6
- metadata.gz: 7a357c7f035682dd48168639474daa904f3b9ca35d1101379b59807e543c75131206451b02531cd090baf5dc7b3a41a1906df395bb4652875f8698d5839779a5
7
- data.tar.gz: 16806f65c7bd1ec26778f1285b2ca6582f033e9c8ac46bbaf285d0b16dc59a1e8f5632a36891f88769310947bddee50bd21e8b2fc10be74e3a84a23f6b90aa99
6
+ metadata.gz: cf757d7cae70473645a1c6e7e6fe58860bfbdf5cf830abd31ad06315b438134b91adc76cd0a1c47c1a0f6e6864d57f429c064586437e41638768134b22b301a7
7
+ data.tar.gz: bdacbda3cb462667812df2fe25abe0fa61c0c105577025dda71e1ce947692dd59d2dd7204cdf023bee270e706abcf0c1a6265aaee9f6aebaf8bac863d0dddb9a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.7.0 (2021-07-14)
4
+
5
+ * Regenerated from discovery document revision 20210709
6
+
7
+ ### v0.6.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.5.0 (2021-06-25)
12
+
13
+ * Regenerated from discovery document revision 20210622
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.4.0 (2021-05-19)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.3.0 (2021-05-12)
4
21
 
5
22
  * Regenerated from discovery document revision 20210507
@@ -1009,9 +1009,9 @@ module Google
1009
1009
  # @return [String]
1010
1010
  attr_accessor :import_token
1011
1011
 
1012
- # Timestamp of when ACM last successfully synced the repo The time format is
1013
- # specified in https://golang.org/pkg/time/#Time.String This field is being
1014
- # deprecated. Use last_sync_time instead. (b/154053616)
1012
+ # Deprecated: use last_sync_time instead. Timestamp of when ACM last
1013
+ # successfully synced the repo The time format is specified in https://golang.
1014
+ # org/pkg/time/#Time.String
1015
1015
  # Corresponds to the JSON property `lastSync`
1016
1016
  # @return [String]
1017
1017
  attr_accessor :last_sync
@@ -1139,8 +1139,8 @@ module Google
1139
1139
 
1140
1140
  # Optional. Membership-specific configuration for this Feature. If this Feature
1141
1141
  # does not support any per-Membership configuration, this field may be unused.
1142
- # The keys indicate which Membership the configuration is for, in the form:
1143
- # projects/`p`/locations/`l`/memberships/`m` Where `p` is the project, `l` is a
1142
+ # The keys indicate which Membership the configuration is for, in the form: `
1143
+ # projects/`p`/locations/`l`/memberships/`m`` Where `p` is the project, `l` is a
1144
1144
  # valid location and `m` is a valid Membership in this project at that location.
1145
1145
  # `p` WILL match the Feature's project. `p` will always be returned as the
1146
1146
  # project number, but the project ID is also accepted during input. If the same
@@ -1154,8 +1154,8 @@ module Google
1154
1154
 
1155
1155
  # Output only. Membership-specific Feature status. If this Feature does report
1156
1156
  # any per-Membership status, this field may be unused. The keys indicate which
1157
- # Membership the state is for, in the form: projects/`p`/locations/`l`/
1158
- # memberships/`m` Where `p` is the project number, `l` is a valid location and `
1157
+ # Membership the state is for, in the form: `projects/`p`/locations/`l`/
1158
+ # memberships/`m`` Where `p` is the project number, `l` is a valid location and `
1159
1159
  # m` is a valid Membership in this project at that location. `p` MUST match the
1160
1160
  # Feature's project number.
1161
1161
  # Corresponds to the JSON property `membershipStates`
@@ -1512,7 +1512,8 @@ module Google
1512
1512
  class MultiClusterIngressFeatureSpec
1513
1513
  include Google::Apis::Core::Hashable
1514
1514
 
1515
- # Customer's billing structure
1515
+ # Deprecated: This field will be ignored and should not be set. Customer's
1516
+ # billing structure.
1516
1517
  # Corresponds to the JSON property `billing`
1517
1518
  # @return [String]
1518
1519
  attr_accessor :billing
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1beta
18
18
  # Version of the google-apis-gkehub_v1beta gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210507"
25
+ REVISION = "20210709"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.7.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-05-18 00:00:00.000000000 Z
11
+ date: 2021-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for GKE Hub V1beta. Simple REST clients
28
34
  are Ruby client libraries that provide access to Google services via their HTTP
29
35
  REST API endpoints. These libraries are generated and updated automatically based
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.7.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1beta
57
63
  post_install_message:
58
64
  rdoc_options: []