public interface FetchSitemapsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FetchSitemapsRequest.Matcher |
getMatcher()
Optional.
|
FetchSitemapsRequest.MatcherOrBuilder |
getMatcherOrBuilder()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasMatcher()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Parent resource name of the [SiteSearchEngine][google.cloud.discoveryengine.v1beta.SiteSearchEngine], such as `projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Parent resource name of the [SiteSearchEngine][google.cloud.discoveryengine.v1beta.SiteSearchEngine], such as `projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasMatcher()
Optional. If specified, fetches the matching [Sitemap][google.cloud.discoveryengine.v1beta.Sitemap]s. If not specified, fetches all [Sitemap][google.cloud.discoveryengine.v1beta.Sitemap]s in the [DataStore][google.cloud.discoveryengine.v1beta.DataStore].
.google.cloud.discoveryengine.v1beta.FetchSitemapsRequest.Matcher matcher = 2 [(.google.api.field_behavior) = OPTIONAL];
FetchSitemapsRequest.Matcher getMatcher()
Optional. If specified, fetches the matching [Sitemap][google.cloud.discoveryengine.v1beta.Sitemap]s. If not specified, fetches all [Sitemap][google.cloud.discoveryengine.v1beta.Sitemap]s in the [DataStore][google.cloud.discoveryengine.v1beta.DataStore].
.google.cloud.discoveryengine.v1beta.FetchSitemapsRequest.Matcher matcher = 2 [(.google.api.field_behavior) = OPTIONAL];
FetchSitemapsRequest.MatcherOrBuilder getMatcherOrBuilder()
Optional. If specified, fetches the matching [Sitemap][google.cloud.discoveryengine.v1beta.Sitemap]s. If not specified, fetches all [Sitemap][google.cloud.discoveryengine.v1beta.Sitemap]s in the [DataStore][google.cloud.discoveryengine.v1beta.DataStore].
.google.cloud.discoveryengine.v1beta.FetchSitemapsRequest.Matcher matcher = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.