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

cz.proto.FunctionTypeInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: data_type.proto

package cz.proto;

public interface FunctionTypeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.FunctionTypeInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .cz.proto.DataType args = 1;
   */
  java.util.List 
      getArgsList();
  /**
   * repeated .cz.proto.DataType args = 1;
   */
  cz.proto.DataType getArgs(int index);
  /**
   * repeated .cz.proto.DataType args = 1;
   */
  int getArgsCount();
  /**
   * repeated .cz.proto.DataType args = 1;
   */
  java.util.List 
      getArgsOrBuilderList();
  /**
   * repeated .cz.proto.DataType args = 1;
   */
  cz.proto.DataTypeOrBuilder getArgsOrBuilder(
      int index);

  /**
   * .cz.proto.DataType return_type = 2;
   * @return Whether the returnType field is set.
   */
  boolean hasReturnType();
  /**
   * .cz.proto.DataType return_type = 2;
   * @return The returnType.
   */
  cz.proto.DataType getReturnType();
  /**
   * .cz.proto.DataType return_type = 2;
   */
  cz.proto.DataTypeOrBuilder getReturnTypeOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy