Interface MarkdownOrBuilder (0.31.0)

public interface MarkdownOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContent()

public abstract String getContent()

Required. Markdown content.

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

Returns
Type Description
String

The content.

getContentBytes()

public abstract ByteString getContentBytes()

Required. Markdown content.

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

Returns
Type Description
ByteString

The bytes for content.

getProperties()

public abstract Markdown.MarkdownProperties getProperties()

Optional. Properties for the markdown.

.google.cloud.chronicle.v1.Markdown.MarkdownProperties properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Markdown.MarkdownProperties

The properties.

getPropertiesOrBuilder()

public abstract Markdown.MarkdownPropertiesOrBuilder getPropertiesOrBuilder()

Optional. Properties for the markdown.

.google.cloud.chronicle.v1.Markdown.MarkdownProperties properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Markdown.MarkdownPropertiesOrBuilder

hasProperties()

public abstract boolean hasProperties()

Optional. Properties for the markdown.

.google.cloud.chronicle.v1.Markdown.MarkdownProperties properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the properties field is set.