Interface PayloadOrBuilder (2.36.0)

public interface PayloadOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAction()

public abstract Action getAction()

The action taken by agent.

.google.cloud.apigeeconnect.v1.Action action = 3;

Returns
TypeDescription
Action

The action.

getActionValue()

public abstract int getActionValue()

The action taken by agent.

.google.cloud.apigeeconnect.v1.Action action = 3;

Returns
TypeDescription
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;

Returns
TypeDescription
HttpRequest

The httpRequest.

getHttpRequestOrBuilder()

public abstract HttpRequestOrBuilder getHttpRequestOrBuilder()

The HttpRequest proto.

.google.cloud.apigeeconnect.v1.HttpRequest http_request = 1;

Returns
TypeDescription
HttpRequestOrBuilder

getKindCase()

public abstract Payload.KindCase getKindCase()
Returns
TypeDescription
Payload.KindCase

getStreamInfo()

public abstract StreamInfo getStreamInfo()

The information of stream.

.google.cloud.apigeeconnect.v1.StreamInfo stream_info = 2;

Returns
TypeDescription
StreamInfo

The streamInfo.

getStreamInfoOrBuilder()

public abstract StreamInfoOrBuilder getStreamInfoOrBuilder()

The information of stream.

.google.cloud.apigeeconnect.v1.StreamInfo stream_info = 2;

Returns
TypeDescription
StreamInfoOrBuilder

hasAction()

public abstract boolean hasAction()

The action taken by agent.

.google.cloud.apigeeconnect.v1.Action action = 3;

Returns
TypeDescription
boolean

Whether the action field is set.

hasHttpRequest()

public abstract boolean hasHttpRequest()

The HttpRequest proto.

.google.cloud.apigeeconnect.v1.HttpRequest http_request = 1;

Returns
TypeDescription
boolean

Whether the httpRequest field is set.

hasStreamInfo()

public abstract boolean hasStreamInfo()

The information of stream.

.google.cloud.apigeeconnect.v1.StreamInfo stream_info = 2;

Returns
TypeDescription
boolean

Whether the streamInfo field is set.