Interface Collections.OptimizerStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Collections.OptimizerStatus, Collections.OptimizerStatus.Builder
Enclosing class:
Collections

public static interface Collections.OptimizerStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string error = 2;
    com.google.protobuf.ByteString
    string error = 2;
    boolean
    bool ok = 1;

    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

    • getOk

      boolean getOk()
      bool ok = 1;
      Returns:
      The ok.
    • getError

      String getError()
      string error = 2;
      Returns:
      The error.
    • getErrorBytes

      com.google.protobuf.ByteString getErrorBytes()
      string error = 2;
      Returns:
      The bytes for error.