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