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
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()
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