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

com.netflix.genie.proto.AgentMetadataOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: genie.proto

package com.netflix.genie.proto;

public interface AgentMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.netflix.genie.proto.AgentMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string agent_version = 1;
   * @return The agentVersion.
   */
  java.lang.String getAgentVersion();
  /**
   * string agent_version = 1;
   * @return The bytes for agentVersion.
   */
  com.google.protobuf.ByteString
      getAgentVersionBytes();

  /**
   * string agent_hostname = 2;
   * @return The agentHostname.
   */
  java.lang.String getAgentHostname();
  /**
   * string agent_hostname = 2;
   * @return The bytes for agentHostname.
   */
  com.google.protobuf.ByteString
      getAgentHostnameBytes();

  /**
   * int32 agent_pid = 3;
   * @return The agentPid.
   */
  int getAgentPid();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy