Send feedback
Class Location.Builder (2.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.15.0 keyboard_arrow_down
public static final class Location . Builder extends GeneratedMessageV3 . Builder<Location . Builder > implements LocationOrBuilder
An occurrence of a particular package installation found within a system's
filesystem. E.g., glibc was found in /var/lib/dpkg/status
.
Protobuf type grafeas.v1.Location
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Location . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
buildPartial()
public Location buildPartial ()
clear()
public Location . Builder clear ()
Overrides
clearCpeUri()
public Location . Builder clearCpeUri ()
Deprecated.
The CPE URI in CPE format
string cpe_uri = 1;
clearField(Descriptors.FieldDescriptor field)
public Location . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Location . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearPath()
public Location . Builder clearPath ()
The path from which we gathered that this package/version is installed.
string path = 3;
clearVersion()
public Location . Builder clearVersion ()
Deprecated.
The version installed at this location.
.grafeas.v1.Version version = 2;
clone()
public Location . Builder clone ()
Overrides
getCpeUri()
public String getCpeUri ()
Deprecated.
The CPE URI in CPE format
string cpe_uri = 1;
Returns Type Description String
The cpeUri.
getCpeUriBytes()
public ByteString getCpeUriBytes ()
Deprecated.
The CPE URI in CPE format
string cpe_uri = 1;
Returns Type Description ByteString
The bytes for cpeUri.
getDefaultInstanceForType()
public Location getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getPath()
The path from which we gathered that this package/version is installed.
string path = 3;
Returns Type Description String
The path.
getPathBytes()
public ByteString getPathBytes ()
The path from which we gathered that this package/version is installed.
string path = 3;
Returns Type Description ByteString
The bytes for path.
getVersion()
public Version getVersion ()
Deprecated.
The version installed at this location.
.grafeas.v1.Version version = 2;
Returns Type Description Version
The version.
getVersionBuilder()
public Version . Builder getVersionBuilder ()
Deprecated.
The version installed at this location.
.grafeas.v1.Version version = 2;
getVersionOrBuilder()
public VersionOrBuilder getVersionOrBuilder ()
Deprecated.
The version installed at this location.
.grafeas.v1.Version version = 2;
hasVersion()
public boolean hasVersion ()
Deprecated.
The version installed at this location.
.grafeas.v1.Version version = 2;
Returns Type Description boolean
Whether the version field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
public Location . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public Location . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeFrom(Location other)
public Location . Builder mergeFrom ( Location other )
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Location . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
mergeVersion(Version value)
public Location . Builder mergeVersion ( Version value )
Deprecated.
The version installed at this location.
.grafeas.v1.Version version = 2;
Parameter Name Description value
Version
setCpeUri(String value)
public Location . Builder setCpeUri ( String value )
Deprecated.
The CPE URI in CPE format
string cpe_uri = 1;
Parameter Name Description value
String
The cpeUri to set.
setCpeUriBytes(ByteString value)
public Location . Builder setCpeUriBytes ( ByteString value )
Deprecated.
The CPE URI in CPE format
string cpe_uri = 1;
Parameter Name Description value
ByteString
The bytes for cpeUri to set.
setField(Descriptors.FieldDescriptor field, Object value)
public Location . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setPath(String value)
public Location . Builder setPath ( String value )
The path from which we gathered that this package/version is installed.
string path = 3;
Parameter Name Description value
String
The path to set.
setPathBytes(ByteString value)
public Location . Builder setPathBytes ( ByteString value )
The path from which we gathered that this package/version is installed.
string path = 3;
Parameter Name Description value
ByteString
The bytes for path to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Location . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Location . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setVersion(Version value)
public Location . Builder setVersion ( Version value )
Deprecated.
The version installed at this location.
.grafeas.v1.Version version = 2;
Parameter Name Description value
Version
setVersion(Version.Builder builderForValue)
public Location . Builder setVersion ( Version . Builder builderForValue )
Deprecated.
The version installed at this location.
.grafeas.v1.Version version = 2;
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]