Interface ClientWireProtocol.ExplainResponseStringPlanOrBuilder

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

public static interface ClientWireProtocol.ExplainResponseStringPlanOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string plan = 2;
    com.google.protobuf.ByteString
    string plan = 2;
    boolean
    Redirect = true, means we are telling client to send the command elsewhere
    string redirectHost = 4;
    com.google.protobuf.ByteString
    string redirectHost = 4;
    int
    fixed32 redirectPort = 5;
    .xg.cmdcomp.ConfirmationResponse response = 1;
    .xg.cmdcomp.ConfirmationResponse response = 1;
    boolean
    .xg.cmdcomp.ConfirmationResponse response = 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

    • hasResponse

      boolean hasResponse()
      .xg.cmdcomp.ConfirmationResponse response = 1;
      Returns:
      Whether the response field is set.
    • getResponse

      .xg.cmdcomp.ConfirmationResponse response = 1;
      Returns:
      The response.
    • getResponseOrBuilder

      .xg.cmdcomp.ConfirmationResponse response = 1;
    • getPlan

      String getPlan()
      string plan = 2;
      Returns:
      The plan.
    • getPlanBytes

      com.google.protobuf.ByteString getPlanBytes()
      string plan = 2;
      Returns:
      The bytes for plan.
    • getRedirect

      boolean getRedirect()
       Redirect = true, means we are telling client to send the command elsewhere
       
      bool redirect = 3;
      Returns:
      The redirect.
    • getRedirectHost

      String getRedirectHost()
      string redirectHost = 4;
      Returns:
      The redirectHost.
    • getRedirectHostBytes

      com.google.protobuf.ByteString getRedirectHostBytes()
      string redirectHost = 4;
      Returns:
      The bytes for redirectHost.
    • getRedirectPort

      int getRedirectPort()
      fixed32 redirectPort = 5;
      Returns:
      The redirectPort.