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.
Namespace
Grafeas.V1Assembly
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}
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
OccurrenceId
public string OccurrenceId { get; }
The Occurrence
ID. Will not be null
, unless this instance contains an unparsed resource name.
ProjectId
public string ProjectId { get; }
The Project
ID. Will not be null
, unless this instance contains an unparsed resource name.
Type
public OccurrenceName.ResourceNameType Type { get; }
The OccurrenceName.ResourceNameType of the contained resource name.
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }
The contained UnparsedResourceName
. Only non- null
if this instance contains an
unparsed resource name.
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}
.
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}
.
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}
.
FromUnparsed(UnparsedResourceName)
public static OccurrenceName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a OccurrenceName containing an unparsed resource name.
unparsedResourceName
A new instance of OccurrenceName
containing the provided unparsedResourceName
.
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Parse(string)
public static OccurrenceName Parse(string occurrenceName)
Parses the given resource name string into a new OccurrenceName instance.
occurrenceName
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.
occurrenceName
allowUnparsed
bool
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.
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/occurrences/{occurrence}
allowUnparsed
is true
.ToString()
public override string ToString()
The string representation of the resource name.
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.
occurrenceName
result
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.
occurrenceName
allowUnparsed
bool
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
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/occurrences/{occurrence}
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.
a
b
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.
a
b
true if the value of a
is different from the value of b
; otherwise,
false.