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

xyz.block.ftl.v1.GetSchemaResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/v1/ftl.proto

// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1;

public interface GetSchemaResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.GetSchemaResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .xyz.block.ftl.v1.schema.Schema schema = 1;
   * @return Whether the schema field is set.
   */
  boolean hasSchema();
  /**
   * .xyz.block.ftl.v1.schema.Schema schema = 1;
   * @return The schema.
   */
  xyz.block.ftl.v1.schema.Schema getSchema();
  /**
   * .xyz.block.ftl.v1.schema.Schema schema = 1;
   */
  xyz.block.ftl.v1.schema.SchemaOrBuilder getSchemaOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy