Interface CitationOrBuilder (3.34.0)

public interface CitationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndIndex()

public abstract int getEndIndex()

Output only. End index into the content.

int32 end_index = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The endIndex.

getLicense()

public abstract String getLicense()

Output only. License of the attribution.

string license = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The license.

getLicenseBytes()

public abstract ByteString getLicenseBytes()

Output only. License of the attribution.

string license = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for license.

getPublicationDate()

public abstract Date getPublicationDate()

Output only. Publication date of the attribution.

.google.type.Date publication_date = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
com.google.type.Date

The publicationDate.

getPublicationDateOrBuilder()

public abstract DateOrBuilder getPublicationDateOrBuilder()

Output only. Publication date of the attribution.

.google.type.Date publication_date = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
com.google.type.DateOrBuilder

getStartIndex()

public abstract int getStartIndex()

Output only. Start index into the content.

int32 start_index = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The startIndex.

getTitle()

public abstract String getTitle()

Output only. Title of the attribution.

string title = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Output only. Title of the attribution.

string title = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for title.

getUri()

public abstract String getUri()

Output only. Url reference of the attribution.

string uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Output only. Url reference of the attribution.

string uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for uri.

hasPublicationDate()

public abstract boolean hasPublicationDate()

Output only. Publication date of the attribution.

.google.type.Date publication_date = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the publicationDate field is set.