Grafeas v1 API - Class OccurrenceName (3.6.0)

public sealed class OccurrenceName : IResourceName, IEquatable<OccurrenceName>

Reference documentation and code samples for the Grafeas v1 API class 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
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

occurrenceIdstring

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
TypeDescription
bool

OccurrenceId

public string OccurrenceId { get; }

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

Property Value
TypeDescription
string

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

The OccurrenceName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
OccurrenceNameResourceNameType

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)

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
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

occurrenceIdstring

The Occurrence ID. Must not be null or empty.

Returns
TypeDescription
string

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
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

occurrenceIdstring

The Occurrence ID. Must not be null or empty.

Returns
TypeDescription
string

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
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

occurrenceIdstring

The Occurrence ID. Must not be null or empty.

Returns
TypeDescription
OccurrenceName

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
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
OccurrenceName

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

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

Parameter
NameDescription
occurrenceNamestring

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

Returns
TypeDescription
OccurrenceName

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, bool)

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
NameDescription
occurrenceNamestring

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
OccurrenceName

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
TypeDescription
string

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
NameDescription
occurrenceNamestring

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

resultOccurrenceName

When this method returns, the parsed OccurrenceName, 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}/occurrences/{occurrence}

TryParse(string, bool, 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
NameDescription
occurrenceNamestring

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.

resultOccurrenceName

When this method returns, the parsed OccurrenceName, 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}/occurrences/{occurrence}
Or may be in any format if allowUnparsed is true.

Operators

operator ==(OccurrenceName, OccurrenceName)

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

Determines whether two specified resource names have the same value.

Parameters
NameDescription
aOccurrenceName

The first resource name to compare, or null.

bOccurrenceName

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 !=(OccurrenceName, OccurrenceName)

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

Determines whether two specified resource names have different values.

Parameters
NameDescription
aOccurrenceName

The first resource name to compare, or null.

bOccurrenceName

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.