Interface QuotedMessageMetadataOrBuilder (0.1.0)

public interface QuotedMessageMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLastUpdateTime()

public abstract Timestamp getLastUpdateTime()

Output only. The timestamp when the quoted message was created or when the quoted message was last updated.

.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The lastUpdateTime.

getLastUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getLastUpdateTimeOrBuilder()

Output only. The timestamp when the quoted message was created or when the quoted message was last updated.

.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getName()

public abstract String getName()

Output only. Resource name of the quoted message.

Format: spaces/{space}/messages/{message}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. Resource name of the quoted message.

Format: spaces/{space}/messages/{message}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

hasLastUpdateTime()

public abstract boolean hasLastUpdateTime()

Output only. The timestamp when the quoted message was created or when the quoted message was last updated.

.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the lastUpdateTime field is set.