Uses of Class
com.google.datastore.v1.KindExpression.Builder
-
Uses of KindExpression.Builder in com.google.datastore.v1
Methods in com.google.datastore.v1 that return KindExpression.BuilderModifier and TypeMethodDescriptionQuery.Builder.addKindBuilder()The kinds to query (if empty, returns entities of all kinds).Query.Builder.addKindBuilder(int index) The kinds to query (if empty, returns entities of all kinds).KindExpression.Builder.clear()KindExpression.Builder.clearName()The name of the kind.Query.Builder.getKindBuilder(int index) The kinds to query (if empty, returns entities of all kinds).KindExpression.Builder.mergeFrom(KindExpression other) KindExpression.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) KindExpression.Builder.mergeFrom(com.google.protobuf.Message other) static KindExpression.BuilderKindExpression.newBuilder()static KindExpression.BuilderKindExpression.newBuilder(KindExpression prototype) KindExpression.newBuilderForType()protected KindExpression.BuilderKindExpression.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) The name of the kind.KindExpression.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the kind.KindExpression.toBuilder()Methods in com.google.datastore.v1 that return types with arguments of type KindExpression.BuilderModifier and TypeMethodDescriptionQuery.Builder.getKindBuilderList()The kinds to query (if empty, returns entities of all kinds).Methods in com.google.datastore.v1 with parameters of type KindExpression.BuilderModifier and TypeMethodDescriptionQuery.Builder.addKind(int index, KindExpression.Builder builderForValue) The kinds to query (if empty, returns entities of all kinds).Query.Builder.addKind(KindExpression.Builder builderForValue) The kinds to query (if empty, returns entities of all kinds).Query.Builder.setKind(int index, KindExpression.Builder builderForValue) The kinds to query (if empty, returns entities of all kinds).