Interface BuildOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBuilderVersion()
      Required.
      com.google.protobuf.ByteString getBuilderVersionBytes()
      Required.
      BuildSignature getSignature()
      Signature of the build in occurrences pointing to this build note containing build details.
      BuildSignatureOrBuilder getSignatureOrBuilder()
      Signature of the build in occurrences pointing to this build note containing build details.
      boolean hasSignature()
      Signature of the build in occurrences pointing to this build note containing build details.
      • 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

      • getBuilderVersion

        String getBuilderVersion()
         Required. Immutable. Version of the builder which produced this build.
         
        string builder_version = 1;
        Returns:
        The builderVersion.
      • getBuilderVersionBytes

        com.google.protobuf.ByteString getBuilderVersionBytes()
         Required. Immutable. Version of the builder which produced this build.
         
        string builder_version = 1;
        Returns:
        The bytes for builderVersion.
      • hasSignature

        boolean hasSignature()
         Signature of the build in occurrences pointing to this build note
         containing build details.
         
        .grafeas.v1beta1.build.BuildSignature signature = 2;
        Returns:
        Whether the signature field is set.
      • getSignature

        BuildSignature getSignature()
         Signature of the build in occurrences pointing to this build note
         containing build details.
         
        .grafeas.v1beta1.build.BuildSignature signature = 2;
        Returns:
        The signature.
      • getSignatureOrBuilder

        BuildSignatureOrBuilder getSignatureOrBuilder()
         Signature of the build in occurrences pointing to this build note
         containing build details.
         
        .grafeas.v1beta1.build.BuildSignature signature = 2;