public final class StreamIvSviParametersRequestV1 extends com.google.protobuf.GeneratedMessageV3 implements StreamIvSviParametersRequestV1OrBuilder
StreamIvSviParametersRequestV1 is IV SVI parameter stream request.Protobuf type
kaikosdk.StreamIvSviParametersRequestV1
Modifier and Type | Class and Description |
---|---|
static class |
StreamIvSviParametersRequestV1.Builder
StreamIvSviParametersRequestV1 is IV SVI parameter stream request.
|
Modifier and Type | Field and Description |
---|---|
static int |
ASSETS_FIELD_NUMBER |
static int |
EXCHANGES_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 StreamIvSviParametersRequestV1 |
getDefaultInstance() |
StreamIvSviParametersRequestV1 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getExchanges()
Exchanges.
|
com.google.protobuf.ByteString |
getExchangesBytes()
Exchanges.
|
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAssets()
base/quote assets.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamIvSviParametersRequestV1.Builder |
newBuilder() |
static StreamIvSviParametersRequestV1.Builder |
newBuilder(StreamIvSviParametersRequestV1 prototype) |
StreamIvSviParametersRequestV1.Builder |
newBuilderForType() |
protected StreamIvSviParametersRequestV1.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamIvSviParametersRequestV1 |
parseDelimitedFrom(java.io.InputStream input) |
static StreamIvSviParametersRequestV1 |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIvSviParametersRequestV1 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIvSviParametersRequestV1 |
parseFrom(java.nio.ByteBuffer data) |
static StreamIvSviParametersRequestV1 |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIvSviParametersRequestV1 |
parseFrom(com.google.protobuf.ByteString data) |
static StreamIvSviParametersRequestV1 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIvSviParametersRequestV1 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamIvSviParametersRequestV1 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIvSviParametersRequestV1 |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamIvSviParametersRequestV1.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int ASSETS_FIELD_NUMBER
public static final int EXCHANGES_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. wildcard is supported for both base and quote assets.
.kaikosdk.Assets assets = 1;
hasAssets
in interface StreamIvSviParametersRequestV1OrBuilder
public Assets getAssets()
base/quote assets. wildcard is supported for both base and quote assets.
.kaikosdk.Assets assets = 1;
getAssets
in interface StreamIvSviParametersRequestV1OrBuilder
public AssetsOrBuilder getAssetsOrBuilder()
base/quote assets. wildcard is supported for both base and quote assets.
.kaikosdk.Assets assets = 1;
getAssetsOrBuilder
in interface StreamIvSviParametersRequestV1OrBuilder
public java.lang.String getExchanges()
Exchanges. wildcard is supported.
string exchanges = 2;
getExchanges
in interface StreamIvSviParametersRequestV1OrBuilder
public com.google.protobuf.ByteString getExchangesBytes()
Exchanges. wildcard is supported.
string exchanges = 2;
getExchangesBytes
in interface StreamIvSviParametersRequestV1OrBuilder
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 StreamIvSviParametersRequestV1 parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIvSviParametersRequestV1 parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIvSviParametersRequestV1 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIvSviParametersRequestV1 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIvSviParametersRequestV1 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIvSviParametersRequestV1 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamIvSviParametersRequestV1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StreamIvSviParametersRequestV1 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamIvSviParametersRequestV1 parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StreamIvSviParametersRequestV1 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StreamIvSviParametersRequestV1.Builder newBuilderForType()
public static StreamIvSviParametersRequestV1.Builder newBuilder()
public static StreamIvSviParametersRequestV1.Builder newBuilder(StreamIvSviParametersRequestV1 prototype)
public StreamIvSviParametersRequestV1.Builder toBuilder()
protected StreamIvSviParametersRequestV1.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamIvSviParametersRequestV1 getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamIvSviParametersRequestV1 getDefaultInstanceForType()