main.java.com.grpc.load.v1.LoadRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/load/v1/load.proto
// Protobuf Java Version: 3.25.3
package com.grpc.load.v1;
public interface LoadRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.load.v1.LoadRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* How many objects should be produced
*
*
* int32 times = 1 [json_name = "times"];
* @return The times.
*/
int getTimes();
/**
* .grpc.load.v1.LoadRequest.Payload spec = 2 [json_name = "spec"];
* @return Whether the spec field is set.
*/
boolean hasSpec();
/**
* .grpc.load.v1.LoadRequest.Payload spec = 2 [json_name = "spec"];
* @return The spec.
*/
com.grpc.load.v1.LoadRequest.Payload getSpec();
}