Package com.google.protobuf
Interface BytesValueOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
- All Known Implementing Classes:
BytesValue
,BytesValue.Builder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getValue
ByteString getValue()The bytes value.
bytes value = 1;
- Returns:
- The value.
-