Interface PreviewInputResponseOrBuilder (0.77.0)

public interface PreviewInputResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBearerToken()

public abstract String getBearerToken()

A bearer token used to authenticate connections that display the preview content. The token expires after one hour. For HTTP connections, this token should be included as a bearer token inside the Authorization header.

string bearer_token = 2;

Returns
Type Description
String

The bearerToken.

getBearerTokenBytes()

public abstract ByteString getBearerTokenBytes()

A bearer token used to authenticate connections that display the preview content. The token expires after one hour. For HTTP connections, this token should be included as a bearer token inside the Authorization header.

string bearer_token = 2;

Returns
Type Description
ByteString

The bytes for bearerToken.

getUri()

public abstract String getUri()

URI to display the preview content.

string uri = 1;

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

URI to display the preview content.

string uri = 1;

Returns
Type Description
ByteString

The bytes for uri.