Uses of Class
com.google.spanner.v1.CacheUpdate.Builder
-
Uses of CacheUpdate.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return CacheUpdate.BuilderModifier and TypeMethodDescriptionCacheUpdate.Builder.addAllGroup(Iterable<? extends Group> values) A list of groups to be cached.CacheUpdate.Builder.addAllRange(Iterable<? extends Range> values) A list of ranges to be cached.A list of groups to be cached.CacheUpdate.Builder.addGroup(int index, Group.Builder builderForValue) A list of groups to be cached.A list of groups to be cached.CacheUpdate.Builder.addGroup(Group.Builder builderForValue) A list of groups to be cached.A list of ranges to be cached.CacheUpdate.Builder.addRange(int index, Range.Builder builderForValue) A list of ranges to be cached.A list of ranges to be cached.CacheUpdate.Builder.addRange(Range.Builder builderForValue) A list of ranges to be cached.CacheUpdate.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CacheUpdate.Builder.clear()CacheUpdate.Builder.clearDatabaseId()An internal ID for the database.CacheUpdate.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CacheUpdate.Builder.clearGroup()A list of groups to be cached.CacheUpdate.Builder.clearKeyRecipes()A list of recipes to be cached.CacheUpdate.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CacheUpdate.Builder.clearRange()A list of ranges to be cached.CacheUpdate.Builder.clone()PartialResultSet.Builder.getCacheUpdateBuilder()Optional.CacheUpdate.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CacheUpdate.Builder.mergeFrom(com.google.protobuf.Message other) CacheUpdate.Builder.mergeFrom(CacheUpdate other) CacheUpdate.Builder.mergeKeyRecipes(RecipeList value) A list of recipes to be cached.final CacheUpdate.BuilderCacheUpdate.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CacheUpdate.BuilderCacheUpdate.newBuilder()static CacheUpdate.BuilderCacheUpdate.newBuilder(CacheUpdate prototype) CacheUpdate.newBuilderForType()protected CacheUpdate.BuilderCacheUpdate.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CacheUpdate.Builder.removeGroup(int index) A list of groups to be cached.CacheUpdate.Builder.removeRange(int index) A list of ranges to be cached.CacheUpdate.Builder.setDatabaseId(long value) An internal ID for the database.A list of groups to be cached.CacheUpdate.Builder.setGroup(int index, Group.Builder builderForValue) A list of groups to be cached.CacheUpdate.Builder.setKeyRecipes(RecipeList value) A list of recipes to be cached.CacheUpdate.Builder.setKeyRecipes(RecipeList.Builder builderForValue) A list of recipes to be cached.A list of ranges to be cached.CacheUpdate.Builder.setRange(int index, Range.Builder builderForValue) A list of ranges to be cached.CacheUpdate.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final CacheUpdate.BuilderCacheUpdate.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CacheUpdate.toBuilder()Methods in com.google.spanner.v1 with parameters of type CacheUpdate.BuilderModifier and TypeMethodDescriptionPartialResultSet.Builder.setCacheUpdate(CacheUpdate.Builder builderForValue) Optional.