Package xyz.block.ftl.v1
Interface PullSchemaResponseOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface PullSchemaResponseOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDeploymentKey()string deployment_key = 1;abstract ByteStringgetDeploymentKeyBytes()string deployment_key = 1;abstract StringgetModuleName()string module_name = 2;abstract ByteStringgetModuleNameBytes()string module_name = 2;abstract booleanhasSchema()For deletes this will not be present.optional .xyz.block.ftl.v1.schema.Module schema = 4;abstract ModulegetSchema()For deletes this will not be present.optional .xyz.block.ftl.v1.schema.Module schema = 4;abstract ModuleOrBuildergetSchemaOrBuilder()For deletes this will not be present.optional .xyz.block.ftl.v1.schema.Module schema = 4;abstract 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;abstract intgetChangeTypeValue().xyz.block.ftl.v1.DeploymentChangeType change_type = 5;abstract DeploymentChangeTypegetChangeType().xyz.block.ftl.v1.DeploymentChangeType change_type = 5;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDeploymentKey
abstract String getDeploymentKey()
string deployment_key = 1;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
abstract ByteString getDeploymentKeyBytes()
string deployment_key = 1;- Returns:
The bytes for deploymentKey.
-
getModuleName
abstract String getModuleName()
string module_name = 2;- Returns:
The moduleName.
-
getModuleNameBytes
abstract ByteString getModuleNameBytes()
string module_name = 2;- Returns:
The bytes for moduleName.
-
hasSchema
abstract 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
abstract Module getSchema()
For deletes this will not be present.optional .xyz.block.ftl.v1.schema.Module schema = 4;- Returns:
The schema.
-
getSchemaOrBuilder
abstract ModuleOrBuilder getSchemaOrBuilder()
For deletes this will not be present.optional .xyz.block.ftl.v1.schema.Module schema = 4;
-
getMore
abstract 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
abstract int getChangeTypeValue()
.xyz.block.ftl.v1.DeploymentChangeType change_type = 5;- Returns:
The enum numeric value on the wire for changeType.
-
getChangeType
abstract DeploymentChangeType getChangeType()
.xyz.block.ftl.v1.DeploymentChangeType change_type = 5;- Returns:
The changeType.
-
-
-
-