public final class FetchSitemapsResponse extends GeneratedMessage implements FetchSitemapsResponseOrBuilderResponse message for SiteSearchEngineService.FetchSitemaps method.
Protobuf type google.cloud.discoveryengine.v1.FetchSitemapsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > FetchSitemapsResponseImplements
FetchSitemapsResponseOrBuilderStatic Fields
SITEMAPS_METADATA_FIELD_NUMBER
public static final int SITEMAPS_METADATA_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static FetchSitemapsResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static FetchSitemapsResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse.Builder |
|
newBuilder(FetchSitemapsResponse prototype)
public static FetchSitemapsResponse.Builder newBuilder(FetchSitemapsResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
FetchSitemapsResponse |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static FetchSitemapsResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FetchSitemapsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static FetchSitemapsResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FetchSitemapsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static FetchSitemapsResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FetchSitemapsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static FetchSitemapsResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FetchSitemapsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static FetchSitemapsResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FetchSitemapsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static FetchSitemapsResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FetchSitemapsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<FetchSitemapsResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<FetchSitemapsResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public FetchSitemapsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse |
|
getParserForType()
public Parser<FetchSitemapsResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<FetchSitemapsResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSitemapsMetadata(int index)
public FetchSitemapsResponse.SitemapMetadata getSitemapsMetadata(int index)List of Sitemaps fetched.
repeated .google.cloud.discoveryengine.v1.FetchSitemapsResponse.SitemapMetadata sitemaps_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse.SitemapMetadata |
|
getSitemapsMetadataCount()
public int getSitemapsMetadataCount()List of Sitemaps fetched.
repeated .google.cloud.discoveryengine.v1.FetchSitemapsResponse.SitemapMetadata sitemaps_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSitemapsMetadataList()
public List<FetchSitemapsResponse.SitemapMetadata> getSitemapsMetadataList()List of Sitemaps fetched.
repeated .google.cloud.discoveryengine.v1.FetchSitemapsResponse.SitemapMetadata sitemaps_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
List<SitemapMetadata> |
|
getSitemapsMetadataOrBuilder(int index)
public FetchSitemapsResponse.SitemapMetadataOrBuilder getSitemapsMetadataOrBuilder(int index)List of Sitemaps fetched.
repeated .google.cloud.discoveryengine.v1.FetchSitemapsResponse.SitemapMetadata sitemaps_metadata = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse.SitemapMetadataOrBuilder |
|
getSitemapsMetadataOrBuilderList()
public List<? extends FetchSitemapsResponse.SitemapMetadataOrBuilder> getSitemapsMetadataOrBuilderList()List of Sitemaps fetched.
repeated .google.cloud.discoveryengine.v1.FetchSitemapsResponse.SitemapMetadata sitemaps_metadata = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1.FetchSitemapsResponse.SitemapMetadataOrBuilder> |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public FetchSitemapsResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected FetchSitemapsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse.Builder |
|
toBuilder()
public FetchSitemapsResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
FetchSitemapsResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|