Package xyz.block.ftl.v1
Class DeployRequest
-
- 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.DeployRequestOrBuilder
public final class DeployRequest extends GeneratedMessageV3 implements DeployRequestOrBuilder
Protobuf type
xyz.block.ftl.v1.DeployRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeployRequest.BuilderProtobuf type
xyz.block.ftl.v1.DeployRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intDEPLOYMENT_KEY_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetDeploymentKey()string deployment_key = 1;ByteStringgetDeploymentKeyBytes()string deployment_key = 1;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static DeployRequestparseFrom(ByteBuffer data)static DeployRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static DeployRequestparseFrom(ByteString data)static DeployRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DeployRequestparseFrom(Array<byte> data)static DeployRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static DeployRequestparseFrom(InputStream input)static DeployRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static DeployRequestparseDelimitedFrom(InputStream input)static DeployRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static DeployRequestparseFrom(CodedInputStream input)static DeployRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)DeployRequest.BuildernewBuilderForType()static DeployRequest.BuildernewBuilder()static DeployRequest.BuildernewBuilder(DeployRequest prototype)DeployRequest.BuildertoBuilder()static DeployRequestgetDefaultInstance()static Parser<DeployRequest>parser()Parser<DeployRequest>getParserForType()DeployRequestgetDefaultInstanceForType()-
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()
-
getDeploymentKey
String getDeploymentKey()
string deployment_key = 1;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
ByteString getDeploymentKeyBytes()
string deployment_key = 1;- Returns:
The bytes for deploymentKey.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static DeployRequest parseFrom(ByteBuffer data)
-
parseFrom
static DeployRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeployRequest parseFrom(ByteString data)
-
parseFrom
static DeployRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeployRequest parseFrom(Array<byte> data)
-
parseFrom
static DeployRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeployRequest parseFrom(InputStream input)
-
parseFrom
static DeployRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static DeployRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static DeployRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeployRequest parseFrom(CodedInputStream input)
-
parseFrom
static DeployRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
DeployRequest.Builder newBuilderForType()
-
newBuilder
static DeployRequest.Builder newBuilder()
-
newBuilder
static DeployRequest.Builder newBuilder(DeployRequest prototype)
-
toBuilder
DeployRequest.Builder toBuilder()
-
getDefaultInstance
static DeployRequest getDefaultInstance()
-
parser
static Parser<DeployRequest> parser()
-
getParserForType
Parser<DeployRequest> getParserForType()
-
getDefaultInstanceForType
DeployRequest getDefaultInstanceForType()
-
-
-
-