public interface PackagesSummaryResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLicensesSummary(int index)
public abstract PackagesSummaryResponse.LicensesSummary getLicensesSummary(int index)A listing by license name of each of the licenses and their counts.
repeated .google.devtools.containeranalysis.v1beta1.PackagesSummaryResponse.LicensesSummary licenses_summary = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PackagesSummaryResponse.LicensesSummary |
|
getLicensesSummaryCount()
public abstract int getLicensesSummaryCount()A listing by license name of each of the licenses and their counts.
repeated .google.devtools.containeranalysis.v1beta1.PackagesSummaryResponse.LicensesSummary licenses_summary = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLicensesSummaryList()
public abstract List<PackagesSummaryResponse.LicensesSummary> getLicensesSummaryList()A listing by license name of each of the licenses and their counts.
repeated .google.devtools.containeranalysis.v1beta1.PackagesSummaryResponse.LicensesSummary licenses_summary = 2;
| Returns | |
|---|---|
| Type | Description |
List<LicensesSummary> |
|
getLicensesSummaryOrBuilder(int index)
public abstract PackagesSummaryResponse.LicensesSummaryOrBuilder getLicensesSummaryOrBuilder(int index)A listing by license name of each of the licenses and their counts.
repeated .google.devtools.containeranalysis.v1beta1.PackagesSummaryResponse.LicensesSummary licenses_summary = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PackagesSummaryResponse.LicensesSummaryOrBuilder |
|
getLicensesSummaryOrBuilderList()
public abstract List<? extends PackagesSummaryResponse.LicensesSummaryOrBuilder> getLicensesSummaryOrBuilderList()A listing by license name of each of the licenses and their counts.
repeated .google.devtools.containeranalysis.v1beta1.PackagesSummaryResponse.LicensesSummary licenses_summary = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.containeranalysis.v1beta1.PackagesSummaryResponse.LicensesSummaryOrBuilder> |
|
getResourceUrl()
public abstract String getResourceUrl()The unique URL of the image or the container for which this summary applies.
string resource_url = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The resourceUrl. |
getResourceUrlBytes()
public abstract ByteString getResourceUrlBytes()The unique URL of the image or the container for which this summary applies.
string resource_url = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resourceUrl. |