| Modifier and Type | Method and Description |
|---|---|
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.addAllRules(Iterable<? extends GcRule> values)
Only delete cells which would be deleted by every element of `rules`.
|
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.addRules(GcRule.Builder builderForValue)
Only delete cells which would be deleted by every element of `rules`.
|
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.addRules(GcRule value)
Only delete cells which would be deleted by every element of `rules`.
|
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.addRules(int index,
GcRule.Builder builderForValue)
Only delete cells which would be deleted by every element of `rules`.
|
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.addRules(int index,
GcRule value)
Only delete cells which would be deleted by every element of `rules`.
|
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.clear() |
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.clearRules()
Only delete cells which would be deleted by every element of `rules`.
|
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.clone() |
GcRule.Intersection.Builder |
GcRule.Builder.getIntersectionBuilder()
Delete cells that would be deleted by every nested rule.
|
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.mergeFrom(GcRule.Intersection other) |
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.mergeFrom(com.google.protobuf.Message other) |
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static GcRule.Intersection.Builder |
GcRule.Intersection.newBuilder() |
static GcRule.Intersection.Builder |
GcRule.Intersection.newBuilder(GcRule.Intersection prototype) |
GcRule.Intersection.Builder |
GcRule.Intersection.newBuilderForType() |
protected GcRule.Intersection.Builder |
GcRule.Intersection.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.removeRules(int index)
Only delete cells which would be deleted by every element of `rules`.
|
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.setRules(int index,
GcRule.Builder builderForValue)
Only delete cells which would be deleted by every element of `rules`.
|
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.setRules(int index,
GcRule value)
Only delete cells which would be deleted by every element of `rules`.
|
GcRule.Intersection.Builder |
GcRule.Intersection.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GcRule.Intersection.Builder |
GcRule.Intersection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
GcRule.Builder |
GcRule.Builder.setIntersection(GcRule.Intersection.Builder builderForValue)
Delete cells that would be deleted by every nested rule.
|
Copyright © 2018 Google LLC. All rights reserved.