Uses of Class
com.google.protobuf.BoolValue
-
Packages that use BoolValue Package Description com.google.protobuf -
-
Uses of BoolValue in com.google.protobuf
Methods in com.google.protobuf that return BoolValue Modifier and Type Method Description BoolValueBoolValue.Builder. build()BoolValueBoolValue.Builder. buildPartial()static BoolValueBoolValue. getDefaultInstance()BoolValueBoolValue.Builder. getDefaultInstanceForType()BoolValueBoolValue. getDefaultInstanceForType()static BoolValueBoolValue. of(boolean value)static BoolValueBoolValue. parseDelimitedFrom(java.io.InputStream input)static BoolValueBoolValue. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoolValueBoolValue. parseFrom(byte[] data)static BoolValueBoolValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoolValueBoolValue. parseFrom(com.google.protobuf.ByteString data)static BoolValueBoolValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoolValueBoolValue. parseFrom(com.google.protobuf.CodedInputStream input)static BoolValueBoolValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoolValueBoolValue. parseFrom(java.io.InputStream input)static BoolValueBoolValue. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BoolValueBoolValue. parseFrom(java.nio.ByteBuffer data)static BoolValueBoolValue. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type BoolValue Modifier and Type Method Description com.google.protobuf.Parser<BoolValue>BoolValue. getParserForType()static com.google.protobuf.Parser<BoolValue>BoolValue. parser()Methods in com.google.protobuf with parameters of type BoolValue Modifier and Type Method Description BoolValue.BuilderBoolValue.Builder. mergeFrom(BoolValue other)static BoolValue.BuilderBoolValue. newBuilder(BoolValue prototype)
-