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 TypeMethodDescriptionResponse content from the extension.com.google.protobuf.ByteStringResponse content from the extension.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-