Package xyz.block.ftl.v1.console
Interface SubscriptionOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface SubscriptionOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasSubscription().xyz.block.ftl.v1.schema.Subscription subscription = 1;abstract SubscriptiongetSubscription().xyz.block.ftl.v1.schema.Subscription subscription = 1;abstract SubscriptionOrBuildergetSubscriptionOrBuilder().xyz.block.ftl.v1.schema.Subscription subscription = 1;abstract List<Ref>getReferencesList()repeated .xyz.block.ftl.v1.schema.Ref references = 2;abstract RefgetReferences(int index)repeated .xyz.block.ftl.v1.schema.Ref references = 2;abstract intgetReferencesCount()repeated .xyz.block.ftl.v1.schema.Ref references = 2;abstract List<out RefOrBuilder>getReferencesOrBuilderList()repeated .xyz.block.ftl.v1.schema.Ref references = 2;abstract RefOrBuildergetReferencesOrBuilder(int index)repeated .xyz.block.ftl.v1.schema.Ref references = 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
-
hasSubscription
abstract boolean hasSubscription()
.xyz.block.ftl.v1.schema.Subscription subscription = 1;- Returns:
Whether the subscription field is set.
-
getSubscription
abstract Subscription getSubscription()
.xyz.block.ftl.v1.schema.Subscription subscription = 1;- Returns:
The subscription.
-
getSubscriptionOrBuilder
abstract SubscriptionOrBuilder getSubscriptionOrBuilder()
.xyz.block.ftl.v1.schema.Subscription subscription = 1;
-
getReferencesList
abstract List<Ref> getReferencesList()
repeated .xyz.block.ftl.v1.schema.Ref references = 2;
-
getReferences
abstract Ref getReferences(int index)
repeated .xyz.block.ftl.v1.schema.Ref references = 2;
-
getReferencesCount
abstract int getReferencesCount()
repeated .xyz.block.ftl.v1.schema.Ref references = 2;
-
getReferencesOrBuilderList
abstract List<out RefOrBuilder> getReferencesOrBuilderList()
repeated .xyz.block.ftl.v1.schema.Ref references = 2;
-
getReferencesOrBuilder
abstract RefOrBuilder getReferencesOrBuilder(int index)
repeated .xyz.block.ftl.v1.schema.Ref references = 2;
-
-
-
-