google-cloud-workstations-v1beta 0.5.1 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b14fa9862fb13736a6b0a04211b69d94213b3d95c6637c1a7e152620164ffad
4
- data.tar.gz: f3be37934e7a4e7bbdf86e52656d81c3822ef4e6ac4e89880176ca9263cc9cce
3
+ metadata.gz: 442521791beee4e0cdc8031cfffb230455a6ef829549059b50bc9decb880cdcc
4
+ data.tar.gz: 65367bd6952e991fcfe02781079663a62d1e0d0b61d0652d3f2ee5ea44539487
5
5
  SHA512:
6
- metadata.gz: 61293589525255232f52b201fb66c8f264320cabcd73b30a9aa074dd002600c40ff58a1085c144951c5068a2a6ee5eb22a873c33f72b6ef3ea9de16abf0ad8ae
7
- data.tar.gz: 2d1181cf97de290472d0c3bb89849feb394774df08d1a0779fb80e86107d15566d8b699afa190ad40ebc1a7f2ae4b24ba321b88e6e20dcf87c294d833600525a
6
+ metadata.gz: 8eeec958b5d9b6de63828cc29c91ce87a5f39919dc40aee97f22bac2c39cfea7f76a0ceef8d02e4f3059d6df963b3671f31ed9fd755b3f9807266dbe2e4c3539
7
+ data.tar.gz: eb9bff713c0ae34f459b9447224e3a0452d9621edfabb3bf191391f1faca085e0a6ca018c32b3a8c795d7552124d9e966e004773998e7e02334eb647b47b0599
@@ -16,7 +16,7 @@
16
16
 
17
17
  # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
18
 
19
- require "gapic/config"
19
+ require "gapic/rest"
20
20
 
21
21
  module Google
22
22
  module Cloud
@@ -42,7 +42,7 @@ module Google
42
42
  namespace.pop
43
43
  end
44
44
 
45
- default_config = Configuration.new parent_config
45
+ default_config = ::Gapic::Rest::HttpBindingOverrideConfiguration.new parent_config
46
46
  default_config.bindings_override["google.iam.v1.IAMPolicy.GetIamPolicy"] = [
47
47
  Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
48
48
  uri_method: :get,
@@ -104,33 +104,6 @@ module Google
104
104
  yield @configure if block_given?
105
105
  @configure
106
106
  end
107
-
108
- ##
109
- # @private
110
- # Configuration class for the google.cloud.workstations.v1beta package.
111
- #
112
- # This class contains common configuration for all services
113
- # of the google.cloud.workstations.v1beta package.
114
- #
115
- # This configuration is for internal use of the client library classes,
116
- # and it is not intended that the end-users will read or change it.
117
- #
118
- class Configuration
119
- extend ::Gapic::Config
120
-
121
- # @private
122
- # Overrides for http bindings for the RPC of the mixins for this package.
123
- # Services in this package should use these when creating clients for the mixin services.
124
- # @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
125
- config_attr :bindings_override, {}, ::Hash, nil
126
-
127
- # @private
128
- def initialize parent_config = nil
129
- @parent_config = parent_config unless parent_config.nil?
130
-
131
- yield self if block_given?
132
- end
133
- end
134
107
  end
135
108
  end
136
109
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Workstations
23
23
  module V1beta
24
- VERSION = "0.5.1"
24
+ VERSION = "0.6.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-workstations-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.0'
18
+ version: '1.2'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.0'
25
+ version: '1.2'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement