public static interface OtsInternalApi.StreamSpecificationOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnsToGet(int index)
repeated string columns_to_get = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getColumnsToGetBytes(int index)
repeated string columns_to_get = 3; |
int |
getColumnsToGetCount()
repeated string columns_to_get = 3; |
List<String> |
getColumnsToGetList()
repeated string columns_to_get = 3; |
boolean |
getEnableStream()
required bool enable_stream = 1; |
int |
getExpirationTime()
optional int32 expiration_time = 2; |
boolean |
hasEnableStream()
required bool enable_stream = 1; |
boolean |
hasExpirationTime()
optional int32 expiration_time = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnableStream()
required bool enable_stream = 1;boolean getEnableStream()
required bool enable_stream = 1;boolean hasExpirationTime()
optional int32 expiration_time = 2;int getExpirationTime()
optional int32 expiration_time = 2;List<String> getColumnsToGetList()
repeated string columns_to_get = 3;int getColumnsToGetCount()
repeated string columns_to_get = 3;String getColumnsToGet(int index)
repeated string columns_to_get = 3;index - The index of the element to return.com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getColumnsToGetBytes(int index)
repeated string columns_to_get = 3;index - The index of the value to return.Copyright © 2025. All Rights Reserved.