Interface BotSetContainerTextResponseOrBuilder

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

@Generated public interface BotSetContainerTextResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Error message if success is false.
    com.google.protobuf.ByteString
    Error message if success is false.
    boolean
    Whether the text was successfully set.
    boolean
    Error message if success is false.

    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

    • getSuccess

      boolean getSuccess()
      Whether the text was successfully set.
      
      bool success = 1;
      Returns:
      The success.
    • hasError

      boolean hasError()
      Error message if success is false.
      Possible errors: "Unsupported container or field ID: <type>/<field_id>"
      
      optional string error = 2;
      Returns:
      Whether the error field is set.
    • getError

      String getError()
      Error message if success is false.
      Possible errors: "Unsupported container or field ID: <type>/<field_id>"
      
      optional string error = 2;
      Returns:
      The error.
    • getErrorBytes

      com.google.protobuf.ByteString getErrorBytes()
      Error message if success is false.
      Possible errors: "Unsupported container or field ID: <type>/<field_id>"
      
      optional string error = 2;
      Returns:
      The bytes for error.