Package com.google.devtools.build.v1
Class BuildEvent.InvocationAttemptStarted.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.InvocationAttemptStarted.Builder>
-
- com.google.devtools.build.v1.BuildEvent.InvocationAttemptStarted.Builder
-
- All Implemented Interfaces:
BuildEvent.InvocationAttemptStartedOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- BuildEvent.InvocationAttemptStarted
public static final class BuildEvent.InvocationAttemptStarted.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.InvocationAttemptStarted.Builder> implements BuildEvent.InvocationAttemptStartedOrBuilder
Notification that the build system has attempted to run the build tool.
Protobuf typegoogle.devtools.build.v1.BuildEvent.InvocationAttemptStarted
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildEvent.InvocationAttemptStarted.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)BuildEvent.InvocationAttemptStartedbuild()BuildEvent.InvocationAttemptStartedbuildPartial()BuildEvent.InvocationAttemptStarted.Builderclear()BuildEvent.InvocationAttemptStarted.BuilderclearAttemptNumber()The number of the invocation attempt, starting at 1 and increasing by 1 for each new attempt.BuildEvent.InvocationAttemptStarted.BuilderclearDetails()Additional details about the invocation.BuildEvent.InvocationAttemptStarted.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)BuildEvent.InvocationAttemptStarted.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)BuildEvent.InvocationAttemptStarted.Builderclone()longgetAttemptNumber()The number of the invocation attempt, starting at 1 and increasing by 1 for each new attempt.BuildEvent.InvocationAttemptStartedgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.protobuf.AnygetDetails()Additional details about the invocation.com.google.protobuf.Any.BuildergetDetailsBuilder()Additional details about the invocation.com.google.protobuf.AnyOrBuildergetDetailsOrBuilder()Additional details about the invocation.booleanhasDetails()Additional details about the invocation.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()BuildEvent.InvocationAttemptStarted.BuildermergeDetails(com.google.protobuf.Any value)Additional details about the invocation.BuildEvent.InvocationAttemptStarted.BuildermergeFrom(BuildEvent.InvocationAttemptStarted other)BuildEvent.InvocationAttemptStarted.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)BuildEvent.InvocationAttemptStarted.BuildermergeFrom(com.google.protobuf.Message other)BuildEvent.InvocationAttemptStarted.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)BuildEvent.InvocationAttemptStarted.BuildersetAttemptNumber(long value)The number of the invocation attempt, starting at 1 and increasing by 1 for each new attempt.BuildEvent.InvocationAttemptStarted.BuildersetDetails(com.google.protobuf.Any value)Additional details about the invocation.BuildEvent.InvocationAttemptStarted.BuildersetDetails(com.google.protobuf.Any.Builder builderForValue)Additional details about the invocation.BuildEvent.InvocationAttemptStarted.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)BuildEvent.InvocationAttemptStarted.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)BuildEvent.InvocationAttemptStarted.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.InvocationAttemptStarted.Builder>
-
clear
public BuildEvent.InvocationAttemptStarted.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.InvocationAttemptStarted.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.InvocationAttemptStarted.Builder>
-
getDefaultInstanceForType
public BuildEvent.InvocationAttemptStarted getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public BuildEvent.InvocationAttemptStarted build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BuildEvent.InvocationAttemptStarted buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BuildEvent.InvocationAttemptStarted.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.InvocationAttemptStarted.Builder>
-
setField
public BuildEvent.InvocationAttemptStarted.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.InvocationAttemptStarted.Builder>
-
clearField
public BuildEvent.InvocationAttemptStarted.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.InvocationAttemptStarted.Builder>
-
clearOneof
public BuildEvent.InvocationAttemptStarted.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.InvocationAttemptStarted.Builder>
-
setRepeatedField
public BuildEvent.InvocationAttemptStarted.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.InvocationAttemptStarted.Builder>
-
addRepeatedField
public BuildEvent.InvocationAttemptStarted.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.InvocationAttemptStarted.Builder>
-
mergeFrom
public BuildEvent.InvocationAttemptStarted.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BuildEvent.InvocationAttemptStarted.Builder>
-
mergeFrom
public BuildEvent.InvocationAttemptStarted.Builder mergeFrom(BuildEvent.InvocationAttemptStarted other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.InvocationAttemptStarted.Builder>
-
mergeFrom
public BuildEvent.InvocationAttemptStarted.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BuildEvent.InvocationAttemptStarted.Builder>- Throws:
java.io.IOException
-
getAttemptNumber
public long getAttemptNumber()
The number of the invocation attempt, starting at 1 and increasing by 1 for each new attempt. Can be used to determine if there is a later invocation attempt replacing the current one a client is processing.
int64 attempt_number = 1;- Specified by:
getAttemptNumberin interfaceBuildEvent.InvocationAttemptStartedOrBuilder- Returns:
- The attemptNumber.
-
setAttemptNumber
public BuildEvent.InvocationAttemptStarted.Builder setAttemptNumber(long value)
The number of the invocation attempt, starting at 1 and increasing by 1 for each new attempt. Can be used to determine if there is a later invocation attempt replacing the current one a client is processing.
int64 attempt_number = 1;- Parameters:
value- The attemptNumber to set.- Returns:
- This builder for chaining.
-
clearAttemptNumber
public BuildEvent.InvocationAttemptStarted.Builder clearAttemptNumber()
The number of the invocation attempt, starting at 1 and increasing by 1 for each new attempt. Can be used to determine if there is a later invocation attempt replacing the current one a client is processing.
int64 attempt_number = 1;- Returns:
- This builder for chaining.
-
hasDetails
public boolean hasDetails()
Additional details about the invocation.
.google.protobuf.Any details = 2;- Specified by:
hasDetailsin interfaceBuildEvent.InvocationAttemptStartedOrBuilder- Returns:
- Whether the details field is set.
-
getDetails
public com.google.protobuf.Any getDetails()
Additional details about the invocation.
.google.protobuf.Any details = 2;- Specified by:
getDetailsin interfaceBuildEvent.InvocationAttemptStartedOrBuilder- Returns:
- The details.
-
setDetails
public BuildEvent.InvocationAttemptStarted.Builder setDetails(com.google.protobuf.Any value)
Additional details about the invocation.
.google.protobuf.Any details = 2;
-
setDetails
public BuildEvent.InvocationAttemptStarted.Builder setDetails(com.google.protobuf.Any.Builder builderForValue)
Additional details about the invocation.
.google.protobuf.Any details = 2;
-
mergeDetails
public BuildEvent.InvocationAttemptStarted.Builder mergeDetails(com.google.protobuf.Any value)
Additional details about the invocation.
.google.protobuf.Any details = 2;
-
clearDetails
public BuildEvent.InvocationAttemptStarted.Builder clearDetails()
Additional details about the invocation.
.google.protobuf.Any details = 2;
-
getDetailsBuilder
public com.google.protobuf.Any.Builder getDetailsBuilder()
Additional details about the invocation.
.google.protobuf.Any details = 2;
-
getDetailsOrBuilder
public com.google.protobuf.AnyOrBuilder getDetailsOrBuilder()
Additional details about the invocation.
.google.protobuf.Any details = 2;- Specified by:
getDetailsOrBuilderin interfaceBuildEvent.InvocationAttemptStartedOrBuilder
-
setUnknownFields
public final BuildEvent.InvocationAttemptStarted.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.InvocationAttemptStarted.Builder>
-
mergeUnknownFields
public final BuildEvent.InvocationAttemptStarted.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BuildEvent.InvocationAttemptStarted.Builder>
-
-