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

com.google.protobuf.StringValueOrBuilder Maven / Gradle / Ivy

The newest version!
// 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 {

  /**
   * string value = 1 [json_name = "value"];
   * @return The value.
   */
  java.lang.String getValue();
  /**
   * string value = 1 [json_name = "value"];
   * @return The bytes for value.
   */
  com.google.protobuf.ByteString
      getValueBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy