All Downloads are FREE. Search and download functionalities are using the official Maven repository.

shade.polaris.io.grpc.binarylog.v1.MessageOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0.0-RC3
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy