public static final class ClassHierarchyProto.ConstructorArg extends com.google.protobuf.GeneratedMessage implements ClassHierarchyProto.ConstructorArgOrBuilder
ConstructorArg
Modifier and Type | Class and Description |
---|---|
static class |
ClassHierarchyProto.ConstructorArg.Builder
Protobuf type
ConstructorArg |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
FULL_ARG_CLASS_NAME_FIELD_NUMBER |
static int |
IS_INJECTION_FUTURE_FIELD_NUMBER |
static int |
NAMED_PARAMETER_NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<ClassHierarchyProto.ConstructorArg> |
PARSER |
Modifier and Type | Method and Description |
---|---|
static ClassHierarchyProto.ConstructorArg |
getDefaultInstance() |
ClassHierarchyProto.ConstructorArg |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<ClassHierarchyProto.ConstructorArg> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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() |
static ClassHierarchyProto.ConstructorArg.Builder |
newBuilder() |
static ClassHierarchyProto.ConstructorArg.Builder |
newBuilder(ClassHierarchyProto.ConstructorArg prototype) |
ClassHierarchyProto.ConstructorArg.Builder |
newBuilderForType() |
static ClassHierarchyProto.ConstructorArg |
parseDelimitedFrom(InputStream input) |
static ClassHierarchyProto.ConstructorArg |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClassHierarchyProto.ConstructorArg |
parseFrom(byte[] data) |
static ClassHierarchyProto.ConstructorArg |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClassHierarchyProto.ConstructorArg |
parseFrom(com.google.protobuf.ByteString data) |
static ClassHierarchyProto.ConstructorArg |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClassHierarchyProto.ConstructorArg |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClassHierarchyProto.ConstructorArg |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClassHierarchyProto.ConstructorArg |
parseFrom(InputStream input) |
static ClassHierarchyProto.ConstructorArg |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClassHierarchyProto.ConstructorArg.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension
equals, findInitializationErrors, getInitializationErrorString, hashCode, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static com.google.protobuf.Parser<ClassHierarchyProto.ConstructorArg> PARSER
public static final int FULL_ARG_CLASS_NAME_FIELD_NUMBER
public static final int NAMED_PARAMETER_NAME_FIELD_NUMBER
public static final int IS_INJECTION_FUTURE_FIELD_NUMBER
public static ClassHierarchyProto.ConstructorArg getDefaultInstance()
public ClassHierarchyProto.ConstructorArg getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.Parser<ClassHierarchyProto.ConstructorArg> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
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 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 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 final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
public static ClassHierarchyProto.ConstructorArg parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClassHierarchyProto.ConstructorArg parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClassHierarchyProto.ConstructorArg parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClassHierarchyProto.ConstructorArg parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClassHierarchyProto.ConstructorArg parseFrom(InputStream input) throws IOException
IOException
public static ClassHierarchyProto.ConstructorArg parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClassHierarchyProto.ConstructorArg parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClassHierarchyProto.ConstructorArg parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClassHierarchyProto.ConstructorArg parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClassHierarchyProto.ConstructorArg parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClassHierarchyProto.ConstructorArg.Builder newBuilder()
public ClassHierarchyProto.ConstructorArg.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClassHierarchyProto.ConstructorArg.Builder newBuilder(ClassHierarchyProto.ConstructorArg prototype)
public ClassHierarchyProto.ConstructorArg.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2016 The Apache Software Foundation. All rights reserved.