public static interface DescriptorProtos.ServiceDescriptorProtoOrBuilder extends MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos.MethodDescriptorProto |
getMethod(int index)
repeated .google.protobuf.MethodDescriptorProto method = 2; |
int |
getMethodCount()
repeated .google.protobuf.MethodDescriptorProto method = 2; |
List<DescriptorProtos.MethodDescriptorProto> |
getMethodList()
repeated .google.protobuf.MethodDescriptorProto method = 2; |
String |
getName()
optional string name = 1; |
ByteString |
getNameBytes()
optional string name = 1; |
DescriptorProtos.ServiceOptions |
getOptions()
optional .google.protobuf.ServiceOptions options = 3; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasOptions()
optional .google.protobuf.ServiceOptions options = 3; |
getDefaultInstanceForType, isInitializedboolean hasName()
optional string name = 1;String getName()
optional string name = 1;ByteString getNameBytes()
optional string name = 1;List<DescriptorProtos.MethodDescriptorProto> getMethodList()
repeated .google.protobuf.MethodDescriptorProto method = 2;DescriptorProtos.MethodDescriptorProto getMethod(int index)
repeated .google.protobuf.MethodDescriptorProto method = 2;int getMethodCount()
repeated .google.protobuf.MethodDescriptorProto method = 2;boolean hasOptions()
optional .google.protobuf.ServiceOptions options = 3;DescriptorProtos.ServiceOptions getOptions()
optional .google.protobuf.ServiceOptions options = 3;Copyright © 2008–2016 Google. All rights reserved.