public static final class StreamAggregatedStatePriceRequestV1.Builder extends <any> implements StreamAggregatedStatePriceRequestV1OrBuilder
StreamAggregatedStatePriceRequestV1Protobuf type
kaikosdk.StreamAggregatedStatePriceRequestV1
Modifier and Type | Method and Description |
---|---|
StreamAggregatedStatePriceRequestV1.Builder |
addAllAssets(java.lang.Iterable<java.lang.String> values)
assets is a list of assets to subscribe to
|
StreamAggregatedStatePriceRequestV1.Builder |
addAssets(java.lang.String value)
assets is a list of assets to subscribe to
|
StreamAggregatedStatePriceRequestV1.Builder |
addAssetsBytes(com.google.protobuf.ByteString value)
assets is a list of assets to subscribe to
|
StreamAggregatedStatePriceRequestV1.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
StreamAggregatedStatePriceRequestV1 |
build() |
StreamAggregatedStatePriceRequestV1 |
buildPartial() |
StreamAggregatedStatePriceRequestV1.Builder |
clear() |
StreamAggregatedStatePriceRequestV1.Builder |
clearAssets()
assets is a list of assets to subscribe to
|
StreamAggregatedStatePriceRequestV1.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StreamAggregatedStatePriceRequestV1.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StreamAggregatedStatePriceRequestV1.Builder |
clone() |
java.lang.String |
getAssets(int index)
assets is a list of assets to subscribe to
|
com.google.protobuf.ByteString |
getAssetsBytes(int index)
assets is a list of assets to subscribe to
|
int |
getAssetsCount()
assets is a list of assets to subscribe to
|
com.google.protobuf.ProtocolStringList |
getAssetsList()
assets is a list of assets to subscribe to
|
StreamAggregatedStatePriceRequestV1 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
StreamAggregatedStatePriceRequestV1.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StreamAggregatedStatePriceRequestV1.Builder |
mergeFrom(com.google.protobuf.Message other) |
StreamAggregatedStatePriceRequestV1.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StreamAggregatedStatePriceRequestV1.Builder |
setAssets(int index,
java.lang.String value)
assets is a list of assets to subscribe to
|
StreamAggregatedStatePriceRequestV1.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
StreamAggregatedStatePriceRequestV1.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
StreamAggregatedStatePriceRequestV1.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public StreamAggregatedStatePriceRequestV1.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public StreamAggregatedStatePriceRequestV1 getDefaultInstanceForType()
public StreamAggregatedStatePriceRequestV1 build()
public StreamAggregatedStatePriceRequestV1 buildPartial()
public StreamAggregatedStatePriceRequestV1.Builder clone()
public StreamAggregatedStatePriceRequestV1.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public StreamAggregatedStatePriceRequestV1.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public StreamAggregatedStatePriceRequestV1.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public StreamAggregatedStatePriceRequestV1.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public StreamAggregatedStatePriceRequestV1.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public StreamAggregatedStatePriceRequestV1.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public StreamAggregatedStatePriceRequestV1.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public com.google.protobuf.ProtocolStringList getAssetsList()
assets is a list of assets to subscribe to
repeated string assets = 1;
getAssetsList
in interface StreamAggregatedStatePriceRequestV1OrBuilder
public int getAssetsCount()
assets is a list of assets to subscribe to
repeated string assets = 1;
getAssetsCount
in interface StreamAggregatedStatePriceRequestV1OrBuilder
public java.lang.String getAssets(int index)
assets is a list of assets to subscribe to
repeated string assets = 1;
getAssets
in interface StreamAggregatedStatePriceRequestV1OrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getAssetsBytes(int index)
assets is a list of assets to subscribe to
repeated string assets = 1;
getAssetsBytes
in interface StreamAggregatedStatePriceRequestV1OrBuilder
index
- The index of the value to return.public StreamAggregatedStatePriceRequestV1.Builder setAssets(int index, java.lang.String value)
assets is a list of assets to subscribe to
repeated string assets = 1;
index
- The index to set the value at.value
- The assets to set.public StreamAggregatedStatePriceRequestV1.Builder addAssets(java.lang.String value)
assets is a list of assets to subscribe to
repeated string assets = 1;
value
- The assets to add.public StreamAggregatedStatePriceRequestV1.Builder addAllAssets(java.lang.Iterable<java.lang.String> values)
assets is a list of assets to subscribe to
repeated string assets = 1;
values
- The assets to add.public StreamAggregatedStatePriceRequestV1.Builder clearAssets()
assets is a list of assets to subscribe to
repeated string assets = 1;
public StreamAggregatedStatePriceRequestV1.Builder addAssetsBytes(com.google.protobuf.ByteString value)
assets is a list of assets to subscribe to
repeated string assets = 1;
value
- The bytes of the assets to add.public final StreamAggregatedStatePriceRequestV1.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final StreamAggregatedStatePriceRequestV1.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)