Package io.grafeas.v1
Class FileLocation.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<FileLocation.Builder>
-
- io.grafeas.v1.FileLocation.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,FileLocationOrBuilder
,Cloneable
- Enclosing class:
- FileLocation
public static final class FileLocation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FileLocation.Builder> implements FileLocationOrBuilder
Indicates the location at which a package was found.
Protobuf typegrafeas.v1.FileLocation
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FileLocation.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
FileLocation
build()
FileLocation
buildPartial()
FileLocation.Builder
clear()
FileLocation.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
FileLocation.Builder
clearFilePath()
For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.FileLocation.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
FileLocation.Builder
clone()
FileLocation
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getFilePath()
For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.com.google.protobuf.ByteString
getFilePathBytes()
For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
FileLocation.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
FileLocation.Builder
mergeFrom(com.google.protobuf.Message other)
FileLocation.Builder
mergeFrom(FileLocation other)
FileLocation.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
FileLocation.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
FileLocation.Builder
setFilePath(String value)
For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.FileLocation.Builder
setFilePathBytes(com.google.protobuf.ByteString value)
For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.FileLocation.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
FileLocation.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<FileLocation.Builder>
-
clear
public FileLocation.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<FileLocation.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<FileLocation.Builder>
-
getDefaultInstanceForType
public FileLocation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public FileLocation build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public FileLocation buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public FileLocation.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<FileLocation.Builder>
-
setField
public FileLocation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FileLocation.Builder>
-
clearField
public FileLocation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FileLocation.Builder>
-
clearOneof
public FileLocation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<FileLocation.Builder>
-
setRepeatedField
public FileLocation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FileLocation.Builder>
-
addRepeatedField
public FileLocation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FileLocation.Builder>
-
mergeFrom
public FileLocation.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<FileLocation.Builder>
-
mergeFrom
public FileLocation.Builder mergeFrom(FileLocation other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<FileLocation.Builder>
-
mergeFrom
public FileLocation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<FileLocation.Builder>
- Throws:
IOException
-
getFilePath
public String getFilePath()
For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
string file_path = 1;
- Specified by:
getFilePath
in interfaceFileLocationOrBuilder
- Returns:
- The filePath.
-
getFilePathBytes
public com.google.protobuf.ByteString getFilePathBytes()
For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
string file_path = 1;
- Specified by:
getFilePathBytes
in interfaceFileLocationOrBuilder
- Returns:
- The bytes for filePath.
-
setFilePath
public FileLocation.Builder setFilePath(String value)
For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
string file_path = 1;
- Parameters:
value
- The filePath to set.- Returns:
- This builder for chaining.
-
clearFilePath
public FileLocation.Builder clearFilePath()
For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
string file_path = 1;
- Returns:
- This builder for chaining.
-
setFilePathBytes
public FileLocation.Builder setFilePathBytes(com.google.protobuf.ByteString value)
For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
string file_path = 1;
- Parameters:
value
- The bytes for filePath to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final FileLocation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<FileLocation.Builder>
-
mergeUnknownFields
public final FileLocation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<FileLocation.Builder>
-
-