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