public sealed class SlateName : IResourceName, IEquatable<SlateName>Reference documentation and code samples for the Video Stitcher v1 API class SlateName.
Resource name for the Slate resource.
Namespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.StitcherV1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
SlateName(string, string, string)
public SlateName(string projectId, string locationId, string slateId)Constructs a new instance of a SlateName class from the component parts of pattern
projects/{project}/locations/{location}/slates/{slate}
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
locationId |
stringThe |
slateId |
stringThe |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }Whether this instance contains a resource name with a known pattern.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
LocationId
public string LocationId { get; }The Location 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 |
|
SlateId
public string SlateId { get; }The Slate ID. Will not be null, unless this instance contains an unparsed resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public SlateName.ResourceNameType Type { get; }The SlateName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description |
SlateNameResourceNameType |
|
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, string)
public static string Format(string projectId, string locationId, string slateId)Formats the IDs into the string representation of this SlateName with pattern
projects/{project}/locations/{location}/slates/{slate}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
locationId |
stringThe |
slateId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this SlateName with pattern
|
FormatProjectLocationSlate(string, string, string)
public static string FormatProjectLocationSlate(string projectId, string locationId, string slateId)Formats the IDs into the string representation of this SlateName with pattern
projects/{project}/locations/{location}/slates/{slate}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
locationId |
stringThe |
slateId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this SlateName with pattern
|
FromProjectLocationSlate(string, string, string)
public static SlateName FromProjectLocationSlate(string projectId, string locationId, string slateId)Creates a SlateName with the pattern projects/{project}/locations/{location}/slates/{slate}
.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
locationId |
stringThe |
slateId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
SlateName |
A new instance of SlateName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static SlateName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a SlateName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description |
unparsedResourceName |
UnparsedResourceNameThe unparsed resource name. Must not be |
| Returns | |
|---|---|
| Type | Description |
SlateName |
A new instance of SlateName containing the provided |
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description |
int |
|
Parse(string)
public static SlateName Parse(string slateName)Parses the given resource name string into a new SlateName instance.
| Parameter | |
|---|---|
| Name | Description |
slateName |
stringThe resource name in string form. Must not be |
| Returns | |
|---|---|
| Type | Description |
SlateName |
The parsed SlateName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/slates/{slate}
Parse(string, bool)
public static SlateName Parse(string slateName, bool allowUnparsed)Parses the given resource name string into a new SlateName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
slateName |
stringThe resource name in string form. Must not be |
allowUnparsed |
boolIf |
| Returns | |
|---|---|
| Type | Description |
SlateName |
The parsed SlateName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/slates/{slate}
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 SlateName)
public static bool TryParse(string slateName, out SlateName result)Tries to parse the given resource name string into a new SlateName instance.
| Parameters | |
|---|---|
| Name | Description |
slateName |
stringThe resource name in string form. Must not be |
result |
SlateNameWhen this method returns, the parsed SlateName, or |
| Returns | |
|---|---|
| Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/slates/{slate}
TryParse(string, bool, out SlateName)
public static bool TryParse(string slateName, bool allowUnparsed, out SlateName result)Tries to parse the given resource name string into a new SlateName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
slateName |
stringThe resource name in string form. Must not be |
allowUnparsed |
boolIf |
result |
SlateNameWhen this method returns, the parsed SlateName, or |
| Returns | |
|---|---|
| Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/slates/{slate}
allowUnparsed is true.
Operators
operator ==(SlateName, SlateName)
public static bool operator ==(SlateName a, SlateName b)| Parameters | |
|---|---|
| Name | Description |
a |
SlateName |
b |
SlateName |
| Returns | |
|---|---|
| Type | Description |
bool |
|
operator !=(SlateName, SlateName)
public static bool operator !=(SlateName a, SlateName b)| Parameters | |
|---|---|
| Name | Description |
a |
SlateName |
b |
SlateName |
| Returns | |
|---|---|
| Type | Description |
bool |
|