SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.addAffectedComponents(SourceInfo.Extension.Component value) |
If set, the listed components must understand the extension for the
expression to evaluate correctly.
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.addAffectedComponentsValue(int value) |
If set, the listed components must understand the extension for the
expression to evaluate correctly.
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.addAllAffectedComponents(java.lang.Iterable<? extends SourceInfo.Extension.Component> values) |
If set, the listed components must understand the extension for the
expression to evaluate correctly.
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.addAllAffectedComponentsValue(java.lang.Iterable<java.lang.Integer> values) |
If set, the listed components must understand the extension for the
expression to evaluate correctly.
|
SourceInfo.Extension.Builder |
SourceInfo.Builder.addExtensionsBuilder() |
A list of tags for extensions that were used while parsing or type checking
the source expression.
|
SourceInfo.Extension.Builder |
SourceInfo.Builder.addExtensionsBuilder(int index) |
A list of tags for extensions that were used while parsing or type checking
the source expression.
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.clear() |
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.clearAffectedComponents() |
If set, the listed components must understand the extension for the
expression to evaluate correctly.
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.clearId() |
Identifier for the extension.
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.clearVersion() |
Version info.
|
SourceInfo.Extension.Builder |
SourceInfo.Builder.getExtensionsBuilder(int index) |
A list of tags for extensions that were used while parsing or type checking
the source expression.
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.mergeFrom(com.google.protobuf.Message other) |
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.mergeFrom(SourceInfo.Extension other) |
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.mergeVersion(SourceInfo.Extension.Version value) |
Version info.
|
static SourceInfo.Extension.Builder |
SourceInfo.Extension.newBuilder() |
|
static SourceInfo.Extension.Builder |
SourceInfo.Extension.newBuilder(SourceInfo.Extension prototype) |
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.newBuilderForType() |
|
protected SourceInfo.Extension.Builder |
SourceInfo.Extension.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.setAffectedComponents(int index,
SourceInfo.Extension.Component value) |
If set, the listed components must understand the extension for the
expression to evaluate correctly.
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.setAffectedComponentsValue(int index,
int value) |
If set, the listed components must understand the extension for the
expression to evaluate correctly.
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.setId(java.lang.String value) |
Identifier for the extension.
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.setIdBytes(com.google.protobuf.ByteString value) |
Identifier for the extension.
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.setVersion(SourceInfo.Extension.Version value) |
Version info.
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.Builder.setVersion(SourceInfo.Extension.Version.Builder builderForValue) |
Version info.
|
SourceInfo.Extension.Builder |
SourceInfo.Extension.toBuilder() |
|