| 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)
The methods of this api, in unspecified order.
|
Method |
Api.getMethods(int index)
The methods of this api, in unspecified order.
|
Method |
Api.Builder.getMethods(int index)
The methods of this api, in unspecified order.
|
static Method |
Method.parseDelimitedFrom(InputStream input) |
static Method |
Method.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Method |
Method.parseFrom(byte[] data) |
static Method |
Method.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Method |
Method.parseFrom(ByteBuffer data) |
static Method |
Method.parseFrom(ByteBuffer 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(InputStream input) |
static Method |
Method.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Method> |
ApiOrBuilder.getMethodsList()
The methods of this api, in unspecified order.
|
List<Method> |
Api.getMethodsList()
The methods of this api, in unspecified order.
|
List<Method> |
Api.Builder.getMethodsList()
The methods of this api, in unspecified order.
|
Parser<Method> |
Method.getParserForType() |
static Parser<Method> |
Method.parser() |
| Modifier and Type | Method and Description |
|---|---|
Api.Builder |
Api.Builder.addMethods(int index,
Method value)
The methods of this api, in unspecified order.
|
Api.Builder |
Api.Builder.addMethods(Method value)
The methods of this api, in unspecified order.
|
Method.Builder |
Method.Builder.mergeFrom(Method other) |
static Method.Builder |
Method.newBuilder(Method prototype) |
Api.Builder |
Api.Builder.setMethods(int index,
Method value)
The methods of this api, in unspecified order.
|
| Modifier and Type | Method and Description |
|---|---|
Api.Builder |
Api.Builder.addAllMethods(Iterable<? extends Method> values)
The methods of this api, in unspecified order.
|
Copyright © 2008–2017 Google. All rights reserved.