Package xyz.block.ftl.v1
Class PullSchemaResponse
-
- 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.PullSchemaResponseOrBuilder
public final class PullSchemaResponse extends GeneratedMessageV3 implements PullSchemaResponseOrBuilder
Protobuf type
xyz.block.ftl.v1.PullSchemaResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPullSchemaResponse.BuilderProtobuf type
xyz.block.ftl.v1.PullSchemaResponse
-
Field Summary
Fields Modifier and Type Field Description public final static intDEPLOYMENT_KEY_FIELD_NUMBERpublic final static intMODULE_NAME_FIELD_NUMBERpublic final static intSCHEMA_FIELD_NUMBERpublic final static intMORE_FIELD_NUMBERpublic final static intCHANGE_TYPE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetDeploymentKey()string deployment_key = 1;ByteStringgetDeploymentKeyBytes()string deployment_key = 1;StringgetModuleName()string module_name = 2;ByteStringgetModuleNameBytes()string module_name = 2;booleanhasSchema()For deletes this will not be present.optional .xyz.block.ftl.v1.schema.Module schema = 4;ModulegetSchema()For deletes this will not be present.optional .xyz.block.ftl.v1.schema.Module schema = 4;ModuleOrBuildergetSchemaOrBuilder()For deletes this will not be present.optional .xyz.block.ftl.v1.schema.Module schema = 4;booleangetMore()If true there are more schema changes immediately following this one as part of the initial batch. If false this is the last schema change in the initial batch, but others may follow later.bool more = 3;intgetChangeTypeValue().xyz.block.ftl.v1.DeploymentChangeType change_type = 5;DeploymentChangeTypegetChangeType().xyz.block.ftl.v1.DeploymentChangeType change_type = 5;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static PullSchemaResponseparseFrom(ByteBuffer data)static PullSchemaResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static PullSchemaResponseparseFrom(ByteString data)static PullSchemaResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static PullSchemaResponseparseFrom(Array<byte> data)static PullSchemaResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static PullSchemaResponseparseFrom(InputStream input)static PullSchemaResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PullSchemaResponseparseDelimitedFrom(InputStream input)static PullSchemaResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PullSchemaResponseparseFrom(CodedInputStream input)static PullSchemaResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)PullSchemaResponse.BuildernewBuilderForType()static PullSchemaResponse.BuildernewBuilder()static PullSchemaResponse.BuildernewBuilder(PullSchemaResponse prototype)PullSchemaResponse.BuildertoBuilder()static PullSchemaResponsegetDefaultInstance()static Parser<PullSchemaResponse>parser()Parser<PullSchemaResponse>getParserForType()PullSchemaResponsegetDefaultInstanceForType()-
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.
-
getModuleName
String getModuleName()
string module_name = 2;- Returns:
The moduleName.
-
getModuleNameBytes
ByteString getModuleNameBytes()
string module_name = 2;- Returns:
The bytes for moduleName.
-
hasSchema
boolean hasSchema()
For deletes this will not be present.optional .xyz.block.ftl.v1.schema.Module schema = 4;- Returns:
Whether the schema field is set.
-
getSchema
Module getSchema()
For deletes this will not be present.optional .xyz.block.ftl.v1.schema.Module schema = 4;- Returns:
The schema.
-
getSchemaOrBuilder
ModuleOrBuilder getSchemaOrBuilder()
For deletes this will not be present.optional .xyz.block.ftl.v1.schema.Module schema = 4;
-
getMore
boolean getMore()
If true there are more schema changes immediately following this one as part of the initial batch. If false this is the last schema change in the initial batch, but others may follow later.bool more = 3;- Returns:
The more.
-
getChangeTypeValue
int getChangeTypeValue()
.xyz.block.ftl.v1.DeploymentChangeType change_type = 5;- Returns:
The enum numeric value on the wire for changeType.
-
getChangeType
DeploymentChangeType getChangeType()
.xyz.block.ftl.v1.DeploymentChangeType change_type = 5;- Returns:
The changeType.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static PullSchemaResponse parseFrom(ByteBuffer data)
-
parseFrom
static PullSchemaResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PullSchemaResponse parseFrom(ByteString data)
-
parseFrom
static PullSchemaResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PullSchemaResponse parseFrom(Array<byte> data)
-
parseFrom
static PullSchemaResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PullSchemaResponse parseFrom(InputStream input)
-
parseFrom
static PullSchemaResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static PullSchemaResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static PullSchemaResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PullSchemaResponse parseFrom(CodedInputStream input)
-
parseFrom
static PullSchemaResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
PullSchemaResponse.Builder newBuilderForType()
-
newBuilder
static PullSchemaResponse.Builder newBuilder()
-
newBuilder
static PullSchemaResponse.Builder newBuilder(PullSchemaResponse prototype)
-
toBuilder
PullSchemaResponse.Builder toBuilder()
-
getDefaultInstance
static PullSchemaResponse getDefaultInstance()
-
parser
static Parser<PullSchemaResponse> parser()
-
getParserForType
Parser<PullSchemaResponse> getParserForType()
-
getDefaultInstanceForType
PullSchemaResponse getDefaultInstanceForType()
-
-
-
-