public sealed class InstancePartitionName : IResourceName, IEquatable<InstancePartitionName>
Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class InstancePartitionName.
Resource name for the InstancePartition
resource.
Namespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
InstancePartitionName(string, string, string)
public InstancePartitionName(string projectId, string instanceId, string instancePartitionId)
Constructs a new instance of a InstancePartitionName class from the component parts of pattern
projects/{project}/instances/{instance}/instancePartitions/{instance_partition}
Parameters | |
---|---|
Name | Description |
projectId |
string The |
instanceId |
string The |
instancePartitionId |
string The |
Properties
InstanceId
public string InstanceId { get; }
The Instance
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
InstancePartitionId
public string InstancePartitionId { get; }
The InstancePartition
ID. Will not be null
, unless this instance contains an unparsed resource
name.
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 |
bool |
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 InstancePartitionName.ResourceNameType Type { get; }
The InstancePartitionName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
InstancePartitionNameResourceNameType |
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 instanceId, string instancePartitionId)
Formats the IDs into the string representation of this InstancePartitionName with pattern
projects/{project}/instances/{instance}/instancePartitions/{instance_partition}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
instanceId |
string The |
instancePartitionId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this InstancePartitionName with pattern
|
FormatProjectInstanceInstancePartition(string, string, string)
public static string FormatProjectInstanceInstancePartition(string projectId, string instanceId, string instancePartitionId)
Formats the IDs into the string representation of this InstancePartitionName with pattern
projects/{project}/instances/{instance}/instancePartitions/{instance_partition}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
instanceId |
string The |
instancePartitionId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this InstancePartitionName with pattern
|
FromProjectInstanceInstancePartition(string, string, string)
public static InstancePartitionName FromProjectInstanceInstancePartition(string projectId, string instanceId, string instancePartitionId)
Creates a InstancePartitionName with the pattern
projects/{project}/instances/{instance}/instancePartitions/{instance_partition}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
instanceId |
string The |
instancePartitionId |
string The |
Returns | |
---|---|
Type | Description |
InstancePartitionName |
A new instance of InstancePartitionName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static InstancePartitionName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a InstancePartitionName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName |
UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
InstancePartitionName |
A new instance of InstancePartitionName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
Parse(string)
public static InstancePartitionName Parse(string instancePartitionName)
Parses the given resource name string into a new InstancePartitionName instance.
Parameter | |
---|---|
Name | Description |
instancePartitionName |
string The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
InstancePartitionName |
The parsed InstancePartitionName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/instances/{instance}/instancePartitions/{instance_partition}
Parse(string, bool)
public static InstancePartitionName Parse(string instancePartitionName, bool allowUnparsed)
Parses the given resource name string into a new InstancePartitionName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
instancePartitionName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
Returns | |
---|---|
Type | Description |
InstancePartitionName |
The parsed InstancePartitionName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/instances/{instance}/instancePartitions/{instance_partition}
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 InstancePartitionName)
public static bool TryParse(string instancePartitionName, out InstancePartitionName result)
Tries to parse the given resource name string into a new InstancePartitionName instance.
Parameters | |
---|---|
Name | Description |
instancePartitionName |
string The resource name in string form. Must not be |
result |
InstancePartitionName When this method returns, the parsed InstancePartitionName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/instances/{instance}/instancePartitions/{instance_partition}
TryParse(string, bool, out InstancePartitionName)
public static bool TryParse(string instancePartitionName, bool allowUnparsed, out InstancePartitionName result)
Tries to parse the given resource name string into a new InstancePartitionName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
instancePartitionName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
result |
InstancePartitionName When this method returns, the parsed InstancePartitionName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/instances/{instance}/instancePartitions/{instance_partition}
allowUnparsed
is true
.
Operators
operator ==(InstancePartitionName, InstancePartitionName)
public static bool operator ==(InstancePartitionName a, InstancePartitionName b)
Determines whether two specified resource names have the same value.
Parameters | |
---|---|
Name | Description |
a |
InstancePartitionName The first resource name to compare, or null. |
b |
InstancePartitionName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |
operator !=(InstancePartitionName, InstancePartitionName)
public static bool operator !=(InstancePartitionName a, InstancePartitionName b)
Determines whether two specified resource names have different values.
Parameters | |
---|---|
Name | Description |
a |
InstancePartitionName The first resource name to compare, or null. |
b |
InstancePartitionName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |