Interface EstimateDataSizeRequest.WebsiteDataSource.EstimatorUriPatternOrBuilder (0.37.0)

public static interface EstimateDataSizeRequest.WebsiteDataSource.EstimatorUriPatternOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExactMatch()

public abstract boolean getExactMatch()

Whether we infer the generated URI or use the exact provided one.

bool exact_match = 2;

Returns
TypeDescription
boolean

The exactMatch.

getExclusive()

public abstract 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;

Returns
TypeDescription
boolean

The exclusive.

getProvidedUriPattern()

public abstract String getProvidedUriPattern()

User provided URI pattern. For example, foo.com/bar/*.

string provided_uri_pattern = 1;

Returns
TypeDescription
String

The providedUriPattern.

getProvidedUriPatternBytes()

public abstract ByteString getProvidedUriPatternBytes()

User provided URI pattern. For example, foo.com/bar/*.

string provided_uri_pattern = 1;

Returns
TypeDescription
ByteString

The bytes for providedUriPattern.