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

package com.google.protobuf;

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

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