Class AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata (0.66.0)

public static final class AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata extends GeneratedMessageV3 implements AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadataOrBuilder

Document metadata.

Protobuf type google.cloud.discoveryengine.v1.AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata

Static Fields

DOCUMENT_FIELD_NUMBER

public static final int DOCUMENT_FIELD_NUMBER
Field Value
Type Description
int

DOMAIN_FIELD_NUMBER

public static final int DOMAIN_FIELD_NUMBER
Field Value
Type Description
int

PAGE_IDENTIFIER_FIELD_NUMBER

public static final int PAGE_IDENTIFIER_FIELD_NUMBER
Field Value
Type Description
int

TITLE_FIELD_NUMBER

public static final int TITLE_FIELD_NUMBER
Field Value
Type Description
int

URI_FIELD_NUMBER

public static final int URI_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata getDefaultInstance()
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata.Builder newBuilder()
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata.Builder

newBuilder(AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata prototype)

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata.Builder newBuilder(AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata prototype)
Parameter
Name Description
prototype AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata.Builder

parseDelimitedFrom(InputStream input)

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata> parser()
Returns
Type Description
Parser<DocumentMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata getDefaultInstanceForType()
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata

getDocument()

public String getDocument()

Document resource name.

optional string document = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The document.

getDocumentBytes()

public ByteString getDocumentBytes()

Document resource name.

optional string document = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for document.

getDomain()

public String getDomain()

Domain name from the document URI. Note that the uri field may contain a URL that redirects to the actual website, in which case this will contain the domain name of the target site.

optional string domain = 5;

Returns
Type Description
String

The domain.

getDomainBytes()

public ByteString getDomainBytes()

Domain name from the document URI. Note that the uri field may contain a URL that redirects to the actual website, in which case this will contain the domain name of the target site.

optional string domain = 5;

Returns
Type Description
ByteString

The bytes for domain.

getPageIdentifier()

public String getPageIdentifier()

Page identifier.

optional string page_identifier = 4;

Returns
Type Description
String

The pageIdentifier.

getPageIdentifierBytes()

public ByteString getPageIdentifierBytes()

Page identifier.

optional string page_identifier = 4;

Returns
Type Description
ByteString

The bytes for pageIdentifier.

getParserForType()

public Parser<AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata> getParserForType()
Returns
Type Description
Parser<DocumentMetadata>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTitle()

public String getTitle()

Title.

optional string title = 3;

Returns
Type Description
String

The title.

getTitleBytes()

public ByteString getTitleBytes()

Title.

optional string title = 3;

Returns
Type Description
ByteString

The bytes for title.

getUri()

public String getUri()

URI for the document. It may contain a URL that redirects to the actual website.

optional string uri = 2;

Returns
Type Description
String

The uri.

getUriBytes()

public ByteString getUriBytes()

URI for the document. It may contain a URL that redirects to the actual website.

optional string uri = 2;

Returns
Type Description
ByteString

The bytes for uri.

hasDocument()

public boolean hasDocument()

Document resource name.

optional string document = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the document field is set.

hasDomain()

public boolean hasDomain()

Domain name from the document URI. Note that the uri field may contain a URL that redirects to the actual website, in which case this will contain the domain name of the target site.

optional string domain = 5;

Returns
Type Description
boolean

Whether the domain field is set.

hasPageIdentifier()

public boolean hasPageIdentifier()

Page identifier.

optional string page_identifier = 4;

Returns
Type Description
boolean

Whether the pageIdentifier field is set.

hasTitle()

public boolean hasTitle()

Title.

optional string title = 3;

Returns
Type Description
boolean

Whether the title field is set.

hasUri()

public boolean hasUri()

URI for the document. It may contain a URL that redirects to the actual website.

optional string uri = 2;

Returns
Type Description
boolean

Whether the uri field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata.Builder newBuilderForType()
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata.Builder toBuilder()
Returns
Type Description
AssistantGroundedContent.TextGroundingMetadata.Reference.DocumentMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException