public interface ExecuteExtensionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Response content from the extension.
|
com.google.protobuf.ByteString |
getContentBytes()
Response content from the extension.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;Copyright © 2024 Google LLC. All rights reserved.