Class FolderName (4.4.0)

public sealed class FolderName : IResourceName, IEquatable<FolderName>

Resource name for the 'folder' resource which is widespread across Google Cloud Platform. While most resource names are generated on a per-API basis, many APIs use a folder resource, and it's useful to be able to pass values from one API to another.

Inheritance

object > FolderName

Namespace

Google.Api.Gax.ResourceNames

Assembly

Google.Api.Gax.dll

Constructors

FolderName(string)

public FolderName(string folderId)

Constructs a new instance of a FolderName class from the component parts of pattern folders/{folder}

Parameter
NameDescription
folderIdstring

The Folder ID. Must not be null or empty.

Properties

FolderId

public string FolderId { get; }

The Folder 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

Type

public FolderName.ResourceNameType Type { get; }

The FolderName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
FolderNameResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

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

Property Value
TypeDescription
UnparsedResourceName

Methods

Equals(FolderName)

public bool Equals(FolderName other)
Parameter
NameDescription
otherFolderName
Returns
TypeDescription
bool

Equals(object)

public override bool Equals(object obj)
Parameter
NameDescription
objobject
Returns
TypeDescription
bool
Overrides

Format(string)

public static string Format(string folderId)

Formats the IDs into the string representation of this FolderName with pattern folders/{folder}.

Parameter
NameDescription
folderIdstring

The Folder ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this FolderName with pattern folders/{folder}.

FormatFolder(string)

public static string FormatFolder(string folderId)

Formats the IDs into the string representation of this FolderName with pattern folders/{folder}.

Parameter
NameDescription
folderIdstring

The Folder ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this FolderName with pattern folders/{folder}.

FromFolder(string)

public static FolderName FromFolder(string folderId)

Creates a FolderName with the pattern folders/{folder}.

Parameter
NameDescription
folderIdstring

The Folder ID. Must not be null or empty.

Returns
TypeDescription
FolderName

A new instance of FolderName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static FolderName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a FolderName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
FolderName

A new instance of FolderName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
int
Overrides

Parse(string)

public static FolderName Parse(string folderName)

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

Parameter
NameDescription
folderNamestring

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

Returns
TypeDescription
FolderName

The parsed FolderName if successful.

Remarks

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

  • folders/{folder}

Parse(string, bool)

public static FolderName Parse(string folderName, bool allowUnparsed)

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

Parameters
NameDescription
folderNamestring

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
FolderName

The parsed FolderName if successful.

Remarks

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

  • folders/{folder}
Or may be in any format if allowUnparsed is true.

ToString()

public override string ToString()
Returns
TypeDescription
string
Overrides

TryParse(string, out FolderName)

public static bool TryParse(string folderName, out FolderName result)

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

Parameters
NameDescription
folderNamestring

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

resultFolderName

When this method returns, the parsed FolderName, 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:

  • folders/{folder}

TryParse(string, bool, out FolderName)

public static bool TryParse(string folderName, bool allowUnparsed, out FolderName result)

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

Parameters
NameDescription
folderNamestring

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.

resultFolderName

When this method returns, the parsed FolderName, 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:

  • folders/{folder}
Or may be in any format if allowUnparsed is true.

Operators

operator ==(FolderName, FolderName)

public static bool operator ==(FolderName a, FolderName b)
Parameters
NameDescription
aFolderName
bFolderName
Returns
TypeDescription
bool

operator !=(FolderName, FolderName)

public static bool operator !=(FolderName a, FolderName b)
Parameters
NameDescription
aFolderName
bFolderName
Returns
TypeDescription
bool