shade.polaris.io.grpc.binarylog.v1.MessageOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/binlog/v1/binarylog.proto
// Protobuf Java Version: 3.25.1
package io.grpc.binarylog.v1;
public interface MessageOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.binarylog.v1.Message)
com.google.protobuf.MessageOrBuilder {
/**
*
* Length of the message. It may not be the same as the length of the
* data field, as the logging payload can be truncated or omitted.
*
*
* uint32 length = 1;
* @return The length.
*/
int getLength();
/**
*
* May be truncated or omitted.
*
*
* bytes data = 2;
* @return The data.
*/
com.google.protobuf.ByteString getData();
}