public sealed class GetAttachmentRequest : IMessage<GetAttachmentRequest>, IEquatable<GetAttachmentRequest>, IDeepCloneable<GetAttachmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class GetAttachmentRequest.
The request to retrieve an attachment.
Implements
IMessageGetAttachmentRequest, IEquatableGetAttachmentRequest, IDeepCloneableGetAttachmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
GetAttachmentRequest()
public GetAttachmentRequest()
GetAttachmentRequest(GetAttachmentRequest)
public GetAttachmentRequest(GetAttachmentRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetAttachmentRequest |
Properties
AttachmentName
public AttachmentName AttachmentName { get; set; }
AttachmentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AttachmentName |
Name
public string Name { get; set; }
Required. The name of the attachment to retrieve.
Property Value | |
---|---|
Type | Description |
string |