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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
Required. The CPE URI in CPE format
denoting the package manager version distributing a package.
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()
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;
clone()
public Location.Builder clone()
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 |
---|
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()
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;
Returns |
---|
Type | Description |
Version | The version.
|
getVersionBuilder()
public Version.Builder getVersionBuilder()
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;
getVersionOrBuilder()
public VersionOrBuilder getVersionOrBuilder()
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;
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()
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)
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;
Parameter |
---|
Name | Description |
value | Version
|
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.
|
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.
|
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)
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;
Parameter |
---|
Name | Description |
value | Version
|
setVersion(Version.Builder builderForValue)
public Location.Builder setVersion(Version.Builder builderForValue)
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;