public static final class PackagesSummaryResponse.LicensesSummary.Builder extends GeneratedMessage.Builder<PackagesSummaryResponse.LicensesSummary.Builder> implements PackagesSummaryResponse.LicensesSummaryOrBuilderPer license count
Protobuf type
google.devtools.containeranalysis.v1beta1.PackagesSummaryResponse.LicensesSummary
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PackagesSummaryResponse.LicensesSummary.BuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| 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 |
|
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 |
longThe 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 |
StringThe 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 |
ByteStringThe bytes for license to set. |
| Returns | |
|---|---|
| Type | Description |
PackagesSummaryResponse.LicensesSummary.Builder |
This builder for chaining. |