Interface EventOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface EventOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasTimeStamp().google.protobuf.Timestamp time_stamp = 1;abstract TimestampgetTimeStamp().google.protobuf.Timestamp time_stamp = 1;abstract TimestampOrBuildergetTimeStampOrBuilder().google.protobuf.Timestamp time_stamp = 1;abstract longgetId()Unique ID for event.int64 id = 2;abstract booleanhasLog().xyz.block.ftl.v1.console.LogEvent log = 3;abstract LogEventgetLog().xyz.block.ftl.v1.console.LogEvent log = 3;abstract LogEventOrBuildergetLogOrBuilder().xyz.block.ftl.v1.console.LogEvent log = 3;abstract booleanhasCall().xyz.block.ftl.v1.console.CallEvent call = 4;abstract CallEventgetCall().xyz.block.ftl.v1.console.CallEvent call = 4;abstract CallEventOrBuildergetCallOrBuilder().xyz.block.ftl.v1.console.CallEvent call = 4;abstract booleanhasDeploymentCreated().xyz.block.ftl.v1.console.DeploymentCreatedEvent deployment_created = 5;abstract DeploymentCreatedEventgetDeploymentCreated().xyz.block.ftl.v1.console.DeploymentCreatedEvent deployment_created = 5;abstract DeploymentCreatedEventOrBuildergetDeploymentCreatedOrBuilder().xyz.block.ftl.v1.console.DeploymentCreatedEvent deployment_created = 5;abstract booleanhasDeploymentUpdated().xyz.block.ftl.v1.console.DeploymentUpdatedEvent deployment_updated = 6;abstract DeploymentUpdatedEventgetDeploymentUpdated().xyz.block.ftl.v1.console.DeploymentUpdatedEvent deployment_updated = 6;abstract DeploymentUpdatedEventOrBuildergetDeploymentUpdatedOrBuilder().xyz.block.ftl.v1.console.DeploymentUpdatedEvent deployment_updated = 6;abstract booleanhasIngress().xyz.block.ftl.v1.console.IngressEvent ingress = 7;abstract IngressEventgetIngress().xyz.block.ftl.v1.console.IngressEvent ingress = 7;abstract IngressEventOrBuildergetIngressOrBuilder().xyz.block.ftl.v1.console.IngressEvent ingress = 7;abstract booleanhasCronScheduled().xyz.block.ftl.v1.console.CronScheduledEvent cron_scheduled = 8;abstract CronScheduledEventgetCronScheduled().xyz.block.ftl.v1.console.CronScheduledEvent cron_scheduled = 8;abstract CronScheduledEventOrBuildergetCronScheduledOrBuilder().xyz.block.ftl.v1.console.CronScheduledEvent cron_scheduled = 8;abstract Event.EntryCasegetEntryCase()-
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
-
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.
-
getLogOrBuilder
abstract LogEventOrBuilder getLogOrBuilder()
.xyz.block.ftl.v1.console.LogEvent log = 3;
-
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.
-
getCallOrBuilder
abstract CallEventOrBuilder getCallOrBuilder()
.xyz.block.ftl.v1.console.CallEvent call = 4;
-
hasDeploymentCreated
abstract boolean hasDeploymentCreated()
.xyz.block.ftl.v1.console.DeploymentCreatedEvent deployment_created = 5;- Returns:
Whether the deploymentCreated field is set.
-
getDeploymentCreated
abstract DeploymentCreatedEvent getDeploymentCreated()
.xyz.block.ftl.v1.console.DeploymentCreatedEvent deployment_created = 5;- Returns:
The deploymentCreated.
-
getDeploymentCreatedOrBuilder
abstract DeploymentCreatedEventOrBuilder getDeploymentCreatedOrBuilder()
.xyz.block.ftl.v1.console.DeploymentCreatedEvent deployment_created = 5;
-
hasDeploymentUpdated
abstract boolean hasDeploymentUpdated()
.xyz.block.ftl.v1.console.DeploymentUpdatedEvent deployment_updated = 6;- Returns:
Whether the deploymentUpdated field is set.
-
getDeploymentUpdated
abstract DeploymentUpdatedEvent getDeploymentUpdated()
.xyz.block.ftl.v1.console.DeploymentUpdatedEvent deployment_updated = 6;- Returns:
The deploymentUpdated.
-
getDeploymentUpdatedOrBuilder
abstract DeploymentUpdatedEventOrBuilder getDeploymentUpdatedOrBuilder()
.xyz.block.ftl.v1.console.DeploymentUpdatedEvent deployment_updated = 6;
-
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.
-
getIngressOrBuilder
abstract IngressEventOrBuilder getIngressOrBuilder()
.xyz.block.ftl.v1.console.IngressEvent ingress = 7;
-
hasCronScheduled
abstract boolean hasCronScheduled()
.xyz.block.ftl.v1.console.CronScheduledEvent cron_scheduled = 8;- Returns:
Whether the cronScheduled field is set.
-
getCronScheduled
abstract CronScheduledEvent getCronScheduled()
.xyz.block.ftl.v1.console.CronScheduledEvent cron_scheduled = 8;- Returns:
The cronScheduled.
-
getCronScheduledOrBuilder
abstract CronScheduledEventOrBuilder getCronScheduledOrBuilder()
.xyz.block.ftl.v1.console.CronScheduledEvent cron_scheduled = 8;
-
getEntryCase
abstract Event.EntryCase getEntryCase()
-
-
-
-