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

13 uses

	google.golang.org/genproto/googleapis/rpc/errdetails (current package)
		error_details.pb.go#L586: 	Links []*Help_Link `protobuf:"bytes,1,rep,name=links,proto3" json:"links,omitempty"`
		error_details.pb.go#L621: func (x *Help) GetLinks() []*Help_Link {
		error_details.pb.go#L891: type Help_Link struct {
		error_details.pb.go#L902: func (x *Help_Link) Reset() {
		error_details.pb.go#L903: 	*x = Help_Link{}
		error_details.pb.go#L911: func (x *Help_Link) String() string {
		error_details.pb.go#L915: func (*Help_Link) ProtoMessage() {}
		error_details.pb.go#L917: func (x *Help_Link) ProtoReflect() protoreflect.Message {
		error_details.pb.go#L930: func (*Help_Link) Descriptor() ([]byte, []int) {
		error_details.pb.go#L934: func (x *Help_Link) GetDescription() string {
		error_details.pb.go#L941: func (x *Help_Link) GetUrl() string {
		error_details.pb.go#L1073: 	(*Help_Link)(nil),                     // 14: google.rpc.Help.Link
		error_details.pb.go#L1253: 			switch v := v.(*Help_Link); i {