All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.protobuf.ValueOrBuilder Maven / Gradle / Ivy

Go to download

Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.

There is a newer version: 4.30.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/struct.proto

package com.google.protobuf;

public interface ValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.Value)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .google.protobuf.NullValue null_value = 1;
   *
   * 
   * Represents a null value.
   * 
*/ int getNullValueValue(); /** * optional .google.protobuf.NullValue null_value = 1; * *
   * Represents a null value.
   * 
*/ com.google.protobuf.NullValue getNullValue(); /** * optional double number_value = 2; * *
   * Represents a double value.
   * 
*/ double getNumberValue(); /** * optional string string_value = 3; * *
   * Represents a string value.
   * 
*/ java.lang.String getStringValue(); /** * optional string string_value = 3; * *
   * Represents a string value.
   * 
*/ com.google.protobuf.ByteString getStringValueBytes(); /** * optional bool bool_value = 4; * *
   * Represents a boolean value.
   * 
*/ boolean getBoolValue(); /** * optional .google.protobuf.Struct struct_value = 5; * *
   * Represents a structured value.
   * 
*/ com.google.protobuf.Struct getStructValue(); /** * optional .google.protobuf.Struct struct_value = 5; * *
   * Represents a structured value.
   * 
*/ com.google.protobuf.StructOrBuilder getStructValueOrBuilder(); /** * optional .google.protobuf.ListValue list_value = 6; * *
   * Represents a repeated `Value`.
   * 
*/ com.google.protobuf.ListValue getListValue(); /** * optional .google.protobuf.ListValue list_value = 6; * *
   * Represents a repeated `Value`.
   * 
*/ com.google.protobuf.ListValueOrBuilder getListValueOrBuilder(); public com.google.protobuf.Value.KindCase getKindCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy