Package com.google.protobuf
Interface BytesValueOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder
- All Known Implementing Classes:
BytesValue,BytesValue.Builder
public interface BytesValueOrBuilder extends MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteStringgetValue()The bytes value.-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
-
-
-
Method Detail
-
getValue
ByteString getValue()
The bytes value.
bytes value = 1;- Returns:
- The value.
-
-