type google.golang.org/genproto/googleapis/rpc/errdetails.BadRequest

10 uses

	google.golang.org/genproto/googleapis/rpc/errdetails (current package)
		error_details.pb.go#L382: type BadRequest struct {
		error_details.pb.go#L391: func (x *BadRequest) Reset() {
		error_details.pb.go#L392: 	*x = BadRequest{}
		error_details.pb.go#L400: func (x *BadRequest) String() string {
		error_details.pb.go#L404: func (*BadRequest) ProtoMessage() {}
		error_details.pb.go#L406: func (x *BadRequest) ProtoReflect() protoreflect.Message {
		error_details.pb.go#L419: func (*BadRequest) Descriptor() ([]byte, []int) {
		error_details.pb.go#L423: func (x *BadRequest) GetFieldViolations() []*BadRequest_FieldViolation {
		error_details.pb.go#L1064: 	(*BadRequest)(nil),                    // 5: google.rpc.BadRequest
		error_details.pb.go#L1157: 			switch v := v.(*BadRequest); i {