[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface MethodOrBuilder (3.19.4)\n\n public interface MethodOrBuilder extends MessageLiteOrBuilder\n\nImplements\n----------\n\n[MessageLiteOrBuilder](/java/docs/reference/protobuf/latest/com.google.protobuf.MessageLiteOrBuilder)\n\nMethods\n-------\n\n### getName()\n\n public abstract String getName()\n\nThe simple name of this method.\n\n`string name = 1;`\n\n### getNameBytes()\n\n public abstract ByteString getNameBytes()\n\nThe simple name of this method.\n\n`string name = 1;`\n\n### getOptions(int index)\n\n public abstract Option getOptions(int index)\n\nAny metadata attached to the method.\n\n`repeated .google.protobuf.Option options = 6;`\n\n### getOptionsCount()\n\n public abstract int getOptionsCount()\n\nAny metadata attached to the method.\n\n`repeated .google.protobuf.Option options = 6;`\n\n### getOptionsList()\n\n public abstract List\u003cOption\u003e getOptionsList()\n\nAny metadata attached to the method.\n\n`repeated .google.protobuf.Option options = 6;`\n\n### getRequestStreaming()\n\n public abstract boolean getRequestStreaming()\n\nIf true, the request is streamed.\n\n`bool request_streaming = 3;`\n\n### getRequestTypeUrl()\n\n public abstract String getRequestTypeUrl()\n\nA URL of the input message type.\n\n`string request_type_url = 2;`\n\n### getRequestTypeUrlBytes()\n\n public abstract ByteString getRequestTypeUrlBytes()\n\nA URL of the input message type.\n\n`string request_type_url = 2;`\n\n### getResponseStreaming()\n\n public abstract boolean getResponseStreaming()\n\nIf true, the response is streamed.\n\n`bool response_streaming = 5;`\n\n### getResponseTypeUrl()\n\n public abstract String getResponseTypeUrl()\n\nThe URL of the output message type.\n\n`string response_type_url = 4;`\n\n### getResponseTypeUrlBytes()\n\n public abstract ByteString getResponseTypeUrlBytes()\n\nThe URL of the output message type.\n\n`string response_type_url = 4;`\n\n### getSyntax()\n\n public abstract Syntax getSyntax()\n\nThe source syntax of this method.\n\n`.google.protobuf.Syntax syntax = 7;`\n\n### getSyntaxValue()\n\n public abstract int getSyntaxValue()\n\nThe source syntax of this method.\n\n`.google.protobuf.Syntax syntax = 7;`"]]