public static final class DeleteSitemapRequest.Builder extends GeneratedMessage.Builder<DeleteSitemapRequest.Builder> implements DeleteSitemapRequestOrBuilderRequest message for SiteSearchEngineService.DeleteSitemap method.
Protobuf type google.cloud.discoveryengine.v1beta.DeleteSitemapRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DeleteSitemapRequest.BuilderImplements
DeleteSitemapRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DeleteSitemapRequest build()| Returns | |
|---|---|
| Type | Description |
DeleteSitemapRequest |
|
buildPartial()
public DeleteSitemapRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
DeleteSitemapRequest |
|
clear()
public DeleteSitemapRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
DeleteSitemapRequest.Builder |
|
clearName()
public DeleteSitemapRequest.Builder clearName() Required. Full resource name of
Sitemap, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/sitemaps/{sitemap}.
If the caller does not have permission to access the Sitemap, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested Sitemap does not exist, a NOT_FOUND error is returned.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DeleteSitemapRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DeleteSitemapRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DeleteSitemapRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Required. Full resource name of
Sitemap, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/sitemaps/{sitemap}.
If the caller does not have permission to access the Sitemap, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested Sitemap does not exist, a NOT_FOUND error is returned.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Required. Full resource name of
Sitemap, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/sitemaps/{sitemap}.
If the caller does not have permission to access the Sitemap, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested Sitemap does not exist, a NOT_FOUND error is returned.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DeleteSitemapRequest other)
public DeleteSitemapRequest.Builder mergeFrom(DeleteSitemapRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteSitemapRequest |
| Returns | |
|---|---|
| Type | Description |
DeleteSitemapRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DeleteSitemapRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DeleteSitemapRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DeleteSitemapRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DeleteSitemapRequest.Builder |
|
setName(String value)
public DeleteSitemapRequest.Builder setName(String value) Required. Full resource name of
Sitemap, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/sitemaps/{sitemap}.
If the caller does not have permission to access the Sitemap, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested Sitemap does not exist, a NOT_FOUND error is returned.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteSitemapRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public DeleteSitemapRequest.Builder setNameBytes(ByteString value) Required. Full resource name of
Sitemap, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/sitemaps/{sitemap}.
If the caller does not have permission to access the Sitemap, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested Sitemap does not exist, a NOT_FOUND error is returned.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
DeleteSitemapRequest.Builder |
This builder for chaining. |