public sealed class EndpointName : IResourceName, IEquatable<EndpointName>Reference documentation and code samples for the Apigee Connect v1 API class EndpointName.
Resource name for the Endpoint resource.
Namespace
Google.Cloud.ApigeeConnect.V1Assembly
Google.Cloud.ApigeeConnect.V1.dll
Constructors
EndpointName(string, string)
public EndpointName(string projectId, string endpointId)Constructs a new instance of a EndpointName class from the component parts of pattern
projects/{project}/endpoints/{endpoint}
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
endpointId |
stringThe |
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 |
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 EndpointName.ResourceNameType Type { get; }The EndpointName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description |
EndpointNameResourceNameType |
|
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 endpointId)Formats the IDs into the string representation of this EndpointName with pattern
projects/{project}/endpoints/{endpoint}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
endpointId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this EndpointName with pattern
|
FormatProjectEndpoint(string, string)
public static string FormatProjectEndpoint(string projectId, string endpointId)Formats the IDs into the string representation of this EndpointName with pattern
projects/{project}/endpoints/{endpoint}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
endpointId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this EndpointName with pattern
|
FromProjectEndpoint(string, string)
public static EndpointName FromProjectEndpoint(string projectId, string endpointId)Creates a EndpointName with the pattern projects/{project}/endpoints/{endpoint}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
endpointId |
stringThe |
| 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 |
UnparsedResourceNameThe unparsed resource name. Must not be |
| Returns | |
|---|---|
| Type | Description |
EndpointName |
A new instance of EndpointName containing the provided |
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description |
int |
|
Parse(string)
public static EndpointName Parse(string endpointName)Parses the given resource name string into a new EndpointName instance.
| Parameter | |
|---|---|
| Name | Description |
endpointName |
stringThe resource name in string form. Must not be |
| Returns | |
|---|---|
| Type | Description |
EndpointName |
The parsed EndpointName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/endpoints/{endpoint}
Parse(string, bool)
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 |
stringThe resource name in string form. Must not be |
allowUnparsed |
boolIf |
| Returns | |
|---|---|
| Type | Description |
EndpointName |
The parsed EndpointName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/endpoints/{endpoint}
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 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 |
stringThe resource name in string form. Must not be |
result |
EndpointNameWhen this method returns, the parsed EndpointName, or |
| Returns | |
|---|---|
| Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/endpoints/{endpoint}
TryParse(string, bool, 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 |
stringThe resource name in string form. Must not be |
allowUnparsed |
boolIf |
result |
EndpointNameWhen this method returns, the parsed EndpointName, or |
| Returns | |
|---|---|
| Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/endpoints/{endpoint}
allowUnparsed is true.
Operators
operator ==(EndpointName, EndpointName)
public static bool operator ==(EndpointName a, EndpointName b)Determines whether two specified resource names have the same value.
| Parameters | |
|---|---|
| Name | Description |
a |
EndpointNameThe first resource name to compare, or null. |
b |
EndpointNameThe second resource name to compare, or null. |
| Returns | |
|---|---|
| Type | Description |
bool |
true if the value of |
operator !=(EndpointName, EndpointName)
public static bool operator !=(EndpointName a, EndpointName b)Determines whether two specified resource names have different values.
| Parameters | |
|---|---|
| Name | Description |
a |
EndpointNameThe first resource name to compare, or null. |
b |
EndpointNameThe second resource name to compare, or null. |
| Returns | |
|---|---|
| Type | Description |
bool |
true if the value of |