public static interface OtsInternalApi.StreamDetailsOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnToGet(int index)
repeated string column_to_get = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getColumnToGetBytes(int index)
repeated string column_to_get = 5; |
int |
getColumnToGetCount()
repeated string column_to_get = 5; |
List<String> |
getColumnToGetList()
repeated string column_to_get = 5; |
boolean |
getEnableStream()
required bool enable_stream = 1; |
int |
getExpirationTime()
optional int32 expiration_time = 3; |
long |
getLastEnableTime()
optional int64 last_enable_time = 4; |
String |
getStreamId()
optional string stream_id = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getStreamIdBytes()
optional string stream_id = 2; |
boolean |
hasEnableStream()
required bool enable_stream = 1; |
boolean |
hasExpirationTime()
optional int32 expiration_time = 3; |
boolean |
hasLastEnableTime()
optional int64 last_enable_time = 4; |
boolean |
hasStreamId()
optional string stream_id = 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 hasStreamId()
optional string stream_id = 2;String getStreamId()
optional string stream_id = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getStreamIdBytes()
optional string stream_id = 2;boolean hasExpirationTime()
optional int32 expiration_time = 3;int getExpirationTime()
optional int32 expiration_time = 3;boolean hasLastEnableTime()
optional int64 last_enable_time = 4;long getLastEnableTime()
optional int64 last_enable_time = 4;List<String> getColumnToGetList()
repeated string column_to_get = 5;int getColumnToGetCount()
repeated string column_to_get = 5;String getColumnToGet(int index)
repeated string column_to_get = 5;index - The index of the element to return.com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getColumnToGetBytes(int index)
repeated string column_to_get = 5;index - The index of the value to return.Copyright © 2025. All Rights Reserved.