Interface ExplainStatsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExplainStats, ExplainStats.Builder

public interface ExplainStatsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Any
    The format depends on the `output_format` options in the request.
    com.google.protobuf.AnyOrBuilder
    The format depends on the `output_format` options in the request.
    boolean
    The format depends on the `output_format` options in the request.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasData

      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:
      Whether the data field is set.
    • getData

      com.google.protobuf.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:
      The data.
    • getDataOrBuilder

      com.google.protobuf.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;