| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Method and Description |
|---|---|
Method |
Method.Builder.build() |
Method |
Method.Builder.buildPartial() |
static Method |
Method.getDefaultInstance() |
Method |
Method.getDefaultInstanceForType() |
Method |
Method.Builder.getDefaultInstanceForType() |
Method |
ApiOrBuilder.getMethods(int index)
repeated .google.protobuf.Method methods = 2; |
Method |
Api.getMethods(int index)
repeated .google.protobuf.Method methods = 2; |
Method |
Api.Builder.getMethods(int index)
repeated .google.protobuf.Method methods = 2; |
static Method |
Method.parseDelimitedFrom(java.io.InputStream input) |
static Method |
Method.parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Method |
Method.parseFrom(byte[] data) |
static Method |
Method.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Method |
Method.parseFrom(ByteString data) |
static Method |
Method.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Method |
Method.parseFrom(CodedInputStream input) |
static Method |
Method.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Method |
Method.parseFrom(java.io.InputStream input) |
static Method |
Method.parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Method> |
ApiOrBuilder.getMethodsList()
repeated .google.protobuf.Method methods = 2; |
java.util.List<Method> |
Api.getMethodsList()
repeated .google.protobuf.Method methods = 2; |
java.util.List<Method> |
Api.Builder.getMethodsList()
repeated .google.protobuf.Method methods = 2; |
Parser<Method> |
Method.getParserForType() |
static Parser<Method> |
Method.parser() |
| Modifier and Type | Method and Description |
|---|---|
Api.Builder |
Api.Builder.addMethods(int index,
Method value)
repeated .google.protobuf.Method methods = 2; |
Api.Builder |
Api.Builder.addMethods(Method value)
repeated .google.protobuf.Method methods = 2; |
Method.Builder |
Method.Builder.mergeFrom(Method other) |
static Method.Builder |
Method.newBuilder(Method prototype) |
Api.Builder |
Api.Builder.setMethods(int index,
Method value)
repeated .google.protobuf.Method methods = 2; |
| Modifier and Type | Method and Description |
|---|---|
Api.Builder |
Api.Builder.addAllMethods(java.lang.Iterable<? extends Method> values)
repeated .google.protobuf.Method methods = 2; |