Class ResourceInfo (2.2.0)

public sealed class ResourceInfo : Protobuf.IMessage<ResourceInfo>, Protobuf.IBufferMessage

Describes the resource that is being accessed.

Inheritance

Object > ResourceInfo

Namespace

Google.Rpc

Assembly

Google.Api.CommonProtos.dll

Constructors

ResourceInfo()

public ResourceInfo()

ResourceInfo(ResourceInfo)

public ResourceInfo(ResourceInfo other)
Parameter
NameDescription
otherResourceInfo

Fields

DescriptionFieldNumber

public const int DescriptionFieldNumber = 4

Field number for the "description" field.

Field Value
TypeDescription
Int32

OwnerFieldNumber

public const int OwnerFieldNumber = 3

Field number for the "owner" field.

Field Value
TypeDescription
Int32

ResourceNameFieldNumber

public const int ResourceNameFieldNumber = 2

Field number for the "resource_name" field.

Field Value
TypeDescription
Int32

ResourceTypeFieldNumber

public const int ResourceTypeFieldNumber = 1

Field number for the "resource_type" field.

Field Value
TypeDescription
Int32

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
TypeDescription
String

Descriptor

public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
Protobuf.Reflection.MessageDescriptor

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
TypeDescription
String

Parser

public static Protobuf.MessageParser<ResourceInfo> Parser { get; }
Property Value
TypeDescription
Protobuf.MessageParser<ResourceInfo>

ResourceName

public string ResourceName { get; set; }

The name of the resource being accessed. For example, a shared calendar name: &quot;example.com_4fghdhgsrgh@group.calendar.google.com", if the current error is [google.rpc.Code.PERMISSION_DENIED][google.rpc.Code.PERMISSION_DENIED].

Property Value
TypeDescription
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
TypeDescription
String

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
Int32

Clone()

public ResourceInfo Clone()
Returns
TypeDescription
ResourceInfo

Equals(ResourceInfo)

public bool Equals(ResourceInfo other)
Parameter
NameDescription
otherResourceInfo
Returns
TypeDescription
Boolean

Equals(Object)

public override bool Equals(object other)
Parameter
NameDescription
otherObject
Returns
TypeDescription
Boolean

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
Int32

MergeFrom(Protobuf.CodedInputStream)

public void MergeFrom(Protobuf.CodedInputStream input)
Parameter
NameDescription
inputProtobuf.CodedInputStream

MergeFrom(ResourceInfo)

public void MergeFrom(ResourceInfo other)
Parameter
NameDescription
otherResourceInfo

ToString()

public override string ToString()
Returns
TypeDescription
String

WriteTo(Protobuf.CodedOutputStream)

public void WriteTo(Protobuf.CodedOutputStream output)
Parameter
NameDescription
outputProtobuf.CodedOutputStream