Package xyz.block.ftl.v1
Interface StatusResponse.IngressRouteOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface StatusResponse.IngressRouteOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDeploymentKey()string deployment_key = 1;abstract ByteStringgetDeploymentKeyBytes()string deployment_key = 1;abstract booleanhasVerb().xyz.block.ftl.v1.schema.Ref verb = 2;abstract RefgetVerb().xyz.block.ftl.v1.schema.Ref verb = 2;abstract RefOrBuildergetVerbOrBuilder().xyz.block.ftl.v1.schema.Ref verb = 2;abstract StringgetMethod()string method = 3;abstract ByteStringgetMethodBytes()string method = 3;abstract StringgetPath()string path = 4;abstract ByteStringgetPathBytes()string path = 4;-
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
-
getDeploymentKey
abstract String getDeploymentKey()
string deployment_key = 1;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
abstract ByteString getDeploymentKeyBytes()
string deployment_key = 1;- Returns:
The bytes for deploymentKey.
-
hasVerb
abstract boolean hasVerb()
.xyz.block.ftl.v1.schema.Ref verb = 2;- Returns:
Whether the verb field is set.
-
getVerbOrBuilder
abstract RefOrBuilder getVerbOrBuilder()
.xyz.block.ftl.v1.schema.Ref verb = 2;
-
getMethodBytes
abstract ByteString getMethodBytes()
string method = 3;- Returns:
The bytes for method.
-
getPathBytes
abstract ByteString getPathBytes()
string path = 4;- Returns:
The bytes for path.
-
-
-
-