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

org.kie.kogito.examples.sw.greeting.HelloArrayRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: message.proto
// Protobuf Java Version: 3.25.0
package org.kie.kogito.examples.sw.greeting;

public interface HelloArrayRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:HelloArrayRequest)
com.google.protobuf.MessageOrBuilder {

    /**
     * repeated .HelloRequest requests = 1;
     */
    java.util.List getRequestsList();

    /**
     * repeated .HelloRequest requests = 1;
     */
    org.kie.kogito.examples.sw.greeting.HelloRequest getRequests(int index);

    /**
     * repeated .HelloRequest requests = 1;
     */
    int getRequestsCount();

    /**
     * repeated .HelloRequest requests = 1;
     */
    java.util.List getRequestsOrBuilderList();

    /**
     * repeated .HelloRequest requests = 1;
     */
    org.kie.kogito.examples.sw.greeting.HelloRequestOrBuilder getRequestsOrBuilder(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy