Security Command Center v2 API - Class ResourceValueConfigName (1.0.0-beta01)

public sealed class ResourceValueConfigName : IResourceName, IEquatable<ResourceValueConfigName>

Reference documentation and code samples for the Security Command Center v2 API class ResourceValueConfigName.

Resource name for the ResourceValueConfig resource.

Inheritance

object > ResourceValueConfigName

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

ResourceValueConfigName(string, string)

public ResourceValueConfigName(string organizationId, string resourceValueConfigId)

Constructs a new instance of a ResourceValueConfigName class from the component parts of pattern organizations/{organization}/resourceValueConfigs/{resource_value_config}

Parameters
NameDescription
organizationIdstring

The Organization ID. Must not be null or empty.

resourceValueConfigIdstring

The ResourceValueConfig 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
bool

OrganizationId

public string OrganizationId { get; }

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

Property Value
TypeDescription
string

ResourceValueConfigId

public string ResourceValueConfigId { get; }

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

Property Value
TypeDescription
string

Type

public ResourceValueConfigName.ResourceNameType Type { get; }

The ResourceValueConfigName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
ResourceValueConfigNameResourceNameType

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 organizationId, string resourceValueConfigId)

Formats the IDs into the string representation of this ResourceValueConfigName with pattern organizations/{organization}/resourceValueConfigs/{resource_value_config}.

Parameters
NameDescription
organizationIdstring

The Organization ID. Must not be null or empty.

resourceValueConfigIdstring

The ResourceValueConfig ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this ResourceValueConfigName with pattern organizations/{organization}/resourceValueConfigs/{resource_value_config}.

FormatOrganizationResourceValueConfig(string, string)

public static string FormatOrganizationResourceValueConfig(string organizationId, string resourceValueConfigId)

Formats the IDs into the string representation of this ResourceValueConfigName with pattern organizations/{organization}/resourceValueConfigs/{resource_value_config}.

Parameters
NameDescription
organizationIdstring

The Organization ID. Must not be null or empty.

resourceValueConfigIdstring

The ResourceValueConfig ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this ResourceValueConfigName with pattern organizations/{organization}/resourceValueConfigs/{resource_value_config}.

FromOrganizationResourceValueConfig(string, string)

public static ResourceValueConfigName FromOrganizationResourceValueConfig(string organizationId, string resourceValueConfigId)

Creates a ResourceValueConfigName with the pattern organizations/{organization}/resourceValueConfigs/{resource_value_config}.

Parameters
NameDescription
organizationIdstring

The Organization ID. Must not be null or empty.

resourceValueConfigIdstring

The ResourceValueConfig ID. Must not be null or empty.

Returns
TypeDescription
ResourceValueConfigName

A new instance of ResourceValueConfigName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static ResourceValueConfigName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a ResourceValueConfigName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
ResourceValueConfigName

A new instance of ResourceValueConfigName 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 ResourceValueConfigName Parse(string resourceValueConfigName)

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

Parameter
NameDescription
resourceValueConfigNamestring

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

Returns
TypeDescription
ResourceValueConfigName

The parsed ResourceValueConfigName if successful.

Remarks

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

  • organizations/{organization}/resourceValueConfigs/{resource_value_config}

Parse(string, bool)

public static ResourceValueConfigName Parse(string resourceValueConfigName, bool allowUnparsed)

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

Parameters
NameDescription
resourceValueConfigNamestring

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
ResourceValueConfigName

The parsed ResourceValueConfigName if successful.

Remarks

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

  • organizations/{organization}/resourceValueConfigs/{resource_value_config}
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 ResourceValueConfigName)

public static bool TryParse(string resourceValueConfigName, out ResourceValueConfigName result)

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

Parameters
NameDescription
resourceValueConfigNamestring

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

resultResourceValueConfigName

When this method returns, the parsed ResourceValueConfigName, 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:

  • organizations/{organization}/resourceValueConfigs/{resource_value_config}

TryParse(string, bool, out ResourceValueConfigName)

public static bool TryParse(string resourceValueConfigName, bool allowUnparsed, out ResourceValueConfigName result)

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

Parameters
NameDescription
resourceValueConfigNamestring

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.

resultResourceValueConfigName

When this method returns, the parsed ResourceValueConfigName, 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:

  • organizations/{organization}/resourceValueConfigs/{resource_value_config}
Or may be in any format if allowUnparsed is true.

Operators

operator ==(ResourceValueConfigName, ResourceValueConfigName)

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

Determines whether two specified resource names have the same value.

Parameters
NameDescription
aResourceValueConfigName

The first resource name to compare, or null.

bResourceValueConfigName

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 !=(ResourceValueConfigName, ResourceValueConfigName)

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

Determines whether two specified resource names have different values.

Parameters
NameDescription
aResourceValueConfigName

The first resource name to compare, or null.

bResourceValueConfigName

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.