public sealed class AppConnectorName : IResourceName, IEquatable<AppConnectorName>
Resource name for the AppConnector
resource.
Namespace
Google.Cloud.BeyondCorp.AppConnections.V1Assembly
Google.Cloud.BeyondCorp.AppConnections.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}
Name | Description |
projectId | String The |
locationId | String The |
appConnectorId | String The |
Properties
AppConnectorId
public string AppConnectorId { get; }
The AppConnector
ID. Will not be null
, unless this instance contains an unparsed resource
name.
Type | Description |
String |
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Type | Description |
Boolean |
LocationId
public string LocationId { get; }
The Location
ID. Will not be null
, unless this instance contains an unparsed resource name.
Type | Description |
String |
ProjectId
public string ProjectId { get; }
The Project
ID. Will not be null
, unless this instance contains an unparsed resource name.
Type | Description |
String |
Type
public AppConnectorName.ResourceNameType Type { get; }
The AppConnectorName.ResourceNameType of the contained resource name.
Type | Description |
AppConnectorName.ResourceNameType |
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }
The contained UnparsedResourceName. Only non-null
if this instance contains an
unparsed resource name.
Type | Description |
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}
.
Name | Description |
projectId | String The |
locationId | String The |
appConnectorId | String The |
Type | Description |
String | The string representation of this AppConnectorName with pattern
|
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}
.
Name | Description |
projectId | String The |
locationId | String The |
appConnectorId | String The |
Type | Description |
String | The string representation of this AppConnectorName with pattern
|
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}
.
Name | Description |
projectId | String The |
locationId | String The |
appConnectorId | String The |
Type | Description |
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.
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Type | Description |
AppConnectorName | A new instance of AppConnectorName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Type | Description |
Int32 |
Parse(String)
public static AppConnectorName Parse(string appConnectorName)
Parses the given resource name string into a new AppConnectorName instance.
Name | Description |
appConnectorName | String The resource name in string form. Must not be |
Type | Description |
AppConnectorName | The parsed AppConnectorName if successful. |
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.
Name | Description |
appConnectorName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Type | Description |
AppConnectorName | The parsed AppConnectorName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/appConnectors/{app_connector}
allowUnparsed
is true
.
ToString()
public override string ToString()
The string representation of the resource name.
Type | Description |
String | The string representation of the resource name. |
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.
Name | Description |
appConnectorName | String The resource name in string form. Must not be |
result | AppConnectorName When this method returns, the parsed AppConnectorName, or |
Type | Description |
Boolean |
|
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.
Name | Description |
appConnectorName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | AppConnectorName When this method returns, the parsed AppConnectorName, or |
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/appConnectors/{app_connector}
allowUnparsed
is true
.
Operators
Equality(AppConnectorName, AppConnectorName)
public static bool operator ==(AppConnectorName a, AppConnectorName b)
Name | Description |
a | AppConnectorName |
b | AppConnectorName |
Type | Description |
Boolean |
Inequality(AppConnectorName, AppConnectorName)
public static bool operator !=(AppConnectorName a, AppConnectorName b)
Name | Description |
a | AppConnectorName |
b | AppConnectorName |
Type | Description |
Boolean |