Package xyz.block.ftl.v1
Class DeployedSchema
-
- 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.DeployedSchemaOrBuilder
public final class DeployedSchema extends GeneratedMessageV3 implements DeployedSchemaOrBuilder
Protobuf type
xyz.block.ftl.v1.DeployedSchema
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeployedSchema.BuilderProtobuf type
xyz.block.ftl.v1.DeployedSchema
-
Field Summary
Fields Modifier and Type Field Description public final static intDEPLOYMENT_KEY_FIELD_NUMBERpublic final static intSCHEMA_FIELD_NUMBERpublic final static intIS_ACTIVE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetDeploymentKey()string deployment_key = 1;ByteStringgetDeploymentKeyBytes()string deployment_key = 1;booleanhasSchema().xyz.block.ftl.schema.v1.Module schema = 2;ModulegetSchema().xyz.block.ftl.schema.v1.Module schema = 2;ModuleOrBuildergetSchemaOrBuilder().xyz.block.ftl.schema.v1.Module schema = 2;booleangetIsActive()bool is_active = 3;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static DeployedSchemaparseFrom(ByteBuffer data)static DeployedSchemaparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static DeployedSchemaparseFrom(ByteString data)static DeployedSchemaparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DeployedSchemaparseFrom(Array<byte> data)static DeployedSchemaparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static DeployedSchemaparseFrom(InputStream input)static DeployedSchemaparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static DeployedSchemaparseDelimitedFrom(InputStream input)static DeployedSchemaparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static DeployedSchemaparseFrom(CodedInputStream input)static DeployedSchemaparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)DeployedSchema.BuildernewBuilderForType()static DeployedSchema.BuildernewBuilder()static DeployedSchema.BuildernewBuilder(DeployedSchema prototype)DeployedSchema.BuildertoBuilder()static DeployedSchemagetDefaultInstance()static Parser<DeployedSchema>parser()Parser<DeployedSchema>getParserForType()DeployedSchemagetDefaultInstanceForType()-
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.
-
hasSchema
boolean hasSchema()
.xyz.block.ftl.schema.v1.Module schema = 2;- Returns:
Whether the schema field is set.
-
getSchemaOrBuilder
ModuleOrBuilder getSchemaOrBuilder()
.xyz.block.ftl.schema.v1.Module schema = 2;
-
getIsActive
boolean getIsActive()
bool is_active = 3;- Returns:
The isActive.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static DeployedSchema parseFrom(ByteBuffer data)
-
parseFrom
static DeployedSchema parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeployedSchema parseFrom(ByteString data)
-
parseFrom
static DeployedSchema parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeployedSchema parseFrom(Array<byte> data)
-
parseFrom
static DeployedSchema parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeployedSchema parseFrom(InputStream input)
-
parseFrom
static DeployedSchema parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static DeployedSchema parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static DeployedSchema parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeployedSchema parseFrom(CodedInputStream input)
-
parseFrom
static DeployedSchema parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
DeployedSchema.Builder newBuilderForType()
-
newBuilder
static DeployedSchema.Builder newBuilder()
-
newBuilder
static DeployedSchema.Builder newBuilder(DeployedSchema prototype)
-
toBuilder
DeployedSchema.Builder toBuilder()
-
getDefaultInstance
static DeployedSchema getDefaultInstance()
-
parser
static Parser<DeployedSchema> parser()
-
getParserForType
Parser<DeployedSchema> getParserForType()
-
getDefaultInstanceForType
DeployedSchema getDefaultInstanceForType()
-
-
-
-