Artifact Registry v1 API - Class GetAttachmentRequest (2.9.0)

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.

Inheritance

object > GetAttachmentRequest

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

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