io.axoniq.platform.grpc.HeartbeatRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: platform_api.proto
package io.axoniq.platform.grpc;
public interface HeartbeatRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.platform.grpc.HeartbeatRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional string message_id = 1;
*/
java.lang.String getMessageId();
/**
* optional string message_id = 1;
*/
com.google.protobuf.ByteString
getMessageIdBytes();
}