EventProtos.CustomProcessorEventProto.Builder |
EventProtos.CustomProcessorEventProto.Builder.clear() |
EventProtos.CustomProcessorEventProto.Builder |
EventProtos.CustomProcessorEventProto.Builder.clearUserPayload()
optional bytes user_payload = 1;
|
EventProtos.CustomProcessorEventProto.Builder |
EventProtos.CustomProcessorEventProto.Builder.clearVersion()
required int32 version = 2;
|
EventProtos.CustomProcessorEventProto.Builder |
EventProtos.CustomProcessorEventProto.Builder.clone() |
EventProtos.CustomProcessorEventProto.Builder |
EventProtos.CustomProcessorEventProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EventProtos.CustomProcessorEventProto.Builder |
EventProtos.CustomProcessorEventProto.Builder.mergeFrom(EventProtos.CustomProcessorEventProto other) |
EventProtos.CustomProcessorEventProto.Builder |
EventProtos.CustomProcessorEventProto.Builder.mergeFrom(com.google.protobuf.Message other) |
static EventProtos.CustomProcessorEventProto.Builder |
EventProtos.CustomProcessorEventProto.newBuilder() |
static EventProtos.CustomProcessorEventProto.Builder |
EventProtos.CustomProcessorEventProto.newBuilder(EventProtos.CustomProcessorEventProto prototype) |
EventProtos.CustomProcessorEventProto.Builder |
EventProtos.CustomProcessorEventProto.newBuilderForType() |
protected EventProtos.CustomProcessorEventProto.Builder |
EventProtos.CustomProcessorEventProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
EventProtos.CustomProcessorEventProto.Builder |
EventProtos.CustomProcessorEventProto.Builder.setUserPayload(com.google.protobuf.ByteString value)
optional bytes user_payload = 1;
|
EventProtos.CustomProcessorEventProto.Builder |
EventProtos.CustomProcessorEventProto.Builder.setVersion(int value)
required int32 version = 2;
|
EventProtos.CustomProcessorEventProto.Builder |
EventProtos.CustomProcessorEventProto.toBuilder() |