Interface Conversation.TelephonyConnectionInfo.MimeContentOrBuilder (4.64.0)

public static interface Conversation.TelephonyConnectionInfo.MimeContentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContent()

public abstract ByteString getContent()

Optional. The content payload.

bytes content = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The content.

getMimeType()

public abstract String getMimeType()

Optional. The mime type of the content.

string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The mimeType.

getMimeTypeBytes()

public abstract ByteString getMimeTypeBytes()

Optional. The mime type of the content.

string mime_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for mimeType.