Reference documentation and code samples for the Cloud Datastore V1 Client class RequestOptions.
Options for a request.
Generated from protobuf message google.datastore.v1.RequestOptions
Namespace
Google \ Cloud \ Datastore \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ request_tags |
string[]
Optional. The request tags for the request. The tags are processed as follows: - Truncated to 510 characters. - Filtered out if empty. - Deduplicated. - Limited to 50 tags. |
getRequestTags
Optional. The request tags for the request.
The tags are processed as follows:
- Truncated to 510 characters.
- Filtered out if empty.
- Deduplicated.
- Limited to 50 tags.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setRequestTags
Optional. The request tags for the request.
The tags are processed as follows:
- Truncated to 510 characters.
- Filtered out if empty.
- Deduplicated.
- Limited to 50 tags.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|