Cloud Filestore v1 API - Class GetSnapshotRequest (2.5.0)

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

Reference documentation and code samples for the Cloud Filestore v1 API class GetSnapshotRequest.

GetSnapshotRequest gets the state of a snapshot.

Inheritance

object > GetSnapshotRequest

Namespace

Google.Cloud.Filestore.V1

Assembly

Google.Cloud.Filestore.V1.dll

Constructors

GetSnapshotRequest()

public GetSnapshotRequest()

GetSnapshotRequest(GetSnapshotRequest)

public GetSnapshotRequest(GetSnapshotRequest other)
Parameter
NameDescription
otherGetSnapshotRequest

Properties

Name

public string Name { get; set; }

Required. The snapshot resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id}/snapshots/{snapshot_id}

Property Value
TypeDescription
string

SnapshotName

public SnapshotName SnapshotName { get; set; }

SnapshotName-typed view over the Name resource name property.

Property Value
TypeDescription
SnapshotName