public static interface EstimateDataSizeRequest.WebsiteDataSource.EstimatorUriPatternOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getExactMatch()
Whether we infer the generated URI or use the exact provided one.
|
boolean |
getExclusive()
Whether the pattern is exclusive or not.
|
String |
getProvidedUriPattern()
User provided URI pattern.
|
com.google.protobuf.ByteString |
getProvidedUriPatternBytes()
User provided URI pattern.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProvidedUriPattern()
User provided URI pattern. For example, `foo.com/bar/*`.
string provided_uri_pattern = 1;com.google.protobuf.ByteString getProvidedUriPatternBytes()
User provided URI pattern. For example, `foo.com/bar/*`.
string provided_uri_pattern = 1;boolean getExactMatch()
Whether we infer the generated URI or use the exact provided one.
bool exact_match = 2;boolean getExclusive()
Whether the pattern is exclusive or not. If set to true, the pattern is considered exclusive. If unset or set to false, the pattern is considered inclusive by default.
bool exclusive = 3;Copyright © 2024 Google LLC. All rights reserved.