Lines Matching refs:google
5 import "google/protobuf/wrappers.proto";
6 import "google/protobuf/timestamp.proto";
7 import "google/protobuf/duration.proto";
8 import "google/protobuf/struct.proto";
125 optional google.protobuf.DoubleValue double = 1;
126 optional google.protobuf.FloatValue float = 2;
127 optional google.protobuf.Int32Value int32 = 3;
128 optional google.protobuf.Int64Value int64 = 4;
129 optional google.protobuf.UInt32Value uint32 = 5;
130 optional google.protobuf.UInt64Value uint64 = 6;
131 optional google.protobuf.BoolValue bool = 7;
132 optional google.protobuf.StringValue string = 8;
133 optional google.protobuf.BytesValue bytes = 9;
141 repeated google.protobuf.DoubleValue repeated_double = 11;
142 repeated google.protobuf.FloatValue repeated_float = 12;
143 repeated google.protobuf.Int32Value repeated_int32 = 13;
144 repeated google.protobuf.Int64Value repeated_int64 = 14;
145 repeated google.protobuf.UInt32Value repeated_uint32 = 15;
146 repeated google.protobuf.UInt64Value repeated_uint64 = 16;
147 repeated google.protobuf.BoolValue repeated_bool = 17;
148 repeated google.protobuf.StringValue repeated_string = 18;
149 repeated google.protobuf.BytesValue repeated_bytes = 19;
154 google.protobuf.DoubleValue oneof_double = 31;
155 google.protobuf.FloatValue oneof_float = 32;
156 google.protobuf.Int32Value oneof_int32 = 33;
157 google.protobuf.Int64Value oneof_int64 = 34;
158 google.protobuf.UInt32Value oneof_uint32 = 35;
159 google.protobuf.UInt64Value oneof_uint64 = 36;
160 google.protobuf.BoolValue oneof_bool = 37;
161 google.protobuf.StringValue oneof_string = 38;
162 google.protobuf.BytesValue oneof_bytes = 39;
168 optional google.protobuf.Timestamp timestamp = 1;
169 optional google.protobuf.Duration duration = 2;
188 optional google.protobuf.Struct struct = 2;