Type.AbstractType.Builder |
Type.AbstractType.Builder.addAllParameterTypes(java.lang.Iterable<? extends Type> values) |
Parameter types for this abstract type.
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.addParameterTypes(int index,
Type value) |
Parameter types for this abstract type.
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.addParameterTypes(int index,
Type.Builder builderForValue) |
Parameter types for this abstract type.
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.addParameterTypes(Type value) |
Parameter types for this abstract type.
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.addParameterTypes(Type.Builder builderForValue) |
Parameter types for this abstract type.
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.clear() |
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.clearName() |
The fully qualified name of this abstract type.
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.clearParameterTypes() |
Parameter types for this abstract type.
|
Type.AbstractType.Builder |
Type.Builder.getAbstractTypeBuilder() |
Abstract, application defined type.
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.mergeFrom(Type.AbstractType other) |
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.mergeFrom(com.google.protobuf.Message other) |
|
static Type.AbstractType.Builder |
Type.AbstractType.newBuilder() |
|
static Type.AbstractType.Builder |
Type.AbstractType.newBuilder(Type.AbstractType prototype) |
|
Type.AbstractType.Builder |
Type.AbstractType.newBuilderForType() |
|
protected Type.AbstractType.Builder |
Type.AbstractType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.removeParameterTypes(int index) |
Parameter types for this abstract type.
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.setName(java.lang.String value) |
The fully qualified name of this abstract type.
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The fully qualified name of this abstract type.
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.setParameterTypes(int index,
Type value) |
Parameter types for this abstract type.
|
Type.AbstractType.Builder |
Type.AbstractType.Builder.setParameterTypes(int index,
Type.Builder builderForValue) |
Parameter types for this abstract type.
|
Type.AbstractType.Builder |
Type.AbstractType.toBuilder() |
|