Interface BuildEvent.BuildEnqueuedOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Any getDetails()
      Additional details about the Build.
      com.google.protobuf.AnyOrBuilder getDetailsOrBuilder()
      Additional details about the Build.
      boolean hasDetails()
      Additional details about the Build.
      • 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

      • hasDetails

        boolean hasDetails()
         Additional details about the Build.
         
        .google.protobuf.Any details = 1;
        Returns:
        Whether the details field is set.
      • getDetails

        com.google.protobuf.Any getDetails()
         Additional details about the Build.
         
        .google.protobuf.Any details = 1;
        Returns:
        The details.
      • getDetailsOrBuilder

        com.google.protobuf.AnyOrBuilder getDetailsOrBuilder()
         Additional details about the Build.
         
        .google.protobuf.Any details = 1;