public final class StreamDerivativesInstrumentMetricsRequestV1 extends com.google.protobuf.GeneratedMessageV3 implements StreamDerivativesInstrumentMetricsRequestV1OrBuilder
StreamDerivativesInstrumentMetricsRequestV1.Protobuf type
kaikosdk.StreamDerivativesInstrumentMetricsRequestV1| Modifier and Type | Class and Description |
|---|---|
static class |
StreamDerivativesInstrumentMetricsRequestV1.Builder
StreamDerivativesInstrumentMetricsRequestV1.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMODITIES_FIELD_NUMBER |
static int |
INSTRUMENT_CRITERIA_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
StreamDerivativesInstrumentCommodityKindV1 |
getCommodities(int index)
Enum indicating type of feed.
|
int |
getCommoditiesCount()
Enum indicating type of feed.
|
java.util.List<StreamDerivativesInstrumentCommodityKindV1> |
getCommoditiesList()
Enum indicating type of feed.
|
int |
getCommoditiesValue(int index)
Enum indicating type of feed.
|
java.util.List<java.lang.Integer> |
getCommoditiesValueList()
Enum indicating type of feed.
|
static StreamDerivativesInstrumentMetricsRequestV1 |
getDefaultInstance() |
StreamDerivativesInstrumentMetricsRequestV1 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
InstrumentCriteria |
getInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
|
InstrumentCriteriaOrBuilder |
getInstrumentCriteriaOrBuilder()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
|
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamDerivativesInstrumentMetricsRequestV1.Builder |
newBuilder() |
static StreamDerivativesInstrumentMetricsRequestV1.Builder |
newBuilder(StreamDerivativesInstrumentMetricsRequestV1 prototype) |
StreamDerivativesInstrumentMetricsRequestV1.Builder |
newBuilderForType() |
protected StreamDerivativesInstrumentMetricsRequestV1.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamDerivativesInstrumentMetricsRequestV1 |
parseDelimitedFrom(java.io.InputStream input) |
static StreamDerivativesInstrumentMetricsRequestV1 |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamDerivativesInstrumentMetricsRequestV1 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamDerivativesInstrumentMetricsRequestV1 |
parseFrom(java.nio.ByteBuffer data) |
static StreamDerivativesInstrumentMetricsRequestV1 |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamDerivativesInstrumentMetricsRequestV1 |
parseFrom(com.google.protobuf.ByteString data) |
static StreamDerivativesInstrumentMetricsRequestV1 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamDerivativesInstrumentMetricsRequestV1 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamDerivativesInstrumentMetricsRequestV1 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamDerivativesInstrumentMetricsRequestV1 |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamDerivativesInstrumentMetricsRequestV1.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int INSTRUMENT_CRITERIA_FIELD_NUMBER
public static final int COMMODITIES_FIELD_NUMBER
protected java.lang.Object newInstance(UnusedPrivateParameter unused)
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
.kaikosdk.InstrumentCriteria instrument_criteria = 1;hasInstrumentCriteria in interface StreamDerivativesInstrumentMetricsRequestV1OrBuilderpublic InstrumentCriteria getInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
.kaikosdk.InstrumentCriteria instrument_criteria = 1;getInstrumentCriteria in interface StreamDerivativesInstrumentMetricsRequestV1OrBuilderpublic InstrumentCriteriaOrBuilder getInstrumentCriteriaOrBuilder()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
.kaikosdk.InstrumentCriteria instrument_criteria = 1;getInstrumentCriteriaOrBuilder in interface StreamDerivativesInstrumentMetricsRequestV1OrBuilderpublic java.util.List<StreamDerivativesInstrumentCommodityKindV1> getCommoditiesList()
Enum indicating type of feed. If no commodity is specified, you get all commodities by default, otherwise you get only specified commodities.
repeated .kaikosdk.StreamDerivativesInstrumentCommodityKindV1 commodities = 2;getCommoditiesList in interface StreamDerivativesInstrumentMetricsRequestV1OrBuilderpublic int getCommoditiesCount()
Enum indicating type of feed. If no commodity is specified, you get all commodities by default, otherwise you get only specified commodities.
repeated .kaikosdk.StreamDerivativesInstrumentCommodityKindV1 commodities = 2;getCommoditiesCount in interface StreamDerivativesInstrumentMetricsRequestV1OrBuilderpublic StreamDerivativesInstrumentCommodityKindV1 getCommodities(int index)
Enum indicating type of feed. If no commodity is specified, you get all commodities by default, otherwise you get only specified commodities.
repeated .kaikosdk.StreamDerivativesInstrumentCommodityKindV1 commodities = 2;getCommodities in interface StreamDerivativesInstrumentMetricsRequestV1OrBuilderindex - The index of the element to return.public java.util.List<java.lang.Integer> getCommoditiesValueList()
Enum indicating type of feed. If no commodity is specified, you get all commodities by default, otherwise you get only specified commodities.
repeated .kaikosdk.StreamDerivativesInstrumentCommodityKindV1 commodities = 2;getCommoditiesValueList in interface StreamDerivativesInstrumentMetricsRequestV1OrBuilderpublic int getCommoditiesValue(int index)
Enum indicating type of feed. If no commodity is specified, you get all commodities by default, otherwise you get only specified commodities.
repeated .kaikosdk.StreamDerivativesInstrumentCommodityKindV1 commodities = 2;getCommoditiesValue in interface StreamDerivativesInstrumentMetricsRequestV1OrBuilderindex - The index of the value to return.public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static StreamDerivativesInstrumentMetricsRequestV1 parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamDerivativesInstrumentMetricsRequestV1 parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamDerivativesInstrumentMetricsRequestV1 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamDerivativesInstrumentMetricsRequestV1 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamDerivativesInstrumentMetricsRequestV1 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamDerivativesInstrumentMetricsRequestV1 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamDerivativesInstrumentMetricsRequestV1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamDerivativesInstrumentMetricsRequestV1 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamDerivativesInstrumentMetricsRequestV1 parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamDerivativesInstrumentMetricsRequestV1 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StreamDerivativesInstrumentMetricsRequestV1.Builder newBuilderForType()
public static StreamDerivativesInstrumentMetricsRequestV1.Builder newBuilder()
public static StreamDerivativesInstrumentMetricsRequestV1.Builder newBuilder(StreamDerivativesInstrumentMetricsRequestV1 prototype)
public StreamDerivativesInstrumentMetricsRequestV1.Builder toBuilder()
protected StreamDerivativesInstrumentMetricsRequestV1.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamDerivativesInstrumentMetricsRequestV1 getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamDerivativesInstrumentMetricsRequestV1 getDefaultInstanceForType()