public static final class ExplainStats.Builder extends GeneratedMessage.Builder<ExplainStats.Builder> implements ExplainStatsOrBuilderPipeline explain stats.
Depending on the explain options in the original request, this can contain the optimized plan and / or execution stats.
Protobuf type google.firestore.v1.ExplainStats
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExplainStats.BuilderImplements
ExplainStatsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ExplainStats build()| Returns | |
|---|---|
| Type | Description |
ExplainStats |
|
buildPartial()
public ExplainStats buildPartial()| Returns | |
|---|---|
| Type | Description |
ExplainStats |
|
clear()
public ExplainStats.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExplainStats.Builder |
|
clearData()
public ExplainStats.Builder clearData() 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 |
ExplainStats.Builder |
|
getData()
public 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. |
getDataBuilder()
public Any.Builder getDataBuilder() 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 |
Builder |
|
getDataOrBuilder()
public 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 |
|
getDefaultInstanceForType()
public ExplainStats getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExplainStats |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
hasData()
public 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeData(Any value)
public ExplainStats.Builder mergeData(Any value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
Any |
| Returns | |
|---|---|
| Type | Description |
ExplainStats.Builder |
|
mergeFrom(ExplainStats other)
public ExplainStats.Builder mergeFrom(ExplainStats other)| Parameter | |
|---|---|
| Name | Description |
other |
ExplainStats |
| Returns | |
|---|---|
| Type | Description |
ExplainStats.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExplainStats.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExplainStats.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExplainStats.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExplainStats.Builder |
|
setData(Any value)
public ExplainStats.Builder setData(Any value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
Any |
| Returns | |
|---|---|
| Type | Description |
ExplainStats.Builder |
|
setData(Any.Builder builderForValue)
public ExplainStats.Builder setData(Any.Builder builderForValue) 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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
ExplainStats.Builder |
|