com.alibaba.nacos.shaded.com.google.protobuf.StringValueOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/wrappers.proto
package com.alibaba.nacos.shaded.com.google.protobuf;
public interface StringValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.StringValue)
com.alibaba.nacos.shaded.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.alibaba.nacos.shaded.com.google.protobuf.ByteString
getValueBytes();
}