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

13 uses

	google.golang.org/genproto/googleapis/rpc/errdetails (current package)
		error_details.pb.go#L492: type ResourceInfo struct {
		error_details.pb.go#L515: func (x *ResourceInfo) Reset() {
		error_details.pb.go#L516: 	*x = ResourceInfo{}
		error_details.pb.go#L524: func (x *ResourceInfo) String() string {
		error_details.pb.go#L528: func (*ResourceInfo) ProtoMessage() {}
		error_details.pb.go#L530: func (x *ResourceInfo) ProtoReflect() protoreflect.Message {
		error_details.pb.go#L543: func (*ResourceInfo) Descriptor() ([]byte, []int) {
		error_details.pb.go#L547: func (x *ResourceInfo) GetResourceType() string {
		error_details.pb.go#L554: func (x *ResourceInfo) GetResourceName() string {
		error_details.pb.go#L561: func (x *ResourceInfo) GetOwner() string {
		error_details.pb.go#L568: func (x *ResourceInfo) GetDescription() string {
		error_details.pb.go#L1066: 	(*ResourceInfo)(nil),                  // 7: google.rpc.ResourceInfo
		error_details.pb.go#L1181: 			switch v := v.(*ResourceInfo); i {