ListSnapshotsRequest
class ListSnapshotsRequest extends Message
Request for the ListSnapshots
method.
Protobuf type Google\Pubsub\V1\ListSnapshotsRequest
Methods
No description
The name of the cloud project that snapshots belong to.
The name of the cloud project that snapshots belong to.
Maximum number of snapshots to return.
Maximum number of snapshots to return.
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.
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.
Details
at line 40
__construct()
at line 52
string
getProject()
The name of the cloud project that snapshots belong to.
Format is projects/{project}
.
Generated from protobuf field string project = 1;
at line 64
setProject(string $var)
The name of the cloud project that snapshots belong to.
Format is projects/{project}
.
Generated from protobuf field string project = 1;
at line 76
int
getPageSize()
Maximum number of snapshots to return.
Generated from protobuf field int32 page_size = 2;
at line 87
setPageSize(int $var)
Maximum number of snapshots to return.
Generated from protobuf field int32 page_size = 2;
at line 101
string
getPageToken()
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.
Generated from protobuf field string page_token = 3;
at line 114
setPageToken(string $var)
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.
Generated from protobuf field string page_token = 3;