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

13 uses

	google.golang.org/protobuf/types/known/wrapperspb (current package)
		wrappers.pb.go#L504: type BytesValue struct {
		wrappers.pb.go#L514: func Bytes(v []byte) *BytesValue {
		wrappers.pb.go#L515: 	return &BytesValue{Value: v}
		wrappers.pb.go#L518: func (x *BytesValue) Reset() {
		wrappers.pb.go#L519: 	*x = BytesValue{}
		wrappers.pb.go#L527: func (x *BytesValue) String() string {
		wrappers.pb.go#L531: func (*BytesValue) ProtoMessage() {}
		wrappers.pb.go#L533: func (x *BytesValue) ProtoReflect() protoreflect.Message {
		wrappers.pb.go#L546: func (*BytesValue) Descriptor() ([]byte, []int) {
		wrappers.pb.go#L550: func (x *BytesValue) GetValue() []byte {
		wrappers.pb.go#L616: 	(*BytesValue)(nil),  // 8: google.protobuf.BytesValue
		wrappers.pb.go#L729: 			switch v := v.(*BytesValue); i {

	github.com/golang/protobuf/ptypes/wrappers
		wrappers.pb.go#L23: type BytesValue = wrapperspb.BytesValue