Uses of Class
com.google.protobuf.BytesValue.Builder
-
Packages that use BytesValue.Builder Package Description com.google.protobuf -
-
Uses of BytesValue.Builder in com.google.protobuf
Methods in com.google.protobuf that return BytesValue.Builder Modifier and Type Method Description BytesValue.Builder
BytesValue.Builder. clearValue()
The bytes value.static BytesValue.Builder
BytesValue. newBuilder()
static BytesValue.Builder
BytesValue. newBuilder(BytesValue prototype)
BytesValue.Builder
BytesValue.Builder. setValue(ByteString value)
The bytes value.
-