public sealed class ClientGatewayName : IResourceName, IEquatable<ClientGatewayName>
Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientGatewayName.
Resource name for the ClientGateway
resource.
Namespace
Google.Cloud.BeyondCorp.ClientGateways.V1Assembly
Google.Cloud.BeyondCorp.ClientGateways.V1.dll
Constructors
ClientGatewayName(String, String, String)
public ClientGatewayName(string projectId, string locationId, string clientGatewayId)
Constructs a new instance of a ClientGatewayName class from the component parts of pattern
projects/{project}/locations/{location}/clientGateways/{client_gateway}
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
clientGatewayId | String The |
Properties
ClientGatewayId
public string ClientGatewayId { get; }
The ClientGateway
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 |
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 |
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 |
String |
Type
public ClientGatewayName.ResourceNameType Type { get; }
The ClientGatewayName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
ClientGatewayName.ResourceNameType |
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, String)
public static string Format(string projectId, string locationId, string clientGatewayId)
Formats the IDs into the string representation of this ClientGatewayName with pattern
projects/{project}/locations/{location}/clientGateways/{client_gateway}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
clientGatewayId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ClientGatewayName with pattern
|
FormatProjectLocationClientGateway(String, String, String)
public static string FormatProjectLocationClientGateway(string projectId, string locationId, string clientGatewayId)
Formats the IDs into the string representation of this ClientGatewayName with pattern
projects/{project}/locations/{location}/clientGateways/{client_gateway}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
clientGatewayId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ClientGatewayName with pattern
|
FromProjectLocationClientGateway(String, String, String)
public static ClientGatewayName FromProjectLocationClientGateway(string projectId, string locationId, string clientGatewayId)
Creates a ClientGatewayName with the pattern
projects/{project}/locations/{location}/clientGateways/{client_gateway}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
clientGatewayId | String The |
Returns | |
---|---|
Type | Description |
ClientGatewayName | A new instance of ClientGatewayName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static ClientGatewayName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a ClientGatewayName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
ClientGatewayName | A new instance of ClientGatewayName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static ClientGatewayName Parse(string clientGatewayName)
Parses the given resource name string into a new ClientGatewayName instance.
Parameter | |
---|---|
Name | Description |
clientGatewayName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
ClientGatewayName | The parsed ClientGatewayName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/clientGateways/{client_gateway}
Parse(String, Boolean)
public static ClientGatewayName Parse(string clientGatewayName, bool allowUnparsed)
Parses the given resource name string into a new ClientGatewayName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
clientGatewayName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
ClientGatewayName | The parsed ClientGatewayName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/clientGateways/{client_gateway}
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 ClientGatewayName)
public static bool TryParse(string clientGatewayName, out ClientGatewayName result)
Tries to parse the given resource name string into a new ClientGatewayName instance.
Parameters | |
---|---|
Name | Description |
clientGatewayName | String The resource name in string form. Must not be |
result | ClientGatewayName When this method returns, the parsed ClientGatewayName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/clientGateways/{client_gateway}
TryParse(String, Boolean, out ClientGatewayName)
public static bool TryParse(string clientGatewayName, bool allowUnparsed, out ClientGatewayName result)
Tries to parse the given resource name string into a new ClientGatewayName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
clientGatewayName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | ClientGatewayName When this method returns, the parsed ClientGatewayName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/clientGateways/{client_gateway}
allowUnparsed
is true
.
Operators
Equality(ClientGatewayName, ClientGatewayName)
public static bool operator ==(ClientGatewayName a, ClientGatewayName b)
Parameters | |
---|---|
Name | Description |
a | ClientGatewayName |
b | ClientGatewayName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(ClientGatewayName, ClientGatewayName)
public static bool operator !=(ClientGatewayName a, ClientGatewayName b)
Parameters | |
---|---|
Name | Description |
a | ClientGatewayName |
b | ClientGatewayName |
Returns | |
---|---|
Type | Description |
Boolean |