public sealed class UploadedGoModule : IMessage<UploadedGoModule>, IEquatable<UploadedGoModule>, IDeepCloneable<UploadedGoModule>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class UploadedGoModule.
A Go module artifact uploaded to Artifact Registry using the GoModule directive.
Implements
IMessageUploadedGoModule, IEquatableUploadedGoModule, IDeepCloneableUploadedGoModule, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
UploadedGoModule()
public UploadedGoModule()
UploadedGoModule(UploadedGoModule)
public UploadedGoModule(UploadedGoModule other)
Parameter | |
---|---|
Name | Description |
other |
UploadedGoModule |
Properties
FileHashes
public FileHashes FileHashes { get; set; }
Hash types and values of the Go Module 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 |