Describes a method of a service.
Generated from protobuf message google.protobuf.MethodDescriptorProto
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearClientStreaming() |
| public clearInputType() |
| public clearName() |
| public clearOptions() |
| public clearOutputType() |
| public clearServerStreaming() |
| public getClientStreaming() Identifies if client streams multiple client messages Generated from protobuf field optional bool client_streaming = 5 [default = false];
|
| public getInputType() Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type. Generated from protobuf field optional string input_type = 2;
|
| public getName() Generated from protobuf field optional string name = 1;
|
| public getOptions() Generated from protobuf field optional .google.protobuf.MethodOptions options = 4;
|
| public getOutputType() Generated from protobuf field optional string output_type = 3;
|
| public getServerStreaming() Identifies if server streams multiple server messages Generated from protobuf field optional bool server_streaming = 6 [default = false];
|
| public hasClientStreaming() |
| public hasInputType() |
| public hasName() |
| public hasOptions() |
| public hasOutputType() |
| public hasServerStreaming() |
| public setClientStreaming(bool $var) Identifies if client streams multiple client messages Generated from protobuf field optional bool client_streaming = 5 [default = false];
|
| public setInputType(string $var) Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type. Generated from protobuf field optional string input_type = 2;
|
| public setName(string $var) Generated from protobuf field optional string name = 1;
|
| public setOptions(?Google Generated from protobuf field optional .google.protobuf.MethodOptions options = 4;
|
| public setOutputType(string $var) Generated from protobuf field optional string output_type = 3;
|
| public setServerStreaming(bool $var) Identifies if server streams multiple server messages Generated from protobuf field optional bool server_streaming = 6 [default = false];
|
| Properties |
| protected $client_streaming = NULL Identifies if client streams multiple client messages Generated from protobuf field optional bool client_streaming = 5 [default = false]; |
| protected $input_type = NULL Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type. Generated from protobuf field optional string input_type = 2; |
| protected $name = NULL Generated from protobuf field optional string name = 1; |
| protected $options = NULL Generated from protobuf field optional .google.protobuf.MethodOptions options = 4; |
| protected $output_type = NULL Generated from protobuf field optional string output_type = 3; |
| protected $server_streaming = NULL Identifies if server streams multiple server messages Generated from protobuf field optional bool server_streaming = 6 [default = false]; |
| Methods |