google-cloud-workstations-v1beta 0.5.0 → 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: 33140fd6c6d3839baf53df6113fe8a7c74875f0c302df26e6afa4fa9e124a8ca
4
- data.tar.gz: 65d285484ddba08d04d3a38de2b964398faa25777144e27709c2508d569be6c5
3
+ metadata.gz: 442521791beee4e0cdc8031cfffb230455a6ef829549059b50bc9decb880cdcc
4
+ data.tar.gz: 65367bd6952e991fcfe02781079663a62d1e0d0b61d0652d3f2ee5ea44539487
5
5
  SHA512:
6
- metadata.gz: ae378c4dc26e3395f5c6061da7276fe6630471ab82165ccc5bd588b752b1d91c1e6c7118608fa7fbcb017a613269f68ba0820aa056d148f05615bc477846ce2b
7
- data.tar.gz: 78762883396a18d0d254820b20e2f616edde1d64f79251ef3126f55cb4b45c4d3c97c9c2aa0c2685d74b1b84da7184693d108ff138c7248d9fb441ade83d5bca
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.0"
24
+ VERSION = "0.6.0"
25
25
  end
26
26
  end
27
27
  end
@@ -2181,13 +2181,13 @@ module Google
2181
2181
  # token's expiration time will be set to a default value of 1 hour in the
2182
2182
  # future.
2183
2183
  #
2184
- # Note: The following fields are mutually exclusive: `expire_time`, `ttl`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2184
+ # Note: The following parameters are mutually exclusive: `expire_time`, `ttl`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
2185
2185
  # @param ttl [::Google::Protobuf::Duration, ::Hash]
2186
2186
  # Desired lifetime duration of the access token. This value must
2187
2187
  # be at most 24 hours. If a value is not specified, the token's lifetime
2188
2188
  # will be set to a default value of 1 hour.
2189
2189
  #
2190
- # Note: The following fields are mutually exclusive: `ttl`, `expire_time`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2190
+ # Note: The following parameters are mutually exclusive: `ttl`, `expire_time`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
2191
2191
  # @param workstation [::String]
2192
2192
  # Required. Name of the workstation for which the access token should be
2193
2193
  # generated.
@@ -2042,13 +2042,13 @@ module Google
2042
2042
  # token's expiration time will be set to a default value of 1 hour in the
2043
2043
  # future.
2044
2044
  #
2045
- # Note: The following fields are mutually exclusive: `expire_time`, `ttl`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2045
+ # Note: The following parameters are mutually exclusive: `expire_time`, `ttl`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
2046
2046
  # @param ttl [::Google::Protobuf::Duration, ::Hash]
2047
2047
  # Desired lifetime duration of the access token. This value must
2048
2048
  # be at most 24 hours. If a value is not specified, the token's lifetime
2049
2049
  # will be set to a default value of 1 hour.
2050
2050
  #
2051
- # Note: The following fields are mutually exclusive: `ttl`, `expire_time`. If a field in that set is populated, all other fields in the set will automatically be cleared.
2051
+ # Note: The following parameters are mutually exclusive: `ttl`, `expire_time`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
2052
2052
  # @param workstation [::String]
2053
2053
  # Required. Name of the workstation for which the access token should be
2054
2054
  # generated.
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.0
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
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0'
128
128
  requirements: []
129
- rubygems_version: 3.6.8
129
+ rubygems_version: 3.6.9
130
130
  specification_version: 4
131
131
  summary: Allows administrators to create managed developer environments in the cloud.
132
132
  test_files: []