Package com.google.devtools.build.v1
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 TypeMethodDescriptioncom.google.protobuf.AnyAdditional details about the Build.com.google.protobuf.AnyOrBuilderAdditional details about the Build.booleanAdditional details about the Build.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-