Interface SitemapOrBuilder (0.50.0)

public interface SitemapOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The sitemap's creation time.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The sitemap's creation time.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getFeedCase()

public abstract Sitemap.FeedCase getFeedCase()
Returns
Type Description
Sitemap.FeedCase

getName()

public abstract String getName()

Output only. The fully qualified resource name of the sitemap. projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/sitemaps/* The sitemap_id suffix is system-generated.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The fully qualified resource name of the sitemap. projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/sitemaps/* The sitemap_id suffix is system-generated.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for name.

getUri()

public abstract String getUri()

Public URI for the sitemap, e.g. www.example.com/sitemap.xml.

string uri = 2;

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Public URI for the sitemap, e.g. www.example.com/sitemap.xml.

string uri = 2;

Returns
Type Description
ByteString

The bytes for uri.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The sitemap's creation time.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasUri()

public abstract boolean hasUri()

Public URI for the sitemap, e.g. www.example.com/sitemap.xml.

string uri = 2;

Returns
Type Description
boolean

Whether the uri field is set.