Reference documentation and code samples for the Google Cloud Apigee Connect V1 Client class Payload.
Payload for EgressRequest.
Generated from protobuf message google.cloud.apigeeconnect.v1.Payload
Namespace
Google \ Cloud \ ApigeeConnect \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ http_request |
HttpRequest
The HttpRequest proto. |
↳ stream_info |
StreamInfo
The information of stream. |
↳ action |
int
The action taken by agent. |
getHttpRequest
The HttpRequest proto.
| Returns | |
|---|---|
| Type | Description |
HttpRequest|null |
|
hasHttpRequest
setHttpRequest
The HttpRequest proto.
| Parameter | |
|---|---|
| Name | Description |
var |
HttpRequest
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStreamInfo
The information of stream.
| Returns | |
|---|---|
| Type | Description |
StreamInfo|null |
|
hasStreamInfo
setStreamInfo
The information of stream.
| Parameter | |
|---|---|
| Name | Description |
var |
StreamInfo
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAction
The action taken by agent.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Action. |
hasAction
setAction
The action taken by agent.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Action. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getKind
| Returns | |
|---|---|
| Type | Description |
string |
|