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

com.hederahashgraph.api.proto.java.ProtoStringOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.54.0
Show 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy