shade.polaris.io.grpc.binarylog.v1.MetadataEntryOrBuilder 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
package io.grpc.binarylog.v1;
public interface MetadataEntryOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.binarylog.v1.MetadataEntry)
com.google.protobuf.MessageOrBuilder {
/**
* string key = 1;
* @return The key.
*/
java.lang.String getKey();
/**
* string key = 1;
* @return The bytes for key.
*/
com.google.protobuf.ByteString
getKeyBytes();
/**
* bytes value = 2;
* @return The value.
*/
com.google.protobuf.ByteString getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy