Interface ResourceReplyOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getContent(int index)
    repeated string content = 2;
    com.google.protobuf.ByteString
    getContentBytes(int index)
    repeated string content = 2;
    int
    repeated string content = 2;
    repeated string content = 2;
    boolean
    bool isError = 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

    • getIsError

      boolean getIsError()
      bool isError = 1;
      Returns:
      The isError.
    • getContentList

      List<String> getContentList()
      repeated string content = 2;
      Returns:
      A list containing the content.
    • getContentCount

      int getContentCount()
      repeated string content = 2;
      Returns:
      The count of content.
    • getContent

      String getContent(int index)
      repeated string content = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The content at the given index.
    • getContentBytes

      com.google.protobuf.ByteString getContentBytes(int index)
      repeated string content = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the content at the given index.