Uses of Class
com.google.datastore.v1.KindExpression.Builder
-
Packages that use KindExpression.Builder Package Description com.google.datastore.v1 -
-
Uses of KindExpression.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return KindExpression.Builder Modifier and Type Method Description KindExpression.Builder
Query.Builder. addKindBuilder()
The kinds to query (if empty, returns entities of all kinds).KindExpression.Builder
Query.Builder. addKindBuilder(int index)
The kinds to query (if empty, returns entities of all kinds).KindExpression.Builder
KindExpression.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
KindExpression.Builder
KindExpression.Builder. clear()
KindExpression.Builder
KindExpression.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
KindExpression.Builder
KindExpression.Builder. clearName()
The name of the kind.KindExpression.Builder
KindExpression.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
KindExpression.Builder
KindExpression.Builder. clone()
KindExpression.Builder
Query.Builder. getKindBuilder(int index)
The kinds to query (if empty, returns entities of all kinds).KindExpression.Builder
KindExpression.Builder. mergeFrom(KindExpression other)
KindExpression.Builder
KindExpression.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KindExpression.Builder
KindExpression.Builder. mergeFrom(com.google.protobuf.Message other)
KindExpression.Builder
KindExpression.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static KindExpression.Builder
KindExpression. newBuilder()
static KindExpression.Builder
KindExpression. newBuilder(KindExpression prototype)
KindExpression.Builder
KindExpression. newBuilderForType()
protected KindExpression.Builder
KindExpression. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
KindExpression.Builder
KindExpression.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
KindExpression.Builder
KindExpression.Builder. setName(String value)
The name of the kind.KindExpression.Builder
KindExpression.Builder. setNameBytes(com.google.protobuf.ByteString value)
The name of the kind.KindExpression.Builder
KindExpression.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
KindExpression.Builder
KindExpression.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
KindExpression.Builder
KindExpression. toBuilder()
Methods in com.google.datastore.v1 that return types with arguments of type KindExpression.Builder Modifier and Type Method Description List<KindExpression.Builder>
Query.Builder. getKindBuilderList()
The kinds to query (if empty, returns entities of all kinds).Methods in com.google.datastore.v1 with parameters of type KindExpression.Builder Modifier and Type Method Description Query.Builder
Query.Builder. addKind(int index, KindExpression.Builder builderForValue)
The kinds to query (if empty, returns entities of all kinds).Query.Builder
Query.Builder. addKind(KindExpression.Builder builderForValue)
The kinds to query (if empty, returns entities of all kinds).Query.Builder
Query.Builder. setKind(int index, KindExpression.Builder builderForValue)
The kinds to query (if empty, returns entities of all kinds).
-