All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.block.ftl.v1.schema.IngressPathComponentOrBuilder 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 IngressPathComponentOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.schema.IngressPathComponent)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .xyz.block.ftl.v1.schema.IngressPathLiteral ingress_path_literal = 1;
   * @return Whether the ingressPathLiteral field is set.
   */
  boolean hasIngressPathLiteral();
  /**
   * .xyz.block.ftl.v1.schema.IngressPathLiteral ingress_path_literal = 1;
   * @return The ingressPathLiteral.
   */
  xyz.block.ftl.v1.schema.IngressPathLiteral getIngressPathLiteral();
  /**
   * .xyz.block.ftl.v1.schema.IngressPathLiteral ingress_path_literal = 1;
   */
  xyz.block.ftl.v1.schema.IngressPathLiteralOrBuilder getIngressPathLiteralOrBuilder();

  /**
   * .xyz.block.ftl.v1.schema.IngressPathParameter ingress_path_parameter = 2;
   * @return Whether the ingressPathParameter field is set.
   */
  boolean hasIngressPathParameter();
  /**
   * .xyz.block.ftl.v1.schema.IngressPathParameter ingress_path_parameter = 2;
   * @return The ingressPathParameter.
   */
  xyz.block.ftl.v1.schema.IngressPathParameter getIngressPathParameter();
  /**
   * .xyz.block.ftl.v1.schema.IngressPathParameter ingress_path_parameter = 2;
   */
  xyz.block.ftl.v1.schema.IngressPathParameterOrBuilder getIngressPathParameterOrBuilder();

  xyz.block.ftl.v1.schema.IngressPathComponent.ValueCase getValueCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy