public static class PubsubMessages.ParsePayloadAsPubsubMessageProto extends java.lang.Object implements SerializableFunction<PubsubMessage,byte[]>
| Constructor and Description | 
|---|
ParsePayloadAsPubsubMessageProto()  | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
apply(PubsubMessage input)
Returns the result of invoking this function on the given input. 
 | 
public byte[] apply(PubsubMessage input)
SerializableFunctionapply in interface ProcessFunction<PubsubMessage,byte[]>apply in interface SerializableFunction<PubsubMessage,byte[]>