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.
Namespace
Google.Cloud.Monitoring.V3Assembly
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 | |
---|---|
Name | Description |
projectId | string The |
monitoredResourceDescriptorId | string The |
Properties
FolderId
public string FolderId { get; }
The Folder
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
string |
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
bool |
MonitoredResourceDescriptorId
public string MonitoredResourceDescriptorId { get; }
The MonitoredResourceDescriptor
ID. May be null
, depending on which resource name is contained
by this instance.
Property Value | |
---|---|
Type | Description |
string |
OrganizationId
public string OrganizationId { get; }
The Organization
ID. May be null
, depending on which resource name is contained by this
instance.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; }
The Project
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
string |
Type
public MonitoredResourceDescriptorName.ResourceNameType Type { get; }
The MonitoredResourceDescriptorName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
MonitoredResourceDescriptorNameResourceNameType |
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }
The contained UnparsedResourceName. Only non-null
if this instance contains an
unparsed resource name.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
projectId | string The |
monitoredResourceDescriptorId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this MonitoredResourceDescriptorName with pattern
|
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 | |
---|---|
Name | Description |
folderId | string The |
monitoredResourceDescriptorId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this MonitoredResourceDescriptorName with pattern
|
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 | |
---|---|
Name | Description |
organizationId | string The |
monitoredResourceDescriptorId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this MonitoredResourceDescriptorName with pattern
|
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 | |
---|---|
Name | Description |
projectId | string The |
monitoredResourceDescriptorId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this MonitoredResourceDescriptorName with pattern
|
FromFolderMonitoredResourceDescriptor(string, string)
public static MonitoredResourceDescriptorName FromFolderMonitoredResourceDescriptor(string folderId, string monitoredResourceDescriptorId)
Creates a MonitoredResourceDescriptorName with the pattern
folders/{folder}/monitoredResourceDescriptors/{monitored_resource_descriptor}
.
Parameters | |
---|---|
Name | Description |
folderId | string The |
monitoredResourceDescriptorId | string The |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
organizationId | string The |
monitoredResourceDescriptorId | string The |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
projectId | string The |
monitoredResourceDescriptorId | string The |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
MonitoredResourceDescriptorName | A new instance of MonitoredResourceDescriptorName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
Parse(string)
public static MonitoredResourceDescriptorName Parse(string monitoredResourceDescriptorName)
Parses the given resource name string into a new MonitoredResourceDescriptorName instance.
Parameter | |
---|---|
Name | Description |
monitoredResourceDescriptorName | string The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
MonitoredResourceDescriptorName | The parsed MonitoredResourceDescriptorName if successful. |
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 | |
---|---|
Name | Description |
monitoredResourceDescriptorName | string The resource name in string form. Must not be |
allowUnparsed | bool If |
Returns | |
---|---|
Type | Description |
MonitoredResourceDescriptorName | The parsed MonitoredResourceDescriptorName if successful. |
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}
allowUnparsed
is true
.
ToString()
public override string ToString()
The string representation of the resource name.
Returns | |
---|---|
Type | Description |
string | The string representation of the resource name. |
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 | |
---|---|
Name | Description |
monitoredResourceDescriptorName | string The resource name in string form. Must not be |
result | MonitoredResourceDescriptorName When this method returns, the parsed MonitoredResourceDescriptorName, or |
Returns | |
---|---|
Type | Description |
bool |
|
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 | |
---|---|
Name | Description |
monitoredResourceDescriptorName | string The resource name in string form. Must not be |
allowUnparsed | bool If |
result | MonitoredResourceDescriptorName When this method returns, the parsed MonitoredResourceDescriptorName, or |
Returns | |
---|---|
Type | Description |
bool |
|
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}
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 | |
---|---|
Name | Description |
a | MonitoredResourceDescriptorName The first resource name to compare, or null. |
b | MonitoredResourceDescriptorName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool | true if the value of |
operator !=(MonitoredResourceDescriptorName, MonitoredResourceDescriptorName)
public static bool operator !=(MonitoredResourceDescriptorName a, MonitoredResourceDescriptorName b)
Determines whether two specified resource names have different values.
Parameters | |
---|---|
Name | Description |
a | MonitoredResourceDescriptorName The first resource name to compare, or null. |
b | MonitoredResourceDescriptorName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool | true if the value of |