public interface PayloadOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAction()
public abstract Action getAction()The action taken by agent.
.google.cloud.apigeeconnect.v1.Action action = 3;
| Type | Description |
| Action | The action. |
getActionValue()
public abstract int getActionValue()The action taken by agent.
.google.cloud.apigeeconnect.v1.Action action = 3;
| Type | Description |
| int | The enum numeric value on the wire for action. |
getHttpRequest()
public abstract HttpRequest getHttpRequest()The HttpRequest proto.
.google.cloud.apigeeconnect.v1.HttpRequest http_request = 1;
| Type | Description |
| HttpRequest | The httpRequest. |
getHttpRequestOrBuilder()
public abstract HttpRequestOrBuilder getHttpRequestOrBuilder()The HttpRequest proto.
.google.cloud.apigeeconnect.v1.HttpRequest http_request = 1;
| Type | Description |
| HttpRequestOrBuilder |
getKindCase()
public abstract Payload.KindCase getKindCase()| Type | Description |
| Payload.KindCase |
getStreamInfo()
public abstract StreamInfo getStreamInfo()The information of stream.
.google.cloud.apigeeconnect.v1.StreamInfo stream_info = 2;
| Type | Description |
| StreamInfo | The streamInfo. |
getStreamInfoOrBuilder()
public abstract StreamInfoOrBuilder getStreamInfoOrBuilder()The information of stream.
.google.cloud.apigeeconnect.v1.StreamInfo stream_info = 2;
| Type | Description |
| StreamInfoOrBuilder |
hasAction()
public abstract boolean hasAction()The action taken by agent.
.google.cloud.apigeeconnect.v1.Action action = 3;
| Type | Description |
| boolean | Whether the action field is set. |
hasHttpRequest()
public abstract boolean hasHttpRequest()The HttpRequest proto.
.google.cloud.apigeeconnect.v1.HttpRequest http_request = 1;
| Type | Description |
| boolean | Whether the httpRequest field is set. |
hasStreamInfo()
public abstract boolean hasStreamInfo()The information of stream.
.google.cloud.apigeeconnect.v1.StreamInfo stream_info = 2;
| Type | Description |
| boolean | Whether the streamInfo field is set. |