Interface LoadResponse.BodyOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    LoadResponse.Body, LoadResponse.Body.Builder
    Enclosing class:
    LoadResponse

    public static interface LoadResponse.BodyOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Any getContent()
      .google.protobuf.Any content = 1 [json_name = "content"];
      boolean hasContent()
      .google.protobuf.Any content = 1 [json_name = "content"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasContent

        boolean hasContent()
        .google.protobuf.Any content = 1 [json_name = "content"];
        Returns:
        Whether the content field is set.
      • getContent

        com.google.protobuf.Any getContent()
        .google.protobuf.Any content = 1 [json_name = "content"];
        Returns:
        The content.