Interface InstallationOrBuilder (2.6.0)

publicinterface InstallationOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocation(int index)

publicabstractLocationgetLocation(intindex)

Required. All of the places within the filesystem versions of this package have been found.

repeated .grafeas.v1beta1.package.Location location = 2;

Parameter
Name Description
index int
Returns
Type Description

getLocationCount()

publicabstractintgetLocationCount()

Required. All of the places within the filesystem versions of this package have been found.

repeated .grafeas.v1beta1.package.Location location = 2;

Returns
Type Description
int

getLocationList()

publicabstractList<Location>getLocationList()

Required. All of the places within the filesystem versions of this package have been found.

repeated .grafeas.v1beta1.package.Location location = 2;

Returns
Type Description

getLocationOrBuilder(int index)

publicabstractLocationOrBuildergetLocationOrBuilder(intindex)

Required. All of the places within the filesystem versions of this package have been found.

repeated .grafeas.v1beta1.package.Location location = 2;

Parameter
Name Description
index int
Returns
Type Description

getLocationOrBuilderList()

publicabstractList<?extendsLocationOrBuilder>getLocationOrBuilderList()

Required. All of the places within the filesystem versions of this package have been found.

repeated .grafeas.v1beta1.package.Location location = 2;

Returns
Type Description
List<? extends io.grafeas.v1beta1.pkg.LocationOrBuilder>

getName()

publicabstractStringgetName()

Output only. The name of the installed package.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

publicabstractByteStringgetNameBytes()

Output only. The name of the installed package.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.