Uses of Class
ai.promoted.proto.delivery.ExecutionServer
-
Packages that use ExecutionServer Package Description ai.promoted.delivery.client ai.promoted.proto.delivery -
-
Uses of ExecutionServer in ai.promoted.delivery.client
Methods in ai.promoted.delivery.client that return ExecutionServer Modifier and Type Method Description ExecutionServerDeliveryResponse. getExecutionServer()Gets the execution server (SDK or API).Constructors in ai.promoted.delivery.client with parameters of type ExecutionServer Constructor Description DeliveryResponse(Response response, String clientRequestId, ExecutionServer executionServer, DeliveryException exception)Instantiates a new delivery response. -
Uses of ExecutionServer in ai.promoted.proto.delivery
Methods in ai.promoted.proto.delivery that return ExecutionServer Modifier and Type Method Description static ExecutionServerExecutionServer. forNumber(int value)ExecutionServerDeliveryExecution.Builder. getExecutionServer().delivery.ExecutionServer execution_server = 2 [json_name = "executionServer"];ExecutionServerDeliveryExecution. getExecutionServer().delivery.ExecutionServer execution_server = 2 [json_name = "executionServer"];ExecutionServerDeliveryExecutionOrBuilder. getExecutionServer().delivery.ExecutionServer execution_server = 2 [json_name = "executionServer"];static ExecutionServerExecutionServer. valueOf(int value)Deprecated.static ExecutionServerExecutionServer. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ExecutionServerExecutionServer. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionServer[]ExecutionServer. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.promoted.proto.delivery that return types with arguments of type ExecutionServer Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ExecutionServer>ExecutionServer. internalGetValueMap()Methods in ai.promoted.proto.delivery with parameters of type ExecutionServer Modifier and Type Method Description DeliveryExecution.BuilderDeliveryExecution.Builder. setExecutionServer(ExecutionServer value).delivery.ExecutionServer execution_server = 2 [json_name = "executionServer"];
-