public sealed class OccurrenceName : IResourceName, IEquatable<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}
| Parameters | |
|---|---|
| Name | Description | 
| projectId | StringThe  | 
| occurrenceId | StringThe  | 
Properties
IsKnownPattern
public bool IsKnownPattern { get; }Whether this instance contains a resource name with a known pattern.
| Property Value | |
|---|---|
| Type | Description | 
| Boolean | |
OccurrenceId
public string OccurrenceId { get; }The Occurrence ID. Will not be null, unless this instance contains an unparsed resource name.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
ProjectId
public string ProjectId { get; }The Project ID. Will not be null, unless this instance contains an unparsed resource name.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Type
public OccurrenceName.ResourceNameType Type { get; }The OccurrenceName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description | 
| OccurrenceName.ResourceNameType | |
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }The contained UnparsedResourceName. Only non-null if this instance contains an
unparsed resource name.
| Property Value | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Name | Description | 
| projectId | StringThe  | 
| occurrenceId | StringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| String | The string representation of this OccurrenceName with pattern
 | 
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 | StringThe  | 
| occurrenceId | StringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| String | The string representation of this OccurrenceName with pattern
 | 
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 | StringThe  | 
| occurrenceId | StringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Name | Description | 
| unparsedResourceName | UnparsedResourceNameThe unparsed resource name. Must not be  | 
| Returns | |
|---|---|
| Type | Description | 
| OccurrenceName | A new instance of OccurrenceName containing the provided
 | 
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description | 
| Int32 | |
Parse(String)
public static OccurrenceName Parse(string occurrenceName)Parses the given resource name string into a new OccurrenceName instance.
| Parameter | |
|---|---|
| Name | Description | 
| occurrenceName | StringThe resource name in string form. Must not be  | 
| Returns | |
|---|---|
| Type | Description | 
| OccurrenceName | The parsed OccurrenceName if successful. | 
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 | StringThe resource name in string form. Must not be  | 
| allowUnparsed | BooleanIf  | 
| Returns | |
|---|---|
| Type | Description | 
| OccurrenceName | The parsed OccurrenceName if successful. | 
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.
| Returns | |
|---|---|
| Type | Description | 
| String | 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.
| Parameters | |
|---|---|
| Name | Description | 
| occurrenceName | StringThe resource name in string form. Must not be  | 
| result | OccurrenceNameWhen this method returns, the parsed OccurrenceName, or  | 
| Returns | |
|---|---|
| Type | Description | 
| Boolean | 
 | 
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 | StringThe resource name in string form. Must not be  | 
| allowUnparsed | BooleanIf  | 
| result | OccurrenceNameWhen this method returns, the parsed OccurrenceName, or  | 
| Returns | |
|---|---|
| Type | Description | 
| Boolean | 
 | 
To parse successfully, the resource name must be formatted as one of the following:
- projects/{project}/occurrences/{occurrence}
allowUnparsed is true.
Operators
Equality(OccurrenceName, OccurrenceName)
public static bool operator ==(OccurrenceName a, OccurrenceName b)| Parameters | |
|---|---|
| Name | Description | 
| a | OccurrenceName | 
| b | OccurrenceName | 
| Returns | |
|---|---|
| Type | Description | 
| Boolean | |
Inequality(OccurrenceName, OccurrenceName)
public static bool operator !=(OccurrenceName a, OccurrenceName b)| Parameters | |
|---|---|
| Name | Description | 
| a | OccurrenceName | 
| b | OccurrenceName | 
| Returns | |
|---|---|
| Type | Description | 
| Boolean | |