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