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

xyz.block.ftl.v1.console.VerbOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.368.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/v1/console/console.proto

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

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

  /**
   * .xyz.block.ftl.v1.schema.Verb verb = 1;
   * @return Whether the verb field is set.
   */
  boolean hasVerb();
  /**
   * .xyz.block.ftl.v1.schema.Verb verb = 1;
   * @return The verb.
   */
  xyz.block.ftl.v1.schema.Verb getVerb();
  /**
   * .xyz.block.ftl.v1.schema.Verb verb = 1;
   */
  xyz.block.ftl.v1.schema.VerbOrBuilder getVerbOrBuilder();

  /**
   * string schema = 2;
   * @return The schema.
   */
  java.lang.String getSchema();
  /**
   * string schema = 2;
   * @return The bytes for schema.
   */
  com.google.protobuf.ByteString
      getSchemaBytes();

  /**
   * string json_request_schema = 3;
   * @return The jsonRequestSchema.
   */
  java.lang.String getJsonRequestSchema();
  /**
   * string json_request_schema = 3;
   * @return The bytes for jsonRequestSchema.
   */
  com.google.protobuf.ByteString
      getJsonRequestSchemaBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy