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

xyz.block.ftl.v1.schema.IngressPathComponentOrBuilder Maven / Gradle / Ivy

The newest version!
// 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 ingressPathLiteral = 1;
   * @return Whether the ingressPathLiteral field is set.
   */
  boolean hasIngressPathLiteral();
  /**
   * .xyz.block.ftl.v1.schema.IngressPathLiteral ingressPathLiteral = 1;
   * @return The ingressPathLiteral.
   */
  xyz.block.ftl.v1.schema.IngressPathLiteral getIngressPathLiteral();
  /**
   * .xyz.block.ftl.v1.schema.IngressPathLiteral ingressPathLiteral = 1;
   */
  xyz.block.ftl.v1.schema.IngressPathLiteralOrBuilder getIngressPathLiteralOrBuilder();

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy