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
      Attestation getAttestation()
      Required.
      AttestationOrBuilder getAttestationOrBuilder()
      Required.
      boolean hasAttestation()
      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

      • hasAttestation

        boolean hasAttestation()
         Required. Attestation for the resource.
         
        .grafeas.v1beta1.attestation.Attestation attestation = 1;
        Returns:
        Whether the attestation field is set.
      • getAttestation

        Attestation getAttestation()
         Required. Attestation for the resource.
         
        .grafeas.v1beta1.attestation.Attestation attestation = 1;
        Returns:
        The attestation.
      • getAttestationOrBuilder

        AttestationOrBuilder getAttestationOrBuilder()
         Required. Attestation for the resource.
         
        .grafeas.v1beta1.attestation.Attestation attestation = 1;