Uses of Class
com.google.cloud.apigeeconnect.v1.Action
-
Packages that use Action Package Description com.google.cloud.apigeeconnect.v1 A client to Apigee Connect API -
-
Uses of Action in com.google.cloud.apigeeconnect.v1
Methods in com.google.cloud.apigeeconnect.v1 that return Action Modifier and Type Method Description static Action
Action. forNumber(int value)
Action
Payload.Builder. getAction()
The action taken by agent.Action
Payload. getAction()
The action taken by agent.Action
PayloadOrBuilder. getAction()
The action taken by agent.static Action
Action. valueOf(int value)
Deprecated.static Action
Action. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Action
Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static Action[]
Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.apigeeconnect.v1 that return types with arguments of type Action Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Action>
Action. internalGetValueMap()
Methods in com.google.cloud.apigeeconnect.v1 with parameters of type Action Modifier and Type Method Description Payload.Builder
Payload.Builder. setAction(Action value)
The action taken by agent.
-