Enum Action (2.21.0)

public enum Action extends Enum<Action> implements ProtocolMessageEnum

The action taken by agent.

Protobuf enum google.cloud.apigeeconnect.v1.Action

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTION_UNSPECIFIED

Unspecified Action.

ACTION_UNSPECIFIED = 0;

ACTION_UNSPECIFIED_VALUE

Unspecified Action.

ACTION_UNSPECIFIED = 0;

OPEN_NEW_STREAM

Indicates that agent should open a new stream.

OPEN_NEW_STREAM = 1;

OPEN_NEW_STREAM_VALUE

Indicates that agent should open a new stream.

OPEN_NEW_STREAM = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()