public sealed class ServiceLevelObjectiveName : IResourceName, IEquatable<ServiceLevelObjectiveName>
Resource name for the ServiceLevelObjective
resource.
Namespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
ServiceLevelObjectiveName(String, String, String)
public ServiceLevelObjectiveName(string projectId, string serviceId, string serviceLevelObjectiveId)
Constructs a new instance of a ServiceLevelObjectiveName class from the component parts of
pattern projects/{project}/services/{service}/serviceLevelObjectives/{service_level_objective}
Parameters | |
---|---|
Name | Description |
projectId | String The |
serviceId | String The |
serviceLevelObjectiveId | 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 |
Boolean |
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 |
ServiceId
public string ServiceId { get; }
The Service
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
String |
ServiceLevelObjectiveId
public string ServiceLevelObjectiveId { get; }
The ServiceLevelObjective
ID. May be null
, depending on which resource name is contained by
this instance.
Property Value | |
---|---|
Type | Description |
String |
Type
public ServiceLevelObjectiveName.ResourceNameType Type { get; }
The ServiceLevelObjectiveName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
ServiceLevelObjectiveName.ResourceNameType |
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, String)
public static string Format(string projectId, string serviceId, string serviceLevelObjectiveId)
Formats the IDs into the string representation of this ServiceLevelObjectiveName with pattern
projects/{project}/services/{service}/serviceLevelObjectives/{service_level_objective}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
serviceId | String The |
serviceLevelObjectiveId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ServiceLevelObjectiveName with pattern
|
FormatFolderServiceServiceLevelObjective(String, String, String)
public static string FormatFolderServiceServiceLevelObjective(string folderId, string serviceId, string serviceLevelObjectiveId)
Formats the IDs into the string representation of this ServiceLevelObjectiveName with pattern
folders/{folder}/services/{service}/serviceLevelObjectives/{service_level_objective}
.
Parameters | |
---|---|
Name | Description |
folderId | String The |
serviceId | String The |
serviceLevelObjectiveId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ServiceLevelObjectiveName with pattern
|
FormatOrganizationServiceServiceLevelObjective(String, String, String)
public static string FormatOrganizationServiceServiceLevelObjective(string organizationId, string serviceId, string serviceLevelObjectiveId)
Formats the IDs into the string representation of this ServiceLevelObjectiveName with pattern
organizations/{organization}/services/{service}/serviceLevelObjectives/{service_level_objective}
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
serviceId | String The |
serviceLevelObjectiveId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ServiceLevelObjectiveName with pattern
|
FormatProjectServiceServiceLevelObjective(String, String, String)
public static string FormatProjectServiceServiceLevelObjective(string projectId, string serviceId, string serviceLevelObjectiveId)
Formats the IDs into the string representation of this ServiceLevelObjectiveName with pattern
projects/{project}/services/{service}/serviceLevelObjectives/{service_level_objective}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
serviceId | String The |
serviceLevelObjectiveId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ServiceLevelObjectiveName with pattern
|
FromFolderServiceServiceLevelObjective(String, String, String)
public static ServiceLevelObjectiveName FromFolderServiceServiceLevelObjective(string folderId, string serviceId, string serviceLevelObjectiveId)
Creates a ServiceLevelObjectiveName with the pattern
folders/{folder}/services/{service}/serviceLevelObjectives/{service_level_objective}
.
Parameters | |
---|---|
Name | Description |
folderId | String The |
serviceId | String The |
serviceLevelObjectiveId | String The |
Returns | |
---|---|
Type | Description |
ServiceLevelObjectiveName | A new instance of ServiceLevelObjectiveName constructed from the provided ids. |
FromOrganizationServiceServiceLevelObjective(String, String, String)
public static ServiceLevelObjectiveName FromOrganizationServiceServiceLevelObjective(string organizationId, string serviceId, string serviceLevelObjectiveId)
Creates a ServiceLevelObjectiveName with the pattern
organizations/{organization}/services/{service}/serviceLevelObjectives/{service_level_objective}
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
serviceId | String The |
serviceLevelObjectiveId | String The |
Returns | |
---|---|
Type | Description |
ServiceLevelObjectiveName | A new instance of ServiceLevelObjectiveName constructed from the provided ids. |
FromProjectServiceServiceLevelObjective(String, String, String)
public static ServiceLevelObjectiveName FromProjectServiceServiceLevelObjective(string projectId, string serviceId, string serviceLevelObjectiveId)
Creates a ServiceLevelObjectiveName with the pattern
projects/{project}/services/{service}/serviceLevelObjectives/{service_level_objective}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
serviceId | String The |
serviceLevelObjectiveId | String The |
Returns | |
---|---|
Type | Description |
ServiceLevelObjectiveName | A new instance of ServiceLevelObjectiveName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static ServiceLevelObjectiveName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a ServiceLevelObjectiveName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
ServiceLevelObjectiveName | A new instance of ServiceLevelObjectiveName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static ServiceLevelObjectiveName Parse(string serviceLevelObjectiveName)
Parses the given resource name string into a new ServiceLevelObjectiveName instance.
Parameter | |
---|---|
Name | Description |
serviceLevelObjectiveName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
ServiceLevelObjectiveName | The parsed ServiceLevelObjectiveName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/services/{service}/serviceLevelObjectives/{service_level_objective}
-
organizations/{organization}/services/{service}/serviceLevelObjectives/{service_level_objective}
-
folders/{folder}/services/{service}/serviceLevelObjectives/{service_level_objective}
Parse(String, Boolean)
public static ServiceLevelObjectiveName Parse(string serviceLevelObjectiveName, bool allowUnparsed)
Parses the given resource name string into a new ServiceLevelObjectiveName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
serviceLevelObjectiveName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
ServiceLevelObjectiveName | The parsed ServiceLevelObjectiveName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/services/{service}/serviceLevelObjectives/{service_level_objective}
-
organizations/{organization}/services/{service}/serviceLevelObjectives/{service_level_objective}
-
folders/{folder}/services/{service}/serviceLevelObjectives/{service_level_objective}
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 ServiceLevelObjectiveName)
public static bool TryParse(string serviceLevelObjectiveName, out ServiceLevelObjectiveName result)
Tries to parse the given resource name string into a new ServiceLevelObjectiveName instance.
Parameters | |
---|---|
Name | Description |
serviceLevelObjectiveName | String The resource name in string form. Must not be |
result | ServiceLevelObjectiveName When this method returns, the parsed ServiceLevelObjectiveName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/services/{service}/serviceLevelObjectives/{service_level_objective}
-
organizations/{organization}/services/{service}/serviceLevelObjectives/{service_level_objective}
-
folders/{folder}/services/{service}/serviceLevelObjectives/{service_level_objective}
TryParse(String, Boolean, out ServiceLevelObjectiveName)
public static bool TryParse(string serviceLevelObjectiveName, bool allowUnparsed, out ServiceLevelObjectiveName result)
Tries to parse the given resource name string into a new ServiceLevelObjectiveName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
serviceLevelObjectiveName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | ServiceLevelObjectiveName When this method returns, the parsed ServiceLevelObjectiveName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/services/{service}/serviceLevelObjectives/{service_level_objective}
-
organizations/{organization}/services/{service}/serviceLevelObjectives/{service_level_objective}
-
folders/{folder}/services/{service}/serviceLevelObjectives/{service_level_objective}
allowUnparsed
is true
.
Operators
Equality(ServiceLevelObjectiveName, ServiceLevelObjectiveName)
public static bool operator ==(ServiceLevelObjectiveName a, ServiceLevelObjectiveName b)
Parameters | |
---|---|
Name | Description |
a | ServiceLevelObjectiveName |
b | ServiceLevelObjectiveName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(ServiceLevelObjectiveName, ServiceLevelObjectiveName)
public static bool operator !=(ServiceLevelObjectiveName a, ServiceLevelObjectiveName b)
Parameters | |
---|---|
Name | Description |
a | ServiceLevelObjectiveName |
b | ServiceLevelObjectiveName |
Returns | |
---|---|
Type | Description |
Boolean |