public sealed class DeliveryPipelineName : IResourceName, IEquatable<DeliveryPipelineName>
Resource name for the DeliveryPipeline
resource.
Namespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
DeliveryPipelineName(String, String, String)
public DeliveryPipelineName(string projectId, string locationId, string deliveryPipelineId)
Constructs a new instance of a DeliveryPipelineName class from the component parts of pattern
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
deliveryPipelineId | String The |
Properties
DeliveryPipelineId
public string DeliveryPipelineId { get; }
The DeliveryPipeline
ID. Will not be null
, unless this instance contains an unparsed resource
name.
Property Value | |
---|---|
Type | Description |
String |
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
Boolean |
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 DeliveryPipelineName.ResourceNameType Type { get; }
The DeliveryPipelineName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
DeliveryPipelineName.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, String)
public static string Format(string projectId, string locationId, string deliveryPipelineId)
Formats the IDs into the string representation of this DeliveryPipelineName with pattern
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
deliveryPipelineId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this DeliveryPipelineName with pattern
|
FormatProjectLocationDeliveryPipeline(String, String, String)
public static string FormatProjectLocationDeliveryPipeline(string projectId, string locationId, string deliveryPipelineId)
Formats the IDs into the string representation of this DeliveryPipelineName with pattern
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
deliveryPipelineId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this DeliveryPipelineName with pattern
|
FromProjectLocationDeliveryPipeline(String, String, String)
public static DeliveryPipelineName FromProjectLocationDeliveryPipeline(string projectId, string locationId, string deliveryPipelineId)
Creates a DeliveryPipelineName with the pattern
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
deliveryPipelineId | String The |
Returns | |
---|---|
Type | Description |
DeliveryPipelineName | A new instance of DeliveryPipelineName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static DeliveryPipelineName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a DeliveryPipelineName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
DeliveryPipelineName | A new instance of DeliveryPipelineName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static DeliveryPipelineName Parse(string deliveryPipelineName)
Parses the given resource name string into a new DeliveryPipelineName instance.
Parameter | |
---|---|
Name | Description |
deliveryPipelineName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
DeliveryPipelineName | The parsed DeliveryPipelineName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}
Parse(String, Boolean)
public static DeliveryPipelineName Parse(string deliveryPipelineName, bool allowUnparsed)
Parses the given resource name string into a new DeliveryPipelineName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
deliveryPipelineName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
DeliveryPipelineName | The parsed DeliveryPipelineName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}
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 DeliveryPipelineName)
public static bool TryParse(string deliveryPipelineName, out DeliveryPipelineName result)
Tries to parse the given resource name string into a new DeliveryPipelineName instance.
Parameters | |
---|---|
Name | Description |
deliveryPipelineName | String The resource name in string form. Must not be |
result | DeliveryPipelineName When this method returns, the parsed DeliveryPipelineName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}
TryParse(String, Boolean, out DeliveryPipelineName)
public static bool TryParse(string deliveryPipelineName, bool allowUnparsed, out DeliveryPipelineName result)
Tries to parse the given resource name string into a new DeliveryPipelineName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
deliveryPipelineName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | DeliveryPipelineName When this method returns, the parsed DeliveryPipelineName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}
allowUnparsed
is true
.
Operators
Equality(DeliveryPipelineName, DeliveryPipelineName)
public static bool operator ==(DeliveryPipelineName a, DeliveryPipelineName b)
Parameters | |
---|---|
Name | Description |
a | DeliveryPipelineName |
b | DeliveryPipelineName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(DeliveryPipelineName, DeliveryPipelineName)
public static bool operator !=(DeliveryPipelineName a, DeliveryPipelineName b)
Parameters | |
---|---|
Name | Description |
a | DeliveryPipelineName |
b | DeliveryPipelineName |
Returns | |
---|---|
Type | Description |
Boolean |