All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.protobuf.MethodOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/api.proto

package com.google.protobuf;

public interface MethodOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.Method)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string name = 1;
   *
   * 
   * The simple name of this method.
   * 
*/ java.lang.String getName(); /** * optional string name = 1; * *
   * The simple name of this method.
   * 
*/ com.google.protobuf.ByteString getNameBytes(); /** * optional string request_type_url = 2; * *
   * A URL of the input message type.
   * 
*/ java.lang.String getRequestTypeUrl(); /** * optional string request_type_url = 2; * *
   * A URL of the input message type.
   * 
*/ com.google.protobuf.ByteString getRequestTypeUrlBytes(); /** * optional bool request_streaming = 3; * *
   * If true, the request is streamed.
   * 
*/ boolean getRequestStreaming(); /** * optional string response_type_url = 4; * *
   * The URL of the output message type.
   * 
*/ java.lang.String getResponseTypeUrl(); /** * optional string response_type_url = 4; * *
   * The URL of the output message type.
   * 
*/ com.google.protobuf.ByteString getResponseTypeUrlBytes(); /** * optional bool response_streaming = 5; * *
   * If true, the response is streamed.
   * 
*/ boolean getResponseStreaming(); /** * repeated .google.protobuf.Option options = 6; * *
   * Any metadata attached to the method.
   * 
*/ java.util.List getOptionsList(); /** * repeated .google.protobuf.Option options = 6; * *
   * Any metadata attached to the method.
   * 
*/ com.google.protobuf.Option getOptions(int index); /** * repeated .google.protobuf.Option options = 6; * *
   * Any metadata attached to the method.
   * 
*/ int getOptionsCount(); /** * repeated .google.protobuf.Option options = 6; * *
   * Any metadata attached to the method.
   * 
*/ java.util.List getOptionsOrBuilderList(); /** * repeated .google.protobuf.Option options = 6; * *
   * Any metadata attached to the method.
   * 
*/ com.google.protobuf.OptionOrBuilder getOptionsOrBuilder( int index); /** * optional .google.protobuf.Syntax syntax = 7; * *
   * The source syntax of this method.
   * 
*/ int getSyntaxValue(); /** * optional .google.protobuf.Syntax syntax = 7; * *
   * The source syntax of this method.
   * 
*/ com.google.protobuf.Syntax getSyntax(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy