io.ray.serve.generated.DeploymentArgsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: src/ray/protobuf/serve.proto
package io.ray.serve.generated;
public interface DeploymentArgsOrBuilder extends
// @@protoc_insertion_point(interface_extends:ray.serve.DeploymentArgs)
com.google.protobuf.MessageOrBuilder {
/**
* string deployment_name = 1 [json_name = "deploymentName"];
* @return The deploymentName.
*/
java.lang.String getDeploymentName();
/**
* string deployment_name = 1 [json_name = "deploymentName"];
* @return The bytes for deploymentName.
*/
com.google.protobuf.ByteString
getDeploymentNameBytes();
/**
* bytes deployment_config = 2 [json_name = "deploymentConfig"];
* @return The deploymentConfig.
*/
com.google.protobuf.ByteString getDeploymentConfig();
/**
* bytes replica_config = 3 [json_name = "replicaConfig"];
* @return The replicaConfig.
*/
com.google.protobuf.ByteString getReplicaConfig();
/**
* string deployer_job_id = 4 [json_name = "deployerJobId"];
* @return The deployerJobId.
*/
java.lang.String getDeployerJobId();
/**
* string deployer_job_id = 4 [json_name = "deployerJobId"];
* @return The bytes for deployerJobId.
*/
com.google.protobuf.ByteString
getDeployerJobIdBytes();
/**
* optional string route_prefix = 5 [json_name = "routePrefix"];
* @return Whether the routePrefix field is set.
*/
boolean hasRoutePrefix();
/**
* optional string route_prefix = 5 [json_name = "routePrefix"];
* @return The routePrefix.
*/
java.lang.String getRoutePrefix();
/**
* optional string route_prefix = 5 [json_name = "routePrefix"];
* @return The bytes for routePrefix.
*/
com.google.protobuf.ByteString
getRoutePrefixBytes();
/**
* bool ingress = 6 [json_name = "ingress"];
* @return The ingress.
*/
boolean getIngress();
/**
* optional string docs_path = 7 [json_name = "docsPath"];
* @return Whether the docsPath field is set.
*/
boolean hasDocsPath();
/**
* optional string docs_path = 7 [json_name = "docsPath"];
* @return The docsPath.
*/
java.lang.String getDocsPath();
/**
* optional string docs_path = 7 [json_name = "docsPath"];
* @return The bytes for docsPath.
*/
com.google.protobuf.ByteString
getDocsPathBytes();
}