Send feedback
Class Location.Builder (2.4.6)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.4.6 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.v1beta1.package.Location
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Location . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
Returns
buildPartial()
public Location buildPartial ()
Returns
clear()
public Location . Builder clear ()
Returns
Overrides
clearCpeUri()
public Location . Builder clearCpeUri ()
Required. The CPE URI in CPE format
denoting the package manager version distributing a package.
string cpe_uri = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public Location . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Location . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearPath()
public Location . Builder clearPath ()
The path from which we gathered that this package/version is installed.
string path = 3;
Returns
clearVersion()
public Location . Builder clearVersion ()
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;
Returns
clone()
public Location . Builder clone ()
Returns
Overrides
getCpeUri()
public String getCpeUri ()
Required. The CPE URI in CPE format
denoting the package manager version distributing a package.
string cpe_uri = 1;
Returns
Type Description String The cpeUri.
getCpeUriBytes()
public ByteString getCpeUriBytes ()
Required. The CPE URI in CPE format
denoting the package manager version distributing a package.
string cpe_uri = 1;
Returns
getDefaultInstanceForType()
public Location getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
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
getVersion()
public Version getVersion ()
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;
Returns
getVersionBuilder()
public Version . Builder getVersionBuilder ()
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;
Returns
getVersionOrBuilder()
public VersionOrBuilder getVersionOrBuilder ()
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;
Returns
hasVersion()
public boolean hasVersion ()
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;
Returns
Type Description boolean Whether the version field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
public Location . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Location . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeFrom(Location other)
public Location . Builder mergeFrom ( Location other )
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Location . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
mergeVersion(Version value)
public Location . Builder mergeVersion ( Version value )
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;
Parameter
Returns
setCpeUri(String value)
public Location . Builder setCpeUri ( String value )
Required. The CPE URI in CPE format
denoting the package manager version distributing a package.
string cpe_uri = 1;
Parameter
Name Description value String
The cpeUri to set.
Returns
setCpeUriBytes(ByteString value)
public Location . Builder setCpeUriBytes ( ByteString value )
Required. The CPE URI in CPE format
denoting the package manager version distributing a package.
string cpe_uri = 1;
Parameter
Name Description value ByteString
The bytes for cpeUri to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public Location . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
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.
Returns
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.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Location . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Location . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setVersion(Version value)
public Location . Builder setVersion ( Version value )
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;
Parameter
Returns
setVersion(Version.Builder builderForValue)
public Location . Builder setVersion ( Version . Builder builderForValue )
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;
Parameter
Returns
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-27 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-27 UTC."],[],[]]