Uses of Enum Class
org.apache.pulsar.functions.proto.Request.ServiceRequest.ServiceRequestType
-
Uses of Request.ServiceRequest.ServiceRequestType in org.apache.pulsar.functions.proto
Methods in org.apache.pulsar.functions.proto that return Request.ServiceRequest.ServiceRequestTypeModifier and TypeMethodDescriptionRequest.ServiceRequest.ServiceRequestType.forNumber(int value) Request.ServiceRequest.Builder.getServiceRequestType().proto.ServiceRequest.ServiceRequestType serviceRequestType = 1;Request.ServiceRequest.getServiceRequestType().proto.ServiceRequest.ServiceRequestType serviceRequestType = 1;Request.ServiceRequestOrBuilder.getServiceRequestType().proto.ServiceRequest.ServiceRequestType serviceRequestType = 1;Request.ServiceRequest.ServiceRequestType.valueOf(int value) Deprecated.Request.ServiceRequest.ServiceRequestType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.Request.ServiceRequest.ServiceRequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.functions.proto that return types with arguments of type Request.ServiceRequest.ServiceRequestTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Request.ServiceRequest.ServiceRequestType>Request.ServiceRequest.ServiceRequestType.internalGetValueMap()Methods in org.apache.pulsar.functions.proto with parameters of type Request.ServiceRequest.ServiceRequestTypeModifier and TypeMethodDescriptionRequest.ServiceRequest.Builder.setServiceRequestType(Request.ServiceRequest.ServiceRequestType value) .proto.ServiceRequest.ServiceRequestType serviceRequestType = 1;