Interface protos.google.protobuf.IMethodDescriptorProto (5.2.0)

Properties of a MethodDescriptorProto.

Package

@google-cloud/scheduler

Properties

clientStreaming

clientStreaming?:(boolean|null);

MethodDescriptorProto clientStreaming

inputType

inputType?:(string|null);

MethodDescriptorProto inputType

name

name?:(string|null);

MethodDescriptorProto name

options

options?:(google.protobuf.IMethodOptions|null);

MethodDescriptorProto options

outputType

outputType?:(string|null);

MethodDescriptorProto outputType

serverStreaming

serverStreaming?:(boolean|null);

MethodDescriptorProto serverStreaming

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.