BigQuery Migration v2 API - Class MigrationSubtaskName (1.0.0)

public sealed class MigrationSubtaskName : IResourceName, IEquatable<MigrationSubtaskName>

Reference documentation and code samples for the BigQuery Migration v2 API class MigrationSubtaskName.

Resource name for the MigrationSubtask resource.

Inheritance

Object > MigrationSubtaskName

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

MigrationSubtaskName(String, String, String, String)

public MigrationSubtaskName(string projectId, string locationId, string workflowId, string subtaskId)

Constructs a new instance of a MigrationSubtaskName class from the component parts of pattern projects/{project}/locations/{location}/workflows/{workflow}/subtasks/{subtask}

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

workflowIdString

The Workflow ID. Must not be null or empty.

subtaskIdString

The Subtask ID. Must not be null or empty.

Properties

IsKnownPattern

public bool IsKnownPattern { get; }

Whether this instance contains a resource name with a known pattern.

Property Value
TypeDescription
Boolean

LocationId

public string LocationId { get; }

The Location ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
String

ProjectId

public string ProjectId { get; }

The Project ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
String

SubtaskId

public string SubtaskId { get; }

The Subtask ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
String

Type

public MigrationSubtaskName.ResourceNameType Type { get; }

The MigrationSubtaskName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
MigrationSubtaskName.ResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

The contained UnparsedResourceName. Only non-null if this instance contains an unparsed resource name.

Property Value
TypeDescription
UnparsedResourceName

WorkflowId

public string WorkflowId { get; }

The Workflow ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
String

Methods

Format(String, String, String, String)

public static string Format(string projectId, string locationId, string workflowId, string subtaskId)

Formats the IDs into the string representation of this MigrationSubtaskName with pattern projects/{project}/locations/{location}/workflows/{workflow}/subtasks/{subtask}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

workflowIdString

The Workflow ID. Must not be null or empty.

subtaskIdString

The Subtask ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this MigrationSubtaskName with pattern projects/{project}/locations/{location}/workflows/{workflow}/subtasks/{subtask}.

FormatProjectLocationWorkflowSubtask(String, String, String, String)

public static string FormatProjectLocationWorkflowSubtask(string projectId, string locationId, string workflowId, string subtaskId)

Formats the IDs into the string representation of this MigrationSubtaskName with pattern projects/{project}/locations/{location}/workflows/{workflow}/subtasks/{subtask}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

workflowIdString

The Workflow ID. Must not be null or empty.

subtaskIdString

The Subtask ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this MigrationSubtaskName with pattern projects/{project}/locations/{location}/workflows/{workflow}/subtasks/{subtask}.

FromProjectLocationWorkflowSubtask(String, String, String, String)

public static MigrationSubtaskName FromProjectLocationWorkflowSubtask(string projectId, string locationId, string workflowId, string subtaskId)

Creates a MigrationSubtaskName with the pattern projects/{project}/locations/{location}/workflows/{workflow}/subtasks/{subtask}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

workflowIdString

The Workflow ID. Must not be null or empty.

subtaskIdString

The Subtask ID. Must not be null or empty.

Returns
TypeDescription
MigrationSubtaskName

A new instance of MigrationSubtaskName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static MigrationSubtaskName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a MigrationSubtaskName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
MigrationSubtaskName

A new instance of MigrationSubtaskName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
Int32
Overrides

Parse(String)

public static MigrationSubtaskName Parse(string migrationSubtaskName)

Parses the given resource name string into a new MigrationSubtaskName instance.

Parameter
NameDescription
migrationSubtaskNameString

The resource name in string form. Must not be null.

Returns
TypeDescription
MigrationSubtaskName

The parsed MigrationSubtaskName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/workflows/{workflow}/subtasks/{subtask}

Parse(String, Boolean)

public static MigrationSubtaskName Parse(string migrationSubtaskName, bool allowUnparsed)

Parses the given resource name string into a new MigrationSubtaskName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
migrationSubtaskNameString

The resource name in string form. Must not be null.

allowUnparsedBoolean

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

Returns
TypeDescription
MigrationSubtaskName

The parsed MigrationSubtaskName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/workflows/{workflow}/subtasks/{subtask}
Or may be in any format if allowUnparsed is true.

ToString()

public override string ToString()

The string representation of the resource name.

Returns
TypeDescription
String

The string representation of the resource name.

Overrides

TryParse(String, out MigrationSubtaskName)

public static bool TryParse(string migrationSubtaskName, out MigrationSubtaskName result)

Tries to parse the given resource name string into a new MigrationSubtaskName instance.

Parameters
NameDescription
migrationSubtaskNameString

The resource name in string form. Must not be null.

resultMigrationSubtaskName

When this method returns, the parsed MigrationSubtaskName, or null if parsing failed.

Returns
TypeDescription
Boolean

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/workflows/{workflow}/subtasks/{subtask}

TryParse(String, Boolean, out MigrationSubtaskName)

public static bool TryParse(string migrationSubtaskName, bool allowUnparsed, out MigrationSubtaskName result)

Tries to parse the given resource name string into a new MigrationSubtaskName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
migrationSubtaskNameString

The resource name in string form. Must not be null.

allowUnparsedBoolean

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

resultMigrationSubtaskName

When this method returns, the parsed MigrationSubtaskName, or null if parsing failed.

Returns
TypeDescription
Boolean

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/workflows/{workflow}/subtasks/{subtask}
Or may be in any format if allowUnparsed is true.

Operators

Equality(MigrationSubtaskName, MigrationSubtaskName)

public static bool operator ==(MigrationSubtaskName a, MigrationSubtaskName b)
Parameters
NameDescription
aMigrationSubtaskName
bMigrationSubtaskName
Returns
TypeDescription
Boolean

Inequality(MigrationSubtaskName, MigrationSubtaskName)

public static bool operator !=(MigrationSubtaskName a, MigrationSubtaskName b)
Parameters
NameDescription
aMigrationSubtaskName
bMigrationSubtaskName
Returns
TypeDescription
Boolean