Class UpdateDeploymentRuntimeRequest.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.v1.UpdateDeploymentRuntimeRequestOrBuilder
public final class UpdateDeploymentRuntimeRequest.Builder extends GeneratedMessageV3.Builder<BuilderT> implements UpdateDeploymentRuntimeRequestOrBuilder
Protobuf type
xyz.block.ftl.v1.UpdateDeploymentRuntimeRequest
-
-
Method Summary
-
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()
-
getDescriptorForType
Descriptors.Descriptor getDescriptorForType()
-
getDefaultInstanceForType
UpdateDeploymentRuntimeRequest getDefaultInstanceForType()
-
build
UpdateDeploymentRuntimeRequest build()
-
buildPartial
UpdateDeploymentRuntimeRequest buildPartial()
-
setField
UpdateDeploymentRuntimeRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
-
clearField
UpdateDeploymentRuntimeRequest.Builder clearField(Descriptors.FieldDescriptor field)
-
clearOneof
UpdateDeploymentRuntimeRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
-
setRepeatedField
UpdateDeploymentRuntimeRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
-
addRepeatedField
UpdateDeploymentRuntimeRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
-
mergeFrom
UpdateDeploymentRuntimeRequest.Builder mergeFrom(Message other)
-
isInitialized
final boolean isInitialized()
-
mergeFrom
UpdateDeploymentRuntimeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
hasChangeset
boolean hasChangeset()
optional string changeset = 1;- Returns:
Whether the changeset field is set.
-
getChangeset
String getChangeset()
optional string changeset = 1;- Returns:
The changeset.
-
getChangesetBytes
ByteString getChangesetBytes()
optional string changeset = 1;- Returns:
The bytes for changeset.
-
setChangeset
UpdateDeploymentRuntimeRequest.Builder setChangeset(String value)
optional string changeset = 1;- Parameters:
value- The changeset to set.- Returns:
This builder for chaining.
-
clearChangeset
UpdateDeploymentRuntimeRequest.Builder clearChangeset()
optional string changeset = 1;- Returns:
This builder for chaining.
-
setChangesetBytes
UpdateDeploymentRuntimeRequest.Builder setChangesetBytes(ByteString value)
optional string changeset = 1;- Parameters:
value- The bytes for changeset to set.- Returns:
This builder for chaining.
-
hasUpdate
boolean hasUpdate()
.xyz.block.ftl.schema.v1.RuntimeElement update = 2;- Returns:
Whether the update field is set.
-
getUpdate
RuntimeElement getUpdate()
.xyz.block.ftl.schema.v1.RuntimeElement update = 2;- Returns:
The update.
-
setUpdate
UpdateDeploymentRuntimeRequest.Builder setUpdate(RuntimeElement value)
.xyz.block.ftl.schema.v1.RuntimeElement update = 2;
-
setUpdate
UpdateDeploymentRuntimeRequest.Builder setUpdate(RuntimeElement.Builder builderForValue)
.xyz.block.ftl.schema.v1.RuntimeElement update = 2;
-
mergeUpdate
UpdateDeploymentRuntimeRequest.Builder mergeUpdate(RuntimeElement value)
.xyz.block.ftl.schema.v1.RuntimeElement update = 2;
-
clearUpdate
UpdateDeploymentRuntimeRequest.Builder clearUpdate()
.xyz.block.ftl.schema.v1.RuntimeElement update = 2;
-
getUpdateBuilder
RuntimeElement.Builder getUpdateBuilder()
.xyz.block.ftl.schema.v1.RuntimeElement update = 2;
-
getUpdateOrBuilder
RuntimeElementOrBuilder getUpdateOrBuilder()
.xyz.block.ftl.schema.v1.RuntimeElement update = 2;
-
setUnknownFields
final UpdateDeploymentRuntimeRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
-
mergeUnknownFields
final UpdateDeploymentRuntimeRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
-
-
-
-