Network Connectivity v1 API - Class HubRouteName (2.7.0)

public sealed class HubRouteName : IResourceName, IEquatable<HubRouteName>

Reference documentation and code samples for the Network Connectivity v1 API class HubRouteName.

Resource name for the HubRoute resource.

Inheritance

object > HubRouteName

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

HubRouteName(string, string, string, string)

public HubRouteName(string projectId, string hubId, string routeTableId, string routeId)

Constructs a new instance of a HubRouteName class from the component parts of pattern projects/{project}/locations/global/hubs/{hub}/routeTables/{route_table}/routes/{route}

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

hubIdstring

The Hub ID. Must not be null or empty.

routeTableIdstring

The RouteTable ID. Must not be null or empty.

routeIdstring

The Route ID. Must not be null or empty.

Properties

HubId

public string HubId { get; }

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

Property Value
TypeDescription
string

IsKnownPattern

public bool IsKnownPattern { get; }

Whether this instance contains a resource name with a known pattern.

Property Value
TypeDescription
bool

ProjectId

public string ProjectId { get; }

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

Property Value
TypeDescription
string

RouteId

public string RouteId { get; }

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

Property Value
TypeDescription
string

RouteTableId

public string RouteTableId { get; }

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

Property Value
TypeDescription
string

Type

public HubRouteName.ResourceNameType Type { get; }

The HubRouteName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
HubRouteNameResourceNameType

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

public static string Format(string projectId, string hubId, string routeTableId, string routeId)

Formats the IDs into the string representation of this HubRouteName with pattern projects/{project}/locations/global/hubs/{hub}/routeTables/{route_table}/routes/{route}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

hubIdstring

The Hub ID. Must not be null or empty.

routeTableIdstring

The RouteTable ID. Must not be null or empty.

routeIdstring

The Route ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this HubRouteName with pattern projects/{project}/locations/global/hubs/{hub}/routeTables/{route_table}/routes/{route}.

FormatProjectHubRouteTableRoute(string, string, string, string)

public static string FormatProjectHubRouteTableRoute(string projectId, string hubId, string routeTableId, string routeId)

Formats the IDs into the string representation of this HubRouteName with pattern projects/{project}/locations/global/hubs/{hub}/routeTables/{route_table}/routes/{route}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

hubIdstring

The Hub ID. Must not be null or empty.

routeTableIdstring

The RouteTable ID. Must not be null or empty.

routeIdstring

The Route ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this HubRouteName with pattern projects/{project}/locations/global/hubs/{hub}/routeTables/{route_table}/routes/{route}.

FromProjectHubRouteTableRoute(string, string, string, string)

public static HubRouteName FromProjectHubRouteTableRoute(string projectId, string hubId, string routeTableId, string routeId)

Creates a HubRouteName with the pattern projects/{project}/locations/global/hubs/{hub}/routeTables/{route_table}/routes/{route}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

hubIdstring

The Hub ID. Must not be null or empty.

routeTableIdstring

The RouteTable ID. Must not be null or empty.

routeIdstring

The Route ID. Must not be null or empty.

Returns
TypeDescription
HubRouteName

A new instance of HubRouteName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static HubRouteName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a HubRouteName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
HubRouteName

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

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

Parameter
NameDescription
hubRouteNamestring

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

Returns
TypeDescription
HubRouteName

The parsed HubRouteName if successful.

Remarks

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

  • projects/{project}/locations/global/hubs/{hub}/routeTables/{route_table}/routes/{route}

Parse(string, bool)

public static HubRouteName Parse(string hubRouteName, bool allowUnparsed)

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

Parameters
NameDescription
hubRouteNamestring

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
HubRouteName

The parsed HubRouteName if successful.

Remarks

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

  • projects/{project}/locations/global/hubs/{hub}/routeTables/{route_table}/routes/{route}
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 HubRouteName)

public static bool TryParse(string hubRouteName, out HubRouteName result)

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

Parameters
NameDescription
hubRouteNamestring

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

resultHubRouteName

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

  • projects/{project}/locations/global/hubs/{hub}/routeTables/{route_table}/routes/{route}

TryParse(string, bool, out HubRouteName)

public static bool TryParse(string hubRouteName, bool allowUnparsed, out HubRouteName result)

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

Parameters
NameDescription
hubRouteNamestring

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.

resultHubRouteName

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

  • projects/{project}/locations/global/hubs/{hub}/routeTables/{route_table}/routes/{route}
Or may be in any format if allowUnparsed is true.

Operators

operator ==(HubRouteName, HubRouteName)

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

Determines whether two specified resource names have the same value.

Parameters
NameDescription
aHubRouteName

The first resource name to compare, or null.

bHubRouteName

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

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

Determines whether two specified resource names have different values.

Parameters
NameDescription
aHubRouteName

The first resource name to compare, or null.

bHubRouteName

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.