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 ActionAction. forNumber(int value)ActionPayload.Builder. getAction()The action taken by agent.ActionPayload. getAction()The action taken by agent.ActionPayloadOrBuilder. getAction()The action taken by agent.static ActionAction. valueOf(int value)Deprecated.static ActionAction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ActionAction. 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.BuilderPayload.Builder. setAction(Action value)The action taken by agent.
-