public sealed class UploadedPythonPackage : IMessage<UploadedPythonPackage>, IEquatable<UploadedPythonPackage>, IDeepCloneable<UploadedPythonPackage>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Build v1 API class UploadedPythonPackage.
Artifact uploaded using the PythonPackage directive.
Implements
IMessage<UploadedPythonPackage>, IEquatable<UploadedPythonPackage>, IDeepCloneable<UploadedPythonPackage>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
UploadedPythonPackage()
public UploadedPythonPackage()UploadedPythonPackage(UploadedPythonPackage)
public UploadedPythonPackage(UploadedPythonPackage other)| Parameter | |
|---|---|
| Name | Description |
other |
UploadedPythonPackage |
Properties
FileHashes
public FileHashes FileHashes { get; set; }Hash types and values of the Python Artifact.
| Property Value | |
|---|---|
| Type | Description |
FileHashes |
|
PushTiming
public TimeSpan PushTiming { get; set; }Output only. Stores timing information for pushing the specified artifact.
| Property Value | |
|---|---|
| Type | Description |
TimeSpan |
|
Uri
public string Uri { get; set; }URI of the uploaded artifact.
| Property Value | |
|---|---|
| Type | Description |
String |
|