public interface ExportNativeDashboardsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |