public static class PubsubMessages.ParsePayloadAsPubsubMessageProto extends java.lang.Object implements org.apache.beam.sdk.transforms.SerializableFunction<PubsubMessage,byte[]>
| Constructor and Description |
|---|
ParsePayloadAsPubsubMessageProto() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
apply(PubsubMessage input) |
public byte[] apply(PubsubMessage input)
apply in interface org.apache.beam.sdk.transforms.ProcessFunction<PubsubMessage,byte[]>apply in interface org.apache.beam.sdk.transforms.SerializableFunction<PubsubMessage,byte[]>