Class ResourceInfo (2.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public sealed class ResourceInfo : IMessage<ResourceInfo>, IEquatable<ResourceInfo>, IDeepCloneable<ResourceInfo>, IBufferMessage, IMessage
Describes the resource that is being accessed.
Inheritance
object >
ResourceInfo
Namespace
Google.Rpc
Assembly
Google.Api.CommonProtos.dll
Constructors
ResourceInfo()
ResourceInfo(ResourceInfo)
public ResourceInfo(ResourceInfo other)
Fields
DescriptionFieldNumber
public const int DescriptionFieldNumber = 4
Field number for the "description" field.
Field Value
Type
Description
int
OwnerFieldNumber
public const int OwnerFieldNumber = 3
Field number for the "owner" field.
Field Value
Type
Description
int
ResourceNameFieldNumber
public const int ResourceNameFieldNumber = 2
Field number for the "resource_name" field.
Field Value
Type
Description
int
ResourceTypeFieldNumber
public const int ResourceTypeFieldNumber = 1
Field number for the "resource_type" field.
Field Value
Type
Description
int
Properties
Description
public string Description { get; set; }
Describes what error is encountered when accessing this resource.
For example, updating a cloud project may require the writer permission
on the developer console project.
Property Value
Type
Description
string
Descriptor
public static MessageDescriptor Descriptor { get; }
Owner
public string Owner { get; set; }
The owner of the resource (optional).
For example, "user:<owner email>" or "project:<Google developer project
id>".
Property Value
Type
Description
string
Parser
public static MessageParser<ResourceInfo> Parser { get; }
ResourceName
public string ResourceName { get; set; }
The name of the resource being accessed. For example, a shared calendar
name: "example.com_4fghdhgsrgh@group.calendar.google.com", if the current
error is
[google.rpc.Code.PERMISSION_DENIED][google.rpc.Code.PERMISSION_DENIED].
Property Value
Type
Description
string
ResourceType
public string ResourceType { get; set; }
A name for the type of resource being accessed, e.g. "sql table",
"cloud storage bucket", "file", "Google calendar"; or the type URL
of the resource: e.g. "type.googleapis.com/google.pubsub.v1.Topic".
Property Value
Type
Description
string
Methods
CalculateSize()
public int CalculateSize()
Returns
Type
Description
int
Clone()
public ResourceInfo Clone()
Equals(ResourceInfo)
public bool Equals(ResourceInfo other)
Returns
Type
Description
bool
Equals(object)
public override bool Equals(object other)
Parameter
Name
Description
other
object
Returns
Type
Description
bool
Overrides
GetHashCode()
public override int GetHashCode()
Returns
Type
Description
int
Overrides
public void MergeFrom(CodedInputStream input)
MergeFrom(ResourceInfo)
public void MergeFrom(ResourceInfo other)
ToString()
public override string ToString()
Returns
Type
Description
string
Overrides
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-09 UTC.
[null,null,["Last updated 2026-03-09 UTC."],[],[]]