Class Resource (2.2.0)

public sealed class Resource : IMessage<Resource>, IEquatable<Resource>, IDeepCloneable<Resource>, IBufferMessage, IMessage

Information related to the Google Cloud resource.

Inheritance

Object > Resource

Implements

Google.Protobuf.IMessage<Resource>, IEquatable<Resource>, Google.Protobuf.IDeepCloneable<Resource>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Resource()

public Resource()

Resource(Resource)

public Resource(Resource other)
Parameter
NameDescription
otherResource

Properties

Name

public string Name { get; set; }
Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

The full resource name of resource's parent.

Property Value
TypeDescription
String

ParentDisplayName

public string ParentDisplayName { get; set; }

The human readable name of resource's parent.

Property Value
TypeDescription
String

Project

public string Project { get; set; }

The full resource name of project that the resource belongs to.

Property Value
TypeDescription
String

ProjectDisplayName

public string ProjectDisplayName { get; set; }

The human readable name of project that the resource belongs to.

Property Value
TypeDescription
String