Interface protos.google.protobuf.IServiceDescriptorProto (1.2.2)

Properties of a ServiceDescriptorProto.

Package

@google-cloud/retail!

Properties

method

method?: (google.protobuf.IMethodDescriptorProto[]|null);

ServiceDescriptorProto method

Property Value
TypeDescription
(google.protobuf.IMethodDescriptorProto[]|null)

name

name?: (string|null);

ServiceDescriptorProto name

Property Value
TypeDescription
(string|null)

options

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

ServiceDescriptorProto options

Property Value
TypeDescription
(google.protobuf.IServiceOptions|null)