Interface NotificationOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface NotificationOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasChangesetCommittedNotification().xyz.block.ftl.schema.v1.ChangesetCommittedNotification changeset_committed_notification = 5;abstract ChangesetCommittedNotificationgetChangesetCommittedNotification().xyz.block.ftl.schema.v1.ChangesetCommittedNotification changeset_committed_notification = 5;abstract ChangesetCommittedNotificationOrBuildergetChangesetCommittedNotificationOrBuilder().xyz.block.ftl.schema.v1.ChangesetCommittedNotification changeset_committed_notification = 5;abstract booleanhasChangesetCreatedNotification().xyz.block.ftl.schema.v1.ChangesetCreatedNotification changeset_created_notification = 3;abstract ChangesetCreatedNotificationgetChangesetCreatedNotification().xyz.block.ftl.schema.v1.ChangesetCreatedNotification changeset_created_notification = 3;abstract ChangesetCreatedNotificationOrBuildergetChangesetCreatedNotificationOrBuilder().xyz.block.ftl.schema.v1.ChangesetCreatedNotification changeset_created_notification = 3;abstract booleanhasChangesetDrainedNotification().xyz.block.ftl.schema.v1.ChangesetDrainedNotification changeset_drained_notification = 6;abstract ChangesetDrainedNotificationgetChangesetDrainedNotification().xyz.block.ftl.schema.v1.ChangesetDrainedNotification changeset_drained_notification = 6;abstract ChangesetDrainedNotificationOrBuildergetChangesetDrainedNotificationOrBuilder().xyz.block.ftl.schema.v1.ChangesetDrainedNotification changeset_drained_notification = 6;abstract booleanhasChangesetFailedNotification().xyz.block.ftl.schema.v1.ChangesetFailedNotification changeset_failed_notification = 9;abstract ChangesetFailedNotificationgetChangesetFailedNotification().xyz.block.ftl.schema.v1.ChangesetFailedNotification changeset_failed_notification = 9;abstract ChangesetFailedNotificationOrBuildergetChangesetFailedNotificationOrBuilder().xyz.block.ftl.schema.v1.ChangesetFailedNotification changeset_failed_notification = 9;abstract booleanhasChangesetFinalizedNotification().xyz.block.ftl.schema.v1.ChangesetFinalizedNotification changeset_finalized_notification = 7;abstract ChangesetFinalizedNotificationgetChangesetFinalizedNotification().xyz.block.ftl.schema.v1.ChangesetFinalizedNotification changeset_finalized_notification = 7;abstract ChangesetFinalizedNotificationOrBuildergetChangesetFinalizedNotificationOrBuilder().xyz.block.ftl.schema.v1.ChangesetFinalizedNotification changeset_finalized_notification = 7;abstract booleanhasChangesetPreparedNotification().xyz.block.ftl.schema.v1.ChangesetPreparedNotification changeset_prepared_notification = 4;abstract ChangesetPreparedNotificationgetChangesetPreparedNotification().xyz.block.ftl.schema.v1.ChangesetPreparedNotification changeset_prepared_notification = 4;abstract ChangesetPreparedNotificationOrBuildergetChangesetPreparedNotificationOrBuilder().xyz.block.ftl.schema.v1.ChangesetPreparedNotification changeset_prepared_notification = 4;abstract booleanhasChangesetRollingBackNotification().xyz.block.ftl.schema.v1.ChangesetRollingBackNotification changeset_rolling_back_notification = 8;abstract ChangesetRollingBackNotificationgetChangesetRollingBackNotification().xyz.block.ftl.schema.v1.ChangesetRollingBackNotification changeset_rolling_back_notification = 8;abstract ChangesetRollingBackNotificationOrBuildergetChangesetRollingBackNotificationOrBuilder().xyz.block.ftl.schema.v1.ChangesetRollingBackNotification changeset_rolling_back_notification = 8;abstract booleanhasDeploymentRuntimeNotification().xyz.block.ftl.schema.v1.DeploymentRuntimeNotification deployment_runtime_notification = 2;abstract DeploymentRuntimeNotificationgetDeploymentRuntimeNotification().xyz.block.ftl.schema.v1.DeploymentRuntimeNotification deployment_runtime_notification = 2;abstract DeploymentRuntimeNotificationOrBuildergetDeploymentRuntimeNotificationOrBuilder().xyz.block.ftl.schema.v1.DeploymentRuntimeNotification deployment_runtime_notification = 2;abstract booleanhasFullSchemaNotification().xyz.block.ftl.schema.v1.FullSchemaNotification full_schema_notification = 1;abstract FullSchemaNotificationgetFullSchemaNotification().xyz.block.ftl.schema.v1.FullSchemaNotification full_schema_notification = 1;abstract FullSchemaNotificationOrBuildergetFullSchemaNotificationOrBuilder().xyz.block.ftl.schema.v1.FullSchemaNotification full_schema_notification = 1;abstract Notification.ValueCasegetValueCase()-
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
-
hasChangesetCommittedNotification
abstract boolean hasChangesetCommittedNotification()
.xyz.block.ftl.schema.v1.ChangesetCommittedNotification changeset_committed_notification = 5;- Returns:
Whether the changesetCommittedNotification field is set.
-
getChangesetCommittedNotification
abstract ChangesetCommittedNotification getChangesetCommittedNotification()
.xyz.block.ftl.schema.v1.ChangesetCommittedNotification changeset_committed_notification = 5;- Returns:
The changesetCommittedNotification.
-
getChangesetCommittedNotificationOrBuilder
abstract ChangesetCommittedNotificationOrBuilder getChangesetCommittedNotificationOrBuilder()
.xyz.block.ftl.schema.v1.ChangesetCommittedNotification changeset_committed_notification = 5;
-
hasChangesetCreatedNotification
abstract boolean hasChangesetCreatedNotification()
.xyz.block.ftl.schema.v1.ChangesetCreatedNotification changeset_created_notification = 3;- Returns:
Whether the changesetCreatedNotification field is set.
-
getChangesetCreatedNotification
abstract ChangesetCreatedNotification getChangesetCreatedNotification()
.xyz.block.ftl.schema.v1.ChangesetCreatedNotification changeset_created_notification = 3;- Returns:
The changesetCreatedNotification.
-
getChangesetCreatedNotificationOrBuilder
abstract ChangesetCreatedNotificationOrBuilder getChangesetCreatedNotificationOrBuilder()
.xyz.block.ftl.schema.v1.ChangesetCreatedNotification changeset_created_notification = 3;
-
hasChangesetDrainedNotification
abstract boolean hasChangesetDrainedNotification()
.xyz.block.ftl.schema.v1.ChangesetDrainedNotification changeset_drained_notification = 6;- Returns:
Whether the changesetDrainedNotification field is set.
-
getChangesetDrainedNotification
abstract ChangesetDrainedNotification getChangesetDrainedNotification()
.xyz.block.ftl.schema.v1.ChangesetDrainedNotification changeset_drained_notification = 6;- Returns:
The changesetDrainedNotification.
-
getChangesetDrainedNotificationOrBuilder
abstract ChangesetDrainedNotificationOrBuilder getChangesetDrainedNotificationOrBuilder()
.xyz.block.ftl.schema.v1.ChangesetDrainedNotification changeset_drained_notification = 6;
-
hasChangesetFailedNotification
abstract boolean hasChangesetFailedNotification()
.xyz.block.ftl.schema.v1.ChangesetFailedNotification changeset_failed_notification = 9;- Returns:
Whether the changesetFailedNotification field is set.
-
getChangesetFailedNotification
abstract ChangesetFailedNotification getChangesetFailedNotification()
.xyz.block.ftl.schema.v1.ChangesetFailedNotification changeset_failed_notification = 9;- Returns:
The changesetFailedNotification.
-
getChangesetFailedNotificationOrBuilder
abstract ChangesetFailedNotificationOrBuilder getChangesetFailedNotificationOrBuilder()
.xyz.block.ftl.schema.v1.ChangesetFailedNotification changeset_failed_notification = 9;
-
hasChangesetFinalizedNotification
abstract boolean hasChangesetFinalizedNotification()
.xyz.block.ftl.schema.v1.ChangesetFinalizedNotification changeset_finalized_notification = 7;- Returns:
Whether the changesetFinalizedNotification field is set.
-
getChangesetFinalizedNotification
abstract ChangesetFinalizedNotification getChangesetFinalizedNotification()
.xyz.block.ftl.schema.v1.ChangesetFinalizedNotification changeset_finalized_notification = 7;- Returns:
The changesetFinalizedNotification.
-
getChangesetFinalizedNotificationOrBuilder
abstract ChangesetFinalizedNotificationOrBuilder getChangesetFinalizedNotificationOrBuilder()
.xyz.block.ftl.schema.v1.ChangesetFinalizedNotification changeset_finalized_notification = 7;
-
hasChangesetPreparedNotification
abstract boolean hasChangesetPreparedNotification()
.xyz.block.ftl.schema.v1.ChangesetPreparedNotification changeset_prepared_notification = 4;- Returns:
Whether the changesetPreparedNotification field is set.
-
getChangesetPreparedNotification
abstract ChangesetPreparedNotification getChangesetPreparedNotification()
.xyz.block.ftl.schema.v1.ChangesetPreparedNotification changeset_prepared_notification = 4;- Returns:
The changesetPreparedNotification.
-
getChangesetPreparedNotificationOrBuilder
abstract ChangesetPreparedNotificationOrBuilder getChangesetPreparedNotificationOrBuilder()
.xyz.block.ftl.schema.v1.ChangesetPreparedNotification changeset_prepared_notification = 4;
-
hasChangesetRollingBackNotification
abstract boolean hasChangesetRollingBackNotification()
.xyz.block.ftl.schema.v1.ChangesetRollingBackNotification changeset_rolling_back_notification = 8;- Returns:
Whether the changesetRollingBackNotification field is set.
-
getChangesetRollingBackNotification
abstract ChangesetRollingBackNotification getChangesetRollingBackNotification()
.xyz.block.ftl.schema.v1.ChangesetRollingBackNotification changeset_rolling_back_notification = 8;- Returns:
The changesetRollingBackNotification.
-
getChangesetRollingBackNotificationOrBuilder
abstract ChangesetRollingBackNotificationOrBuilder getChangesetRollingBackNotificationOrBuilder()
.xyz.block.ftl.schema.v1.ChangesetRollingBackNotification changeset_rolling_back_notification = 8;
-
hasDeploymentRuntimeNotification
abstract boolean hasDeploymentRuntimeNotification()
.xyz.block.ftl.schema.v1.DeploymentRuntimeNotification deployment_runtime_notification = 2;- Returns:
Whether the deploymentRuntimeNotification field is set.
-
getDeploymentRuntimeNotification
abstract DeploymentRuntimeNotification getDeploymentRuntimeNotification()
.xyz.block.ftl.schema.v1.DeploymentRuntimeNotification deployment_runtime_notification = 2;- Returns:
The deploymentRuntimeNotification.
-
getDeploymentRuntimeNotificationOrBuilder
abstract DeploymentRuntimeNotificationOrBuilder getDeploymentRuntimeNotificationOrBuilder()
.xyz.block.ftl.schema.v1.DeploymentRuntimeNotification deployment_runtime_notification = 2;
-
hasFullSchemaNotification
abstract boolean hasFullSchemaNotification()
.xyz.block.ftl.schema.v1.FullSchemaNotification full_schema_notification = 1;- Returns:
Whether the fullSchemaNotification field is set.
-
getFullSchemaNotification
abstract FullSchemaNotification getFullSchemaNotification()
.xyz.block.ftl.schema.v1.FullSchemaNotification full_schema_notification = 1;- Returns:
The fullSchemaNotification.
-
getFullSchemaNotificationOrBuilder
abstract FullSchemaNotificationOrBuilder getFullSchemaNotificationOrBuilder()
.xyz.block.ftl.schema.v1.FullSchemaNotification full_schema_notification = 1;
-
getValueCase
abstract Notification.ValueCase getValueCase()
-
-
-
-