google-apis-metastore_v1beta 0.36.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: 50f1b4cc711bf4654a3c2057f66d502c3473e21cef1b31809864142c938e25c3
4
- data.tar.gz: 0bc57c31ce611f475eff402d4f8a2286213f33edbfc162ef01bd809881506553
3
+ metadata.gz: b490934eba7f1336ea4fc5d4a6359c83b3b11178b5311b50a72df1e432bd87b8
4
+ data.tar.gz: 7e70d7071776134d4a4d5321efe530dd94e0fc2a06526e2c9c4ea328cd2ccd1a
5
5
  SHA512:
6
- metadata.gz: 6317ba6fddf67838fb316dbac2db3624a3b02b64ec42ef8452e01bc96ea2be3caeff6bb52473474f60ff4a7e31d27b7006a3d22c5bffa771afba489a60f46799
7
- data.tar.gz: 5f5f4411930bdfabd991d453ba8388ea4acfaf9a92221a8f14e50327b92c7658f09b1d18b064962bb5d55e56c60d03707cc1a7b7210d46d80ed577a513ca4638
6
+ metadata.gz: 210dbe7373ce95eadeb9907d9984acba678a5ce5ef68575f3235b728174998f5b321cd584c6e4ca267027ed4c8c0839d32a9085a215c78af899e3f0c7baad755
7
+ data.tar.gz: 785f717937571597dadf54bb592b2362216dffc7b1accbe856b0dcb59861c3a99c3ef062fa525db738bd18dbb5d275946be51375087ee7dc26068ec3e1986482
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.36.0 (2022-09-20)
4
8
 
5
9
  * Regenerated using generator version 0.10.0
@@ -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.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
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.36.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-26 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
@@ -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.36.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: []