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

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

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

package com.google.protobuf;

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy