google-cloud-notebooks-v1beta1 0.7.0 → 0.7.1

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: d00c70a96c220cfc99e8fae90a47f37f7889372c9504b08101bd0f65dd781392
4
- data.tar.gz: 8a246655fa0cea079d0bd929e5770e84d2b40291e71982d8dc4ce93a836c05ea
3
+ metadata.gz: 0d0c152709c13e8474e06bb09e67afa8e7bb9e7692ad7ca6bbe5e803fd30a36c
4
+ data.tar.gz: 69c913ddf3c69918a618cecfd462770a06bffd91fa9abed69db37bf52d465982
5
5
  SHA512:
6
- metadata.gz: 9fe97ab2481f2311758603e95364f6c85085f634b43344d938a19adb2002188c1b189924d60af57e410cc1cce745227a6676c49fb108c107e601a64a650171e3
7
- data.tar.gz: e9864421921cd8f47cae834ceac27a9fda6b705a4736beafbb6714596d4181ed8fb21b5552aad59caaf57b5ae91bb48d98c21c2b2f60a113aaddcf9a8c921496
6
+ metadata.gz: '08ddfb24ef9787df80d58c0fe1dd662bb8e172340709e7efd48eae8644897665650f357646398b62aad59923ed5b64bb6297bbcdf0dc0d922de06f15a23a94b9'
7
+ data.tar.gz: 14515187e8e4c30fd73afed716a84cd733e54ced2831b6075e02be448e4e0a73d35dab9209699b771338c5ff03cb42cb859c1066f12122165d230208ae14dcbf
@@ -168,7 +168,7 @@ module Google
168
168
  credentials = @config.credentials
169
169
  # Use self-signed JWT if the endpoint is unchanged from default,
170
170
  # but only if the default endpoint does not have a region prefix.
171
- enable_self_signed_jwt = @config.endpoint == Client.configure.endpoint &&
171
+ enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
172
172
  !@config.endpoint.split(".").first.include?("-")
173
173
  credentials ||= Credentials.default scope: @config.scope,
174
174
  enable_self_signed_jwt: enable_self_signed_jwt
@@ -2128,7 +2128,9 @@ module Google
2128
2128
  class Configuration
2129
2129
  extend ::Gapic::Config
2130
2130
 
2131
- config_attr :endpoint, "notebooks.googleapis.com", ::String
2131
+ DEFAULT_ENDPOINT = "notebooks.googleapis.com"
2132
+
2133
+ config_attr :endpoint, DEFAULT_ENDPOINT, ::String
2132
2134
  config_attr :credentials, nil do |value|
2133
2135
  allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2134
2136
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
@@ -664,7 +664,9 @@ module Google
664
664
  class Configuration
665
665
  extend ::Gapic::Config
666
666
 
667
- config_attr :endpoint, "notebooks.googleapis.com", ::String
667
+ DEFAULT_ENDPOINT = "notebooks.googleapis.com"
668
+
669
+ config_attr :endpoint, DEFAULT_ENDPOINT, ::String
668
670
  config_attr :credentials, nil do |value|
669
671
  allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
670
672
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Notebooks
23
23
  module V1beta1
24
- VERSION = "0.7.0"
24
+ VERSION = "0.7.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-notebooks-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
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-31 00:00:00.000000000 Z
11
+ date: 2023-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.19.0
19
+ version: 0.19.1
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.19.0
29
+ version: 0.19.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a