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

com.google.datastore.v1.ArrayValueOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/datastore/v1/entity.proto

package com.google.datastore.v1;

public interface ArrayValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.datastore.v1.ArrayValue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Values in the array.
   * The order of this array may not be preserved if it contains a mix of
   * indexed and unindexed values.
   * 
* * repeated .google.datastore.v1.Value values = 1; */ java.util.List getValuesList(); /** *
   * Values in the array.
   * The order of this array may not be preserved if it contains a mix of
   * indexed and unindexed values.
   * 
* * repeated .google.datastore.v1.Value values = 1; */ com.google.datastore.v1.Value getValues(int index); /** *
   * Values in the array.
   * The order of this array may not be preserved if it contains a mix of
   * indexed and unindexed values.
   * 
* * repeated .google.datastore.v1.Value values = 1; */ int getValuesCount(); /** *
   * Values in the array.
   * The order of this array may not be preserved if it contains a mix of
   * indexed and unindexed values.
   * 
* * repeated .google.datastore.v1.Value values = 1; */ java.util.List getValuesOrBuilderList(); /** *
   * Values in the array.
   * The order of this array may not be preserved if it contains a mix of
   * indexed and unindexed values.
   * 
* * repeated .google.datastore.v1.Value values = 1; */ com.google.datastore.v1.ValueOrBuilder getValuesOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy