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

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

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

package lightstep.com.lightstep.lightstep.google.protobuf;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy