| Modifier and Type | Method and Description |
|---|---|
Rule.IgnoreAction |
Rule.IgnoreAction.Builder.build() |
Rule.IgnoreAction |
Rule.IgnoreAction.Builder.buildPartial() |
static Rule.IgnoreAction |
Rule.IgnoreAction.getDefaultInstance() |
Rule.IgnoreAction |
Rule.IgnoreAction.getDefaultInstanceForType() |
Rule.IgnoreAction |
Rule.IgnoreAction.Builder.getDefaultInstanceForType() |
Rule.IgnoreAction |
Rule.getIgnoreAction()
Ignores specific terms from query during search.
|
Rule.IgnoreAction |
Rule.Builder.getIgnoreAction()
Ignores specific terms from query during search.
|
Rule.IgnoreAction |
RuleOrBuilder.getIgnoreAction()
Ignores specific terms from query during search.
|
static Rule.IgnoreAction |
Rule.IgnoreAction.parseDelimitedFrom(InputStream input) |
static Rule.IgnoreAction |
Rule.IgnoreAction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rule.IgnoreAction |
Rule.IgnoreAction.parseFrom(byte[] data) |
static Rule.IgnoreAction |
Rule.IgnoreAction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rule.IgnoreAction |
Rule.IgnoreAction.parseFrom(ByteBuffer data) |
static Rule.IgnoreAction |
Rule.IgnoreAction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rule.IgnoreAction |
Rule.IgnoreAction.parseFrom(com.google.protobuf.ByteString data) |
static Rule.IgnoreAction |
Rule.IgnoreAction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rule.IgnoreAction |
Rule.IgnoreAction.parseFrom(com.google.protobuf.CodedInputStream input) |
static Rule.IgnoreAction |
Rule.IgnoreAction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Rule.IgnoreAction |
Rule.IgnoreAction.parseFrom(InputStream input) |
static Rule.IgnoreAction |
Rule.IgnoreAction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Rule.IgnoreAction> |
Rule.IgnoreAction.getParserForType() |
static com.google.protobuf.Parser<Rule.IgnoreAction> |
Rule.IgnoreAction.parser() |
| Modifier and Type | Method and Description |
|---|---|
Rule.IgnoreAction.Builder |
Rule.IgnoreAction.Builder.mergeFrom(Rule.IgnoreAction other) |
Rule.Builder |
Rule.Builder.mergeIgnoreAction(Rule.IgnoreAction value)
Ignores specific terms from query during search.
|
static Rule.IgnoreAction.Builder |
Rule.IgnoreAction.newBuilder(Rule.IgnoreAction prototype) |
Rule.Builder |
Rule.Builder.setIgnoreAction(Rule.IgnoreAction value)
Ignores specific terms from query during search.
|
Copyright © 2023 Google LLC. All rights reserved.