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

com.github.os72.protobuf_3_11_1.BytesValueOrBuilder Maven / Gradle / Ivy

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

package com.github.os72.protobuf_3_11_1;

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

  /**
   * 
   * The bytes value.
   * 
* * bytes value = 1; * @return The value. */ com.github.os72.protobuf_3_11_1.ByteString getValue(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy