Interface ExecuteExtensionResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Response content from the extension.
    com.google.protobuf.ByteString
    Response content from the extension.

    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

    • getContent

      String getContent()
       Response content from the extension. The content should be conformant to
       the response.content schema in the extension's manifest/OpenAPI spec.
       
      string content = 2;
      Returns:
      The content.
    • getContentBytes

      com.google.protobuf.ByteString getContentBytes()
       Response content from the extension. The content should be conformant to
       the response.content schema in the extension's manifest/OpenAPI spec.
       
      string content = 2;
      Returns:
      The bytes for content.