Package xyz.block.ftl.v1.schema
Interface IngressPathComponentOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface IngressPathComponentOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasIngressPathLiteral().xyz.block.ftl.v1.schema.IngressPathLiteral ingress_path_literal = 1;abstract IngressPathLiteralgetIngressPathLiteral().xyz.block.ftl.v1.schema.IngressPathLiteral ingress_path_literal = 1;abstract IngressPathLiteralOrBuildergetIngressPathLiteralOrBuilder().xyz.block.ftl.v1.schema.IngressPathLiteral ingress_path_literal = 1;abstract booleanhasIngressPathParameter().xyz.block.ftl.v1.schema.IngressPathParameter ingress_path_parameter = 2;abstract IngressPathParametergetIngressPathParameter().xyz.block.ftl.v1.schema.IngressPathParameter ingress_path_parameter = 2;abstract IngressPathParameterOrBuildergetIngressPathParameterOrBuilder().xyz.block.ftl.v1.schema.IngressPathParameter ingress_path_parameter = 2;abstract IngressPathComponent.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
-
hasIngressPathLiteral
abstract boolean hasIngressPathLiteral()
.xyz.block.ftl.v1.schema.IngressPathLiteral ingress_path_literal = 1;- Returns:
Whether the ingressPathLiteral field is set.
-
getIngressPathLiteral
abstract IngressPathLiteral getIngressPathLiteral()
.xyz.block.ftl.v1.schema.IngressPathLiteral ingress_path_literal = 1;- Returns:
The ingressPathLiteral.
-
getIngressPathLiteralOrBuilder
abstract IngressPathLiteralOrBuilder getIngressPathLiteralOrBuilder()
.xyz.block.ftl.v1.schema.IngressPathLiteral ingress_path_literal = 1;
-
hasIngressPathParameter
abstract boolean hasIngressPathParameter()
.xyz.block.ftl.v1.schema.IngressPathParameter ingress_path_parameter = 2;- Returns:
Whether the ingressPathParameter field is set.
-
getIngressPathParameter
abstract IngressPathParameter getIngressPathParameter()
.xyz.block.ftl.v1.schema.IngressPathParameter ingress_path_parameter = 2;- Returns:
The ingressPathParameter.
-
getIngressPathParameterOrBuilder
abstract IngressPathParameterOrBuilder getIngressPathParameterOrBuilder()
.xyz.block.ftl.v1.schema.IngressPathParameter ingress_path_parameter = 2;
-
getValueCase
abstract IngressPathComponent.ValueCase getValueCase()
-
-
-
-