public interface DetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInstallation()
public abstract Installation getInstallation()
Required. Where the package was installed.
.grafeas.v1beta1.package.Installation installation = 1;
Returns | |
---|---|
Type | Description |
Installation |
The installation. |
getInstallationOrBuilder()
public abstract InstallationOrBuilder getInstallationOrBuilder()
Required. Where the package was installed.
.grafeas.v1beta1.package.Installation installation = 1;
Returns | |
---|---|
Type | Description |
InstallationOrBuilder |
hasInstallation()
public abstract boolean hasInstallation()
Required. Where the package was installed.
.grafeas.v1beta1.package.Installation installation = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the installation field is set. |