google-apis-metastore_v1beta 0.35.0 → 0.37.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: 1479d978e1e145dd099f191221a62e4860c93e8ceffefaf4418b1f28af0e4eca
4
- data.tar.gz: 952c253402e41369252c69999ab49c67d4d1a568bdea6ee7ea4056892e26cacf
3
+ metadata.gz: b490934eba7f1336ea4fc5d4a6359c83b3b11178b5311b50a72df1e432bd87b8
4
+ data.tar.gz: 7e70d7071776134d4a4d5321efe530dd94e0fc2a06526e2c9c4ea328cd2ccd1a
5
5
  SHA512:
6
- metadata.gz: 4b465e6f4e870679aa27fe3705630b9a8e8cf53aaee76fb3118866ecfc8d9bd7bed378b715d89f1f899cf63fd6e8cc1e1f525ac3c4297ebd939270b6e5e2567a
7
- data.tar.gz: 72513be21168b16721d35e339b3672e744664f85f20d27516a29356fea37688ca65a636204e24d345d8fe29d3804db01fc9eeb9a46f50151ad84d3e4d4eaca2f
6
+ metadata.gz: 210dbe7373ce95eadeb9907d9984acba678a5ce5ef68575f3235b728174998f5b321cd584c6e4ca267027ed4c8c0839d32a9085a215c78af899e3f0c7baad755
7
+ data.tar.gz: 785f717937571597dadf54bb592b2362216dffc7b1accbe856b0dcb59861c3a99c3ef062fa525db738bd18dbb5d275946be51375087ee7dc26068ec3e1986482
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-metastore_v1beta
2
2
 
3
+ ### v0.37.0 (2022-10-11)
4
+
5
+ * Regenerated from discovery document revision 20220929
6
+
7
+ ### v0.36.0 (2022-09-20)
8
+
9
+ * Regenerated using generator version 0.10.0
10
+
3
11
  ### v0.35.0 (2022-09-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20220905
@@ -106,7 +106,7 @@ module Google
106
106
  # @return [Hash<String,String>]
107
107
  attr_accessor :config_overrides
108
108
 
109
- # Network configuration for the Dataproc Metastore service.
109
+ # Network configuration for the Dataproc Metastore service.Next available ID: 3
110
110
  # Corresponds to the JSON property `networkConfig`
111
111
  # @return [Google::Apis::MetastoreV1beta::NetworkConfig]
112
112
  attr_accessor :network_config
@@ -290,7 +290,8 @@ module Google
290
290
  end
291
291
  end
292
292
 
293
- # Contains information of the customer's network configurations.
293
+ # Contains information of the customer's network configurations.Next available
294
+ # ID: 4
294
295
  class Consumer
295
296
  include Google::Apis::Core::Hashable
296
297
 
@@ -299,12 +300,12 @@ module Google
299
300
  # @return [String]
300
301
  attr_accessor :endpoint_uri
301
302
 
302
- # The subnetwork of the customer project from which an IP address is reserved
303
- # and used as the Dataproc Metastore service's endpoint. It is accessible to
304
- # hosts in the subnet and to all hosts in a subnet in the same region and same
305
- # network. There must be at least one IP address available in the subnet's
306
- # primary range. The subnet is specified in the following form:`projects/`
307
- # project_number`/regions/`region_id`/subnetworks/`subnetwork_id`
303
+ # Immutable. The subnetwork of the customer project from which an IP address is
304
+ # reserved and used as the Dataproc Metastore service's endpoint. It is
305
+ # accessible to hosts in the subnet and to all hosts in a subnet in the same
306
+ # region and same network. There must be at least one IP address available in
307
+ # the subnet's primary range. The subnet is specified in the following form:`
308
+ # projects/`project_number`/regions/`region_id`/subnetworks/`subnetwork_id`
308
309
  # Corresponds to the JSON property `subnetwork`
309
310
  # @return [String]
310
311
  attr_accessor :subnetwork
@@ -1178,7 +1179,7 @@ module Google
1178
1179
  end
1179
1180
  end
1180
1181
 
1181
- # Network configuration for the Dataproc Metastore service.
1182
+ # Network configuration for the Dataproc Metastore service.Next available ID: 3
1182
1183
  class NetworkConfig
1183
1184
  include Google::Apis::Core::Hashable
1184
1185
 
@@ -1629,7 +1630,7 @@ module Google
1629
1630
  # @return [String]
1630
1631
  attr_accessor :network
1631
1632
 
1632
- # Network configuration for the Dataproc Metastore service.
1633
+ # Network configuration for the Dataproc Metastore service.Next available ID: 3
1633
1634
  # Corresponds to the JSON property `networkConfig`
1634
1635
  # @return [Google::Apis::MetastoreV1beta::NetworkConfig]
1635
1636
  attr_accessor :network_config
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MetastoreV1beta
18
18
  # Version of the google-apis-metastore_v1beta gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220905"
25
+ REVISION = "20220929"
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-metastore_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.37.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: 2022-09-12 00:00:00.000000000 Z
11
+ date: 2022-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []