Interface EventOrBuilder

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

    
    public interface EventOrBuilder
     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
    • Constructor Detail

    • Method Detail

      • hasTimeStamp

         abstract boolean hasTimeStamp()

        .google.protobuf.Timestamp time_stamp = 1;

        Returns:

        Whether the timeStamp field is set.

      • getTimeStamp

         abstract Timestamp getTimeStamp()

        .google.protobuf.Timestamp time_stamp = 1;

        Returns:

        The timeStamp.

      • getTimeStampOrBuilder

         abstract TimestampOrBuilder getTimeStampOrBuilder()

        .google.protobuf.Timestamp time_stamp = 1;

      • getId

         abstract long getId()
        Unique ID for event.
        
        int64 id = 2;
        Returns:

        The id.

      • hasLog

         abstract boolean hasLog()

        .xyz.block.ftl.v1.console.LogEvent log = 3;

        Returns:

        Whether the log field is set.

      • getLog

         abstract LogEvent getLog()

        .xyz.block.ftl.v1.console.LogEvent log = 3;

        Returns:

        The log.

      • hasCall

         abstract boolean hasCall()

        .xyz.block.ftl.v1.console.CallEvent call = 4;

        Returns:

        Whether the call field is set.

      • getCall

         abstract CallEvent getCall()

        .xyz.block.ftl.v1.console.CallEvent call = 4;

        Returns:

        The call.

      • hasDeploymentCreated

         abstract boolean hasDeploymentCreated()

        .xyz.block.ftl.v1.console.DeploymentCreatedEvent deployment_created = 5;

        Returns:

        Whether the deploymentCreated field is set.

      • hasDeploymentUpdated

         abstract boolean hasDeploymentUpdated()

        .xyz.block.ftl.v1.console.DeploymentUpdatedEvent deployment_updated = 6;

        Returns:

        Whether the deploymentUpdated field is set.

      • hasIngress

         abstract boolean hasIngress()

        .xyz.block.ftl.v1.console.IngressEvent ingress = 7;

        Returns:

        Whether the ingress field is set.

      • getIngress

         abstract IngressEvent getIngress()

        .xyz.block.ftl.v1.console.IngressEvent ingress = 7;

        Returns:

        The ingress.