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

main.java.com.grpc.load.v1.LoadRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy