Class OccurrenceName (2.3.0)

 public sealed class OccurrenceName : IResourceName, IEquatable<OccurrenceName> 

Resource name for the Occurrence resource.

Inheritance

Object > OccurrenceName

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

OccurrenceName(String, String)

 public OccurrenceName(string projectId, string occurrenceId) 

Constructs a new instance of a OccurrenceName class from the component parts of pattern projects/{project}/occurrences/{occurrence}

Parameters
Name
Description
projectId
String

The Project ID. Must not be null or empty.

occurrenceId
String

The Occurrence ID. Must not be null or empty.

Properties

IsKnownPattern

 public bool IsKnownPattern { get; } 

Whether this instance contains a resource name with a known pattern.

Property Value
Type
Description

OccurrenceId

 public string OccurrenceId { get; } 

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

Property Value
Type
Description

ProjectId

 public string ProjectId { get; } 

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

Property Value
Type
Description

Type

 public OccurrenceName.ResourceNameType Type { get; } 

The OccurrenceName.ResourceNameType of the contained resource name.

Property Value
Type
Description

UnparsedResource

 public UnparsedResourceName UnparsedResource { get; } 

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

Property Value
Type
Description

Methods

Format(String, String)

 public static string Format(string projectId, string occurrenceId) 

Formats the IDs into the string representation of this OccurrenceName with pattern projects/{project}/occurrences/{occurrence} .

Parameters
Name
Description
projectId
String

The Project ID. Must not be null or empty.

occurrenceId
String

The Occurrence ID. Must not be null or empty.

Returns
Type
Description

The string representation of this OccurrenceName with pattern projects/{project}/occurrences/{occurrence} .

FormatProjectOccurrence(String, String)

 public static string FormatProjectOccurrence(string projectId, string occurrenceId) 

Formats the IDs into the string representation of this OccurrenceName with pattern projects/{project}/occurrences/{occurrence} .

Parameters
Name
Description
projectId
String

The Project ID. Must not be null or empty.

occurrenceId
String

The Occurrence ID. Must not be null or empty.

Returns
Type
Description

The string representation of this OccurrenceName with pattern projects/{project}/occurrences/{occurrence} .

FromProjectOccurrence(String, String)

 public static OccurrenceName FromProjectOccurrence(string projectId, string occurrenceId) 

Creates a OccurrenceName with the pattern projects/{project}/occurrences/{occurrence} .

Parameters
Name
Description
projectId
String

The Project ID. Must not be null or empty.

occurrenceId
String

The Occurrence ID. Must not be null or empty.

Returns
Type
Description

A new instance of OccurrenceName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

 public static OccurrenceName FromUnparsed(UnparsedResourceName unparsedResourceName) 

Creates a OccurrenceName containing an unparsed resource name.

Parameter
Name
Description
unparsedResourceName
UnparsedResourceName

The unparsed resource name. Must not be null .

Returns
Type
Description

A new instance of OccurrenceName containing the provided unparsedResourceName .

GetHashCode()

 public override int GetHashCode() 

Returns a hash code for this resource name.

Returns
Type
Description
Overrides

Parse(String)

 public static OccurrenceName Parse(string occurrenceName) 

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

Parameter
Name
Description
occurrenceName
String

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

Returns
Type
Description

The parsed OccurrenceName if successful.

Remarks

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

  • projects/{project}/occurrences/{occurrence}

Parse(String, Boolean)

 public static OccurrenceName Parse(string occurrenceName, bool allowUnparsed) 

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

Parameters
Name
Description
occurrenceName
String

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

allowUnparsed
Boolean

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
Type
Description

The parsed OccurrenceName if successful.

Remarks

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

  • projects/{project}/occurrences/{occurrence}
Or may be in any format if allowUnparsed is true .

ToString()

 public override string ToString() 

The string representation of the resource name.

Returns
Type
Description

The string representation of the resource name.

Overrides

TryParse(String, out OccurrenceName)

 public static bool TryParse(string occurrenceName, out OccurrenceName result) 

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

Parameters
Name
Description
occurrenceName
String

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

result
OccurrenceName

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

Returns
Type
Description

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}/occurrences/{occurrence}

TryParse(String, Boolean, out OccurrenceName)

 public static bool TryParse(string occurrenceName, bool allowUnparsed, out OccurrenceName result) 

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

Parameters
Name
Description
occurrenceName
String

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

allowUnparsed
Boolean

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.

result
OccurrenceName

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

Returns
Type
Description

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}/occurrences/{occurrence}
Or may be in any format if allowUnparsed is true .

Operators

Equality(OccurrenceName, OccurrenceName)

 public static bool operator ==(OccurrenceName a, OccurrenceName b) 
Parameters
Name
Description
Returns
Type
Description

Inequality(OccurrenceName, OccurrenceName)

 public static bool operator !=(OccurrenceName a, OccurrenceName b) 
Parameters
Name
Description
Returns
Type
Description
Create a Mobile Website
View Site in Mobile | Classic
Share by: