org.apache.comet.shaded.protobuf.StringValueOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/wrappers.proto
package org.apache.comet.shaded.protobuf;
public interface StringValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.StringValue)
org.apache.comet.shaded.protobuf.MessageOrBuilder {
/**
*
* The string value.
*
*
* string value = 1;
* @return The value.
*/
java.lang.String getValue();
/**
*
* The string value.
*
*
* string value = 1;
* @return The bytes for value.
*/
org.apache.comet.shaded.protobuf.ByteString
getValueBytes();
}