Google.Cloud.BeyondCorp.AppConnectors.V1 - Class AppConnectorName (1.0.0)

public sealed class AppConnectorName : IResourceName, IEquatable<AppConnectorName>

Reference documentation and code samples for the Google.Cloud.BeyondCorp.AppConnectors.V1 class AppConnectorName.

Resource name for the AppConnector resource.

Inheritance

Object > AppConnectorName

Namespace

Google.Cloud.BeyondCorp.AppConnectors.V1

Assembly

Google.Cloud.BeyondCorp.AppConnectors.V1.dll

Constructors

AppConnectorName(String, String, String)

public AppConnectorName(string projectId, string locationId, string appConnectorId)

Constructs a new instance of a AppConnectorName class from the component parts of pattern projects/{project}/locations/{location}/appConnectors/{app_connector}

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

appConnectorIdString

The AppConnector ID. Must not be null or empty.

Properties

AppConnectorId

public string AppConnectorId { get; }

The AppConnector 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
Boolean

LocationId

public string LocationId { get; }

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

Property Value
TypeDescription
String

ProjectId

public string ProjectId { get; }

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

Property Value
TypeDescription
String

Type

public AppConnectorName.ResourceNameType Type { get; }

The AppConnectorName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
AppConnectorName.ResourceNameType

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)

public static string Format(string projectId, string locationId, string appConnectorId)

Formats the IDs into the string representation of this AppConnectorName with pattern projects/{project}/locations/{location}/appConnectors/{app_connector}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

appConnectorIdString

The AppConnector ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this AppConnectorName with pattern projects/{project}/locations/{location}/appConnectors/{app_connector}.

FormatProjectLocationAppConnector(String, String, String)

public static string FormatProjectLocationAppConnector(string projectId, string locationId, string appConnectorId)

Formats the IDs into the string representation of this AppConnectorName with pattern projects/{project}/locations/{location}/appConnectors/{app_connector}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

appConnectorIdString

The AppConnector ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this AppConnectorName with pattern projects/{project}/locations/{location}/appConnectors/{app_connector}.

FromProjectLocationAppConnector(String, String, String)

public static AppConnectorName FromProjectLocationAppConnector(string projectId, string locationId, string appConnectorId)

Creates a AppConnectorName with the pattern projects/{project}/locations/{location}/appConnectors/{app_connector}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

appConnectorIdString

The AppConnector ID. Must not be null or empty.

Returns
TypeDescription
AppConnectorName

A new instance of AppConnectorName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static AppConnectorName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a AppConnectorName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
AppConnectorName

A new instance of AppConnectorName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
Int32
Overrides

Parse(String)

public static AppConnectorName Parse(string appConnectorName)

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

Parameter
NameDescription
appConnectorNameString

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

Returns
TypeDescription
AppConnectorName

The parsed AppConnectorName if successful.

Remarks

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

  • projects/{project}/locations/{location}/appConnectors/{app_connector}

Parse(String, Boolean)

public static AppConnectorName Parse(string appConnectorName, bool allowUnparsed)

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

Parameters
NameDescription
appConnectorNameString

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

allowUnparsedBoolean

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
AppConnectorName

The parsed AppConnectorName if successful.

Remarks

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

  • projects/{project}/locations/{location}/appConnectors/{app_connector}
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 AppConnectorName)

public static bool TryParse(string appConnectorName, out AppConnectorName result)

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

Parameters
NameDescription
appConnectorNameString

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

resultAppConnectorName

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

Returns
TypeDescription
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}/appConnectors/{app_connector}

TryParse(String, Boolean, out AppConnectorName)

public static bool TryParse(string appConnectorName, bool allowUnparsed, out AppConnectorName result)

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

Parameters
NameDescription
appConnectorNameString

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

allowUnparsedBoolean

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.

resultAppConnectorName

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

Returns
TypeDescription
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}/appConnectors/{app_connector}
Or may be in any format if allowUnparsed is true.

Operators

Equality(AppConnectorName, AppConnectorName)

public static bool operator ==(AppConnectorName a, AppConnectorName b)
Parameters
NameDescription
aAppConnectorName
bAppConnectorName
Returns
TypeDescription
Boolean

Inequality(AppConnectorName, AppConnectorName)

public static bool operator !=(AppConnectorName a, AppConnectorName b)
Parameters
NameDescription
aAppConnectorName
bAppConnectorName
Returns
TypeDescription
Boolean