public sealed class BigQueryExportName : IResourceName, IEquatable<BigQueryExportName>Resource name for the BigQueryExport resource.
Namespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
BigQueryExportName(String, String)
public BigQueryExportName(string organizationId, string exportId)Constructs a new instance of a BigQueryExportName class from the component parts of pattern
organizations/{organization}/bigQueryExports/{export}
| Parameters | |
|---|---|
| Name | Description |
organizationId |
StringThe |
exportId |
StringThe |
Properties
ExportId
public string ExportId { get; }The Export ID. May be null, depending on which resource name is contained by this instance.
| Property Value | |
|---|---|
| Type | Description |
String |
|
FolderId
public string FolderId { get; }The Folder ID. May be null, depending on which resource name is contained by this instance.
| 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 |
|
OrganizationId
public string OrganizationId { get; }The Organization ID. May be null, depending on which resource name is contained by this
instance.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ProjectId
public string ProjectId { get; }The Project ID. May be null, depending on which resource name is contained by this instance.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Type
public BigQueryExportName.ResourceNameType Type { get; }The BigQueryExportName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description |
BigQueryExportName.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)
public static string Format(string organizationId, string exportId)Formats the IDs into the string representation of this BigQueryExportName with pattern
organizations/{organization}/bigQueryExports/{export}.
| Parameters | |
|---|---|
| Name | Description |
organizationId |
StringThe |
exportId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this BigQueryExportName with pattern
|
FormatFolderExport(String, String)
public static string FormatFolderExport(string folderId, string exportId)Formats the IDs into the string representation of this BigQueryExportName with pattern
folders/{folder}/bigQueryExports/{export}.
| Parameters | |
|---|---|
| Name | Description |
folderId |
StringThe |
exportId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this BigQueryExportName with pattern
|
FormatOrganizationExport(String, String)
public static string FormatOrganizationExport(string organizationId, string exportId)Formats the IDs into the string representation of this BigQueryExportName with pattern
organizations/{organization}/bigQueryExports/{export}.
| Parameters | |
|---|---|
| Name | Description |
organizationId |
StringThe |
exportId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this BigQueryExportName with pattern
|
FormatProjectExport(String, String)
public static string FormatProjectExport(string projectId, string exportId)Formats the IDs into the string representation of this BigQueryExportName with pattern
projects/{project}/bigQueryExports/{export}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
exportId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this BigQueryExportName with pattern
|
FromFolderExport(String, String)
public static BigQueryExportName FromFolderExport(string folderId, string exportId)Creates a BigQueryExportName with the pattern folders/{folder}/bigQueryExports/{export}
.
| Parameters | |
|---|---|
| Name | Description |
folderId |
StringThe |
exportId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
BigQueryExportName |
A new instance of BigQueryExportName constructed from the provided ids. |
FromOrganizationExport(String, String)
public static BigQueryExportName FromOrganizationExport(string organizationId, string exportId)Creates a BigQueryExportName with the pattern
organizations/{organization}/bigQueryExports/{export}.
| Parameters | |
|---|---|
| Name | Description |
organizationId |
StringThe |
exportId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
BigQueryExportName |
A new instance of BigQueryExportName constructed from the provided ids. |
FromProjectExport(String, String)
public static BigQueryExportName FromProjectExport(string projectId, string exportId)Creates a BigQueryExportName with the pattern projects/{project}/bigQueryExports/{export}
.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
exportId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
BigQueryExportName |
A new instance of BigQueryExportName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static BigQueryExportName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a BigQueryExportName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description |
unparsedResourceName |
UnparsedResourceNameThe unparsed resource name. Must not be |
| Returns | |
|---|---|
| Type | Description |
BigQueryExportName |
A new instance of BigQueryExportName containing the provided
|
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description |
Int32 |
|
Parse(String)
public static BigQueryExportName Parse(string bigQueryExportName)Parses the given resource name string into a new BigQueryExportName instance.
| Parameter | |
|---|---|
| Name | Description |
bigQueryExportName |
StringThe resource name in string form. Must not be |
| Returns | |
|---|---|
| Type | Description |
BigQueryExportName |
The parsed BigQueryExportName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/bigQueryExports/{export}folders/{folder}/bigQueryExports/{export}projects/{project}/bigQueryExports/{export}
Parse(String, Boolean)
public static BigQueryExportName Parse(string bigQueryExportName, bool allowUnparsed)Parses the given resource name string into a new BigQueryExportName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
bigQueryExportName |
StringThe resource name in string form. Must not be |
allowUnparsed |
BooleanIf |
| Returns | |
|---|---|
| Type | Description |
BigQueryExportName |
The parsed BigQueryExportName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/bigQueryExports/{export}folders/{folder}/bigQueryExports/{export}projects/{project}/bigQueryExports/{export}
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 BigQueryExportName)
public static bool TryParse(string bigQueryExportName, out BigQueryExportName result)Tries to parse the given resource name string into a new BigQueryExportName instance.
| Parameters | |
|---|---|
| Name | Description |
bigQueryExportName |
StringThe resource name in string form. Must not be |
result |
BigQueryExportNameWhen this method returns, the parsed BigQueryExportName, or |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/bigQueryExports/{export}folders/{folder}/bigQueryExports/{export}projects/{project}/bigQueryExports/{export}
TryParse(String, Boolean, out BigQueryExportName)
public static bool TryParse(string bigQueryExportName, bool allowUnparsed, out BigQueryExportName result)Tries to parse the given resource name string into a new BigQueryExportName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
bigQueryExportName |
StringThe resource name in string form. Must not be |
allowUnparsed |
BooleanIf |
result |
BigQueryExportNameWhen this method returns, the parsed BigQueryExportName, or |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/bigQueryExports/{export}folders/{folder}/bigQueryExports/{export}projects/{project}/bigQueryExports/{export}
allowUnparsed is true.
Operators
Equality(BigQueryExportName, BigQueryExportName)
public static bool operator ==(BigQueryExportName a, BigQueryExportName b)| Parameters | |
|---|---|
| Name | Description |
a |
BigQueryExportName |
b |
BigQueryExportName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
Inequality(BigQueryExportName, BigQueryExportName)
public static bool operator !=(BigQueryExportName a, BigQueryExportName b)| Parameters | |
|---|---|
| Name | Description |
a |
BigQueryExportName |
b |
BigQueryExportName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|