Class GetFileRequest (1.0.0-beta06)

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

The request to retrieve a file.

Inheritance

Object > GetFileRequest

Namespace

Google.Cloud.ArtifactRegistry.V1Beta2

Assembly

Google.Cloud.ArtifactRegistry.V1Beta2.dll

Constructors

GetFileRequest()

public GetFileRequest()

GetFileRequest(GetFileRequest)

public GetFileRequest(GetFileRequest other)
Parameter
NameDescription
otherGetFileRequest

Properties

Name

public string Name { get; set; }

The name of the file to retrieve.

Property Value
TypeDescription
String