DatastoreV1.PropertyExpression.AggregationFunction |
DatastoreV1.PropertyExpressionOrBuilder.getAggregationFunction()
optional .api.services.datastore.PropertyExpression.AggregationFunction aggregation_function = 2;
|
DatastoreV1.PropertyExpression.AggregationFunction |
DatastoreV1.PropertyExpression.getAggregationFunction()
optional .api.services.datastore.PropertyExpression.AggregationFunction aggregation_function = 2;
|
DatastoreV1.PropertyExpression.AggregationFunction |
DatastoreV1.PropertyExpression.Builder.getAggregationFunction()
optional .api.services.datastore.PropertyExpression.AggregationFunction aggregation_function = 2;
|
static DatastoreV1.PropertyExpression.AggregationFunction |
DatastoreV1.PropertyExpression.AggregationFunction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DatastoreV1.PropertyExpression.AggregationFunction |
DatastoreV1.PropertyExpression.AggregationFunction.valueOf(int value) |
static DatastoreV1.PropertyExpression.AggregationFunction |
DatastoreV1.PropertyExpression.AggregationFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatastoreV1.PropertyExpression.AggregationFunction[] |
DatastoreV1.PropertyExpression.AggregationFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|