Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface ProtoStringOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ProtoString,ProtoString.Builder
@Generated
public interface ProtoStringOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()string value = 1;com.google.protobuf.ByteStringstring value = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getValue
String getValue()string value = 1;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()string value = 1;- Returns:
- The bytes for value.
-