Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MethodDescriptorProto.php

function MethodDescriptorProto::getClientStreaming

Identifies if client streams multiple client messages

Generated from protobuf field <code>optional bool client_streaming = 5 [default = false];</code>

Return value

bool

File

vendor/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php, line 215

Class

MethodDescriptorProto
Describes a method of a service.

Namespace

Google\Protobuf\Internal

Code

public function getClientStreaming() {
    return isset($this->client_streaming) ? $this->client_streaming : false;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal