com.google.datastore.v1.ArrayValueOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datastore-v1-protos Show documentation
Show all versions of datastore-v1-protos Show documentation
Protocol buffers for accessing the Google Cloud Datastore API.
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 extends com.google.datastore.v1.ValueOrBuilder>
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