public static final class FunctionInformationMap.Entry.Builder extends com.google.protobuf.GeneratedMessage.Builder<FunctionInformationMap.Entry.Builder> implements FunctionInformationMap.EntryOrBuilder
jscomp.FunctionInformationMap.Entry
Modifier and Type | Method and Description |
---|---|
FunctionInformationMap.Entry |
build() |
FunctionInformationMap.Entry |
buildPartial() |
FunctionInformationMap.Entry.Builder |
clear() |
FunctionInformationMap.Entry.Builder |
clearCompiledSource()
required string compiled_source = 8; |
FunctionInformationMap.Entry.Builder |
clearId()
required int32 id = 2; |
FunctionInformationMap.Entry.Builder |
clearLineNumber()
required int32 line_number = 4; |
FunctionInformationMap.Entry.Builder |
clearModuleName()
required string module_name = 5; |
FunctionInformationMap.Entry.Builder |
clearName()
required string name = 7; |
FunctionInformationMap.Entry.Builder |
clearSize()
required int32 size = 6; |
FunctionInformationMap.Entry.Builder |
clearSourceName()
required string source_name = 3; |
FunctionInformationMap.Entry.Builder |
clone() |
String |
getCompiledSource()
required string compiled_source = 8; |
com.google.protobuf.ByteString |
getCompiledSourceBytes()
required string compiled_source = 8; |
FunctionInformationMap.Entry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getId()
required int32 id = 2; |
int |
getLineNumber()
required int32 line_number = 4; |
String |
getModuleName()
required string module_name = 5; |
com.google.protobuf.ByteString |
getModuleNameBytes()
required string module_name = 5; |
String |
getName()
required string name = 7; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 7; |
int |
getSize()
required int32 size = 6; |
String |
getSourceName()
required string source_name = 3; |
com.google.protobuf.ByteString |
getSourceNameBytes()
required string source_name = 3; |
boolean |
hasCompiledSource()
required string compiled_source = 8; |
boolean |
hasId()
required int32 id = 2; |
boolean |
hasLineNumber()
required int32 line_number = 4; |
boolean |
hasModuleName()
required string module_name = 5; |
boolean |
hasName()
required string name = 7; |
boolean |
hasSize()
required int32 size = 6; |
boolean |
hasSourceName()
required string source_name = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FunctionInformationMap.Entry.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FunctionInformationMap.Entry.Builder |
mergeFrom(FunctionInformationMap.Entry other) |
FunctionInformationMap.Entry.Builder |
mergeFrom(com.google.protobuf.Message other) |
FunctionInformationMap.Entry.Builder |
setCompiledSource(String value)
required string compiled_source = 8; |
FunctionInformationMap.Entry.Builder |
setCompiledSourceBytes(com.google.protobuf.ByteString value)
required string compiled_source = 8; |
FunctionInformationMap.Entry.Builder |
setId(int value)
required int32 id = 2; |
FunctionInformationMap.Entry.Builder |
setLineNumber(int value)
required int32 line_number = 4; |
FunctionInformationMap.Entry.Builder |
setModuleName(String value)
required string module_name = 5; |
FunctionInformationMap.Entry.Builder |
setModuleNameBytes(com.google.protobuf.ByteString value)
required string module_name = 5; |
FunctionInformationMap.Entry.Builder |
setName(String value)
required string name = 7; |
FunctionInformationMap.Entry.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 7; |
FunctionInformationMap.Entry.Builder |
setSize(int value)
required int32 size = 6; |
FunctionInformationMap.Entry.Builder |
setSourceName(String value)
required string source_name = 3; |
FunctionInformationMap.Entry.Builder |
setSourceNameBytes(com.google.protobuf.ByteString value)
required string source_name = 3; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<FunctionInformationMap.Entry.Builder>
public FunctionInformationMap.Entry.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<FunctionInformationMap.Entry.Builder>
public FunctionInformationMap.Entry.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<FunctionInformationMap.Entry.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<FunctionInformationMap.Entry.Builder>
public FunctionInformationMap.Entry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FunctionInformationMap.Entry build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public FunctionInformationMap.Entry buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FunctionInformationMap.Entry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FunctionInformationMap.Entry.Builder>
public FunctionInformationMap.Entry.Builder mergeFrom(FunctionInformationMap.Entry other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<FunctionInformationMap.Entry.Builder>
public FunctionInformationMap.Entry.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FunctionInformationMap.Entry.Builder>
IOException
public boolean hasId()
required int32 id = 2;
hasId
in interface FunctionInformationMap.EntryOrBuilder
public int getId()
required int32 id = 2;
getId
in interface FunctionInformationMap.EntryOrBuilder
public FunctionInformationMap.Entry.Builder setId(int value)
required int32 id = 2;
public FunctionInformationMap.Entry.Builder clearId()
required int32 id = 2;
public boolean hasSourceName()
required string source_name = 3;
hasSourceName
in interface FunctionInformationMap.EntryOrBuilder
public String getSourceName()
required string source_name = 3;
getSourceName
in interface FunctionInformationMap.EntryOrBuilder
public com.google.protobuf.ByteString getSourceNameBytes()
required string source_name = 3;
getSourceNameBytes
in interface FunctionInformationMap.EntryOrBuilder
public FunctionInformationMap.Entry.Builder setSourceName(String value)
required string source_name = 3;
public FunctionInformationMap.Entry.Builder clearSourceName()
required string source_name = 3;
public FunctionInformationMap.Entry.Builder setSourceNameBytes(com.google.protobuf.ByteString value)
required string source_name = 3;
public boolean hasLineNumber()
required int32 line_number = 4;
hasLineNumber
in interface FunctionInformationMap.EntryOrBuilder
public int getLineNumber()
required int32 line_number = 4;
getLineNumber
in interface FunctionInformationMap.EntryOrBuilder
public FunctionInformationMap.Entry.Builder setLineNumber(int value)
required int32 line_number = 4;
public FunctionInformationMap.Entry.Builder clearLineNumber()
required int32 line_number = 4;
public boolean hasModuleName()
required string module_name = 5;
hasModuleName
in interface FunctionInformationMap.EntryOrBuilder
public String getModuleName()
required string module_name = 5;
getModuleName
in interface FunctionInformationMap.EntryOrBuilder
public com.google.protobuf.ByteString getModuleNameBytes()
required string module_name = 5;
getModuleNameBytes
in interface FunctionInformationMap.EntryOrBuilder
public FunctionInformationMap.Entry.Builder setModuleName(String value)
required string module_name = 5;
public FunctionInformationMap.Entry.Builder clearModuleName()
required string module_name = 5;
public FunctionInformationMap.Entry.Builder setModuleNameBytes(com.google.protobuf.ByteString value)
required string module_name = 5;
public boolean hasSize()
required int32 size = 6;
hasSize
in interface FunctionInformationMap.EntryOrBuilder
public int getSize()
required int32 size = 6;
getSize
in interface FunctionInformationMap.EntryOrBuilder
public FunctionInformationMap.Entry.Builder setSize(int value)
required int32 size = 6;
public FunctionInformationMap.Entry.Builder clearSize()
required int32 size = 6;
public boolean hasName()
required string name = 7;
hasName
in interface FunctionInformationMap.EntryOrBuilder
public String getName()
required string name = 7;
getName
in interface FunctionInformationMap.EntryOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 7;
getNameBytes
in interface FunctionInformationMap.EntryOrBuilder
public FunctionInformationMap.Entry.Builder setName(String value)
required string name = 7;
public FunctionInformationMap.Entry.Builder clearName()
required string name = 7;
public FunctionInformationMap.Entry.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 7;
public boolean hasCompiledSource()
required string compiled_source = 8;
hasCompiledSource
in interface FunctionInformationMap.EntryOrBuilder
public String getCompiledSource()
required string compiled_source = 8;
getCompiledSource
in interface FunctionInformationMap.EntryOrBuilder
public com.google.protobuf.ByteString getCompiledSourceBytes()
required string compiled_source = 8;
getCompiledSourceBytes
in interface FunctionInformationMap.EntryOrBuilder
public FunctionInformationMap.Entry.Builder setCompiledSource(String value)
required string compiled_source = 8;
public FunctionInformationMap.Entry.Builder clearCompiledSource()
required string compiled_source = 8;
public FunctionInformationMap.Entry.Builder setCompiledSourceBytes(com.google.protobuf.ByteString value)
required string compiled_source = 8;
Copyright © 2009-2015 Google. All Rights Reserved.