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

ai.promoted.proto.delivery.DeliveryExecutionOrBuilder Maven / Gradle / Ivy

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

package ai.promoted.proto.delivery;

public interface DeliveryExecutionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:delivery.DeliveryExecution)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .delivery.ExecutionServer execution_server = 2 [json_name = "executionServer"];
   * @return The enum numeric value on the wire for executionServer.
   */
  int getExecutionServerValue();
  /**
   * .delivery.ExecutionServer execution_server = 2 [json_name = "executionServer"];
   * @return The executionServer.
   */
  ai.promoted.proto.delivery.ExecutionServer getExecutionServer();

  /**
   * string server_version = 7 [json_name = "serverVersion"];
   * @return The serverVersion.
   */
  java.lang.String getServerVersion();
  /**
   * string server_version = 7 [json_name = "serverVersion"];
   * @return The bytes for serverVersion.
   */
  com.google.protobuf.ByteString
      getServerVersionBytes();

  /**
   * string blender_config = 12 [json_name = "blenderConfig"];
   * @return The blenderConfig.
   */
  java.lang.String getBlenderConfig();
  /**
   * string blender_config = 12 [json_name = "blenderConfig"];
   * @return The bytes for blenderConfig.
   */
  com.google.protobuf.ByteString
      getBlenderConfigBytes();

  /**
   * .delivery.HyperloopLog hyperloop_log = 13 [json_name = "hyperloopLog"];
   * @return Whether the hyperloopLog field is set.
   */
  boolean hasHyperloopLog();
  /**
   * .delivery.HyperloopLog hyperloop_log = 13 [json_name = "hyperloopLog"];
   * @return The hyperloopLog.
   */
  ai.promoted.proto.delivery.HyperloopLog getHyperloopLog();
  /**
   * .delivery.HyperloopLog hyperloop_log = 13 [json_name = "hyperloopLog"];
   */
  ai.promoted.proto.delivery.HyperloopLogOrBuilder getHyperloopLogOrBuilder();

  /**
   * .common.UserInfo effective_user_info = 15 [json_name = "effectiveUserInfo"];
   * @return Whether the effectiveUserInfo field is set.
   */
  boolean hasEffectiveUserInfo();
  /**
   * .common.UserInfo effective_user_info = 15 [json_name = "effectiveUserInfo"];
   * @return The effectiveUserInfo.
   */
  ai.promoted.proto.common.UserInfo getEffectiveUserInfo();
  /**
   * .common.UserInfo effective_user_info = 15 [json_name = "effectiveUserInfo"];
   */
  ai.promoted.proto.common.UserInfoOrBuilder getEffectiveUserInfoOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy