com.hederahashgraph.api.proto.java.ProtoStringOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/primitives.proto
package com.hederahashgraph.api.proto.java;
public interface ProtoStringOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ProtoString)
com.google.protobuf.MessageOrBuilder {
/**
* string value = 1;
* @return The value.
*/
java.lang.String getValue();
/**
* string value = 1;
* @return The bytes for value.
*/
com.google.protobuf.ByteString
getValueBytes();
}