Firestore Admin v1 API - Class BackupScheduleName (3.8.0)

public sealed class BackupScheduleName : IResourceName, IEquatable<BackupScheduleName>

Reference documentation and code samples for the Firestore Admin v1 API class BackupScheduleName.

Resource name for the BackupSchedule resource.

Inheritance

object > BackupScheduleName

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

BackupScheduleName(string, string, string)

public BackupScheduleName(string projectId, string databaseId, string backupScheduleId)

Constructs a new instance of a BackupScheduleName class from the component parts of pattern projects/{project}/databases/{database}/backupSchedules/{backup_schedule}

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

databaseIdstring

The Database ID. Must not be null or empty.

backupScheduleIdstring

The BackupSchedule ID. Must not be null or empty.

Properties

BackupScheduleId

public string BackupScheduleId { get; }

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

Property Value
TypeDescription
string

DatabaseId

public string DatabaseId { get; }

The Database 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
bool

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 BackupScheduleName.ResourceNameType Type { get; }

The BackupScheduleName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
BackupScheduleNameResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

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

Property Value
TypeDescription
UnparsedResourceName

Methods

Format(string, string, string)

public static string Format(string projectId, string databaseId, string backupScheduleId)

Formats the IDs into the string representation of this BackupScheduleName with pattern projects/{project}/databases/{database}/backupSchedules/{backup_schedule}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

databaseIdstring

The Database ID. Must not be null or empty.

backupScheduleIdstring

The BackupSchedule ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this BackupScheduleName with pattern projects/{project}/databases/{database}/backupSchedules/{backup_schedule}.

FormatProjectDatabaseBackupSchedule(string, string, string)

public static string FormatProjectDatabaseBackupSchedule(string projectId, string databaseId, string backupScheduleId)

Formats the IDs into the string representation of this BackupScheduleName with pattern projects/{project}/databases/{database}/backupSchedules/{backup_schedule}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

databaseIdstring

The Database ID. Must not be null or empty.

backupScheduleIdstring

The BackupSchedule ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this BackupScheduleName with pattern projects/{project}/databases/{database}/backupSchedules/{backup_schedule}.

FromProjectDatabaseBackupSchedule(string, string, string)

public static BackupScheduleName FromProjectDatabaseBackupSchedule(string projectId, string databaseId, string backupScheduleId)

Creates a BackupScheduleName with the pattern projects/{project}/databases/{database}/backupSchedules/{backup_schedule}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

databaseIdstring

The Database ID. Must not be null or empty.

backupScheduleIdstring

The BackupSchedule ID. Must not be null or empty.

Returns
TypeDescription
BackupScheduleName

A new instance of BackupScheduleName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static BackupScheduleName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a BackupScheduleName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
BackupScheduleName

A new instance of BackupScheduleName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
int
Overrides

Parse(string)

public static BackupScheduleName Parse(string backupScheduleName)

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

Parameter
NameDescription
backupScheduleNamestring

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

Returns
TypeDescription
BackupScheduleName

The parsed BackupScheduleName if successful.

Remarks

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

  • projects/{project}/databases/{database}/backupSchedules/{backup_schedule}

Parse(string, bool)

public static BackupScheduleName Parse(string backupScheduleName, bool allowUnparsed)

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

Parameters
NameDescription
backupScheduleNamestring

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

allowUnparsedbool

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
BackupScheduleName

The parsed BackupScheduleName if successful.

Remarks

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

  • projects/{project}/databases/{database}/backupSchedules/{backup_schedule}
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 BackupScheduleName)

public static bool TryParse(string backupScheduleName, out BackupScheduleName result)

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

Parameters
NameDescription
backupScheduleNamestring

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

resultBackupScheduleName

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

Returns
TypeDescription
bool

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}/databases/{database}/backupSchedules/{backup_schedule}

TryParse(string, bool, out BackupScheduleName)

public static bool TryParse(string backupScheduleName, bool allowUnparsed, out BackupScheduleName result)

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

Parameters
NameDescription
backupScheduleNamestring

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

allowUnparsedbool

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.

resultBackupScheduleName

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

Returns
TypeDescription
bool

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}/databases/{database}/backupSchedules/{backup_schedule}
Or may be in any format if allowUnparsed is true.

Operators

operator ==(BackupScheduleName, BackupScheduleName)

public static bool operator ==(BackupScheduleName a, BackupScheduleName b)

Determines whether two specified resource names have the same value.

Parameters
NameDescription
aBackupScheduleName

The first resource name to compare, or null.

bBackupScheduleName

The second resource name to compare, or null.

Returns
TypeDescription
bool

true if the value of a is the same as the value of b; otherwise, false.

operator !=(BackupScheduleName, BackupScheduleName)

public static bool operator !=(BackupScheduleName a, BackupScheduleName b)

Determines whether two specified resource names have different values.

Parameters
NameDescription
aBackupScheduleName

The first resource name to compare, or null.

bBackupScheduleName

The second resource name to compare, or null.

Returns
TypeDescription
bool

true if the value of a is different from the value of b; otherwise, false.