Cloud Pub/Sub v1 API - Class ListSnapshotsRequest (3.9.1)

public sealed class ListSnapshotsRequest : IMessage<ListSnapshotsRequest>, IEquatable<ListSnapshotsRequest>, IDeepCloneable<ListSnapshotsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Pub/Sub v1 API class ListSnapshotsRequest.

Request for the ListSnapshots method.

Inheritance

object > ListSnapshotsRequest

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

ListSnapshotsRequest()

public ListSnapshotsRequest()

ListSnapshotsRequest(ListSnapshotsRequest)

public ListSnapshotsRequest(ListSnapshotsRequest other)
Parameter
NameDescription
otherListSnapshotsRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of snapshots to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The value returned by the last ListSnapshotsResponse; indicates that this is a continuation of a prior ListSnapshots call, and that the system should return the next page of data.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Required. The name of the project in which to list snapshots. Format is projects/{project-id}.

Property Value
TypeDescription
string

ProjectAsProjectName

public ProjectName ProjectAsProjectName { get; set; }

ProjectName-typed view over the Project resource name property.

Property Value
TypeDescription
ProjectName