public sealed class MigrationWorkflowName : IResourceName, IEquatable<MigrationWorkflowName>Reference documentation and code samples for the BigQuery Migration v2 API class MigrationWorkflowName.
Resource name for the MigrationWorkflow resource.
Namespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.MigrationV2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
MigrationWorkflowName(string, string, string)
public MigrationWorkflowName(string projectId, string locationId, string workflowId)Constructs a new instance of a MigrationWorkflowName class from the component parts of pattern
projects/{project}/locations/{location}/workflows/{workflow}
| Parameters | |
|---|---|
| Name | Description | 
| projectId | stringThe  | 
| locationId | stringThe  | 
| workflowId | stringThe  | 
Properties
IsKnownPattern
public bool IsKnownPattern { get; }Whether this instance contains a resource name with a known pattern.
| Property Value | |
|---|---|
| Type | Description | 
| bool | |
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 MigrationWorkflowName.ResourceNameType Type { get; }The MigrationWorkflowName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description | 
| MigrationWorkflowNameResourceNameType | |
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }The contained UnparsedResourceName. Only non-null if this instance contains an
unparsed resource name.
| Property Value | |
|---|---|
| Type | Description | 
| UnparsedResourceName | |
WorkflowId
public string WorkflowId { get; }The Workflow ID. Will not be null, unless this instance contains an unparsed resource name.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
Methods
Format(string, string, string)
public static string Format(string projectId, string locationId, string workflowId)Formats the IDs into the string representation of this MigrationWorkflowName with pattern
projects/{project}/locations/{location}/workflows/{workflow}.
| Parameters | |
|---|---|
| Name | Description | 
| projectId | stringThe  | 
| locationId | stringThe  | 
| workflowId | stringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| string | The string representation of this MigrationWorkflowName with pattern
 | 
FormatProjectLocationWorkflow(string, string, string)
public static string FormatProjectLocationWorkflow(string projectId, string locationId, string workflowId)Formats the IDs into the string representation of this MigrationWorkflowName with pattern
projects/{project}/locations/{location}/workflows/{workflow}.
| Parameters | |
|---|---|
| Name | Description | 
| projectId | stringThe  | 
| locationId | stringThe  | 
| workflowId | stringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| string | The string representation of this MigrationWorkflowName with pattern
 | 
FromProjectLocationWorkflow(string, string, string)
public static MigrationWorkflowName FromProjectLocationWorkflow(string projectId, string locationId, string workflowId)Creates a MigrationWorkflowName with the pattern
projects/{project}/locations/{location}/workflows/{workflow}.
| Parameters | |
|---|---|
| Name | Description | 
| projectId | stringThe  | 
| locationId | stringThe  | 
| workflowId | stringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| MigrationWorkflowName | A new instance of MigrationWorkflowName constructed from the provided ids. | 
FromUnparsed(UnparsedResourceName)
public static MigrationWorkflowName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a MigrationWorkflowName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description | 
| unparsedResourceName | UnparsedResourceNameThe unparsed resource name. Must not be  | 
| Returns | |
|---|---|
| Type | Description | 
| MigrationWorkflowName | A new instance of MigrationWorkflowName containing the provided
 | 
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description | 
| int | |
Parse(string)
public static MigrationWorkflowName Parse(string migrationWorkflowName)Parses the given resource name string into a new MigrationWorkflowName instance.
| Parameter | |
|---|---|
| Name | Description | 
| migrationWorkflowName | stringThe resource name in string form. Must not be  | 
| Returns | |
|---|---|
| Type | Description | 
| MigrationWorkflowName | The parsed MigrationWorkflowName if successful. | 
To parse successfully, the resource name must be formatted as one of the following:
- projects/{project}/locations/{location}/workflows/{workflow}
Parse(string, bool)
public static MigrationWorkflowName Parse(string migrationWorkflowName, bool allowUnparsed)Parses the given resource name string into a new MigrationWorkflowName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description | 
| migrationWorkflowName | stringThe resource name in string form. Must not be  | 
| allowUnparsed | boolIf  | 
| Returns | |
|---|---|
| Type | Description | 
| MigrationWorkflowName | The parsed MigrationWorkflowName if successful. | 
To parse successfully, the resource name must be formatted as one of the following:
- projects/{project}/locations/{location}/workflows/{workflow}
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 MigrationWorkflowName)
public static bool TryParse(string migrationWorkflowName, out MigrationWorkflowName result)Tries to parse the given resource name string into a new MigrationWorkflowName instance.
| Parameters | |
|---|---|
| Name | Description | 
| migrationWorkflowName | stringThe resource name in string form. Must not be  | 
| result | MigrationWorkflowNameWhen this method returns, the parsed MigrationWorkflowName, or  | 
| Returns | |
|---|---|
| Type | Description | 
| bool | 
 | 
To parse successfully, the resource name must be formatted as one of the following:
- projects/{project}/locations/{location}/workflows/{workflow}
TryParse(string, bool, out MigrationWorkflowName)
public static bool TryParse(string migrationWorkflowName, bool allowUnparsed, out MigrationWorkflowName result)Tries to parse the given resource name string into a new MigrationWorkflowName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description | 
| migrationWorkflowName | stringThe resource name in string form. Must not be  | 
| allowUnparsed | boolIf  | 
| result | MigrationWorkflowNameWhen this method returns, the parsed MigrationWorkflowName, or  | 
| Returns | |
|---|---|
| Type | Description | 
| bool | 
 | 
To parse successfully, the resource name must be formatted as one of the following:
- projects/{project}/locations/{location}/workflows/{workflow}
allowUnparsed is true.
Operators
operator ==(MigrationWorkflowName, MigrationWorkflowName)
public static bool operator ==(MigrationWorkflowName a, MigrationWorkflowName b)| Parameters | |
|---|---|
| Name | Description | 
| a | MigrationWorkflowName | 
| b | MigrationWorkflowName | 
| Returns | |
|---|---|
| Type | Description | 
| bool | |
operator !=(MigrationWorkflowName, MigrationWorkflowName)
public static bool operator !=(MigrationWorkflowName a, MigrationWorkflowName b)| Parameters | |
|---|---|
| Name | Description | 
| a | MigrationWorkflowName | 
| b | MigrationWorkflowName | 
| Returns | |
|---|---|
| Type | Description | 
| bool | |