google-cloud-channel-v1 0.9.5 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,121 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2021 Google LLC
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License");
6
- # you may not use this file except in compliance with the License.
7
- # You may obtain a copy of the License at
8
- #
9
- # https://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing, software
12
- # distributed under the License is distributed on an "AS IS" BASIS,
13
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- # See the License for the specific language governing permissions and
15
- # limitations under the License.
16
-
17
- # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
-
19
-
20
- module Google
21
- module Protobuf
22
- # Wrapper message for `double`.
23
- #
24
- # The JSON representation for `DoubleValue` is JSON number.
25
- # @!attribute [rw] value
26
- # @return [::Float]
27
- # The double value.
28
- class DoubleValue
29
- include ::Google::Protobuf::MessageExts
30
- extend ::Google::Protobuf::MessageExts::ClassMethods
31
- end
32
-
33
- # Wrapper message for `float`.
34
- #
35
- # The JSON representation for `FloatValue` is JSON number.
36
- # @!attribute [rw] value
37
- # @return [::Float]
38
- # The float value.
39
- class FloatValue
40
- include ::Google::Protobuf::MessageExts
41
- extend ::Google::Protobuf::MessageExts::ClassMethods
42
- end
43
-
44
- # Wrapper message for `int64`.
45
- #
46
- # The JSON representation for `Int64Value` is JSON string.
47
- # @!attribute [rw] value
48
- # @return [::Integer]
49
- # The int64 value.
50
- class Int64Value
51
- include ::Google::Protobuf::MessageExts
52
- extend ::Google::Protobuf::MessageExts::ClassMethods
53
- end
54
-
55
- # Wrapper message for `uint64`.
56
- #
57
- # The JSON representation for `UInt64Value` is JSON string.
58
- # @!attribute [rw] value
59
- # @return [::Integer]
60
- # The uint64 value.
61
- class UInt64Value
62
- include ::Google::Protobuf::MessageExts
63
- extend ::Google::Protobuf::MessageExts::ClassMethods
64
- end
65
-
66
- # Wrapper message for `int32`.
67
- #
68
- # The JSON representation for `Int32Value` is JSON number.
69
- # @!attribute [rw] value
70
- # @return [::Integer]
71
- # The int32 value.
72
- class Int32Value
73
- include ::Google::Protobuf::MessageExts
74
- extend ::Google::Protobuf::MessageExts::ClassMethods
75
- end
76
-
77
- # Wrapper message for `uint32`.
78
- #
79
- # The JSON representation for `UInt32Value` is JSON number.
80
- # @!attribute [rw] value
81
- # @return [::Integer]
82
- # The uint32 value.
83
- class UInt32Value
84
- include ::Google::Protobuf::MessageExts
85
- extend ::Google::Protobuf::MessageExts::ClassMethods
86
- end
87
-
88
- # Wrapper message for `bool`.
89
- #
90
- # The JSON representation for `BoolValue` is JSON `true` and `false`.
91
- # @!attribute [rw] value
92
- # @return [::Boolean]
93
- # The bool value.
94
- class BoolValue
95
- include ::Google::Protobuf::MessageExts
96
- extend ::Google::Protobuf::MessageExts::ClassMethods
97
- end
98
-
99
- # Wrapper message for `string`.
100
- #
101
- # The JSON representation for `StringValue` is JSON string.
102
- # @!attribute [rw] value
103
- # @return [::String]
104
- # The string value.
105
- class StringValue
106
- include ::Google::Protobuf::MessageExts
107
- extend ::Google::Protobuf::MessageExts::ClassMethods
108
- end
109
-
110
- # Wrapper message for `bytes`.
111
- #
112
- # The JSON representation for `BytesValue` is JSON string.
113
- # @!attribute [rw] value
114
- # @return [::String]
115
- # The bytes value.
116
- class BytesValue
117
- include ::Google::Protobuf::MessageExts
118
- extend ::Google::Protobuf::MessageExts::ClassMethods
119
- end
120
- end
121
- end