public static final class Protos.Parameters extends com.google.protobuf.GeneratedMessageV3 implements Protos.ParametersOrBuilder
Collection of Parameter.Protobuf type
mesos.Parameters
Modifier and Type | Class and Description |
---|---|
static class |
Protos.Parameters.Builder
Collection of Parameter.
|
Modifier and Type | Field and Description |
---|---|
static int |
PARAMETER_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.Parameters |
getDefaultInstance() |
Protos.Parameters |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Protos.Parameter |
getParameter(int index)
repeated .mesos.Parameter parameter = 1; |
int |
getParameterCount()
repeated .mesos.Parameter parameter = 1; |
java.util.List<Protos.Parameter> |
getParameterList()
repeated .mesos.Parameter parameter = 1; |
Protos.ParameterOrBuilder |
getParameterOrBuilder(int index)
repeated .mesos.Parameter parameter = 1; |
java.util.List<? extends Protos.ParameterOrBuilder> |
getParameterOrBuilderList()
repeated .mesos.Parameter parameter = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.Parameters.Builder |
newBuilder() |
static Protos.Parameters.Builder |
newBuilder(Protos.Parameters prototype) |
Protos.Parameters.Builder |
newBuilderForType() |
protected Protos.Parameters.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.Parameters |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.Parameters |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Parameters |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Parameters |
parseFrom(java.nio.ByteBuffer data) |
static Protos.Parameters |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Parameters |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.Parameters |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Parameters |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Parameters |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Parameters |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.Parameters.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int PARAMETER_FIELD_NUMBER
@Deprecated public static final <any> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public java.util.List<Protos.Parameter> getParameterList()
repeated .mesos.Parameter parameter = 1;
getParameterList
in interface Protos.ParametersOrBuilder
public java.util.List<? extends Protos.ParameterOrBuilder> getParameterOrBuilderList()
repeated .mesos.Parameter parameter = 1;
getParameterOrBuilderList
in interface Protos.ParametersOrBuilder
public int getParameterCount()
repeated .mesos.Parameter parameter = 1;
getParameterCount
in interface Protos.ParametersOrBuilder
public Protos.Parameter getParameter(int index)
repeated .mesos.Parameter parameter = 1;
getParameter
in interface Protos.ParametersOrBuilder
public Protos.ParameterOrBuilder getParameterOrBuilder(int index)
repeated .mesos.Parameter parameter = 1;
getParameterOrBuilder
in interface Protos.ParametersOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.Parameters parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Parameters parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Parameters parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Parameters parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Parameters parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Parameters parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Parameters parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Parameters parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Parameters parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Parameters parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.Parameters.Builder newBuilderForType()
public static Protos.Parameters.Builder newBuilder()
public static Protos.Parameters.Builder newBuilder(Protos.Parameters prototype)
public Protos.Parameters.Builder toBuilder()
protected Protos.Parameters.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.Parameters getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.Parameters getDefaultInstanceForType()