Interface DetailsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Details, Details.Builder

    public interface DetailsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Installation getInstallation()
      Required.
      InstallationOrBuilder getInstallationOrBuilder()
      Required.
      boolean hasInstallation()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasInstallation

        boolean hasInstallation()
         Required. Where the package was installed.
         
        .grafeas.v1beta1.package.Installation installation = 1;
        Returns:
        Whether the installation field is set.
      • getInstallation

        Installation getInstallation()
         Required. Where the package was installed.
         
        .grafeas.v1beta1.package.Installation installation = 1;
        Returns:
        The installation.
      • getInstallationOrBuilder

        InstallationOrBuilder getInstallationOrBuilder()
         Required. Where the package was installed.
         
        .grafeas.v1beta1.package.Installation installation = 1;