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