Interface ExportNativeDashboardsResponseOrBuilder (0.31.0)

public interface ExportNativeDashboardsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

public abstract ExportNativeDashboardsResponse.DestinationCase getDestinationCase()
Returns
Type Description
ExportNativeDashboardsResponse.DestinationCase

getInlineDestination()

public abstract InlineDestination getInlineDestination()

The data for the exported dashboards included directly in the response.

.google.cloud.chronicle.v1.InlineDestination inline_destination = 1;

Returns
Type Description
InlineDestination

The inlineDestination.

getInlineDestinationOrBuilder()

public abstract InlineDestinationOrBuilder getInlineDestinationOrBuilder()

The data for the exported dashboards included directly in the response.

.google.cloud.chronicle.v1.InlineDestination inline_destination = 1;

Returns
Type Description
InlineDestinationOrBuilder

hasInlineDestination()

public abstract boolean hasInlineDestination()

The data for the exported dashboards included directly in the response.

.google.cloud.chronicle.v1.InlineDestination inline_destination = 1;

Returns
Type Description
boolean

Whether the inlineDestination field is set.