public final class StreamAggregatesDirectExchangeRateV2RequestV1 extends com.google.protobuf.GeneratedMessageV3 implements StreamAggregatesDirectExchangeRateV2RequestV1OrBuilder
StreamAggregatesDirectExchangeRateV1RequestV1Protobuf type
kaikosdk.StreamAggregatesDirectExchangeRateV2RequestV1| Modifier and Type | Class and Description |
|---|---|
static class |
StreamAggregatesDirectExchangeRateV2RequestV1.Builder
StreamAggregatesDirectExchangeRateV1RequestV1
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ASSETS_FIELD_NUMBER |
static int |
EXCLUDE_EXCHANGES_FIELD_NUMBER |
static int |
INCLUDE_EXCHANGES_FIELD_NUMBER |
static int |
UPDATE_FREQUENCY_FIELD_NUMBER |
static int |
WINDOW_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Assets |
getAssets()
base/quote assets.
|
AssetsOrBuilder |
getAssetsOrBuilder()
base/quote assets.
|
static StreamAggregatesDirectExchangeRateV2RequestV1 |
getDefaultInstance() |
StreamAggregatesDirectExchangeRateV2RequestV1 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getExcludeExchanges(int index)
list of exchange code to exclude.
|
com.google.protobuf.ByteString |
getExcludeExchangesBytes(int index)
list of exchange code to exclude.
|
int |
getExcludeExchangesCount()
list of exchange code to exclude.
|
com.google.protobuf.ProtocolStringList |
getExcludeExchangesList()
list of exchange code to exclude.
|
java.lang.String |
getIncludeExchanges(int index)
list of exchange code to include.
|
com.google.protobuf.ByteString |
getIncludeExchangesBytes(int index)
list of exchange code to include.
|
int |
getIncludeExchangesCount()
list of exchange code to include.
|
com.google.protobuf.ProtocolStringList |
getIncludeExchangesList()
list of exchange code to include.
|
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.Duration |
getUpdateFrequency()
Update frequency (duration string, ex: 1m).
|
com.google.protobuf.DurationOrBuilder |
getUpdateFrequencyOrBuilder()
Update frequency (duration string, ex: 1m).
|
com.google.protobuf.Duration |
getWindow()
Sliding Window duration (duration string, ex: 1m).
|
com.google.protobuf.DurationOrBuilder |
getWindowOrBuilder()
Sliding Window duration (duration string, ex: 1m).
|
boolean |
hasAssets()
base/quote assets.
|
int |
hashCode() |
boolean |
hasUpdateFrequency()
Update frequency (duration string, ex: 1m).
|
boolean |
hasWindow()
Sliding Window duration (duration string, ex: 1m).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamAggregatesDirectExchangeRateV2RequestV1.Builder |
newBuilder() |
static StreamAggregatesDirectExchangeRateV2RequestV1.Builder |
newBuilder(StreamAggregatesDirectExchangeRateV2RequestV1 prototype) |
StreamAggregatesDirectExchangeRateV2RequestV1.Builder |
newBuilderForType() |
protected StreamAggregatesDirectExchangeRateV2RequestV1.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamAggregatesDirectExchangeRateV2RequestV1 |
parseDelimitedFrom(java.io.InputStream input) |
static StreamAggregatesDirectExchangeRateV2RequestV1 |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesDirectExchangeRateV2RequestV1 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesDirectExchangeRateV2RequestV1 |
parseFrom(java.nio.ByteBuffer data) |
static StreamAggregatesDirectExchangeRateV2RequestV1 |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesDirectExchangeRateV2RequestV1 |
parseFrom(com.google.protobuf.ByteString data) |
static StreamAggregatesDirectExchangeRateV2RequestV1 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesDirectExchangeRateV2RequestV1 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamAggregatesDirectExchangeRateV2RequestV1 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesDirectExchangeRateV2RequestV1 |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamAggregatesDirectExchangeRateV2RequestV1.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int ASSETS_FIELD_NUMBER
public static final int WINDOW_FIELD_NUMBER
public static final int INCLUDE_EXCHANGES_FIELD_NUMBER
public static final int EXCLUDE_EXCHANGES_FIELD_NUMBER
public static final int UPDATE_FREQUENCY_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 hasAssets()
base/quote assets.
.kaikosdk.Assets assets = 1;hasAssets in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderpublic Assets getAssets()
base/quote assets.
.kaikosdk.Assets assets = 1;getAssets in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderpublic AssetsOrBuilder getAssetsOrBuilder()
base/quote assets.
.kaikosdk.Assets assets = 1;getAssetsOrBuilder in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderpublic boolean hasWindow()
Sliding Window duration (duration string, ex: 1m).
.google.protobuf.Duration window = 2;hasWindow in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderpublic com.google.protobuf.Duration getWindow()
Sliding Window duration (duration string, ex: 1m).
.google.protobuf.Duration window = 2;getWindow in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderpublic com.google.protobuf.DurationOrBuilder getWindowOrBuilder()
Sliding Window duration (duration string, ex: 1m).
.google.protobuf.Duration window = 2;getWindowOrBuilder in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderpublic com.google.protobuf.ProtocolStringList getIncludeExchangesList()
list of exchange code to include.
repeated string include_exchanges = 3;getIncludeExchangesList in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderpublic int getIncludeExchangesCount()
list of exchange code to include.
repeated string include_exchanges = 3;getIncludeExchangesCount in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderpublic java.lang.String getIncludeExchanges(int index)
list of exchange code to include.
repeated string include_exchanges = 3;getIncludeExchanges in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getIncludeExchangesBytes(int index)
list of exchange code to include.
repeated string include_exchanges = 3;getIncludeExchangesBytes in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderindex - The index of the value to return.public com.google.protobuf.ProtocolStringList getExcludeExchangesList()
list of exchange code to exclude.
repeated string exclude_exchanges = 4;getExcludeExchangesList in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderpublic int getExcludeExchangesCount()
list of exchange code to exclude.
repeated string exclude_exchanges = 4;getExcludeExchangesCount in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderpublic java.lang.String getExcludeExchanges(int index)
list of exchange code to exclude.
repeated string exclude_exchanges = 4;getExcludeExchanges in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getExcludeExchangesBytes(int index)
list of exchange code to exclude.
repeated string exclude_exchanges = 4;getExcludeExchangesBytes in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderindex - The index of the value to return.public boolean hasUpdateFrequency()
Update frequency (duration string, ex: 1m).
.google.protobuf.Duration update_frequency = 5;hasUpdateFrequency in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderpublic com.google.protobuf.Duration getUpdateFrequency()
Update frequency (duration string, ex: 1m).
.google.protobuf.Duration update_frequency = 5;getUpdateFrequency in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderpublic com.google.protobuf.DurationOrBuilder getUpdateFrequencyOrBuilder()
Update frequency (duration string, ex: 1m).
.google.protobuf.Duration update_frequency = 5;getUpdateFrequencyOrBuilder in interface StreamAggregatesDirectExchangeRateV2RequestV1OrBuilderpublic 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 StreamAggregatesDirectExchangeRateV2RequestV1 parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesDirectExchangeRateV2RequestV1 parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesDirectExchangeRateV2RequestV1 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesDirectExchangeRateV2RequestV1 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesDirectExchangeRateV2RequestV1 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesDirectExchangeRateV2RequestV1 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamAggregatesDirectExchangeRateV2RequestV1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamAggregatesDirectExchangeRateV2RequestV1 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamAggregatesDirectExchangeRateV2RequestV1 parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamAggregatesDirectExchangeRateV2RequestV1 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StreamAggregatesDirectExchangeRateV2RequestV1.Builder newBuilderForType()
public static StreamAggregatesDirectExchangeRateV2RequestV1.Builder newBuilder()
public static StreamAggregatesDirectExchangeRateV2RequestV1.Builder newBuilder(StreamAggregatesDirectExchangeRateV2RequestV1 prototype)
public StreamAggregatesDirectExchangeRateV2RequestV1.Builder toBuilder()
protected StreamAggregatesDirectExchangeRateV2RequestV1.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamAggregatesDirectExchangeRateV2RequestV1 getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamAggregatesDirectExchangeRateV2RequestV1 getDefaultInstanceForType()