Interface FetchSitemapsRequestOrBuilder (0.50.0)

public interface FetchSitemapsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMatcher()

public abstract FetchSitemapsRequest.Matcher getMatcher()

Optional. If specified, fetches the matching Sitemaps. If not specified, fetches all Sitemaps in the DataStore.

.google.cloud.discoveryengine.v1beta.FetchSitemapsRequest.Matcher matcher = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FetchSitemapsRequest.Matcher

The matcher.

getMatcherOrBuilder()

public abstract FetchSitemapsRequest.MatcherOrBuilder getMatcherOrBuilder()

Optional. If specified, fetches the matching Sitemaps. If not specified, fetches all Sitemaps in the DataStore.

.google.cloud.discoveryengine.v1beta.FetchSitemapsRequest.Matcher matcher = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FetchSitemapsRequest.MatcherOrBuilder

getParent()

public abstract String getParent()

Required. Parent resource name of the SiteSearchEngine, such as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Parent resource name of the SiteSearchEngine, such as projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasMatcher()

public abstract boolean hasMatcher()

Optional. If specified, fetches the matching Sitemaps. If not specified, fetches all Sitemaps in the DataStore.

.google.cloud.discoveryengine.v1beta.FetchSitemapsRequest.Matcher matcher = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the matcher field is set.