Interface MethodOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    Method, Method.Builder

    @Generated
    public interface MethodOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getEdition()
      Deprecated.
      google.protobuf.Method.edition is deprecated.
      com.google.protobuf.ByteString getEditionBytes()
      Deprecated.
      google.protobuf.Method.edition is deprecated.
      java.lang.String getName()
      string name = 1 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 1 [json_name = "name"];
      Option getOptions​(int index)
      repeated .google.protobuf.Option options = 6 [json_name = "options"];
      int getOptionsCount()
      repeated .google.protobuf.Option options = 6 [json_name = "options"];
      java.util.List<Option> getOptionsList()
      repeated .google.protobuf.Option options = 6 [json_name = "options"];
      boolean getRequestStreaming()
      bool request_streaming = 3 [json_name = "requestStreaming"];
      java.lang.String getRequestTypeUrl()
      string request_type_url = 2 [json_name = "requestTypeUrl"];
      com.google.protobuf.ByteString getRequestTypeUrlBytes()
      string request_type_url = 2 [json_name = "requestTypeUrl"];
      boolean getResponseStreaming()
      bool response_streaming = 5 [json_name = "responseStreaming"];
      java.lang.String getResponseTypeUrl()
      string response_type_url = 4 [json_name = "responseTypeUrl"];
      com.google.protobuf.ByteString getResponseTypeUrlBytes()
      string response_type_url = 4 [json_name = "responseTypeUrl"];
      Syntax getSyntax()
      Deprecated.
      google.protobuf.Method.syntax is deprecated.
      int getSyntaxValue()
      Deprecated.
      google.protobuf.Method.syntax is deprecated.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getName

        java.lang.String getName()
        string name = 1 [json_name = "name"];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1 [json_name = "name"];
        Returns:
        The bytes for name.
      • getRequestTypeUrl

        java.lang.String getRequestTypeUrl()
        string request_type_url = 2 [json_name = "requestTypeUrl"];
        Returns:
        The requestTypeUrl.
      • getRequestTypeUrlBytes

        com.google.protobuf.ByteString getRequestTypeUrlBytes()
        string request_type_url = 2 [json_name = "requestTypeUrl"];
        Returns:
        The bytes for requestTypeUrl.
      • getRequestStreaming

        boolean getRequestStreaming()
        bool request_streaming = 3 [json_name = "requestStreaming"];
        Returns:
        The requestStreaming.
      • getResponseTypeUrl

        java.lang.String getResponseTypeUrl()
        string response_type_url = 4 [json_name = "responseTypeUrl"];
        Returns:
        The responseTypeUrl.
      • getResponseTypeUrlBytes

        com.google.protobuf.ByteString getResponseTypeUrlBytes()
        string response_type_url = 4 [json_name = "responseTypeUrl"];
        Returns:
        The bytes for responseTypeUrl.
      • getResponseStreaming

        boolean getResponseStreaming()
        bool response_streaming = 5 [json_name = "responseStreaming"];
        Returns:
        The responseStreaming.
      • getOptionsList

        java.util.List<Option> getOptionsList()
        repeated .google.protobuf.Option options = 6 [json_name = "options"];
      • getOptions

        Option getOptions​(int index)
        repeated .google.protobuf.Option options = 6 [json_name = "options"];
      • getOptionsCount

        int getOptionsCount()
        repeated .google.protobuf.Option options = 6 [json_name = "options"];
      • getSyntaxValue

        @Deprecated
        int getSyntaxValue()
        Deprecated.
        google.protobuf.Method.syntax is deprecated. See google/protobuf/api.proto;l=0
        .google.protobuf.Syntax syntax = 7 [json_name = "syntax", deprecated = true];
        Returns:
        The enum numeric value on the wire for syntax.
      • getSyntax

        @Deprecated
        Syntax getSyntax()
        Deprecated.
        google.protobuf.Method.syntax is deprecated. See google/protobuf/api.proto;l=0
        .google.protobuf.Syntax syntax = 7 [json_name = "syntax", deprecated = true];
        Returns:
        The syntax.
      • getEdition

        @Deprecated
        java.lang.String getEdition()
        Deprecated.
        google.protobuf.Method.edition is deprecated. See google/protobuf/api.proto;l=0
        string edition = 8 [json_name = "edition", deprecated = true];
        Returns:
        The edition.
      • getEditionBytes

        @Deprecated
        com.google.protobuf.ByteString getEditionBytes()
        Deprecated.
        google.protobuf.Method.edition is deprecated. See google/protobuf/api.proto;l=0
        string edition = 8 [json_name = "edition", deprecated = true];
        Returns:
        The bytes for edition.