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

com.signalfx.shaded.google.protobuf.ListValueOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/struct.proto

package com.signalfx.shaded.google.protobuf;

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

  /**
   * repeated .google.protobuf.Value values = 1 [json_name = "values"];
   */
  java.util.List 
      getValuesList();
  /**
   * repeated .google.protobuf.Value values = 1 [json_name = "values"];
   */
  com.signalfx.shaded.google.protobuf.Value getValues(int index);
  /**
   * repeated .google.protobuf.Value values = 1 [json_name = "values"];
   */
  int getValuesCount();
  /**
   * repeated .google.protobuf.Value values = 1 [json_name = "values"];
   */
  java.util.List 
      getValuesOrBuilderList();
  /**
   * repeated .google.protobuf.Value values = 1 [json_name = "values"];
   */
  com.signalfx.shaded.google.protobuf.ValueOrBuilder getValuesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy