public static final class FetchSitemapsRequest.UrisMatcher.Builder extends GeneratedMessage.Builder<FetchSitemapsRequest.UrisMatcher.Builder> implements FetchSitemapsRequest.UrisMatcherOrBuilderMatcher for the Sitemaps by their uris.
Protobuf type google.cloud.discoveryengine.v1beta.FetchSitemapsRequest.UrisMatcher
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FetchSitemapsRequest.UrisMatcher.BuilderImplements
FetchSitemapsRequest.UrisMatcherOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllUris(Iterable<String> values)
public FetchSitemapsRequest.UrisMatcher.Builder addAllUris(Iterable<String> values)The Sitemap uris.
repeated string uris = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The uris to add. |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsRequest.UrisMatcher.Builder |
This builder for chaining. |
addUris(String value)
public FetchSitemapsRequest.UrisMatcher.Builder addUris(String value)The Sitemap uris.
repeated string uris = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe uris to add. |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsRequest.UrisMatcher.Builder |
This builder for chaining. |
addUrisBytes(ByteString value)
public FetchSitemapsRequest.UrisMatcher.Builder addUrisBytes(ByteString value)The Sitemap uris.
repeated string uris = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the uris to add. |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsRequest.UrisMatcher.Builder |
This builder for chaining. |
build()
public FetchSitemapsRequest.UrisMatcher build()| Returns | |
|---|---|
| Type | Description |
FetchSitemapsRequest.UrisMatcher |
|
buildPartial()
public FetchSitemapsRequest.UrisMatcher buildPartial()| Returns | |
|---|---|
| Type | Description |
FetchSitemapsRequest.UrisMatcher |
|
clear()
public FetchSitemapsRequest.UrisMatcher.Builder clear()| Returns | |
|---|---|
| Type | Description |
FetchSitemapsRequest.UrisMatcher.Builder |
|
clearUris()
public FetchSitemapsRequest.UrisMatcher.Builder clearUris()The Sitemap uris.
repeated string uris = 1;
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsRequest.UrisMatcher.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public FetchSitemapsRequest.UrisMatcher getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FetchSitemapsRequest.UrisMatcher |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUris(int index)
public String getUris(int index)The Sitemap uris.
repeated string uris = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The uris at the given index. |
getUrisBytes(int index)
public ByteString getUrisBytes(int index)The Sitemap uris.
repeated string uris = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the uris at the given index. |
getUrisCount()
public int getUrisCount()The Sitemap uris.
repeated string uris = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of uris. |
getUrisList()
public ProtocolStringList getUrisList()The Sitemap uris.
repeated string uris = 1;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the uris. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FetchSitemapsRequest.UrisMatcher other)
public FetchSitemapsRequest.UrisMatcher.Builder mergeFrom(FetchSitemapsRequest.UrisMatcher other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchSitemapsRequest.UrisMatcher |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsRequest.UrisMatcher.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FetchSitemapsRequest.UrisMatcher.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsRequest.UrisMatcher.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FetchSitemapsRequest.UrisMatcher.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsRequest.UrisMatcher.Builder |
|
setUris(int index, String value)
public FetchSitemapsRequest.UrisMatcher.Builder setUris(int index, String value)The Sitemap uris.
repeated string uris = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe uris to set. |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsRequest.UrisMatcher.Builder |
This builder for chaining. |