Class EndpointName (1.0.0)

public sealed class EndpointName : IResourceName, IEquatable<EndpointName>

Resource name for the Endpoint resource.

Inheritance

System.Object > EndpointName

Implements

Google.Api.Gax.IResourceName, System.IEquatable<EndpointName>

Namespace

Google.Cloud.ServiceDirectory.V1

Assembly

Google.Cloud.ServiceDirectory.V1.dll

Constructors

EndpointName(String, String, String, String, String)

public EndpointName(string projectId, string locationId, string namespaceId, string serviceId, string endpointId)

Constructs a new instance of a EndpointName class from the component parts of pattern projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}/endpoints/{endpoint}

Parameters
Name Description
projectId System.String

The Project ID. Must not be null or empty.

locationId System.String

The Location ID. Must not be null or empty.

namespaceId System.String

The Namespace ID. Must not be null or empty.

serviceId System.String

The Service ID. Must not be null or empty.

endpointId System.String

The Endpoint ID. Must not be null or empty.

Properties

EndpointId

public string EndpointId { get; }

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

Property Value
Type Description
System.String

IsKnownPattern

public bool IsKnownPattern { get; }

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

Property Value
Type Description
System.Boolean

LocationId

public string LocationId { get; }

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

Property Value
Type Description
System.String

NamespaceId

public string NamespaceId { get; }

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

Property Value
Type Description
System.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
System.String

ServiceId

public string ServiceId { get; }

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

Property Value
Type Description
System.String

Type

public EndpointName.ResourceNameType Type { get; }

The EndpointName.ResourceNameType of the contained resource name.

Property Value
Type Description
EndpointName.ResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

The contained Google.Api.Gax.UnparsedResourceName. Only non-null if this instance contains an unparsed resource name.

Property Value
Type Description
Google.Api.Gax.UnparsedResourceName

Methods

Format(String, String, String, String, String)

public static string Format(string projectId, string locationId, string namespaceId, string serviceId, string endpointId)

Formats the IDs into the string representation of this EndpointName with pattern projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}/endpoints/{endpoint} .

Parameters
Name Description
projectId System.String

The Project ID. Must not be null or empty.

locationId System.String

The Location ID. Must not be null or empty.

namespaceId System.String

The Namespace ID. Must not be null or empty.

serviceId System.String

The Service ID. Must not be null or empty.

endpointId System.String

The Endpoint ID. Must not be null or empty.

Returns
Type Description
System.String

The string representation of this EndpointName with pattern projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}/endpoints/{endpoint} .

FormatProjectLocationNamespaceServiceEndpoint(String, String, String, String, String)

public static string FormatProjectLocationNamespaceServiceEndpoint(string projectId, string locationId, string namespaceId, string serviceId, string endpointId)

Formats the IDs into the string representation of this EndpointName with pattern projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}/endpoints/{endpoint} .

Parameters
Name Description
projectId System.String

The Project ID. Must not be null or empty.

locationId System.String

The Location ID. Must not be null or empty.

namespaceId System.String

The Namespace ID. Must not be null or empty.

serviceId System.String

The Service ID. Must not be null or empty.

endpointId System.String

The Endpoint ID. Must not be null or empty.

Returns
Type Description
System.String

The string representation of this EndpointName with pattern projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}/endpoints/{endpoint} .

FromProjectLocationNamespaceServiceEndpoint(String, String, String, String, String)

public static EndpointName FromProjectLocationNamespaceServiceEndpoint(string projectId, string locationId, string namespaceId, string serviceId, string endpointId)

Creates a EndpointName with the pattern projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}/endpoints/{endpoint} .

Parameters
Name Description
projectId System.String

The Project ID. Must not be null or empty.

locationId System.String

The Location ID. Must not be null or empty.

namespaceId System.String

The Namespace ID. Must not be null or empty.

serviceId System.String

The Service ID. Must not be null or empty.

endpointId System.String

The Endpoint ID. Must not be null or empty.

Returns
Type Description
EndpointName

A new instance of EndpointName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static EndpointName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a EndpointName containing an unparsed resource name.

Parameter
Name Description
unparsedResourceName Google.Api.Gax.UnparsedResourceName

The unparsed resource name. Must not be null.

Returns
Type Description
EndpointName

A new instance of EndpointName containing the provided unparsedResourceName .

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

Parse(String)

public static EndpointName Parse(string endpointName)

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

Parameter
Name Description
endpointName System.String

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

Returns
Type Description
EndpointName

The parsed EndpointName if successful.

Remarks

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

  • projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}/endpoints/{endpoint}

Parse(String, Boolean)

public static EndpointName Parse(string endpointName, bool allowUnparsed)

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

Parameters
Name Description
endpointName System.String

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

allowUnparsed System.Boolean

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an System.ArgumentException if an unparseable resource name is specified.

Returns
Type Description
EndpointName

The parsed EndpointName if successful.

Remarks

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

  • projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}/endpoints/{endpoint}
Or may be in any format if allowUnparsed is true.

ToString()

public override string ToString()

The string representation of the resource name.

Returns
Type Description
System.String

The string representation of the resource name.

Overrides
System.Object.ToString()

TryParse(String, out EndpointName)

public static bool TryParse(string endpointName, out EndpointName result)

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

Parameters
Name Description
endpointName System.String

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

result EndpointName

When this method returns, the parsed EndpointName, or null if parsing failed.

Returns
Type Description
System.Boolean

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/{location}/namespaces/{namespace}/services/{service}/endpoints/{endpoint}

TryParse(String, Boolean, out EndpointName)

public static bool TryParse(string endpointName, bool allowUnparsed, out EndpointName result)

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

Parameters
Name Description
endpointName System.String

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

allowUnparsed System.Boolean

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an System.ArgumentException if an unparseable resource name is specified.

result EndpointName

When this method returns, the parsed EndpointName, or null if parsing failed.

Returns
Type Description
System.Boolean

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/{location}/namespaces/{namespace}/services/{service}/endpoints/{endpoint}
Or may be in any format if allowUnparsed is true.

Operators

Equality(EndpointName, EndpointName)

public static bool operator ==(EndpointName a, EndpointName b)
Parameters
Name Description
a EndpointName
b EndpointName
Returns
Type Description
System.Boolean

Inequality(EndpointName, EndpointName)

public static bool operator !=(EndpointName a, EndpointName b)
Parameters
Name Description
a EndpointName
b EndpointName
Returns
Type Description
System.Boolean