Class BuildSuccess.Builder
-
- All Implemented Interfaces:
-
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable,xyz.block.ftl.language.v1.BuildSuccessOrBuilder
public final class BuildSuccess.Builder extends GeneratedMessageV3.Builder<BuilderT> implements BuildSuccessOrBuilder
Protobuf typeBuildSuccess should be sent when a build succeeds. FTL may ignore this event if it does not match FTL's current build context and state.xyz.block.ftl.language.v1.BuildSuccess
-
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()BuildSuccess.Builderclear()Descriptors.DescriptorgetDescriptorForType()BuildSuccessgetDefaultInstanceForType()BuildSuccessbuild()BuildSuccessbuildPartial()BuildSuccess.Builderclone()BuildSuccess.BuildersetField(Descriptors.FieldDescriptor field, Object value)BuildSuccess.BuilderclearField(Descriptors.FieldDescriptor field)BuildSuccess.BuilderclearOneof(Descriptors.OneofDescriptor oneof)BuildSuccess.BuildersetRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)BuildSuccess.BuilderaddRepeatedField(Descriptors.FieldDescriptor field, Object value)BuildSuccess.BuildermergeFrom(Message other)BuildSuccess.BuildermergeFrom(BuildSuccess other)final booleanisInitialized()BuildSuccess.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)booleanhasModule()Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;ModulegetModule()Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;BuildSuccess.BuildersetModule(Module value)Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;BuildSuccess.BuildersetModule(Module.Builder builderForValue)Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;BuildSuccess.BuildermergeModule(Module value)Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;BuildSuccess.BuilderclearModule()Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;Module.BuildergetModuleBuilder()Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;ModuleOrBuildergetModuleOrBuilder()Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;ProtocolStringListgetDeployList()Paths for files/directories to be deployedrepeated string deploy = 2;intgetDeployCount()Paths for files/directories to be deployedrepeated string deploy = 2;StringgetDeploy(int index)Paths for files/directories to be deployedrepeated string deploy = 2;ByteStringgetDeployBytes(int index)Paths for files/directories to be deployedrepeated string deploy = 2;BuildSuccess.BuildersetDeploy(int index, String value)Paths for files/directories to be deployedrepeated string deploy = 2;BuildSuccess.BuilderaddDeploy(String value)Paths for files/directories to be deployedrepeated string deploy = 2;BuildSuccess.BuilderaddAllDeploy(Iterable<String> values)Paths for files/directories to be deployedrepeated string deploy = 2;BuildSuccess.BuilderclearDeploy()Paths for files/directories to be deployedrepeated string deploy = 2;BuildSuccess.BuilderaddDeployBytes(ByteString value)Paths for files/directories to be deployedrepeated string deploy = 2;StringgetDockerImage()Name of the docker image to use for the runnerstring docker_image = 3;ByteStringgetDockerImageBytes()Name of the docker image to use for the runnerstring docker_image = 3;BuildSuccess.BuildersetDockerImage(String value)Name of the docker image to use for the runnerstring docker_image = 3;BuildSuccess.BuilderclearDockerImage()Name of the docker image to use for the runnerstring docker_image = 3;BuildSuccess.BuildersetDockerImageBytes(ByteString value)Name of the docker image to use for the runnerstring docker_image = 3;booleanhasErrors()Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;ErrorListgetErrors()Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;BuildSuccess.BuildersetErrors(ErrorList value)Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;BuildSuccess.BuildersetErrors(ErrorList.Builder builderForValue)Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;BuildSuccess.BuildermergeErrors(ErrorList value)Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;BuildSuccess.BuilderclearErrors()Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;ErrorList.BuildergetErrorsBuilder()Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;ErrorListOrBuildergetErrorsOrBuilder()Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;booleanhasDevEndpoint()Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;StringgetDevEndpoint()Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;ByteStringgetDevEndpointBytes()Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;BuildSuccess.BuildersetDevEndpoint(String value)Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;BuildSuccess.BuilderclearDevEndpoint()Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;BuildSuccess.BuildersetDevEndpointBytes(ByteString value)Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;booleanhasDebugPort()Dev mode debug portoptional int32 debug_port = 6;intgetDebugPort()Dev mode debug portoptional int32 debug_port = 6;BuildSuccess.BuildersetDebugPort(int value)Dev mode debug portoptional int32 debug_port = 6;BuildSuccess.BuilderclearDebugPort()Dev mode debug portoptional int32 debug_port = 6;booleanhasDevHotReloadEndpoint()Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;StringgetDevHotReloadEndpoint()Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;ByteStringgetDevHotReloadEndpointBytes()Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;BuildSuccess.BuildersetDevHotReloadEndpoint(String value)Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;BuildSuccess.BuilderclearDevHotReloadEndpoint()Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;BuildSuccess.BuildersetDevHotReloadEndpointBytes(ByteString value)Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;booleanhasDevHotReloadVersion()optional int64 dev_hot_reload_version = 8;longgetDevHotReloadVersion()optional int64 dev_hot_reload_version = 8;BuildSuccess.BuildersetDevHotReloadVersion(long value)optional int64 dev_hot_reload_version = 8;BuildSuccess.BuilderclearDevHotReloadVersion()optional int64 dev_hot_reload_version = 8;ProtocolStringListgetModifiedFilesList()Files modified during the build, relative to the build dirrepeated string modified_files = 9;intgetModifiedFilesCount()Files modified during the build, relative to the build dirrepeated string modified_files = 9;StringgetModifiedFiles(int index)Files modified during the build, relative to the build dirrepeated string modified_files = 9;ByteStringgetModifiedFilesBytes(int index)Files modified during the build, relative to the build dirrepeated string modified_files = 9;BuildSuccess.BuildersetModifiedFiles(int index, String value)Files modified during the build, relative to the build dirrepeated string modified_files = 9;BuildSuccess.BuilderaddModifiedFiles(String value)Files modified during the build, relative to the build dirrepeated string modified_files = 9;BuildSuccess.BuilderaddAllModifiedFiles(Iterable<String> values)Files modified during the build, relative to the build dirrepeated string modified_files = 9;BuildSuccess.BuilderclearModifiedFiles()Files modified during the build, relative to the build dirrepeated string modified_files = 9;BuildSuccess.BuilderaddModifiedFilesBytes(ByteString value)Files modified during the build, relative to the build dirrepeated string modified_files = 9;booleangetRedeployNotRequired()If there have been no structural changes it is possible that no further action is requiredbool redeploy_not_required = 10;BuildSuccess.BuildersetRedeployNotRequired(boolean value)If there have been no structural changes it is possible that no further action is requiredbool redeploy_not_required = 10;BuildSuccess.BuilderclearRedeployNotRequired()If there have been no structural changes it is possible that no further action is requiredbool redeploy_not_required = 10;final BuildSuccess.BuildersetUnknownFields(UnknownFieldSet unknownFields)final BuildSuccess.BuildermergeUnknownFields(UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForField -
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
clear, clearOneof, clone, findInitializationErrors, getInitializationErrorString, mergeUnknownFields, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.Message.Builder
addRepeatedField, clear, clearField, clearOneof, clone, mergeFrom, mergeUnknownFields, setField, setRepeatedField, setUnknownFields -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
clear
BuildSuccess.Builder clear()
-
getDescriptorForType
Descriptors.Descriptor getDescriptorForType()
-
getDefaultInstanceForType
BuildSuccess getDefaultInstanceForType()
-
build
BuildSuccess build()
-
buildPartial
BuildSuccess buildPartial()
-
clone
BuildSuccess.Builder clone()
-
setField
BuildSuccess.Builder setField(Descriptors.FieldDescriptor field, Object value)
-
clearField
BuildSuccess.Builder clearField(Descriptors.FieldDescriptor field)
-
clearOneof
BuildSuccess.Builder clearOneof(Descriptors.OneofDescriptor oneof)
-
setRepeatedField
BuildSuccess.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
-
addRepeatedField
BuildSuccess.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
-
mergeFrom
BuildSuccess.Builder mergeFrom(Message other)
-
mergeFrom
BuildSuccess.Builder mergeFrom(BuildSuccess other)
-
isInitialized
final boolean isInitialized()
-
mergeFrom
BuildSuccess.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
hasModule
boolean hasModule()
Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;- Returns:
Whether the module field is set.
-
getModule
Module getModule()
Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;- Returns:
The module.
-
setModule
BuildSuccess.Builder setModule(Module value)
Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;
-
setModule
BuildSuccess.Builder setModule(Module.Builder builderForValue)
Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;
-
mergeModule
BuildSuccess.Builder mergeModule(Module value)
Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;
-
clearModule
BuildSuccess.Builder clearModule()
Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;
-
getModuleBuilder
Module.Builder getModuleBuilder()
Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;
-
getModuleOrBuilder
ModuleOrBuilder getModuleOrBuilder()
Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;
-
getDeployList
ProtocolStringList getDeployList()
Paths for files/directories to be deployedrepeated string deploy = 2;- Returns:
A list containing the deploy.
-
getDeployCount
int getDeployCount()
Paths for files/directories to be deployedrepeated string deploy = 2;- Returns:
The count of deploy.
-
getDeploy
String getDeploy(int index)
Paths for files/directories to be deployedrepeated string deploy = 2;- Parameters:
index- The index of the element to return.- Returns:
The deploy at the given index.
-
getDeployBytes
ByteString getDeployBytes(int index)
Paths for files/directories to be deployedrepeated string deploy = 2;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the deploy at the given index.
-
setDeploy
BuildSuccess.Builder setDeploy(int index, String value)
Paths for files/directories to be deployedrepeated string deploy = 2;- Parameters:
index- The index to set the value at.value- The deploy to set.- Returns:
This builder for chaining.
-
addDeploy
BuildSuccess.Builder addDeploy(String value)
Paths for files/directories to be deployedrepeated string deploy = 2;- Parameters:
value- The deploy to add.- Returns:
This builder for chaining.
-
addAllDeploy
BuildSuccess.Builder addAllDeploy(Iterable<String> values)
Paths for files/directories to be deployedrepeated string deploy = 2;- Parameters:
values- The deploy to add.- Returns:
This builder for chaining.
-
clearDeploy
BuildSuccess.Builder clearDeploy()
Paths for files/directories to be deployedrepeated string deploy = 2;- Returns:
This builder for chaining.
-
addDeployBytes
BuildSuccess.Builder addDeployBytes(ByteString value)
Paths for files/directories to be deployedrepeated string deploy = 2;- Parameters:
value- The bytes of the deploy to add.- Returns:
This builder for chaining.
-
getDockerImage
String getDockerImage()
Name of the docker image to use for the runnerstring docker_image = 3;- Returns:
The dockerImage.
-
getDockerImageBytes
ByteString getDockerImageBytes()
Name of the docker image to use for the runnerstring docker_image = 3;- Returns:
The bytes for dockerImage.
-
setDockerImage
BuildSuccess.Builder setDockerImage(String value)
Name of the docker image to use for the runnerstring docker_image = 3;- Parameters:
value- The dockerImage to set.- Returns:
This builder for chaining.
-
clearDockerImage
BuildSuccess.Builder clearDockerImage()
Name of the docker image to use for the runnerstring docker_image = 3;- Returns:
This builder for chaining.
-
setDockerImageBytes
BuildSuccess.Builder setDockerImageBytes(ByteString value)
Name of the docker image to use for the runnerstring docker_image = 3;- Parameters:
value- The bytes for dockerImage to set.- Returns:
This builder for chaining.
-
hasErrors
boolean hasErrors()
Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;- Returns:
Whether the errors field is set.
-
getErrors
ErrorList getErrors()
Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;- Returns:
The errors.
-
setErrors
BuildSuccess.Builder setErrors(ErrorList value)
Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;
-
setErrors
BuildSuccess.Builder setErrors(ErrorList.Builder builderForValue)
Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;
-
mergeErrors
BuildSuccess.Builder mergeErrors(ErrorList value)
Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;
-
clearErrors
BuildSuccess.Builder clearErrors()
Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;
-
getErrorsBuilder
ErrorList.Builder getErrorsBuilder()
Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;
-
getErrorsOrBuilder
ErrorListOrBuilder getErrorsOrBuilder()
Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;
-
hasDevEndpoint
boolean hasDevEndpoint()
Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;- Returns:
Whether the devEndpoint field is set.
-
getDevEndpoint
String getDevEndpoint()
Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;- Returns:
The devEndpoint.
-
getDevEndpointBytes
ByteString getDevEndpointBytes()
Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;- Returns:
The bytes for devEndpoint.
-
setDevEndpoint
BuildSuccess.Builder setDevEndpoint(String value)
Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;- Parameters:
value- The devEndpoint to set.- Returns:
This builder for chaining.
-
clearDevEndpoint
BuildSuccess.Builder clearDevEndpoint()
Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;- Returns:
This builder for chaining.
-
setDevEndpointBytes
BuildSuccess.Builder setDevEndpointBytes(ByteString value)
Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;- Parameters:
value- The bytes for devEndpoint to set.- Returns:
This builder for chaining.
-
hasDebugPort
boolean hasDebugPort()
Dev mode debug portoptional int32 debug_port = 6;- Returns:
Whether the debugPort field is set.
-
getDebugPort
int getDebugPort()
Dev mode debug portoptional int32 debug_port = 6;- Returns:
The debugPort.
-
setDebugPort
BuildSuccess.Builder setDebugPort(int value)
Dev mode debug portoptional int32 debug_port = 6;- Parameters:
value- The debugPort to set.- Returns:
This builder for chaining.
-
clearDebugPort
BuildSuccess.Builder clearDebugPort()
Dev mode debug portoptional int32 debug_port = 6;- Returns:
This builder for chaining.
-
hasDevHotReloadEndpoint
boolean hasDevHotReloadEndpoint()
Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;- Returns:
Whether the devHotReloadEndpoint field is set.
-
getDevHotReloadEndpoint
String getDevHotReloadEndpoint()
Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;- Returns:
The devHotReloadEndpoint.
-
getDevHotReloadEndpointBytes
ByteString getDevHotReloadEndpointBytes()
Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;- Returns:
The bytes for devHotReloadEndpoint.
-
setDevHotReloadEndpoint
BuildSuccess.Builder setDevHotReloadEndpoint(String value)
Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;- Parameters:
value- The devHotReloadEndpoint to set.- Returns:
This builder for chaining.
-
clearDevHotReloadEndpoint
BuildSuccess.Builder clearDevHotReloadEndpoint()
Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;- Returns:
This builder for chaining.
-
setDevHotReloadEndpointBytes
BuildSuccess.Builder setDevHotReloadEndpointBytes(ByteString value)
Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;- Parameters:
value- The bytes for devHotReloadEndpoint to set.- Returns:
This builder for chaining.
-
hasDevHotReloadVersion
boolean hasDevHotReloadVersion()
optional int64 dev_hot_reload_version = 8;- Returns:
Whether the devHotReloadVersion field is set.
-
getDevHotReloadVersion
long getDevHotReloadVersion()
optional int64 dev_hot_reload_version = 8;- Returns:
The devHotReloadVersion.
-
setDevHotReloadVersion
BuildSuccess.Builder setDevHotReloadVersion(long value)
optional int64 dev_hot_reload_version = 8;- Parameters:
value- The devHotReloadVersion to set.- Returns:
This builder for chaining.
-
clearDevHotReloadVersion
BuildSuccess.Builder clearDevHotReloadVersion()
optional int64 dev_hot_reload_version = 8;- Returns:
This builder for chaining.
-
getModifiedFilesList
ProtocolStringList getModifiedFilesList()
Files modified during the build, relative to the build dirrepeated string modified_files = 9;- Returns:
A list containing the modifiedFiles.
-
getModifiedFilesCount
int getModifiedFilesCount()
Files modified during the build, relative to the build dirrepeated string modified_files = 9;- Returns:
The count of modifiedFiles.
-
getModifiedFiles
String getModifiedFiles(int index)
Files modified during the build, relative to the build dirrepeated string modified_files = 9;- Parameters:
index- The index of the element to return.- Returns:
The modifiedFiles at the given index.
-
getModifiedFilesBytes
ByteString getModifiedFilesBytes(int index)
Files modified during the build, relative to the build dirrepeated string modified_files = 9;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the modifiedFiles at the given index.
-
setModifiedFiles
BuildSuccess.Builder setModifiedFiles(int index, String value)
Files modified during the build, relative to the build dirrepeated string modified_files = 9;- Parameters:
index- The index to set the value at.value- The modifiedFiles to set.- Returns:
This builder for chaining.
-
addModifiedFiles
BuildSuccess.Builder addModifiedFiles(String value)
Files modified during the build, relative to the build dirrepeated string modified_files = 9;- Parameters:
value- The modifiedFiles to add.- Returns:
This builder for chaining.
-
addAllModifiedFiles
BuildSuccess.Builder addAllModifiedFiles(Iterable<String> values)
Files modified during the build, relative to the build dirrepeated string modified_files = 9;- Parameters:
values- The modifiedFiles to add.- Returns:
This builder for chaining.
-
clearModifiedFiles
BuildSuccess.Builder clearModifiedFiles()
Files modified during the build, relative to the build dirrepeated string modified_files = 9;- Returns:
This builder for chaining.
-
addModifiedFilesBytes
BuildSuccess.Builder addModifiedFilesBytes(ByteString value)
Files modified during the build, relative to the build dirrepeated string modified_files = 9;- Parameters:
value- The bytes of the modifiedFiles to add.- Returns:
This builder for chaining.
-
getRedeployNotRequired
boolean getRedeployNotRequired()
If there have been no structural changes it is possible that no further action is requiredbool redeploy_not_required = 10;- Returns:
The redeployNotRequired.
-
setRedeployNotRequired
BuildSuccess.Builder setRedeployNotRequired(boolean value)
If there have been no structural changes it is possible that no further action is requiredbool redeploy_not_required = 10;- Parameters:
value- The redeployNotRequired to set.- Returns:
This builder for chaining.
-
clearRedeployNotRequired
BuildSuccess.Builder clearRedeployNotRequired()
If there have been no structural changes it is possible that no further action is requiredbool redeploy_not_required = 10;- Returns:
This builder for chaining.
-
setUnknownFields
final BuildSuccess.Builder setUnknownFields(UnknownFieldSet unknownFields)
-
mergeUnknownFields
final BuildSuccess.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
-
-
-
-