com.google.protobuf.BoolValueOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protobuf-java Show documentation
Show all versions of protobuf-java Show documentation
Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/wrappers.proto
// Protobuf Java Version: 3.25.5
package com.google.protobuf;
public interface BoolValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.BoolValue)
com.google.protobuf.MessageOrBuilder {
/**
* bool value = 1 [json_name = "value"];
* @return The value.
*/
boolean getValue();
}