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

lightstep.com.google.protobuf.ListValueOrBuilder 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 ListValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:lightstep.lightstep.google.protobuf.ListValue)
    lightstep.com.lightstep.lightstep.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Repeated field of dynamically typed values.
   * 
* * repeated .lightstep.lightstep.google.protobuf.Value values = 1; */ java.util.List getValuesList(); /** *
   * Repeated field of dynamically typed values.
   * 
* * repeated .lightstep.lightstep.google.protobuf.Value values = 1; */ lightstep.com.lightstep.lightstep.google.protobuf.Value getValues(int index); /** *
   * Repeated field of dynamically typed values.
   * 
* * repeated .lightstep.lightstep.google.protobuf.Value values = 1; */ int getValuesCount(); /** *
   * Repeated field of dynamically typed values.
   * 
* * repeated .lightstep.lightstep.google.protobuf.Value values = 1; */ java.util.List getValuesOrBuilderList(); /** *
   * Repeated field of dynamically typed values.
   * 
* * repeated .lightstep.lightstep.google.protobuf.Value values = 1; */ lightstep.com.lightstep.lightstep.google.protobuf.ValueOrBuilder getValuesOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy