Package xyz.block.ftl.v1
Class UpdateDeploymentRuntimeRequest
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.v1.UpdateDeploymentRuntimeRequestOrBuilder
public final class UpdateDeploymentRuntimeRequest extends GeneratedMessageV3 implements UpdateDeploymentRuntimeRequestOrBuilder
Protobuf type
xyz.block.ftl.v1.UpdateDeploymentRuntimeRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUpdateDeploymentRuntimeRequest.BuilderProtobuf type
xyz.block.ftl.v1.UpdateDeploymentRuntimeRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intCHANGESET_FIELD_NUMBERpublic final static intUPDATE_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
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()
-
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.
-
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.
-
getUpdateOrBuilder
RuntimeElementOrBuilder getUpdateOrBuilder()
.xyz.block.ftl.schema.v1.RuntimeElement update = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static UpdateDeploymentRuntimeRequest parseFrom(ByteBuffer data)
-
parseFrom
static UpdateDeploymentRuntimeRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static UpdateDeploymentRuntimeRequest parseFrom(ByteString data)
-
parseFrom
static UpdateDeploymentRuntimeRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static UpdateDeploymentRuntimeRequest parseFrom(Array<byte> data)
-
parseFrom
static UpdateDeploymentRuntimeRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static UpdateDeploymentRuntimeRequest parseFrom(InputStream input)
-
parseFrom
static UpdateDeploymentRuntimeRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static UpdateDeploymentRuntimeRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static UpdateDeploymentRuntimeRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static UpdateDeploymentRuntimeRequest parseFrom(CodedInputStream input)
-
parseFrom
static UpdateDeploymentRuntimeRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
UpdateDeploymentRuntimeRequest.Builder newBuilderForType()
-
newBuilder
static UpdateDeploymentRuntimeRequest.Builder newBuilder()
-
newBuilder
static UpdateDeploymentRuntimeRequest.Builder newBuilder(UpdateDeploymentRuntimeRequest prototype)
-
toBuilder
UpdateDeploymentRuntimeRequest.Builder toBuilder()
-
getDefaultInstance
static UpdateDeploymentRuntimeRequest getDefaultInstance()
-
parser
static Parser<UpdateDeploymentRuntimeRequest> parser()
-
getParserForType
Parser<UpdateDeploymentRuntimeRequest> getParserForType()
-
getDefaultInstanceForType
UpdateDeploymentRuntimeRequest getDefaultInstanceForType()
-
-
-
-