ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.TypeDefinition.Builder.addEventsBuilder()
repeated .EventDefinition events = 18;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.TypeDefinition.Builder.addEventsBuilder(int index)
repeated .EventDefinition events = 18;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.clear() |
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.clearAccessibility()
.Accessibility accessibility = 1;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.clearAddAccessorMethod()
.MethodDefinition add_accessor_method = 2;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.clearCanAdd()
bool can_add = 3;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.clearCanInvoke()
bool can_invoke = 4;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.clearCanRemove()
bool can_remove = 5;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.clearFullName()
string full_name = 6;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.clearInvokeAccessorMethod()
.MethodDefinition invoke_accessor_method = 7;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.clearName()
string name = 8;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.clearPeToken()
hexadecimal x8 pe token
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.clearRemoveAccessorMethod()
.MethodDefinition remove_accessor_method = 9;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.clone() |
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.TypeDefinition.Builder.getEventsBuilder(int index)
repeated .EventDefinition events = 18;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.mergeAddAccessorMethod(ProtoAssemblyAllTypes.MethodDefinition value)
.MethodDefinition add_accessor_method = 2;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.mergeFrom(com.google.protobuf.Message other) |
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.mergeFrom(ProtoAssemblyAllTypes.EventDefinition other) |
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.mergeInvokeAccessorMethod(ProtoAssemblyAllTypes.MethodDefinition value)
.MethodDefinition invoke_accessor_method = 7;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.mergeRemoveAccessorMethod(ProtoAssemblyAllTypes.MethodDefinition value)
.MethodDefinition remove_accessor_method = 9;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.newBuilder() |
static ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.newBuilder(ProtoAssemblyAllTypes.EventDefinition prototype) |
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.newBuilderForType() |
protected ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setAccessibility(ProtoAssemblyAllTypes.Accessibility value)
.Accessibility accessibility = 1;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setAccessibilityValue(int value)
.Accessibility accessibility = 1;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setAddAccessorMethod(ProtoAssemblyAllTypes.MethodDefinition.Builder builderForValue)
.MethodDefinition add_accessor_method = 2;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setAddAccessorMethod(ProtoAssemblyAllTypes.MethodDefinition value)
.MethodDefinition add_accessor_method = 2;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setCanAdd(boolean value)
bool can_add = 3;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setCanInvoke(boolean value)
bool can_invoke = 4;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setCanRemove(boolean value)
bool can_remove = 5;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setFullName(String value)
string full_name = 6;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setFullNameBytes(com.google.protobuf.ByteString value)
string full_name = 6;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setInvokeAccessorMethod(ProtoAssemblyAllTypes.MethodDefinition.Builder builderForValue)
.MethodDefinition invoke_accessor_method = 7;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setInvokeAccessorMethod(ProtoAssemblyAllTypes.MethodDefinition value)
.MethodDefinition invoke_accessor_method = 7;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setName(String value)
string name = 8;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setNameBytes(com.google.protobuf.ByteString value)
string name = 8;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setPeToken(int value)
hexadecimal x8 pe token
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setRemoveAccessorMethod(ProtoAssemblyAllTypes.MethodDefinition.Builder builderForValue)
.MethodDefinition remove_accessor_method = 9;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setRemoveAccessorMethod(ProtoAssemblyAllTypes.MethodDefinition value)
.MethodDefinition remove_accessor_method = 9;
|
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProtoAssemblyAllTypes.EventDefinition.Builder |
ProtoAssemblyAllTypes.EventDefinition.toBuilder() |