// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/wrappers.proto

package com.google.protobuf;

public interface StringValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.StringValue)
    com.google.protobuf.MessageOrBuilder {

  
The string value.
string value = 1;
Returns:The value.
/** * <pre> * The string value. * </pre> * * <code>string value = 1;</code> * @return The value. */
java.lang.String getValue();
The string value.
string value = 1;
Returns:The bytes for value.
/** * <pre> * The string value. * </pre> * * <code>string value = 1;</code> * @return The bytes for value. */
com.google.protobuf.ByteString getValueBytes(); }