Interface Gripper.GrabResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Gripper.GrabResponse, Gripper.GrabResponse.Builder
Enclosing class:
Gripper

public static interface Gripper.GrabResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Struct
    .google.protobuf.Struct extra = 99 [json_name = "extra"];
    boolean
    bool success = 1 [json_name = "success"];
    boolean
    .google.protobuf.Struct extra = 99 [json_name = "extra"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getSuccess

      boolean getSuccess()
      bool success = 1 [json_name = "success"];
      Returns:
      The success.
    • hasExtra

      boolean hasExtra()
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Returns:
      Whether the extra field is set.
    • getExtra

      com.google.protobuf.Struct getExtra()
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Returns:
      The extra.