Interface MethodOrBuilder (3.19.4)

  public 
  
 interface 
 MethodOrBuilder 
  
 extends 
  
 MessageLiteOrBuilder 
 

Methods

getName()

  public 
  
 abstract 
  
 String 
  
 getName 
 () 
 

The simple name of this method.

string name = 1;

Returns
Type
Description

The name.

getNameBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getNameBytes 
 () 
 

The simple name of this method.

string name = 1;

Returns
Type
Description

The bytes for name.

getOptions(int index)

  public 
  
 abstract 
  
 Option 
  
 getOptions 
 ( 
 int 
  
 index 
 ) 
 

Any metadata attached to the method.

repeated .google.protobuf.Option options = 6;

Parameter
Name
Description
index
int
Returns
Type
Description

getOptionsCount()

  public 
  
 abstract 
  
 int 
  
 getOptionsCount 
 () 
 

Any metadata attached to the method.

repeated .google.protobuf.Option options = 6;

Returns
Type
Description
int

getOptionsList()

  public 
  
 abstract 
  
 List<Option> 
  
 getOptionsList 
 () 
 

Any metadata attached to the method.

repeated .google.protobuf.Option options = 6;

Returns
Type
Description
List < Option >

getRequestStreaming()

  public 
  
 abstract 
  
 boolean 
  
 getRequestStreaming 
 () 
 

If true, the request is streamed.

bool request_streaming = 3;

Returns
Type
Description

The requestStreaming.

getRequestTypeUrl()

  public 
  
 abstract 
  
 String 
  
 getRequestTypeUrl 
 () 
 

A URL of the input message type.

string request_type_url = 2;

Returns
Type
Description

The requestTypeUrl.

getRequestTypeUrlBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getRequestTypeUrlBytes 
 () 
 

A URL of the input message type.

string request_type_url = 2;

Returns
Type
Description

The bytes for requestTypeUrl.

getResponseStreaming()

  public 
  
 abstract 
  
 boolean 
  
 getResponseStreaming 
 () 
 

If true, the response is streamed.

bool response_streaming = 5;

Returns
Type
Description

The responseStreaming.

getResponseTypeUrl()

  public 
  
 abstract 
  
 String 
  
 getResponseTypeUrl 
 () 
 

The URL of the output message type.

string response_type_url = 4;

Returns
Type
Description

The responseTypeUrl.

getResponseTypeUrlBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getResponseTypeUrlBytes 
 () 
 

The URL of the output message type.

string response_type_url = 4;

Returns
Type
Description

The bytes for responseTypeUrl.

getSyntax()

  public 
  
 abstract 
  
 Syntax 
  
 getSyntax 
 () 
 

The source syntax of this method.

.google.protobuf.Syntax syntax = 7;

Returns
Type
Description

The syntax.

getSyntaxValue()

  public 
  
 abstract 
  
 int 
  
 getSyntaxValue 
 () 
 

The source syntax of this method.

.google.protobuf.Syntax syntax = 7;

Returns
Type
Description
int

The enum numeric value on the wire for syntax.

Design a Mobile Site
View Site in Mobile | Classic
Share by: