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