Backup for GKE v1 API - Class VolumeBackupName (2.1.0)

public sealed class VolumeBackupName : IResourceName, IEquatable<VolumeBackupName>

Reference documentation and code samples for the Backup for GKE v1 API class VolumeBackupName.

Resource name for the VolumeBackup resource.

Inheritance

Object > VolumeBackupName

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

VolumeBackupName(String, String, String, String, String)

public VolumeBackupName(string projectId, string locationId, string backupPlanId, string backupId, string volumeBackupId)

Constructs a new instance of a VolumeBackupName class from the component parts of pattern projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup}/volumeBackups/{volume_backup}

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

backupPlanIdString

The BackupPlan ID. Must not be null or empty.

backupIdString

The Backup ID. Must not be null or empty.

volumeBackupIdString

The VolumeBackup ID. Must not be null or empty.

Properties

BackupId

public string BackupId { get; }

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

Property Value
TypeDescription
String

BackupPlanId

public string BackupPlanId { get; }

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

Property Value
TypeDescription
String

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

Type

public VolumeBackupName.ResourceNameType Type { get; }

The VolumeBackupName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
VolumeBackupName.ResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

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

Property Value
TypeDescription
UnparsedResourceName

VolumeBackupId

public string VolumeBackupId { get; }

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

Property Value
TypeDescription
String

Methods

Format(String, String, String, String, String)

public static string Format(string projectId, string locationId, string backupPlanId, string backupId, string volumeBackupId)

Formats the IDs into the string representation of this VolumeBackupName with pattern projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup}/volumeBackups/{volume_backup} .

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

backupPlanIdString

The BackupPlan ID. Must not be null or empty.

backupIdString

The Backup ID. Must not be null or empty.

volumeBackupIdString

The VolumeBackup ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this VolumeBackupName with pattern projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup}/volumeBackups/{volume_backup} .

FormatProjectLocationBackupPlanBackupVolumeBackup(String, String, String, String, String)

public static string FormatProjectLocationBackupPlanBackupVolumeBackup(string projectId, string locationId, string backupPlanId, string backupId, string volumeBackupId)

Formats the IDs into the string representation of this VolumeBackupName with pattern projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup}/volumeBackups/{volume_backup} .

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

backupPlanIdString

The BackupPlan ID. Must not be null or empty.

backupIdString

The Backup ID. Must not be null or empty.

volumeBackupIdString

The VolumeBackup ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this VolumeBackupName with pattern projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup}/volumeBackups/{volume_backup} .

FromProjectLocationBackupPlanBackupVolumeBackup(String, String, String, String, String)

public static VolumeBackupName FromProjectLocationBackupPlanBackupVolumeBackup(string projectId, string locationId, string backupPlanId, string backupId, string volumeBackupId)

Creates a VolumeBackupName with the pattern projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup}/volumeBackups/{volume_backup} .

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

backupPlanIdString

The BackupPlan ID. Must not be null or empty.

backupIdString

The Backup ID. Must not be null or empty.

volumeBackupIdString

The VolumeBackup ID. Must not be null or empty.

Returns
TypeDescription
VolumeBackupName

A new instance of VolumeBackupName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static VolumeBackupName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a VolumeBackupName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
VolumeBackupName

A new instance of VolumeBackupName 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 VolumeBackupName Parse(string volumeBackupName)

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

Parameter
NameDescription
volumeBackupNameString

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

Returns
TypeDescription
VolumeBackupName

The parsed VolumeBackupName if successful.

Remarks

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

  • projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup}/volumeBackups/{volume_backup}

Parse(String, Boolean)

public static VolumeBackupName Parse(string volumeBackupName, bool allowUnparsed)

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

Parameters
NameDescription
volumeBackupNameString

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
VolumeBackupName

The parsed VolumeBackupName if successful.

Remarks

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

  • projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup}/volumeBackups/{volume_backup}
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 VolumeBackupName)

public static bool TryParse(string volumeBackupName, out VolumeBackupName result)

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

Parameters
NameDescription
volumeBackupNameString

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

resultVolumeBackupName

When this method returns, the parsed VolumeBackupName, 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}/backupPlans/{backup_plan}/backups/{backup}/volumeBackups/{volume_backup}

TryParse(String, Boolean, out VolumeBackupName)

public static bool TryParse(string volumeBackupName, bool allowUnparsed, out VolumeBackupName result)

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

Parameters
NameDescription
volumeBackupNameString

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.

resultVolumeBackupName

When this method returns, the parsed VolumeBackupName, 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}/backupPlans/{backup_plan}/backups/{backup}/volumeBackups/{volume_backup}
Or may be in any format if allowUnparsed is true.

Operators

Equality(VolumeBackupName, VolumeBackupName)

public static bool operator ==(VolumeBackupName a, VolumeBackupName b)
Parameters
NameDescription
aVolumeBackupName
bVolumeBackupName
Returns
TypeDescription
Boolean

Inequality(VolumeBackupName, VolumeBackupName)

public static bool operator !=(VolumeBackupName a, VolumeBackupName b)
Parameters
NameDescription
aVolumeBackupName
bVolumeBackupName
Returns
TypeDescription
Boolean