Class PackagesSummaryResponse.LicensesSummary.Builder (2.84.0)

public static final class PackagesSummaryResponse.LicensesSummary.Builder extends GeneratedMessage.Builder<PackagesSummaryResponse.LicensesSummary.Builder> implements PackagesSummaryResponse.LicensesSummaryOrBuilder

Per license count

Protobuf type google.devtools.containeranalysis.v1beta1.PackagesSummaryResponse.LicensesSummary

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public PackagesSummaryResponse.LicensesSummary build()
Returns
Type Description
PackagesSummaryResponse.LicensesSummary

buildPartial()

public PackagesSummaryResponse.LicensesSummary buildPartial()
Returns
Type Description
PackagesSummaryResponse.LicensesSummary

clear()

public PackagesSummaryResponse.LicensesSummary.Builder clear()
Returns
Type Description
PackagesSummaryResponse.LicensesSummary.Builder
Overrides

clearCount()

public PackagesSummaryResponse.LicensesSummary.Builder clearCount()

The number of fixable vulnerabilities associated with this resource.

int64 count = 2;

Returns
Type Description
PackagesSummaryResponse.LicensesSummary.Builder

This builder for chaining.

clearLicense()

public PackagesSummaryResponse.LicensesSummary.Builder clearLicense()

The license of the package. Note that the format of this value is not guaranteed. It may be nil, an empty string, a boolean value (A | B), a differently formed boolean value (A OR B), etc...

string license = 1;

Returns
Type Description
PackagesSummaryResponse.LicensesSummary.Builder

This builder for chaining.

getCount()

public long getCount()

The number of fixable vulnerabilities associated with this resource.

int64 count = 2;

Returns
Type Description
long

The count.

getDefaultInstanceForType()

public PackagesSummaryResponse.LicensesSummary getDefaultInstanceForType()
Returns
Type Description
PackagesSummaryResponse.LicensesSummary

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLicense()

public String getLicense()

The license of the package. Note that the format of this value is not guaranteed. It may be nil, an empty string, a boolean value (A | B), a differently formed boolean value (A OR B), etc...

string license = 1;

Returns
Type Description
String

The license.

getLicenseBytes()

public ByteString getLicenseBytes()

The license of the package. Note that the format of this value is not guaranteed. It may be nil, an empty string, a boolean value (A | B), a differently formed boolean value (A OR B), etc...

string license = 1;

Returns
Type Description
ByteString

The bytes for license.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PackagesSummaryResponse.LicensesSummary other)

public PackagesSummaryResponse.LicensesSummary.Builder mergeFrom(PackagesSummaryResponse.LicensesSummary other)
Parameter
Name Description
other PackagesSummaryResponse.LicensesSummary
Returns
Type Description
PackagesSummaryResponse.LicensesSummary.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PackagesSummaryResponse.LicensesSummary.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PackagesSummaryResponse.LicensesSummary.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PackagesSummaryResponse.LicensesSummary.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PackagesSummaryResponse.LicensesSummary.Builder
Overrides

setCount(long value)

public PackagesSummaryResponse.LicensesSummary.Builder setCount(long value)

The number of fixable vulnerabilities associated with this resource.

int64 count = 2;

Parameter
Name Description
value long

The count to set.

Returns
Type Description
PackagesSummaryResponse.LicensesSummary.Builder

This builder for chaining.

setLicense(String value)

public PackagesSummaryResponse.LicensesSummary.Builder setLicense(String value)

The license of the package. Note that the format of this value is not guaranteed. It may be nil, an empty string, a boolean value (A | B), a differently formed boolean value (A OR B), etc...

string license = 1;

Parameter
Name Description
value String

The license to set.

Returns
Type Description
PackagesSummaryResponse.LicensesSummary.Builder

This builder for chaining.

setLicenseBytes(ByteString value)

public PackagesSummaryResponse.LicensesSummary.Builder setLicenseBytes(ByteString value)

The license of the package. Note that the format of this value is not guaranteed. It may be nil, an empty string, a boolean value (A | B), a differently formed boolean value (A OR B), etc...

string license = 1;

Parameter
Name Description
value ByteString

The bytes for license to set.

Returns
Type Description
PackagesSummaryResponse.LicensesSummary.Builder

This builder for chaining.