Interface ExplainStatsOrBuilder (3.35.1)

public interface ExplainStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getData()

public abstract Any getData()

The format depends on the output_format options in the request.

Currently there are two supported options: TEXT and JSON. Both supply a google.protobuf.StringValue.

.google.protobuf.Any data = 1;

Returns
Type Description
Any

The data.

getDataOrBuilder()

public abstract AnyOrBuilder getDataOrBuilder()

The format depends on the output_format options in the request.

Currently there are two supported options: TEXT and JSON. Both supply a google.protobuf.StringValue.

.google.protobuf.Any data = 1;

Returns
Type Description
AnyOrBuilder

hasData()

public abstract boolean hasData()

The format depends on the output_format options in the request.

Currently there are two supported options: TEXT and JSON. Both supply a google.protobuf.StringValue.

.google.protobuf.Any data = 1;

Returns
Type Description
boolean

Whether the data field is set.