Class OSPolicyAssignmentName (1.8.0)

public sealed class OSPolicyAssignmentName : IResourceName, IEquatable<OSPolicyAssignmentName>

Resource name for the OSPolicyAssignment resource.

Inheritance

Object > OSPolicyAssignmentName

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

OSPolicyAssignmentName(String, String, String)

public OSPolicyAssignmentName(string projectId, string locationId, string osPolicyAssignmentId)

Constructs a new instance of a OSPolicyAssignmentName class from the component parts of pattern projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

osPolicyAssignmentIdString

The OsPolicyAssignment ID. Must not be null or empty.

Properties

IsKnownPattern

public bool IsKnownPattern { get; }

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

Property Value
TypeDescription
Boolean

LocationId

public string LocationId { get; }

The Location ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
String

OsPolicyAssignmentId

public string OsPolicyAssignmentId { get; }

The OsPolicyAssignment ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
String

ProjectId

public string ProjectId { get; }

The Project ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
String

Type

public OSPolicyAssignmentName.ResourceNameType Type { get; }

The OSPolicyAssignmentName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
OSPolicyAssignmentName.ResourceNameType

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, String)

public static string Format(string projectId, string locationId, string osPolicyAssignmentId)

Formats the IDs into the string representation of this OSPolicyAssignmentName with pattern projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

osPolicyAssignmentIdString

The OsPolicyAssignment ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this OSPolicyAssignmentName with pattern projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}.

FormatProjectLocationOsPolicyAssignment(String, String, String)

public static string FormatProjectLocationOsPolicyAssignment(string projectId, string locationId, string osPolicyAssignmentId)

Formats the IDs into the string representation of this OSPolicyAssignmentName with pattern projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

osPolicyAssignmentIdString

The OsPolicyAssignment ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this OSPolicyAssignmentName with pattern projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}.

FromProjectLocationOsPolicyAssignment(String, String, String)

public static OSPolicyAssignmentName FromProjectLocationOsPolicyAssignment(string projectId, string locationId, string osPolicyAssignmentId)

Creates a OSPolicyAssignmentName with the pattern projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

osPolicyAssignmentIdString

The OsPolicyAssignment ID. Must not be null or empty.

Returns
TypeDescription
OSPolicyAssignmentName

A new instance of OSPolicyAssignmentName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static OSPolicyAssignmentName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a OSPolicyAssignmentName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
OSPolicyAssignmentName

A new instance of OSPolicyAssignmentName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
Int32
Overrides

Parse(String)

public static OSPolicyAssignmentName Parse(string oSPolicyAssignmentName)

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

Parameter
NameDescription
oSPolicyAssignmentNameString

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

Returns
TypeDescription
OSPolicyAssignmentName

The parsed OSPolicyAssignmentName if successful.

Remarks

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

  • projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}

Parse(String, Boolean)

public static OSPolicyAssignmentName Parse(string oSPolicyAssignmentName, bool allowUnparsed)

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

Parameters
NameDescription
oSPolicyAssignmentNameString

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

allowUnparsedBoolean

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
OSPolicyAssignmentName

The parsed OSPolicyAssignmentName if successful.

Remarks

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

  • projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}
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 OSPolicyAssignmentName)

public static bool TryParse(string oSPolicyAssignmentName, out OSPolicyAssignmentName result)

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

Parameters
NameDescription
oSPolicyAssignmentNameString

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

resultOSPolicyAssignmentName

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

Returns
TypeDescription
Boolean

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}/locations/{location}/osPolicyAssignments/{os_policy_assignment}

TryParse(String, Boolean, out OSPolicyAssignmentName)

public static bool TryParse(string oSPolicyAssignmentName, bool allowUnparsed, out OSPolicyAssignmentName result)

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

Parameters
NameDescription
oSPolicyAssignmentNameString

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

allowUnparsedBoolean

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.

resultOSPolicyAssignmentName

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

Returns
TypeDescription
Boolean

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}/locations/{location}/osPolicyAssignments/{os_policy_assignment}
Or may be in any format if allowUnparsed is true.

Operators

Equality(OSPolicyAssignmentName, OSPolicyAssignmentName)

public static bool operator ==(OSPolicyAssignmentName a, OSPolicyAssignmentName b)
Parameters
NameDescription
aOSPolicyAssignmentName
bOSPolicyAssignmentName
Returns
TypeDescription
Boolean

Inequality(OSPolicyAssignmentName, OSPolicyAssignmentName)

public static bool operator !=(OSPolicyAssignmentName a, OSPolicyAssignmentName b)
Parameters
NameDescription
aOSPolicyAssignmentName
bOSPolicyAssignmentName
Returns
TypeDescription
Boolean