| 85 | StringValue string `protobuf:"bytes,1,opt,name=string_value,json=stringValue,proto3,oneof" json:"string_value,omitempty"` |
| 86 | } |
| 87 | type AnyValue_BoolValue struct { |
| 88 | BoolValue bool `protobuf:"varint,2,opt,name=bool_value,json=boolValue,proto3,oneof" json:"bool_value,omitempty"` |
| 89 | } |
| 90 | type AnyValue_IntValue struct { |
| 91 | IntValue int64 `protobuf:"varint,3,opt,name=int_value,json=intValue,proto3,oneof" json:"int_value,omitempty"` |
| 92 | } |
nothing calls this directly
no outgoing calls
no test coverage detected