google-cloud-metastore-v1beta 0.3.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,8 +38,8 @@ module Google
38
38
  # User-defined labels for the metastore federation.
39
39
  # @!attribute [rw] version
40
40
  # @return [::String]
41
- # Immutable. The Apache Hive metastore version of the federation. All backend metastore
42
- # versions must be compatible with the federation version.
41
+ # Immutable. The Apache Hive metastore version of the federation. All backend
42
+ # metastore versions must be compatible with the federation version.
43
43
  # @!attribute [rw] backend_metastores
44
44
  # @return [::Google::Protobuf::Map{::Integer => ::Google::Cloud::Metastore::V1beta::BackendMetastore}]
45
45
  # A map from `BackendMetastore` rank to `BackendMetastore`s from which the
@@ -56,11 +56,12 @@ module Google
56
56
  # Output only. The current state of the federation.
57
57
  # @!attribute [r] state_message
58
58
  # @return [::String]
59
- # Output only. Additional information about the current state of the metastore federation,
60
- # if available.
59
+ # Output only. Additional information about the current state of the
60
+ # metastore federation, if available.
61
61
  # @!attribute [r] uid
62
62
  # @return [::String]
63
- # Output only. The globally unique resource identifier of the metastore federation.
63
+ # Output only. The globally unique resource identifier of the metastore
64
+ # federation.
64
65
  class Federation
65
66
  include ::Google::Protobuf::MessageExts
66
67
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -143,14 +144,15 @@ module Google
143
144
  # Request message for ListFederations.
144
145
  # @!attribute [rw] parent
145
146
  # @return [::String]
146
- # Required. The relative resource name of the location of metastore federations
147
- # to list, in the following form:
147
+ # Required. The relative resource name of the location of metastore
148
+ # federations to list, in the following form:
148
149
  # `projects/{project_number}/locations/{location_id}`.
149
150
  # @!attribute [rw] page_size
150
151
  # @return [::Integer]
151
- # Optional. The maximum number of federations to return. The response may contain less
152
- # than the maximum number. If unspecified, no more than 500 services are
153
- # returned. The maximum value is 1000; values above 1000 are changed to 1000.
152
+ # Optional. The maximum number of federations to return. The response may
153
+ # contain less than the maximum number. If unspecified, no more than 500
154
+ # services are returned. The maximum value is 1000; values above 1000 are
155
+ # changed to 1000.
154
156
  # @!attribute [rw] page_token
155
157
  # @return [::String]
156
158
  # Optional. A page token, received from a previous ListFederationServices
@@ -193,8 +195,8 @@ module Google
193
195
  # Request message for GetFederation.
194
196
  # @!attribute [rw] name
195
197
  # @return [::String]
196
- # Required. The relative resource name of the metastore federation to retrieve,
197
- # in the following form:
198
+ # Required. The relative resource name of the metastore federation to
199
+ # retrieve, in the following form:
198
200
  #
199
201
  # `projects/{project_number}/locations/{location_id}/federations/{federation_id}`.
200
202
  class GetFederationRequest
@@ -205,8 +207,8 @@ module Google
205
207
  # Request message for CreateFederation.
206
208
  # @!attribute [rw] parent
207
209
  # @return [::String]
208
- # Required. The relative resource name of the location in which to create a federation
209
- # service, in the following form:
210
+ # Required. The relative resource name of the location in which to create a
211
+ # federation service, in the following form:
210
212
  #
211
213
  # `projects/{project_number}/locations/{location_id}`.
212
214
  # @!attribute [rw] federation_id
@@ -224,10 +226,10 @@ module Google
224
226
  # provided in the request's `federation_id` field.
225
227
  # @!attribute [rw] request_id
226
228
  # @return [::String]
227
- # Optional. A request ID. Specify a unique request ID to allow the server to ignore the
228
- # request if it has completed. The server will ignore subsequent requests
229
- # that provide a duplicate request ID for at least 60 minutes after the first
230
- # request.
229
+ # Optional. A request ID. Specify a unique request ID to allow the server to
230
+ # ignore the request if it has completed. The server will ignore subsequent
231
+ # requests that provide a duplicate request ID for at least 60 minutes after
232
+ # the first request.
231
233
  #
232
234
  # For example, if an initial request times out, followed by another request
233
235
  # with the same request ID, the server ignores the second request to prevent
@@ -257,10 +259,10 @@ module Google
257
259
  # metastore service to be updated.
258
260
  # @!attribute [rw] request_id
259
261
  # @return [::String]
260
- # Optional. A request ID. Specify a unique request ID to allow the server to ignore the
261
- # request if it has completed. The server will ignore subsequent requests
262
- # that provide a duplicate request ID for at least 60 minutes after the first
263
- # request.
262
+ # Optional. A request ID. Specify a unique request ID to allow the server to
263
+ # ignore the request if it has completed. The server will ignore subsequent
264
+ # requests that provide a duplicate request ID for at least 60 minutes after
265
+ # the first request.
264
266
  #
265
267
  # For example, if an initial request times out, followed by another request
266
268
  # with the same request ID, the server ignores the second request to prevent
@@ -283,10 +285,10 @@ module Google
283
285
  # `projects/{project_number}/locations/{location_id}/federations/{federation_id}`.
284
286
  # @!attribute [rw] request_id
285
287
  # @return [::String]
286
- # Optional. A request ID. Specify a unique request ID to allow the server to ignore the
287
- # request if it has completed. The server will ignore subsequent requests
288
- # that provide a duplicate request ID for at least 60 minutes after the first
289
- # request.
288
+ # Optional. A request ID. Specify a unique request ID to allow the server to
289
+ # ignore the request if it has completed. The server will ignore subsequent
290
+ # requests that provide a duplicate request ID for at least 60 minutes after
291
+ # the first request.
290
292
  #
291
293
  # For example, if an initial request times out, followed by another request
292
294
  # with the same request ID, the server ignores the second request to prevent
@@ -28,12 +28,14 @@ module Google
28
28
  # [API Design Guide](https://cloud.google.com/apis/design/errors).
29
29
  # @!attribute [rw] code
30
30
  # @return [::Integer]
31
- # The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
31
+ # The status code, which should be an enum value of
32
+ # [google.rpc.Code][google.rpc.Code].
32
33
  # @!attribute [rw] message
33
34
  # @return [::String]
34
35
  # A developer-facing error message, which should be in English. Any
35
36
  # user-facing error message should be localized and sent in the
36
- # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized by the client.
37
+ # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
38
+ # by the client.
37
39
  # @!attribute [rw] details
38
40
  # @return [::Array<::Google::Protobuf::Any>]
39
41
  # A list of messages that carry the error details. There is a common set of
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-metastore-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.5.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-12-06 00:00:00.000000000 Z
11
+ date: 2023-02-17 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.12'
19
+ version: 0.17.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.12'
29
+ version: 0.17.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -44,20 +44,60 @@ dependencies:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
46
  version: '1.0'
47
+ - !ruby/object:Gem::Dependency
48
+ name: google-cloud-location
49
+ requirement: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0.4'
54
+ - - "<"
55
+ - !ruby/object:Gem::Version
56
+ version: 2.a
57
+ type: :runtime
58
+ prerelease: false
59
+ version_requirements: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: '0.4'
64
+ - - "<"
65
+ - !ruby/object:Gem::Version
66
+ version: 2.a
67
+ - !ruby/object:Gem::Dependency
68
+ name: google-iam-v1
69
+ requirement: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: '0.4'
74
+ - - "<"
75
+ - !ruby/object:Gem::Version
76
+ version: 2.a
77
+ type: :runtime
78
+ prerelease: false
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '0.4'
84
+ - - "<"
85
+ - !ruby/object:Gem::Version
86
+ version: 2.a
47
87
  - !ruby/object:Gem::Dependency
48
88
  name: google-style
49
89
  requirement: !ruby/object:Gem::Requirement
50
90
  requirements:
51
91
  - - "~>"
52
92
  - !ruby/object:Gem::Version
53
- version: 1.26.1
93
+ version: 1.26.3
54
94
  type: :development
55
95
  prerelease: false
56
96
  version_requirements: !ruby/object:Gem::Requirement
57
97
  requirements:
58
98
  - - "~>"
59
99
  - !ruby/object:Gem::Version
60
- version: 1.26.1
100
+ version: 1.26.3
61
101
  - !ruby/object:Gem::Dependency
62
102
  name: minitest
63
103
  requirement: !ruby/object:Gem::Requirement
@@ -224,7 +264,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
224
264
  - !ruby/object:Gem::Version
225
265
  version: '0'
226
266
  requirements: []
227
- rubygems_version: 3.3.14
267
+ rubygems_version: 3.4.2
228
268
  signing_key:
229
269
  specification_version: 4
230
270
  summary: API Client library for the Dataproc Metastore V1beta API