org.apache.comet.shaded.protobuf.BytesValueOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/wrappers.proto
package org.apache.comet.shaded.protobuf;
public interface BytesValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.BytesValue)
org.apache.comet.shaded.protobuf.MessageOrBuilder {
/**
*
* The bytes value.
*
*
* bytes value = 1;
* @return The value.
*/
org.apache.comet.shaded.protobuf.ByteString getValue();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy