Browse |
public sealed class BrowseAutoCompleteResponse : IMessage<BrowseAutoCompleteResponse>, IMessage, IEquatable<BrowseAutoCompleteResponse>, IDeepCloneable<BrowseAutoCompleteResponse>, IBufferMessage
The BrowseAutoCompleteResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| BrowseAutoCompleteResponse | Initializes a new instance of the BrowseAutoCompleteResponse class | |
| BrowseAutoCompleteResponse(BrowseAutoCompleteResponse) | Initializes a new instance of the BrowseAutoCompleteResponse class |
| Name | Description | |
|---|---|---|
| Descriptor | ||
| ErrorMessage | The error message if any occurred. | |
| NodeIdPath | The node ID path of where the options are from. | |
| Options | The options for the auto complete that all matched the clue passed in. | |
| Parser | ||
| Status | The status of the call. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(BrowseAutoCompleteResponse) | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(BrowseAutoCompleteResponse) | ||
| MergeFrom(CodedInputStream) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| ErrorMessageFieldNumber | Field number for the "error_message" field. | |
| NodeIdPathFieldNumber | Field number for the "node_id_path" field. | |
| OptionsFieldNumber | Field number for the "options" field. | |
| StatusFieldNumber | Field number for the "status" field. |