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

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

  /**
   * string module = 1;
   * @return The module.
   */
  java.lang.String getModule();
  /**
   * string module = 1;
   * @return The bytes for module.
   */
  com.google.protobuf.ByteString
      getModuleBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy