public sealed class HotTabletName : IResourceName, IEquatable<HotTabletName>Resource name for the HotTablet resource.
Namespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
HotTabletName(String, String, String, String)
public HotTabletName(string projectId, string instanceId, string clusterId, string hotTabletId)Constructs a new instance of a HotTabletName class from the component parts of pattern
projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/{hot_tablet}
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
instanceId |
StringThe |
clusterId |
StringThe |
hotTabletId |
StringThe |
Properties
ClusterId
public string ClusterId { get; }The Cluster ID. Will not be null, unless this instance contains an unparsed resource name.
| Property Value | |
|---|---|
| Type | Description |
String |
|
HotTabletId
public string HotTabletId { get; }The HotTablet ID. Will not be null, unless this instance contains an unparsed resource name.
| Property Value | |
|---|---|
| Type | Description |
String |
|
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 |
|
IsKnownPattern
public bool IsKnownPattern { get; }Whether this instance contains a resource name with a known pattern.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
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 HotTabletName.ResourceNameType Type { get; }The HotTabletName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description |
HotTabletName.ResourceNameType |
|
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, String)
public static string Format(string projectId, string instanceId, string clusterId, string hotTabletId)Formats the IDs into the string representation of this HotTabletName with pattern
projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/{hot_tablet}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
instanceId |
StringThe |
clusterId |
StringThe |
hotTabletId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this HotTabletName with pattern
|
FormatProjectInstanceClusterHotTablet(String, String, String, String)
public static string FormatProjectInstanceClusterHotTablet(string projectId, string instanceId, string clusterId, string hotTabletId)Formats the IDs into the string representation of this HotTabletName with pattern
projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/{hot_tablet}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
instanceId |
StringThe |
clusterId |
StringThe |
hotTabletId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this HotTabletName with pattern
|
FromProjectInstanceClusterHotTablet(String, String, String, String)
public static HotTabletName FromProjectInstanceClusterHotTablet(string projectId, string instanceId, string clusterId, string hotTabletId)Creates a HotTabletName with the pattern
projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/{hot_tablet}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
instanceId |
StringThe |
clusterId |
StringThe |
hotTabletId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
HotTabletName |
A new instance of HotTabletName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static HotTabletName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a HotTabletName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description |
unparsedResourceName |
UnparsedResourceNameThe unparsed resource name. Must not be |
| Returns | |
|---|---|
| Type | Description |
HotTabletName |
A new instance of HotTabletName containing the provided
|
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description |
Int32 |
|
Parse(String)
public static HotTabletName Parse(string hotTabletName)Parses the given resource name string into a new HotTabletName instance.
| Parameter | |
|---|---|
| Name | Description |
hotTabletName |
StringThe resource name in string form. Must not be |
| Returns | |
|---|---|
| Type | Description |
HotTabletName |
The parsed HotTabletName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/{hot_tablet}
Parse(String, Boolean)
public static HotTabletName Parse(string hotTabletName, bool allowUnparsed)Parses the given resource name string into a new HotTabletName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
hotTabletName |
StringThe resource name in string form. Must not be |
allowUnparsed |
BooleanIf |
| Returns | |
|---|---|
| Type | Description |
HotTabletName |
The parsed HotTabletName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/{hot_tablet}
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 HotTabletName)
public static bool TryParse(string hotTabletName, out HotTabletName result)Tries to parse the given resource name string into a new HotTabletName instance.
| Parameters | |
|---|---|
| Name | Description |
hotTabletName |
StringThe resource name in string form. Must not be |
result |
HotTabletNameWhen this method returns, the parsed HotTabletName, or |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/{hot_tablet}
TryParse(String, Boolean, out HotTabletName)
public static bool TryParse(string hotTabletName, bool allowUnparsed, out HotTabletName result)Tries to parse the given resource name string into a new HotTabletName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
hotTabletName |
StringThe resource name in string form. Must not be |
allowUnparsed |
BooleanIf |
result |
HotTabletNameWhen this method returns, the parsed HotTabletName, or |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/instances/{instance}/clusters/{cluster}/hotTablets/{hot_tablet}
allowUnparsed is true.
Operators
Equality(HotTabletName, HotTabletName)
public static bool operator ==(HotTabletName a, HotTabletName b)| Parameters | |
|---|---|
| Name | Description |
a |
HotTabletName |
b |
HotTabletName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
Inequality(HotTabletName, HotTabletName)
public static bool operator !=(HotTabletName a, HotTabletName b)| Parameters | |
|---|---|
| Name | Description |
a |
HotTabletName |
b |
HotTabletName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|