type google.golang.org/protobuf/types/known/wrapperspb.Int32Value
16 uses
google.golang.org/protobuf/types/known/wrapperspb (current package)
wrappers.pb.go#L280: type Int32Value struct {
wrappers.pb.go#L290: func Int32(v int32) *Int32Value {
wrappers.pb.go#L291: return &Int32Value{Value: v}
wrappers.pb.go#L294: func (x *Int32Value) Reset() {
wrappers.pb.go#L295: *x = Int32Value{}
wrappers.pb.go#L303: func (x *Int32Value) String() string {
wrappers.pb.go#L307: func (*Int32Value) ProtoMessage() {}
wrappers.pb.go#L309: func (x *Int32Value) ProtoReflect() protoreflect.Message {
wrappers.pb.go#L322: func (*Int32Value) Descriptor() ([]byte, []int) {
wrappers.pb.go#L326: func (x *Int32Value) GetValue() int32 {
wrappers.pb.go#L612: (*Int32Value)(nil), // 4: google.protobuf.Int32Value
wrappers.pb.go#L681: switch v := v.(*Int32Value); i {
google.golang.org/genproto/googleapis/devtools/cloudtrace/v2
trace.pb.go#L290: ChildSpanCount *wrapperspb.Int32Value `protobuf:"bytes,13,opt,name=child_span_count,json=childSpanCount,proto3" json:"child_span_count,omitempty"`
trace.pb.go#L413: func (x *Span) GetChildSpanCount() *wrapperspb.Int32Value {
trace.pb.go#L1717: (*wrapperspb.Int32Value)(nil), // 21: google.protobuf.Int32Value
github.com/golang/protobuf/ptypes/wrappers
wrappers.pb.go#L19: type Int32Value = wrapperspb.Int32Value
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |