Interface PublisherModel.DocumentationOrBuilder (3.42.0)

public static interface PublisherModel.DocumentationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContent()

public abstract String getContent()

Required. Content of this piece of document (in Markdown format).

string content = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The content.

getContentBytes()

public abstract ByteString getContentBytes()

Required. Content of this piece of document (in Markdown format).

string content = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for content.

getTitle()

public abstract String getTitle()

Required. E.g., OVERVIEW, USE CASES, DOCUMENTATION, SDK & SAMPLES, JAVA, NODE.JS, etc..

string title = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Required. E.g., OVERVIEW, USE CASES, DOCUMENTATION, SDK & SAMPLES, JAVA, NODE.JS, etc..

string title = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for title.