xyz.block.ftl.v1.schema.MetadataIngressOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: xyz/block/ftl/v1/schema/schema.proto
// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1.schema;
public interface MetadataIngressOrBuilder extends
// @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.schema.MetadataIngress)
com.google.protobuf.MessageOrBuilder {
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
* @return Whether the pos field is set.
*/
boolean hasPos();
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
* @return The pos.
*/
xyz.block.ftl.v1.schema.Position getPos();
/**
* optional .xyz.block.ftl.v1.schema.Position pos = 1;
*/
xyz.block.ftl.v1.schema.PositionOrBuilder getPosOrBuilder();
/**
* string type = 2;
* @return The type.
*/
java.lang.String getType();
/**
* string type = 2;
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* string method = 3;
* @return The method.
*/
java.lang.String getMethod();
/**
* string method = 3;
* @return The bytes for method.
*/
com.google.protobuf.ByteString
getMethodBytes();
/**
* repeated .xyz.block.ftl.v1.schema.IngressPathComponent path = 4;
*/
java.util.List
getPathList();
/**
* repeated .xyz.block.ftl.v1.schema.IngressPathComponent path = 4;
*/
xyz.block.ftl.v1.schema.IngressPathComponent getPath(int index);
/**
* repeated .xyz.block.ftl.v1.schema.IngressPathComponent path = 4;
*/
int getPathCount();
/**
* repeated .xyz.block.ftl.v1.schema.IngressPathComponent path = 4;
*/
java.util.List extends xyz.block.ftl.v1.schema.IngressPathComponentOrBuilder>
getPathOrBuilderList();
/**
* repeated .xyz.block.ftl.v1.schema.IngressPathComponent path = 4;
*/
xyz.block.ftl.v1.schema.IngressPathComponentOrBuilder getPathOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy