Cloud Build v1 API - Class UploadedPythonPackage (2.9.0)

public sealed class UploadedPythonPackage : IMessage<UploadedPythonPackage>, IEquatable<UploadedPythonPackage>, IDeepCloneable<UploadedPythonPackage>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Build v1 API class UploadedPythonPackage.

Artifact uploaded using the PythonPackage directive.

Inheritance

object > UploadedPythonPackage

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

UploadedPythonPackage()

public UploadedPythonPackage()

UploadedPythonPackage(UploadedPythonPackage)

public UploadedPythonPackage(UploadedPythonPackage other)
Parameter
NameDescription
otherUploadedPythonPackage

Properties

FileHashes

public FileHashes FileHashes { get; set; }

Hash types and values of the Python Artifact.

Property Value
TypeDescription
FileHashes

PushTiming

public TimeSpan PushTiming { get; set; }

Output only. Stores timing information for pushing the specified artifact.

Property Value
TypeDescription
TimeSpan

Uri

public string Uri { get; set; }

URI of the uploaded artifact.

Property Value
TypeDescription
string