Package xyz.block.ftl.schema.v1
Interface VerbRuntimeOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface VerbRuntimeOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasSubscriptionConnector()optional .xyz.block.ftl.schema.v1.SubscriptionConnector subscription_connector = 1;abstract SubscriptionConnectorgetSubscriptionConnector()optional .xyz.block.ftl.schema.v1.SubscriptionConnector subscription_connector = 1;abstract SubscriptionConnectorOrBuildergetSubscriptionConnectorOrBuilder()optional .xyz.block.ftl.schema.v1.SubscriptionConnector subscription_connector = 1;abstract booleanhasEgressRuntime()optional .xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 2;abstract EgressRuntimegetEgressRuntime()optional .xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 2;abstract EgressRuntimeOrBuildergetEgressRuntimeOrBuilder()optional .xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 2;-
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
-
hasSubscriptionConnector
abstract boolean hasSubscriptionConnector()
optional .xyz.block.ftl.schema.v1.SubscriptionConnector subscription_connector = 1;- Returns:
Whether the subscriptionConnector field is set.
-
getSubscriptionConnector
abstract SubscriptionConnector getSubscriptionConnector()
optional .xyz.block.ftl.schema.v1.SubscriptionConnector subscription_connector = 1;- Returns:
The subscriptionConnector.
-
getSubscriptionConnectorOrBuilder
abstract SubscriptionConnectorOrBuilder getSubscriptionConnectorOrBuilder()
optional .xyz.block.ftl.schema.v1.SubscriptionConnector subscription_connector = 1;
-
hasEgressRuntime
abstract boolean hasEgressRuntime()
optional .xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 2;- Returns:
Whether the egressRuntime field is set.
-
getEgressRuntime
abstract EgressRuntime getEgressRuntime()
optional .xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 2;- Returns:
The egressRuntime.
-
getEgressRuntimeOrBuilder
abstract EgressRuntimeOrBuilder getEgressRuntimeOrBuilder()
optional .xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 2;
-
-
-
-