Interface PullSchemaResponseOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface PullSchemaResponseOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getDeploymentKey() string deployment_key = 1;
      abstract ByteString getDeploymentKeyBytes() string deployment_key = 1;
      abstract String getModuleName() string module_name = 2;
      abstract ByteString getModuleNameBytes() string module_name = 2;
      abstract boolean hasSchema()
      For deletes this will not be present.
      
      optional .xyz.block.ftl.v1.schema.Module schema = 4;
      abstract Module getSchema()
      For deletes this will not be present.
      
      optional .xyz.block.ftl.v1.schema.Module schema = 4;
      abstract ModuleOrBuilder getSchemaOrBuilder()
      For deletes this will not be present.
      
      optional .xyz.block.ftl.v1.schema.Module schema = 4;
      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;
      abstract int getChangeTypeValue() .xyz.block.ftl.v1.DeploymentChangeType change_type = 5;
      abstract DeploymentChangeType getChangeType() .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
    • Constructor Detail

    • Method Detail

      • 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.

      • 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.