public sealed class DataExchangeName : IResourceName, IEquatable<DataExchangeName>Resource name for the DataExchange resource.
Namespace
Google.Cloud.BigQuery.DataExchange.V1Beta1Assembly
Google.Cloud.BigQuery.DataExchange.V1Beta1.dll
Constructors
DataExchangeName(String, String, String)
public DataExchangeName(string projectId, string locationId, string dataExchangeId)Constructs a new instance of a DataExchangeName class from the component parts of pattern
projects/{project}/locations/{location}/dataExchanges/{data_exchange}
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
locationId |
StringThe |
dataExchangeId |
StringThe |
Properties
DataExchangeId
public string DataExchangeId { get; }The DataExchange 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 DataExchangeName.ResourceNameType Type { get; }The DataExchangeName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description |
DataExchangeName.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 dataExchangeId)Formats the IDs into the string representation of this DataExchangeName with pattern
projects/{project}/locations/{location}/dataExchanges/{data_exchange}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
locationId |
StringThe |
dataExchangeId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this DataExchangeName with pattern
|
FormatProjectLocationDataExchange(String, String, String)
public static string FormatProjectLocationDataExchange(string projectId, string locationId, string dataExchangeId)Formats the IDs into the string representation of this DataExchangeName with pattern
projects/{project}/locations/{location}/dataExchanges/{data_exchange}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
locationId |
StringThe |
dataExchangeId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this DataExchangeName with pattern
|
FromProjectLocationDataExchange(String, String, String)
public static DataExchangeName FromProjectLocationDataExchange(string projectId, string locationId, string dataExchangeId)Creates a DataExchangeName with the pattern
projects/{project}/locations/{location}/dataExchanges/{data_exchange}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
locationId |
StringThe |
dataExchangeId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
DataExchangeName |
A new instance of DataExchangeName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static DataExchangeName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a DataExchangeName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description |
unparsedResourceName |
UnparsedResourceNameThe unparsed resource name. Must not be |
| Returns | |
|---|---|
| Type | Description |
DataExchangeName |
A new instance of DataExchangeName containing the provided
|
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description |
Int32 |
|
Parse(String)
public static DataExchangeName Parse(string dataExchangeName)Parses the given resource name string into a new DataExchangeName instance.
| Parameter | |
|---|---|
| Name | Description |
dataExchangeName |
StringThe resource name in string form. Must not be |
| Returns | |
|---|---|
| Type | Description |
DataExchangeName |
The parsed DataExchangeName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/dataExchanges/{data_exchange}
Parse(String, Boolean)
public static DataExchangeName Parse(string dataExchangeName, bool allowUnparsed)Parses the given resource name string into a new DataExchangeName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
dataExchangeName |
StringThe resource name in string form. Must not be |
allowUnparsed |
BooleanIf |
| Returns | |
|---|---|
| Type | Description |
DataExchangeName |
The parsed DataExchangeName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/dataExchanges/{data_exchange}
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 DataExchangeName)
public static bool TryParse(string dataExchangeName, out DataExchangeName result)Tries to parse the given resource name string into a new DataExchangeName instance.
| Parameters | |
|---|---|
| Name | Description |
dataExchangeName |
StringThe resource name in string form. Must not be |
result |
DataExchangeNameWhen this method returns, the parsed DataExchangeName, or |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/dataExchanges/{data_exchange}
TryParse(String, Boolean, out DataExchangeName)
public static bool TryParse(string dataExchangeName, bool allowUnparsed, out DataExchangeName result)Tries to parse the given resource name string into a new DataExchangeName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
dataExchangeName |
StringThe resource name in string form. Must not be |
allowUnparsed |
BooleanIf |
result |
DataExchangeNameWhen this method returns, the parsed DataExchangeName, or |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/dataExchanges/{data_exchange}
allowUnparsed is true.
Operators
Equality(DataExchangeName, DataExchangeName)
public static bool operator ==(DataExchangeName a, DataExchangeName b)| Parameters | |
|---|---|
| Name | Description |
a |
DataExchangeName |
b |
DataExchangeName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
Inequality(DataExchangeName, DataExchangeName)
public static bool operator !=(DataExchangeName a, DataExchangeName b)| Parameters | |
|---|---|
| Name | Description |
a |
DataExchangeName |
b |
DataExchangeName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|