| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Field and Description |
|---|---|
static Parser |
DescriptorProtos.ServiceDescriptorProto.PARSER
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.Builder.build()
|
DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.Builder.buildPartial()
|
static DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.getDefaultInstance()
|
DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.getDefaultInstanceForType()
|
DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.Builder.getDefaultInstanceForType()
|
DescriptorProtos |
DescriptorProtos.FileDescriptorProtoOrBuilder.getService(int index)
repeated .google.protobuf.ServiceDescriptorProto service = 6;
|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.getService(int index)
repeated .google.protobuf.ServiceDescriptorProto service = 6;
|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.Builder.getService(int index)
repeated .google.protobuf.ServiceDescriptorProto service = 6;
|
static DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.parseDelimitedFrom(InputStream
|
static DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.parseDelimitedFrom(InputStream
|
static DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.parseFrom(byte[] data)
|
static DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.parseFrom(byte[] data, ExtensionRegistryLite
|
static DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.parseFrom(ByteString
|
static DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.parseFrom(ByteString
|
static DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.parseFrom(CodedInputStream
|
static DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.parseFrom(CodedInputStream
|
static DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.parseFrom(InputStream
|
static DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.parseFrom(InputStream
|
DescriptorProtos |
Descriptors.ServiceDescriptor.toProto()
Convert the descriptor to its protocol message representation.
|
| Modifier and Type | Method and Description |
|---|---|
Parser |
DescriptorProtos.ServiceDescriptorProto.getParserForType()
|
List |
DescriptorProtos.FileDescriptorProtoOrBuilder.getServiceList()
repeated .google.protobuf.ServiceDescriptorProto service = 6;
|
List |
DescriptorProtos.FileDescriptorProto.getServiceList()
repeated .google.protobuf.ServiceDescriptorProto service = 6;
|
List |
DescriptorProtos.FileDescriptorProto.Builder.getServiceList()
repeated .google.protobuf.ServiceDescriptorProto service = 6;
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.Builder.addService(DescriptorProtos
repeated .google.protobuf.ServiceDescriptorProto service = 6;
|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.Builder.addService(int index, DescriptorProtos
repeated .google.protobuf.ServiceDescriptorProto service = 6;
|
DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.Builder.mergeFrom(DescriptorProtos
|
static DescriptorProtos |
DescriptorProtos.ServiceDescriptorProto.newBuilder(DescriptorProtos
|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.Builder.setService(int index, DescriptorProtos
repeated .google.protobuf.ServiceDescriptorProto service = 6;
|
| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos |
DescriptorProtos.FileDescriptorProto.Builder.addAllService(Iterable
repeated .google.protobuf.ServiceDescriptorProto service = 6;
|