Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class PageSpan.
Page span of the chunk.
Generated from protobuf message google.cloud.discoveryengine.v1.Chunk.PageSpan
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ ChunkMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ page_start |
int
The start page of the chunk. |
↳ page_end |
int
The end page of the chunk. |
getPageStart
The start page of the chunk.
Returns | |
---|---|
Type | Description |
int |
setPageStart
The start page of the chunk.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageEnd
The end page of the chunk.
Returns | |
---|---|
Type | Description |
int |
setPageEnd
The end page of the chunk.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |