Interface DetailsOrBuilder (2.4.2)

public interface DetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstallation()

public abstract Installation getInstallation()

Required. Where the package was installed.

.grafeas.v1beta1.package.Installation installation = 1;

Returns
TypeDescription
Installation

The installation.

getInstallationOrBuilder()

public abstract InstallationOrBuilder getInstallationOrBuilder()

Required. Where the package was installed.

.grafeas.v1beta1.package.Installation installation = 1;

Returns
TypeDescription
InstallationOrBuilder

hasInstallation()

public abstract boolean hasInstallation()

Required. Where the package was installed.

.grafeas.v1beta1.package.Installation installation = 1;

Returns
TypeDescription
boolean

Whether the installation field is set.