public static final class SearchResponse.Summary.Reference.ChunkContent extends GeneratedMessage implements SearchResponse.Summary.Reference.ChunkContentOrBuilderChunk content.
Protobuf type
google.cloud.discoveryengine.v1beta.SearchResponse.Summary.Reference.ChunkContent
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > SearchResponse.Summary.Reference.ChunkContentStatic Fields
CONTENT_FIELD_NUMBER
public static final int CONTENT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
PAGE_IDENTIFIER_FIELD_NUMBER
public static final int PAGE_IDENTIFIER_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static SearchResponse.Summary.Reference.ChunkContent getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static SearchResponse.Summary.Reference.ChunkContent.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent.Builder |
|
newBuilder(SearchResponse.Summary.Reference.ChunkContent prototype)
public static SearchResponse.Summary.Reference.ChunkContent.Builder newBuilder(SearchResponse.Summary.Reference.ChunkContent prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
SearchResponse.Summary.Reference.ChunkContent |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent.Builder |
|
parseDelimitedFrom(InputStream input)
public static SearchResponse.Summary.Reference.ChunkContent parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchResponse.Summary.Reference.ChunkContent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static SearchResponse.Summary.Reference.ChunkContent parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SearchResponse.Summary.Reference.ChunkContent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static SearchResponse.Summary.Reference.ChunkContent parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchResponse.Summary.Reference.ChunkContent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static SearchResponse.Summary.Reference.ChunkContent parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchResponse.Summary.Reference.ChunkContent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static SearchResponse.Summary.Reference.ChunkContent parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchResponse.Summary.Reference.ChunkContent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static SearchResponse.Summary.Reference.ChunkContent parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SearchResponse.Summary.Reference.ChunkContent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<SearchResponse.Summary.Reference.ChunkContent> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ChunkContent> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getContent()
public String getContent()Chunk textual content.
string content = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The content. |
getContentBytes()
public ByteString getContentBytes()Chunk textual content.
string content = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for content. |
getDefaultInstanceForType()
public SearchResponse.Summary.Reference.ChunkContent getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent |
|
getPageIdentifier()
public String getPageIdentifier()Page identifier.
string page_identifier = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The pageIdentifier. |
getPageIdentifierBytes()
public ByteString getPageIdentifierBytes()Page identifier.
string page_identifier = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageIdentifier. |
getParserForType()
public Parser<SearchResponse.Summary.Reference.ChunkContent> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ChunkContent> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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 SearchResponse.Summary.Reference.ChunkContent.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SearchResponse.Summary.Reference.ChunkContent.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent.Builder |
|
toBuilder()
public SearchResponse.Summary.Reference.ChunkContent.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
SearchResponse.Summary.Reference.ChunkContent.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|