type google.golang.org/protobuf/types/known/wrapperspb.Int64Value

13 uses

	google.golang.org/protobuf/types/known/wrapperspb (current package)
		wrappers.pb.go#L168: type Int64Value struct {
		wrappers.pb.go#L178: func Int64(v int64) *Int64Value {
		wrappers.pb.go#L179: 	return &Int64Value{Value: v}
		wrappers.pb.go#L182: func (x *Int64Value) Reset() {
		wrappers.pb.go#L183: 	*x = Int64Value{}
		wrappers.pb.go#L191: func (x *Int64Value) String() string {
		wrappers.pb.go#L195: func (*Int64Value) ProtoMessage() {}
		wrappers.pb.go#L197: func (x *Int64Value) ProtoReflect() protoreflect.Message {
		wrappers.pb.go#L210: func (*Int64Value) Descriptor() ([]byte, []int) {
		wrappers.pb.go#L214: func (x *Int64Value) GetValue() int64 {
		wrappers.pb.go#L610: 	(*Int64Value)(nil),  // 2: google.protobuf.Int64Value
		wrappers.pb.go#L657: 			switch v := v.(*Int64Value); i {

	github.com/golang/protobuf/ptypes/wrappers
		wrappers.pb.go#L17: type Int64Value = wrapperspb.Int64Value