public interface CreateSitemapRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |
getSitemap()
public abstract Sitemap getSitemap()Required. The Sitemap to create.
.google.cloud.discoveryengine.v1.Sitemap sitemap = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Sitemap |
The sitemap. |
getSitemapOrBuilder()
public abstract SitemapOrBuilder getSitemapOrBuilder()Required. The Sitemap to create.
.google.cloud.discoveryengine.v1.Sitemap sitemap = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SitemapOrBuilder |
|
hasSitemap()
public abstract boolean hasSitemap()Required. The Sitemap to create.
.google.cloud.discoveryengine.v1.Sitemap sitemap = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sitemap field is set. |