public sealed class FolderName : IResourceName, IEquatable<FolderName>Resource name for the 'folder' resource which is widespread across Google Cloud. 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.
Namespace
Google.Api.Gax.ResourceNamesAssembly
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 | |
|---|---|
| Name | Description | 
| folderId | stringThe  | 
Properties
FolderId
public string FolderId { get; }The Folder ID. Will not be null, unless this instance contains an unparsed resource name.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
IsKnownPattern
public bool IsKnownPattern { get; }Whether this instance contains a resource name with a known pattern.
| Property Value | |
|---|---|
| Type | Description | 
| bool | |
Type
public FolderName.ResourceNameType Type { get; }The FolderName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description | 
| FolderNameResourceNameType | |
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }The contained UnparsedResourceName. Only non-nullif this instance contains an
unparsed resource name.
| Property Value | |
|---|---|
| Type | Description | 
| UnparsedResourceName | |
Methods
Equals(FolderName)
public bool Equals(FolderName other)| Parameter | |
|---|---|
| Name | Description | 
| other | FolderName | 
| Returns | |
|---|---|
| Type | Description | 
| bool | |
Equals(object)
public override bool Equals(object obj)| Parameter | |
|---|---|
| Name | Description | 
| obj | object | 
| Returns | |
|---|---|
| Type | Description | 
| bool | |
Format(string)
public static string Format(string folderId)Formats the IDs into the string representation of this FolderName with pattern
folders/{folder}.
| Parameter | |
|---|---|
| Name | Description | 
| folderId | stringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| string | The string representation of this FolderName with pattern  | 
FormatFolder(string)
public static string FormatFolder(string folderId)Formats the IDs into the string representation of this FolderName with pattern
folders/{folder}.
| Parameter | |
|---|---|
| Name | Description | 
| folderId | stringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| string | The string representation of this FolderName with pattern  | 
FromFolder(string)
public static FolderName FromFolder(string folderId)Creates a FolderName with the pattern folders/{folder}.
| Parameter | |
|---|---|
| Name | Description | 
| folderId | stringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Name | Description | 
| unparsedResourceName | UnparsedResourceNameThe unparsed resource name. Must not be  | 
| Returns | |
|---|---|
| Type | Description | 
| FolderName | A new instance of FolderName containing the provided  | 
GetHashCode()
public override int GetHashCode()| Returns | |
|---|---|
| Type | Description | 
| int | |
Parse(string)
public static FolderName Parse(string folderName)Parses the given resource name string into a new FolderName instance.
| Parameter | |
|---|---|
| Name | Description | 
| folderName | stringThe resource name in string form. Must not be  | 
| Returns | |
|---|---|
| Type | Description | 
| FolderName | The parsed FolderName if successful. | 
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 | |
|---|---|
| Name | Description | 
| folderName | stringThe resource name in string form. Must not be  | 
| allowUnparsed | boolIf  | 
| Returns | |
|---|---|
| Type | Description | 
| FolderName | The parsed FolderName if successful. | 
To parse successfully, the resource name must be formatted as one of the following:
- folders/{folder}
allowUnparsed is true.
ToString()
public override string ToString()| Returns | |
|---|---|
| Type | Description | 
| string | |
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 | |
|---|---|
| Name | Description | 
| folderName | stringThe resource name in string form. Must not be  | 
| result | FolderNameWhen this method returns, the parsed FolderName, or  | 
| Returns | |
|---|---|
| Type | Description | 
| bool | 
 | 
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 | |
|---|---|
| Name | Description | 
| folderName | stringThe resource name in string form. Must not be  | 
| allowUnparsed | boolIf  | 
| result | FolderNameWhen this method returns, the parsed FolderName, or  | 
| Returns | |
|---|---|
| Type | Description | 
| bool | 
 | 
To parse successfully, the resource name must be formatted as one of the following:
- folders/{folder}
allowUnparsed is true.
Operators
operator ==(FolderName, FolderName)
public static bool operator ==(FolderName a, FolderName b)| Parameters | |
|---|---|
| Name | Description | 
| a | FolderName | 
| b | FolderName | 
| Returns | |
|---|---|
| Type | Description | 
| bool | |
operator !=(FolderName, FolderName)
public static bool operator !=(FolderName a, FolderName b)| Parameters | |
|---|---|
| Name | Description | 
| a | FolderName | 
| b | FolderName | 
| Returns | |
|---|---|
| Type | Description | 
| bool | |