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

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

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

package com.netflix.genie.proto;

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

  /**
   * string request_id = 1;
   * @return The requestId.
   */
  java.lang.String getRequestId();
  /**
   * string request_id = 1;
   * @return The bytes for requestId.
   */
  com.google.protobuf.ByteString
      getRequestIdBytes();

  /**
   * string source_name = 2;
   * @return The sourceName.
   */
  java.lang.String getSourceName();
  /**
   * string source_name = 2;
   * @return The bytes for sourceName.
   */
  com.google.protobuf.ByteString
      getSourceNameBytes();

  /**
   * .google.protobuf.Timestamp timestamp = 3;
   * @return Whether the timestamp field is set.
   */
  boolean hasTimestamp();
  /**
   * .google.protobuf.Timestamp timestamp = 3;
   * @return The timestamp.
   */
  com.google.protobuf.Timestamp getTimestamp();
  /**
   * .google.protobuf.Timestamp timestamp = 3;
   */
  com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder();

  /**
   * map<string, string> client_metadata = 4;
   */
  int getClientMetadataCount();
  /**
   * map<string, string> client_metadata = 4;
   */
  boolean containsClientMetadata(
      java.lang.String key);
  /**
   * Use {@link #getClientMetadataMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getClientMetadata();
  /**
   * map<string, string> client_metadata = 4;
   */
  java.util.Map
  getClientMetadataMap();
  /**
   * map<string, string> client_metadata = 4;
   */

  java.lang.String getClientMetadataOrDefault(
      java.lang.String key,
      java.lang.String defaultValue);
  /**
   * map<string, string> client_metadata = 4;
   */

  java.lang.String getClientMetadataOrThrow(
      java.lang.String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy