Package xyz.block.ftl.schema.v1
Interface RuntimeElementOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface RuntimeElementOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasElement().xyz.block.ftl.schema.v1.Runtime element = 1;abstract RuntimegetElement().xyz.block.ftl.schema.v1.Runtime element = 1;abstract RuntimeOrBuildergetElementOrBuilder().xyz.block.ftl.schema.v1.Runtime element = 1;abstract StringgetDeployment()string deployment = 2;abstract ByteStringgetDeploymentBytes()string deployment = 2;abstract booleanhasName()optional string name = 3;abstract StringgetName()optional string name = 3;abstract ByteStringgetNameBytes()optional string name = 3;-
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
-
hasElement
abstract boolean hasElement()
.xyz.block.ftl.schema.v1.Runtime element = 1;- Returns:
Whether the element field is set.
-
getElement
abstract Runtime getElement()
.xyz.block.ftl.schema.v1.Runtime element = 1;- Returns:
The element.
-
getElementOrBuilder
abstract RuntimeOrBuilder getElementOrBuilder()
.xyz.block.ftl.schema.v1.Runtime element = 1;
-
getDeployment
abstract String getDeployment()
string deployment = 2;- Returns:
The deployment.
-
getDeploymentBytes
abstract ByteString getDeploymentBytes()
string deployment = 2;- Returns:
The bytes for deployment.
-
hasName
abstract boolean hasName()
optional string name = 3;- Returns:
Whether the name field is set.
-
getNameBytes
abstract ByteString getNameBytes()
optional string name = 3;- Returns:
The bytes for name.
-
-
-
-