org.opensearch.migrations.trafficcapture.protos.WriteObservationOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TrafficCaptureStream.proto
package org.opensearch.migrations.trafficcapture.protos;
public interface WriteObservationOrBuilder extends
// @@protoc_insertion_point(interface_extends:WriteObservation)
com.google.protobuf.MessageOrBuilder {
/**
* bytes data = 1;
* @return The data.
*/
com.google.protobuf.ByteString getData();
}