Google Cloud Monitoring v3 API - Class MonitoredResourceDescriptorName (3.7.0)

public sealed class MonitoredResourceDescriptorName : IResourceName, IEquatable<MonitoredResourceDescriptorName>

Reference documentation and code samples for the Google Cloud Monitoring v3 API class MonitoredResourceDescriptorName.

Resource name for the MonitoredResourceDescriptor resource.

Inheritance

object > MonitoredResourceDescriptorName

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

MonitoredResourceDescriptorName(string, string)

public MonitoredResourceDescriptorName(string projectId, string monitoredResourceDescriptorId)

Constructs a new instance of a MonitoredResourceDescriptorName class from the component parts of pattern projects/{project}/monitoredResourceDescriptors/{monitored_resource_descriptor}

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

monitoredResourceDescriptorIdstring

The MonitoredResourceDescriptor ID. Must not be null or empty.

Properties

FolderId

public string FolderId { get; }

The Folder ID. May be null, depending on which resource name is contained by this instance.

Property Value
TypeDescription
string

IsKnownPattern

public bool IsKnownPattern { get; }

Whether this instance contains a resource name with a known pattern.

Property Value
TypeDescription
bool

MonitoredResourceDescriptorId

public string MonitoredResourceDescriptorId { get; }

The MonitoredResourceDescriptor ID. May be null, depending on which resource name is contained by this instance.

Property Value
TypeDescription
string

OrganizationId

public string OrganizationId { get; }

The Organization ID. May be null, depending on which resource name is contained by this instance.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; }

The Project ID. May be null, depending on which resource name is contained by this instance.

Property Value
TypeDescription
string

Type

public MonitoredResourceDescriptorName.ResourceNameType Type { get; }

The MonitoredResourceDescriptorName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
MonitoredResourceDescriptorNameResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

The contained UnparsedResourceName. Only non-null if this instance contains an unparsed resource name.

Property Value
TypeDescription
UnparsedResourceName

Methods

Format(string, string)

public static string Format(string projectId, string monitoredResourceDescriptorId)

Formats the IDs into the string representation of this MonitoredResourceDescriptorName with pattern projects/{project}/monitoredResourceDescriptors/{monitored_resource_descriptor}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

monitoredResourceDescriptorIdstring

The MonitoredResourceDescriptor ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this MonitoredResourceDescriptorName with pattern projects/{project}/monitoredResourceDescriptors/{monitored_resource_descriptor}.

FormatFolderMonitoredResourceDescriptor(string, string)

public static string FormatFolderMonitoredResourceDescriptor(string folderId, string monitoredResourceDescriptorId)

Formats the IDs into the string representation of this MonitoredResourceDescriptorName with pattern folders/{folder}/monitoredResourceDescriptors/{monitored_resource_descriptor}.

Parameters
NameDescription
folderIdstring

The Folder ID. Must not be null or empty.

monitoredResourceDescriptorIdstring

The MonitoredResourceDescriptor ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this MonitoredResourceDescriptorName with pattern folders/{folder}/monitoredResourceDescriptors/{monitored_resource_descriptor}.

FormatOrganizationMonitoredResourceDescriptor(string, string)

public static string FormatOrganizationMonitoredResourceDescriptor(string organizationId, string monitoredResourceDescriptorId)

Formats the IDs into the string representation of this MonitoredResourceDescriptorName with pattern organizations/{organization}/monitoredResourceDescriptors/{monitored_resource_descriptor}.

Parameters
NameDescription
organizationIdstring

The Organization ID. Must not be null or empty.

monitoredResourceDescriptorIdstring

The MonitoredResourceDescriptor ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this MonitoredResourceDescriptorName with pattern organizations/{organization}/monitoredResourceDescriptors/{monitored_resource_descriptor}.

FormatProjectMonitoredResourceDescriptor(string, string)

public static string FormatProjectMonitoredResourceDescriptor(string projectId, string monitoredResourceDescriptorId)

Formats the IDs into the string representation of this MonitoredResourceDescriptorName with pattern projects/{project}/monitoredResourceDescriptors/{monitored_resource_descriptor}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

monitoredResourceDescriptorIdstring

The MonitoredResourceDescriptor ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this MonitoredResourceDescriptorName with pattern projects/{project}/monitoredResourceDescriptors/{monitored_resource_descriptor}.

FromFolderMonitoredResourceDescriptor(string, string)

public static MonitoredResourceDescriptorName FromFolderMonitoredResourceDescriptor(string folderId, string monitoredResourceDescriptorId)

Creates a MonitoredResourceDescriptorName with the pattern folders/{folder}/monitoredResourceDescriptors/{monitored_resource_descriptor}.

Parameters
NameDescription
folderIdstring

The Folder ID. Must not be null or empty.

monitoredResourceDescriptorIdstring

The MonitoredResourceDescriptor ID. Must not be null or empty.

Returns
TypeDescription
MonitoredResourceDescriptorName

A new instance of MonitoredResourceDescriptorName constructed from the provided ids.

FromOrganizationMonitoredResourceDescriptor(string, string)

public static MonitoredResourceDescriptorName FromOrganizationMonitoredResourceDescriptor(string organizationId, string monitoredResourceDescriptorId)

Creates a MonitoredResourceDescriptorName with the pattern organizations/{organization}/monitoredResourceDescriptors/{monitored_resource_descriptor}.

Parameters
NameDescription
organizationIdstring

The Organization ID. Must not be null or empty.

monitoredResourceDescriptorIdstring

The MonitoredResourceDescriptor ID. Must not be null or empty.

Returns
TypeDescription
MonitoredResourceDescriptorName

A new instance of MonitoredResourceDescriptorName constructed from the provided ids.

FromProjectMonitoredResourceDescriptor(string, string)

public static MonitoredResourceDescriptorName FromProjectMonitoredResourceDescriptor(string projectId, string monitoredResourceDescriptorId)

Creates a MonitoredResourceDescriptorName with the pattern projects/{project}/monitoredResourceDescriptors/{monitored_resource_descriptor}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

monitoredResourceDescriptorIdstring

The MonitoredResourceDescriptor ID. Must not be null or empty.

Returns
TypeDescription
MonitoredResourceDescriptorName

A new instance of MonitoredResourceDescriptorName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static MonitoredResourceDescriptorName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a MonitoredResourceDescriptorName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
MonitoredResourceDescriptorName

A new instance of MonitoredResourceDescriptorName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
int
Overrides

Parse(string)

public static MonitoredResourceDescriptorName Parse(string monitoredResourceDescriptorName)

Parses the given resource name string into a new MonitoredResourceDescriptorName instance.

Parameter
NameDescription
monitoredResourceDescriptorNamestring

The resource name in string form. Must not be null.

Returns
TypeDescription
MonitoredResourceDescriptorName

The parsed MonitoredResourceDescriptorName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/monitoredResourceDescriptors/{monitored_resource_descriptor}
  • organizations/{organization}/monitoredResourceDescriptors/{monitored_resource_descriptor}
  • folders/{folder}/monitoredResourceDescriptors/{monitored_resource_descriptor}

Parse(string, bool)

public static MonitoredResourceDescriptorName Parse(string monitoredResourceDescriptorName, bool allowUnparsed)

Parses the given resource name string into a new MonitoredResourceDescriptorName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
monitoredResourceDescriptorNamestring

The resource name in string form. Must not be null.

allowUnparsedbool

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

Returns
TypeDescription
MonitoredResourceDescriptorName

The parsed MonitoredResourceDescriptorName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/monitoredResourceDescriptors/{monitored_resource_descriptor}
  • organizations/{organization}/monitoredResourceDescriptors/{monitored_resource_descriptor}
  • folders/{folder}/monitoredResourceDescriptors/{monitored_resource_descriptor}
Or may be in any format if allowUnparsed is true.

ToString()

public override string ToString()

The string representation of the resource name.

Returns
TypeDescription
string

The string representation of the resource name.

Overrides

TryParse(string, out MonitoredResourceDescriptorName)

public static bool TryParse(string monitoredResourceDescriptorName, out MonitoredResourceDescriptorName result)

Tries to parse the given resource name string into a new MonitoredResourceDescriptorName instance.

Parameters
NameDescription
monitoredResourceDescriptorNamestring

The resource name in string form. Must not be null.

resultMonitoredResourceDescriptorName

When this method returns, the parsed MonitoredResourceDescriptorName, or null if parsing failed.

Returns
TypeDescription
bool

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/monitoredResourceDescriptors/{monitored_resource_descriptor}
  • organizations/{organization}/monitoredResourceDescriptors/{monitored_resource_descriptor}
  • folders/{folder}/monitoredResourceDescriptors/{monitored_resource_descriptor}

TryParse(string, bool, out MonitoredResourceDescriptorName)

public static bool TryParse(string monitoredResourceDescriptorName, bool allowUnparsed, out MonitoredResourceDescriptorName result)

Tries to parse the given resource name string into a new MonitoredResourceDescriptorName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
monitoredResourceDescriptorNamestring

The resource name in string form. Must not be null.

allowUnparsedbool

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

resultMonitoredResourceDescriptorName

When this method returns, the parsed MonitoredResourceDescriptorName, or null if parsing failed.

Returns
TypeDescription
bool

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/monitoredResourceDescriptors/{monitored_resource_descriptor}
  • organizations/{organization}/monitoredResourceDescriptors/{monitored_resource_descriptor}
  • folders/{folder}/monitoredResourceDescriptors/{monitored_resource_descriptor}
Or may be in any format if allowUnparsed is true.

Operators

operator ==(MonitoredResourceDescriptorName, MonitoredResourceDescriptorName)

public static bool operator ==(MonitoredResourceDescriptorName a, MonitoredResourceDescriptorName b)

Determines whether two specified resource names have the same value.

Parameters
NameDescription
aMonitoredResourceDescriptorName

The first resource name to compare, or null.

bMonitoredResourceDescriptorName

The second resource name to compare, or null.

Returns
TypeDescription
bool

true if the value of a is the same as the value of b; otherwise, false.

operator !=(MonitoredResourceDescriptorName, MonitoredResourceDescriptorName)

public static bool operator !=(MonitoredResourceDescriptorName a, MonitoredResourceDescriptorName b)

Determines whether two specified resource names have different values.

Parameters
NameDescription
aMonitoredResourceDescriptorName

The first resource name to compare, or null.

bMonitoredResourceDescriptorName

The second resource name to compare, or null.

Returns
TypeDescription
bool

true if the value of a is different from the value of b; otherwise, false.