google-cloud-redis 0.8.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +2 -1
- data/AUTHENTICATION.md +51 -59
- data/LICENSE.md +203 -0
- data/MIGRATING.md +318 -0
- data/README.md +35 -23
- data/lib/google-cloud-redis.rb +19 -0
- data/lib/google/cloud/redis.rb +88 -117
- data/lib/google/cloud/redis/version.rb +6 -2
- metadata +71 -64
- data/LICENSE +0 -201
- data/lib/google/cloud/redis/v1.rb +0 -160
- data/lib/google/cloud/redis/v1/cloud_redis_client.rb +0 -893
- data/lib/google/cloud/redis/v1/cloud_redis_client_config.json +0 -66
- data/lib/google/cloud/redis/v1/cloud_redis_pb.rb +0 -159
- data/lib/google/cloud/redis/v1/cloud_redis_services_pb.rb +0 -111
- data/lib/google/cloud/redis/v1/credentials.rb +0 -41
- data/lib/google/cloud/redis/v1/doc/google/cloud/redis/v1/cloud_redis.rb +0 -408
- data/lib/google/cloud/redis/v1/doc/google/longrunning/operations.rb +0 -51
- data/lib/google/cloud/redis/v1/doc/google/protobuf/any.rb +0 -131
- data/lib/google/cloud/redis/v1/doc/google/protobuf/field_mask.rb +0 -222
- data/lib/google/cloud/redis/v1/doc/google/protobuf/timestamp.rb +0 -113
- data/lib/google/cloud/redis/v1/doc/google/rpc/status.rb +0 -39
- data/lib/google/cloud/redis/v1beta1.rb +0 -160
- data/lib/google/cloud/redis/v1beta1/cloud_redis_client.rb +0 -971
- data/lib/google/cloud/redis/v1beta1/cloud_redis_client_config.json +0 -71
- data/lib/google/cloud/redis/v1beta1/cloud_redis_pb.rb +0 -154
- data/lib/google/cloud/redis/v1beta1/cloud_redis_services_pb.rb +0 -114
- data/lib/google/cloud/redis/v1beta1/credentials.rb +0 -41
- data/lib/google/cloud/redis/v1beta1/doc/google/cloud/redis/v1beta1/cloud_redis.rb +0 -395
- data/lib/google/cloud/redis/v1beta1/doc/google/longrunning/operations.rb +0 -51
- data/lib/google/cloud/redis/v1beta1/doc/google/protobuf/any.rb +0 -131
- data/lib/google/cloud/redis/v1beta1/doc/google/protobuf/field_mask.rb +0 -222
- data/lib/google/cloud/redis/v1beta1/doc/google/protobuf/timestamp.rb +0 -113
- data/lib/google/cloud/redis/v1beta1/doc/google/rpc/status.rb +0 -39
@@ -1,39 +0,0 @@
|
|
1
|
-
# Copyright 2020 Google LLC
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# https://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
|
16
|
-
module Google
|
17
|
-
module Rpc
|
18
|
-
# The `Status` type defines a logical error model that is suitable for
|
19
|
-
# different programming environments, including REST APIs and RPC APIs. It is
|
20
|
-
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
|
21
|
-
# three pieces of data: error code, error message, and error details.
|
22
|
-
#
|
23
|
-
# You can find out more about this error model and how to work with it in the
|
24
|
-
# [API Design Guide](https://cloud.google.com/apis/design/errors).
|
25
|
-
# @!attribute [rw] code
|
26
|
-
# @return [Integer]
|
27
|
-
# The status code, which should be an enum value of {Google::Rpc::Code}.
|
28
|
-
# @!attribute [rw] message
|
29
|
-
# @return [String]
|
30
|
-
# A developer-facing error message, which should be in English. Any
|
31
|
-
# user-facing error message should be localized and sent in the
|
32
|
-
# {Google::Rpc::Status#details} field, or localized by the client.
|
33
|
-
# @!attribute [rw] details
|
34
|
-
# @return [Array<Google::Protobuf::Any>]
|
35
|
-
# A list of messages that carry the error details. There is a common set of
|
36
|
-
# message types for APIs to use.
|
37
|
-
class Status; end
|
38
|
-
end
|
39
|
-
end
|