public sealed class ListSnapshotsRequest : IMessage<ListSnapshotsRequest>, IEquatable<ListSnapshotsRequest>, IDeepCloneable<ListSnapshotsRequest>, IBufferMessage, IMessage, IPageRequestRequest for the ListSnapshots method.
Inheritance
System.Object > ListSnapshotsRequestImplements
Google.Protobuf.IMessage<ListSnapshotsRequest>, System.IEquatable<ListSnapshotsRequest>, Google.Protobuf.IDeepCloneable<ListSnapshotsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageRequestNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
ListSnapshotsRequest()
public ListSnapshotsRequest()ListSnapshotsRequest(ListSnapshotsRequest)
public ListSnapshotsRequest(ListSnapshotsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSnapshotsRequest |
Properties
PageSize
public int PageSize { get; set; }Maximum number of snapshots to return.
| Property Value | |
|---|---|
| Type | Description |
System.Int32 |
|
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 | |
|---|---|
| Type | Description |
System.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 | |
|---|---|
| Type | Description |
System.String |
|
ProjectAsProjectName
public ProjectName ProjectAsProjectName { get; set; }Google.Api.Gax.ResourceNames.ProjectName-typed view over the Project resource name property.
| Property Value | |
|---|---|
| Type | Description |
Google.Api.Gax.ResourceNames.ProjectName |
|