public final class Payload extends GeneratedMessageV3 implements PayloadOrBuilder
Payload for EgressRequest.
Protobuf type google.cloud.apigeeconnect.v1.Payload
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
ACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
HTTP_REQUEST_FIELD_NUMBER
public static final int HTTP_REQUEST_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
STREAM_INFO_FIELD_NUMBER
public static final int STREAM_INFO_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Payload getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Payload.Builder newBuilder()
newBuilder(Payload prototype)
public static Payload.Builder newBuilder(Payload prototype)
Parameter |
---|
Name | Description |
prototype | Payload
|
public static Payload parseDelimitedFrom(InputStream input)
public static Payload parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Payload parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Payload parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Payload parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Payload parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Payload parseFrom(CodedInputStream input)
public static Payload parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Payload parseFrom(InputStream input)
public static Payload parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Payload parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Payload parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Payload> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getAction()
public Action getAction()
The action taken by agent.
.google.cloud.apigeeconnect.v1.Action action = 3;
Returns |
---|
Type | Description |
Action | The action.
|
getActionValue()
public int getActionValue()
The action taken by agent.
.google.cloud.apigeeconnect.v1.Action action = 3;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for action.
|
getDefaultInstanceForType()
public Payload getDefaultInstanceForType()
getHttpRequest()
public HttpRequest getHttpRequest()
The HttpRequest proto.
.google.cloud.apigeeconnect.v1.HttpRequest http_request = 1;
getHttpRequestOrBuilder()
public HttpRequestOrBuilder getHttpRequestOrBuilder()
The HttpRequest proto.
.google.cloud.apigeeconnect.v1.HttpRequest http_request = 1;
getKindCase()
public Payload.KindCase getKindCase()
getParserForType()
public Parser<Payload> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getStreamInfo()
public StreamInfo getStreamInfo()
The information of stream.
.google.cloud.apigeeconnect.v1.StreamInfo stream_info = 2;
getStreamInfoOrBuilder()
public StreamInfoOrBuilder getStreamInfoOrBuilder()
The information of stream.
.google.cloud.apigeeconnect.v1.StreamInfo stream_info = 2;
hasAction()
public boolean hasAction()
The action taken by agent.
.google.cloud.apigeeconnect.v1.Action action = 3;
Returns |
---|
Type | Description |
boolean | Whether the action field is set.
|
hasHttpRequest()
public boolean hasHttpRequest()
The HttpRequest proto.
.google.cloud.apigeeconnect.v1.HttpRequest http_request = 1;
Returns |
---|
Type | Description |
boolean | Whether the httpRequest field is set.
|
hasStreamInfo()
public boolean hasStreamInfo()
The information of stream.
.google.cloud.apigeeconnect.v1.StreamInfo stream_info = 2;
Returns |
---|
Type | Description |
boolean | Whether the streamInfo field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Payload.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Payload.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Payload.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides