Class ListTopicSnapshotsResponse
Response for the ListTopicSnapshots
method.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class ListTopicSnapshotsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Optional. If not empty, indicates that there may be more snapshots that match the request; this value should
be passed in a new ListTopicSnapshotsRequest
to get more snapshots.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Snapshots
Optional. The names of the snapshots that match the request.
Declaration
[JsonProperty("snapshots")]
public virtual IList<string> Snapshots { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |