Class CollectionGroupName (2.3.0)

public sealed class CollectionGroupName : IResourceName, IEquatable<CollectionGroupName>

Resource name for the CollectionGroup resource.

Inheritance

Object > CollectionGroupName

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

CollectionGroupName(String, String, String)

public CollectionGroupName(string projectId, string databaseId, string collectionId)

Constructs a new instance of a CollectionGroupName class from the component parts of pattern projects/{project}/databases/{database}/collectionGroups/{collection}

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

databaseIdString

The Database ID. Must not be null or empty.

collectionIdString

The Collection ID. Must not be null or empty.

Properties

CollectionId

public string CollectionId { get; }

The Collection 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
Boolean

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

The CollectionGroupName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
CollectionGroupName.ResourceNameType

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 collectionId)

Formats the IDs into the string representation of this CollectionGroupName with pattern projects/{project}/databases/{database}/collectionGroups/{collection}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

databaseIdString

The Database ID. Must not be null or empty.

collectionIdString

The Collection ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this CollectionGroupName with pattern projects/{project}/databases/{database}/collectionGroups/{collection}.

FormatProjectDatabaseCollection(String, String, String)

public static string FormatProjectDatabaseCollection(string projectId, string databaseId, string collectionId)

Formats the IDs into the string representation of this CollectionGroupName with pattern projects/{project}/databases/{database}/collectionGroups/{collection}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

databaseIdString

The Database ID. Must not be null or empty.

collectionIdString

The Collection ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this CollectionGroupName with pattern projects/{project}/databases/{database}/collectionGroups/{collection}.

FromProjectDatabaseCollection(String, String, String)

public static CollectionGroupName FromProjectDatabaseCollection(string projectId, string databaseId, string collectionId)

Creates a CollectionGroupName with the pattern projects/{project}/databases/{database}/collectionGroups/{collection}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

databaseIdString

The Database ID. Must not be null or empty.

collectionIdString

The Collection ID. Must not be null or empty.

Returns
TypeDescription
CollectionGroupName

A new instance of CollectionGroupName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static CollectionGroupName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a CollectionGroupName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
CollectionGroupName

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

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

Parameter
NameDescription
collectionGroupNameString

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

Returns
TypeDescription
CollectionGroupName

The parsed CollectionGroupName if successful.

Remarks

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

  • projects/{project}/databases/{database}/collectionGroups/{collection}

Parse(String, Boolean)

public static CollectionGroupName Parse(string collectionGroupName, bool allowUnparsed)

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

Parameters
NameDescription
collectionGroupNameString

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
CollectionGroupName

The parsed CollectionGroupName if successful.

Remarks

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

  • projects/{project}/databases/{database}/collectionGroups/{collection}
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 CollectionGroupName)

public static bool TryParse(string collectionGroupName, out CollectionGroupName result)

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

Parameters
NameDescription
collectionGroupNameString

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

resultCollectionGroupName

When this method returns, the parsed CollectionGroupName, 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}/databases/{database}/collectionGroups/{collection}

TryParse(String, Boolean, out CollectionGroupName)

public static bool TryParse(string collectionGroupName, bool allowUnparsed, out CollectionGroupName result)

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

Parameters
NameDescription
collectionGroupNameString

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.

resultCollectionGroupName

When this method returns, the parsed CollectionGroupName, 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}/databases/{database}/collectionGroups/{collection}
Or may be in any format if allowUnparsed is true.

Operators

Equality(CollectionGroupName, CollectionGroupName)

public static bool operator ==(CollectionGroupName a, CollectionGroupName b)
Parameters
NameDescription
aCollectionGroupName
bCollectionGroupName
Returns
TypeDescription
Boolean

Inequality(CollectionGroupName, CollectionGroupName)

public static bool operator !=(CollectionGroupName a, CollectionGroupName b)
Parameters
NameDescription
aCollectionGroupName
bCollectionGroupName
Returns
TypeDescription
Boolean