Interface ModuleRuntimeDeploymentOrBuilder

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

    
    public interface ModuleRuntimeDeploymentOrBuilder
     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 = 2;
      abstract ByteString getDeploymentKeyBytes() string deployment_key = 2;
      abstract boolean hasCreatedAt() .google.protobuf.Timestamp created_at = 3;
      abstract Timestamp getCreatedAt() .google.protobuf.Timestamp created_at = 3;
      abstract TimestampOrBuilder getCreatedAtOrBuilder() .google.protobuf.Timestamp created_at = 3;
      abstract boolean hasActivatedAt() optional .google.protobuf.Timestamp activated_at = 4;
      abstract Timestamp getActivatedAt() optional .google.protobuf.Timestamp activated_at = 4;
      abstract TimestampOrBuilder getActivatedAtOrBuilder() optional .google.protobuf.Timestamp activated_at = 4;
      abstract int getStateValue() .xyz.block.ftl.schema.v1.DeploymentState state = 5;
      abstract DeploymentState getState() .xyz.block.ftl.schema.v1.DeploymentState state = 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 = 2;

        Returns:

        The bytes for deploymentKey.

      • hasCreatedAt

         abstract boolean hasCreatedAt()

        .google.protobuf.Timestamp created_at = 3;

        Returns:

        Whether the createdAt field is set.

      • getCreatedAt

         abstract Timestamp getCreatedAt()

        .google.protobuf.Timestamp created_at = 3;

        Returns:

        The createdAt.

      • getCreatedAtOrBuilder

         abstract TimestampOrBuilder getCreatedAtOrBuilder()

        .google.protobuf.Timestamp created_at = 3;

      • hasActivatedAt

         abstract boolean hasActivatedAt()

        optional .google.protobuf.Timestamp activated_at = 4;

        Returns:

        Whether the activatedAt field is set.

      • getActivatedAt

         abstract Timestamp getActivatedAt()

        optional .google.protobuf.Timestamp activated_at = 4;

        Returns:

        The activatedAt.

      • getActivatedAtOrBuilder

         abstract TimestampOrBuilder getActivatedAtOrBuilder()

        optional .google.protobuf.Timestamp activated_at = 4;

      • getStateValue

         abstract int getStateValue()

        .xyz.block.ftl.schema.v1.DeploymentState state = 5;

        Returns:

        The enum numeric value on the wire for state.

      • getState

         abstract DeploymentState getState()

        .xyz.block.ftl.schema.v1.DeploymentState state = 5;

        Returns:

        The state.