com.netflix.genie.proto.CriterionOrBuilder 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 CriterionOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.netflix.genie.proto.Criterion)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string tags = 1;
* @return A list containing the tags.
*/
java.util.List
getTagsList();
/**
* repeated string tags = 1;
* @return The count of tags.
*/
int getTagsCount();
/**
* repeated string tags = 1;
* @param index The index of the element to return.
* @return The tags at the given index.
*/
java.lang.String getTags(int index);
/**
* repeated string tags = 1;
* @param index The index of the value to return.
* @return The bytes of the tags at the given index.
*/
com.google.protobuf.ByteString
getTagsBytes(int index);
/**
* string id = 2;
* @return The id.
*/
java.lang.String getId();
/**
* string id = 2;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* string name = 3;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 3;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string status = 4;
* @return The status.
*/
java.lang.String getStatus();
/**
* string status = 4;
* @return The bytes for status.
*/
com.google.protobuf.ByteString
getStatusBytes();
/**
* string version = 5;
* @return The version.
*/
java.lang.String getVersion();
/**
* string version = 5;
* @return The bytes for version.
*/
com.google.protobuf.ByteString
getVersionBytes();
}