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.BuilderBytesValue.Builder. clearValue()bytes value = 1 [json_name = "value"];static BytesValue.BuilderBytesValue. newBuilder()static BytesValue.BuilderBytesValue. newBuilder(BytesValue prototype)BytesValue.BuilderBytesValue.Builder. setValue(com.google.protobuf.ByteString value)bytes value = 1 [json_name = "value"];
-