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

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

There is a newer version: 2.0.0.0
Show newest version
// 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