org.hansken.extraction.plugin.grpc.RpcBeginDataStreamOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: hansken_extraction_plugin/framework/RpcCallMessages.proto
package org.hansken.extraction.plugin.grpc;
public interface RpcBeginDataStreamOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.hansken.extraction.plugin.grpc.RpcBeginDataStream)
com.google.protobuf.MessageOrBuilder {
/**
* string traceId = 1;
* @return The traceId.
*/
java.lang.String getTraceId();
/**
* string traceId = 1;
* @return The bytes for traceId.
*/
com.google.protobuf.ByteString
getTraceIdBytes();
/**
* string dataType = 2;
* @return The dataType.
*/
java.lang.String getDataType();
/**
* string dataType = 2;
* @return The bytes for dataType.
*/
com.google.protobuf.ByteString
getDataTypeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy