Interface BuildEvent.BuildEnqueuedOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuildEvent.BuildEnqueued, BuildEvent.BuildEnqueued.Builder
Enclosing class:
BuildEvent

public static interface BuildEvent.BuildEnqueuedOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Any
    Additional details about the Build.
    com.google.protobuf.AnyOrBuilder
    Additional details about the Build.
    boolean
    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 Details

    • 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;