google-apis-metastore_v1 0.8.0 → 0.9.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: 481d0c641a2e23af44034e3d556353bb542f0e729b745f3d627e9218cef19e97
4
- data.tar.gz: 8bd79cfd64c22961a95c7048274a20b8da1de7a804ee22a39e3ef6d6ba6a7a86
3
+ metadata.gz: ce4a7bc13ad2cfe07dd943281f055564588669bb152b330f8ef44a3aa8731335
4
+ data.tar.gz: c893f3b8b62a7cc2e88aefc444590d2d56aa91d07b2141f20db1904b7ebf2808
5
5
  SHA512:
6
- metadata.gz: 177a2dfe6ae06da3f58b3de2f2fd25e9a2dfa6e877b237ba172934827252931c7c05e4cf5d6753fe2a8ce78c576fdd8adcddc93e69054a02704690464066913f
7
- data.tar.gz: 5f07a4fce89d231654d565f5f63a665338f19abb04ec2c6ac9d4cc3f822ac9e2b490cff608d1e6f719cc53b2f4663060a0d861d386f02777bd970798e707433d
6
+ metadata.gz: 5596b6d1840171abead83816cdc36895d87e04258dbe3a713e693f3f5c6f8c2e174bac24b3af5ebc8c6794e21978bced6d3e4afb7712dbf33463bc959d945819
7
+ data.tar.gz: 1cc1f85c145d121beb55576b13972af38846469249f48ba45252c1933bd96e27165238679883f785b858622e67d6e42a442baa6623eb403fc6af8214f82a781a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-metastore_v1
2
2
 
3
+ ### v0.9.0 (2023-06-04)
4
+
5
+ * Regenerated from discovery document revision 20230530
6
+
3
7
  ### v0.8.0 (2023-05-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20230502
@@ -668,6 +668,12 @@ module Google
668
668
  # @return [Hash<String,String>]
669
669
  attr_accessor :config_overrides
670
670
 
671
+ # The protocol to use for the metastore service endpoint. If unspecified,
672
+ # defaults to THRIFT.
673
+ # Corresponds to the JSON property `endpointProtocol`
674
+ # @return [String]
675
+ attr_accessor :endpoint_protocol
676
+
671
677
  # Configuration information for a Kerberos principal.
672
678
  # Corresponds to the JSON property `kerberosConfig`
673
679
  # @return [Google::Apis::MetastoreV1::KerberosConfig]
@@ -686,6 +692,7 @@ module Google
686
692
  def update!(**args)
687
693
  @auxiliary_versions = args[:auxiliary_versions] if args.key?(:auxiliary_versions)
688
694
  @config_overrides = args[:config_overrides] if args.key?(:config_overrides)
695
+ @endpoint_protocol = args[:endpoint_protocol] if args.key?(:endpoint_protocol)
689
696
  @kerberos_config = args[:kerberos_config] if args.key?(:kerberos_config)
690
697
  @version = args[:version] if args.key?(:version)
691
698
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MetastoreV1
18
18
  # Version of the google-apis-metastore_v1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.9.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 = "20230502"
25
+ REVISION = "20230530"
26
26
  end
27
27
  end
28
28
  end
@@ -481,6 +481,7 @@ module Google
481
481
  hash :auxiliary_versions, as: 'auxiliaryVersions', class: Google::Apis::MetastoreV1::AuxiliaryVersionConfig, decorator: Google::Apis::MetastoreV1::AuxiliaryVersionConfig::Representation
482
482
 
483
483
  hash :config_overrides, as: 'configOverrides'
484
+ property :endpoint_protocol, as: 'endpointProtocol'
484
485
  property :kerberos_config, as: 'kerberosConfig', class: Google::Apis::MetastoreV1::KerberosConfig, decorator: Google::Apis::MetastoreV1::KerberosConfig::Representation
485
486
 
486
487
  property :version, as: 'version'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-metastore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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-05-14 00:00:00.000000000 Z
11
+ date: 2023-06-04 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1
63
63
  post_install_message:
64
64
  rdoc_options: []