public sealed class RuntimeConfigName : IResourceName, IEquatable<RuntimeConfigName>
Reference documentation and code samples for the Integration Connectors v1 API class RuntimeConfigName.
Resource name for the RuntimeConfig
resource.
Namespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
RuntimeConfigName(string, string)
public RuntimeConfigName(string projectId, string locationId)
Constructs a new instance of a RuntimeConfigName class from the component parts of pattern
projects/{project}/locations/{location}/runtimeConfig
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | 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 |
Type
public RuntimeConfigName.ResourceNameType Type { get; }
The RuntimeConfigName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
RuntimeConfigNameResourceNameType |
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 locationId)
Formats the IDs into the string representation of this RuntimeConfigName with pattern
projects/{project}/locations/{location}/runtimeConfig
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this RuntimeConfigName with pattern
|
FormatProjectLocation(string, string)
public static string FormatProjectLocation(string projectId, string locationId)
Formats the IDs into the string representation of this RuntimeConfigName with pattern
projects/{project}/locations/{location}/runtimeConfig
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this RuntimeConfigName with pattern
|
FromProjectLocation(string, string)
public static RuntimeConfigName FromProjectLocation(string projectId, string locationId)
Creates a RuntimeConfigName with the pattern
projects/{project}/locations/{location}/runtimeConfig
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
Returns | |
---|---|
Type | Description |
RuntimeConfigName | A new instance of RuntimeConfigName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static RuntimeConfigName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a RuntimeConfigName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
RuntimeConfigName | A new instance of RuntimeConfigName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
Parse(string)
public static RuntimeConfigName Parse(string runtimeConfigName)
Parses the given resource name string into a new RuntimeConfigName instance.
Parameter | |
---|---|
Name | Description |
runtimeConfigName | string The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
RuntimeConfigName | The parsed RuntimeConfigName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/runtimeConfig
Parse(string, bool)
public static RuntimeConfigName Parse(string runtimeConfigName, bool allowUnparsed)
Parses the given resource name string into a new RuntimeConfigName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
runtimeConfigName | string The resource name in string form. Must not be |
allowUnparsed | bool If |
Returns | |
---|---|
Type | Description |
RuntimeConfigName | The parsed RuntimeConfigName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/runtimeConfig
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 RuntimeConfigName)
public static bool TryParse(string runtimeConfigName, out RuntimeConfigName result)
Tries to parse the given resource name string into a new RuntimeConfigName instance.
Parameters | |
---|---|
Name | Description |
runtimeConfigName | string The resource name in string form. Must not be |
result | RuntimeConfigName When this method returns, the parsed RuntimeConfigName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/runtimeConfig
TryParse(string, bool, out RuntimeConfigName)
public static bool TryParse(string runtimeConfigName, bool allowUnparsed, out RuntimeConfigName result)
Tries to parse the given resource name string into a new RuntimeConfigName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
runtimeConfigName | string The resource name in string form. Must not be |
allowUnparsed | bool If |
result | RuntimeConfigName When this method returns, the parsed RuntimeConfigName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/runtimeConfig
allowUnparsed
is true
.
Operators
operator ==(RuntimeConfigName, RuntimeConfigName)
public static bool operator ==(RuntimeConfigName a, RuntimeConfigName b)
Parameters | |
---|---|
Name | Description |
a | RuntimeConfigName |
b | RuntimeConfigName |
Returns | |
---|---|
Type | Description |
bool |
operator !=(RuntimeConfigName, RuntimeConfigName)
public static bool operator !=(RuntimeConfigName a, RuntimeConfigName b)
Parameters | |
---|---|
Name | Description |
a | RuntimeConfigName |
b | RuntimeConfigName |
Returns | |
---|---|
Type | Description |
bool |