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

com.github.os72.protobuf351.StringValueOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.45
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/wrappers.proto

package com.github.os72.protobuf351;

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

  /**
   * 
   * The string value.
   * 
* * string value = 1; */ java.lang.String getValue(); /** *
   * The string value.
   * 
* * string value = 1; */ com.github.os72.protobuf351.ByteString getValueBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy