public static final class ClassHierarchyProto.ConstructorArg.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClassHierarchyProto.ConstructorArg.Builder> implements ClassHierarchyProto.ConstructorArgOrBuilder
ConstructorArg
Modifier and Type | Method and Description |
---|---|
ClassHierarchyProto.ConstructorArg |
build() |
ClassHierarchyProto.ConstructorArg |
buildPartial() |
ClassHierarchyProto.ConstructorArg.Builder |
clear() |
ClassHierarchyProto.ConstructorArg.Builder |
clearFullArgClassName()
required string full_arg_class_name = 1; |
ClassHierarchyProto.ConstructorArg.Builder |
clearIsInjectionFuture()
required bool is_injection_future = 3; |
ClassHierarchyProto.ConstructorArg.Builder |
clearNamedParameterName()
optional string named_parameter_name = 2; |
ClassHierarchyProto.ConstructorArg.Builder |
clone() |
ClassHierarchyProto.ConstructorArg |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFullArgClassName()
required string full_arg_class_name = 1; |
com.google.protobuf.ByteString |
getFullArgClassNameBytes()
required string full_arg_class_name = 1; |
boolean |
getIsInjectionFuture()
required bool is_injection_future = 3; |
String |
getNamedParameterName()
optional string named_parameter_name = 2; |
com.google.protobuf.ByteString |
getNamedParameterNameBytes()
optional string named_parameter_name = 2; |
boolean |
hasFullArgClassName()
required string full_arg_class_name = 1; |
boolean |
hasIsInjectionFuture()
required bool is_injection_future = 3; |
boolean |
hasNamedParameterName()
optional string named_parameter_name = 2; |
boolean |
isInitialized() |
ClassHierarchyProto.ConstructorArg.Builder |
mergeFrom(ClassHierarchyProto.ConstructorArg other) |
ClassHierarchyProto.ConstructorArg.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClassHierarchyProto.ConstructorArg.Builder |
mergeFrom(com.google.protobuf.Message other) |
ClassHierarchyProto.ConstructorArg.Builder |
setFullArgClassName(String value)
required string full_arg_class_name = 1; |
ClassHierarchyProto.ConstructorArg.Builder |
setFullArgClassNameBytes(com.google.protobuf.ByteString value)
required string full_arg_class_name = 1; |
ClassHierarchyProto.ConstructorArg.Builder |
setIsInjectionFuture(boolean value)
required bool is_injection_future = 3; |
ClassHierarchyProto.ConstructorArg.Builder |
setNamedParameterName(String value)
optional string named_parameter_name = 2; |
ClassHierarchyProto.ConstructorArg.Builder |
setNamedParameterNameBytes(com.google.protobuf.ByteString value)
optional string named_parameter_name = 2; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, mergeUnknownFields, newBuilderForField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public ClassHierarchyProto.ConstructorArg.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<ClassHierarchyProto.ConstructorArg.Builder>
public ClassHierarchyProto.ConstructorArg.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<ClassHierarchyProto.ConstructorArg.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<ClassHierarchyProto.ConstructorArg.Builder>
public ClassHierarchyProto.ConstructorArg getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ClassHierarchyProto.ConstructorArg build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ClassHierarchyProto.ConstructorArg buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ClassHierarchyProto.ConstructorArg.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClassHierarchyProto.ConstructorArg.Builder>
public ClassHierarchyProto.ConstructorArg.Builder mergeFrom(ClassHierarchyProto.ConstructorArg other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<ClassHierarchyProto.ConstructorArg.Builder>
public ClassHierarchyProto.ConstructorArg.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<ClassHierarchyProto.ConstructorArg.Builder>
IOException
public boolean hasFullArgClassName()
required string full_arg_class_name = 1;
The full name of the class that should be passed into this constructor argument.
hasFullArgClassName
in interface ClassHierarchyProto.ConstructorArgOrBuilder
public String getFullArgClassName()
required string full_arg_class_name = 1;
The full name of the class that should be passed into this constructor argument.
getFullArgClassName
in interface ClassHierarchyProto.ConstructorArgOrBuilder
public com.google.protobuf.ByteString getFullArgClassNameBytes()
required string full_arg_class_name = 1;
The full name of the class that should be passed into this constructor argument.
getFullArgClassNameBytes
in interface ClassHierarchyProto.ConstructorArgOrBuilder
public ClassHierarchyProto.ConstructorArg.Builder setFullArgClassName(String value)
required string full_arg_class_name = 1;
The full name of the class that should be passed into this constructor argument.
public ClassHierarchyProto.ConstructorArg.Builder clearFullArgClassName()
required string full_arg_class_name = 1;
The full name of the class that should be passed into this constructor argument.
public ClassHierarchyProto.ConstructorArg.Builder setFullArgClassNameBytes(com.google.protobuf.ByteString value)
required string full_arg_class_name = 1;
The full name of the class that should be passed into this constructor argument.
public boolean hasNamedParameterName()
optional string named_parameter_name = 2;
The named parameter (if any) that this argument is annotated with.
hasNamedParameterName
in interface ClassHierarchyProto.ConstructorArgOrBuilder
public String getNamedParameterName()
optional string named_parameter_name = 2;
The named parameter (if any) that this argument is annotated with.
getNamedParameterName
in interface ClassHierarchyProto.ConstructorArgOrBuilder
public com.google.protobuf.ByteString getNamedParameterNameBytes()
optional string named_parameter_name = 2;
The named parameter (if any) that this argument is annotated with.
getNamedParameterNameBytes
in interface ClassHierarchyProto.ConstructorArgOrBuilder
public ClassHierarchyProto.ConstructorArg.Builder setNamedParameterName(String value)
optional string named_parameter_name = 2;
The named parameter (if any) that this argument is annotated with.
public ClassHierarchyProto.ConstructorArg.Builder clearNamedParameterName()
optional string named_parameter_name = 2;
The named parameter (if any) that this argument is annotated with.
public ClassHierarchyProto.ConstructorArg.Builder setNamedParameterNameBytes(com.google.protobuf.ByteString value)
optional string named_parameter_name = 2;
The named parameter (if any) that this argument is annotated with.
public boolean hasIsInjectionFuture()
required bool is_injection_future = 3;
hasIsInjectionFuture
in interface ClassHierarchyProto.ConstructorArgOrBuilder
public boolean getIsInjectionFuture()
required bool is_injection_future = 3;
getIsInjectionFuture
in interface ClassHierarchyProto.ConstructorArgOrBuilder
public ClassHierarchyProto.ConstructorArg.Builder setIsInjectionFuture(boolean value)
required bool is_injection_future = 3;
public ClassHierarchyProto.ConstructorArg.Builder clearIsInjectionFuture()
required bool is_injection_future = 3;
Copyright © 2016 The Apache Software Foundation. All rights reserved.