Uses of Class
com.google.protobuf.BoolValue
Packages that use BoolValue
-
Uses of BoolValue in com.google.protobuf
Methods in com.google.protobuf that return BoolValueModifier and TypeMethodDescriptionBoolValue.Builder.build()
BoolValue.Builder.buildPartial()
static BoolValue
BoolValue.getDefaultInstance()
BoolValue.Builder.getDefaultInstanceForType()
BoolValue.getDefaultInstanceForType()
static BoolValue
BoolValue.of
(boolean value) static BoolValue
BoolValue.parseDelimitedFrom
(InputStream input) static BoolValue
BoolValue.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolValue
BoolValue.parseFrom
(byte[] data) static BoolValue
BoolValue.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolValue
BoolValue.parseFrom
(com.google.protobuf.ByteString data) static BoolValue
BoolValue.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolValue
BoolValue.parseFrom
(com.google.protobuf.CodedInputStream input) static BoolValue
BoolValue.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolValue
BoolValue.parseFrom
(InputStream input) static BoolValue
BoolValue.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolValue
BoolValue.parseFrom
(ByteBuffer data) static BoolValue
BoolValue.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type BoolValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<BoolValue> BoolValue.getParserForType()
static com.google.protobuf.Parser
<BoolValue> BoolValue.parser()
Methods in com.google.protobuf with parameters of type BoolValueModifier and TypeMethodDescriptionstatic BoolValue.Builder
BoolValue.newBuilder
(BoolValue prototype)