public sealed class ReportConfigName : IResourceName, IEquatable<ReportConfigName>
Reference documentation and code samples for the Google Cloud Storage Insights v1 API class ReportConfigName.
Resource name for the ReportConfig
resource.
Namespace
Google.Cloud.StorageInsights.V1Assembly
Google.Cloud.StorageInsights.V1.dll
Constructors
ReportConfigName(string, string, string)
public ReportConfigName(string projectId, string locationId, string reportConfigId)
Constructs a new instance of a ReportConfigName class from the component parts of pattern
projects/{project}/locations/{location}/reportConfigs/{report_config}
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
reportConfigId |
string The |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
bool |
LocationId
public string LocationId { get; }
The Location
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; }
The Project
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
ReportConfigId
public string ReportConfigId { get; }
The ReportConfig
ID. Will not be null
, unless this instance contains an unparsed resource
name.
Property Value | |
---|---|
Type | Description |
string |
Type
public ReportConfigName.ResourceNameType Type { get; }
The ReportConfigName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
ReportConfigNameResourceNameType |
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 locationId, string reportConfigId)
Formats the IDs into the string representation of this ReportConfigName with pattern
projects/{project}/locations/{location}/reportConfigs/{report_config}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
reportConfigId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this ReportConfigName with pattern
|
FormatProjectLocationReportConfig(string, string, string)
public static string FormatProjectLocationReportConfig(string projectId, string locationId, string reportConfigId)
Formats the IDs into the string representation of this ReportConfigName with pattern
projects/{project}/locations/{location}/reportConfigs/{report_config}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
reportConfigId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this ReportConfigName with pattern
|
FromProjectLocationReportConfig(string, string, string)
public static ReportConfigName FromProjectLocationReportConfig(string projectId, string locationId, string reportConfigId)
Creates a ReportConfigName with the pattern
projects/{project}/locations/{location}/reportConfigs/{report_config}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
reportConfigId |
string The |
Returns | |
---|---|
Type | Description |
ReportConfigName |
A new instance of ReportConfigName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static ReportConfigName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a ReportConfigName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName |
UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
ReportConfigName |
A new instance of ReportConfigName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
Parse(string)
public static ReportConfigName Parse(string reportConfigName)
Parses the given resource name string into a new ReportConfigName instance.
Parameter | |
---|---|
Name | Description |
reportConfigName |
string The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
ReportConfigName |
The parsed ReportConfigName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/reportConfigs/{report_config}
Parse(string, bool)
public static ReportConfigName Parse(string reportConfigName, bool allowUnparsed)
Parses the given resource name string into a new ReportConfigName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
reportConfigName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
Returns | |
---|---|
Type | Description |
ReportConfigName |
The parsed ReportConfigName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/reportConfigs/{report_config}
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 ReportConfigName)
public static bool TryParse(string reportConfigName, out ReportConfigName result)
Tries to parse the given resource name string into a new ReportConfigName instance.
Parameters | |
---|---|
Name | Description |
reportConfigName |
string The resource name in string form. Must not be |
result |
ReportConfigName When this method returns, the parsed ReportConfigName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/reportConfigs/{report_config}
TryParse(string, bool, out ReportConfigName)
public static bool TryParse(string reportConfigName, bool allowUnparsed, out ReportConfigName result)
Tries to parse the given resource name string into a new ReportConfigName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
reportConfigName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
result |
ReportConfigName When this method returns, the parsed ReportConfigName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/reportConfigs/{report_config}
allowUnparsed
is true
.
Operators
operator ==(ReportConfigName, ReportConfigName)
public static bool operator ==(ReportConfigName a, ReportConfigName b)
Determines whether two specified resource names have the same value.
Parameters | |
---|---|
Name | Description |
a |
ReportConfigName The first resource name to compare, or null. |
b |
ReportConfigName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |
operator !=(ReportConfigName, ReportConfigName)
public static bool operator !=(ReportConfigName a, ReportConfigName b)
Determines whether two specified resource names have different values.
Parameters | |
---|---|
Name | Description |
a |
ReportConfigName The first resource name to compare, or null. |
b |
ReportConfigName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |