public static final class OtsDelivery.OSSTaskConfig.Builder extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsDelivery.OSSTaskConfig.Builder> implements OtsDelivery.OSSTaskConfigOrBuilder
com.alicloud.openservices.tablestore.core.protocol.OSSTaskConfig| 限定符和类型 | 方法和说明 |
|---|---|
OtsDelivery.OSSTaskConfig.Builder |
addAllSchema(Iterable<? extends OtsDelivery.ParquetSchema> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
OtsDelivery.OSSTaskConfig.Builder |
addSchema(int index,
OtsDelivery.ParquetSchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
OtsDelivery.OSSTaskConfig.Builder |
addSchema(int index,
OtsDelivery.ParquetSchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
OtsDelivery.OSSTaskConfig.Builder |
addSchema(OtsDelivery.ParquetSchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
OtsDelivery.OSSTaskConfig.Builder |
addSchema(OtsDelivery.ParquetSchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
OtsDelivery.ParquetSchema.Builder |
addSchemaBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
OtsDelivery.ParquetSchema.Builder |
addSchemaBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
OtsDelivery.OSSTaskConfig |
build() |
OtsDelivery.OSSTaskConfig |
buildPartial() |
OtsDelivery.OSSTaskConfig.Builder |
clear() |
OtsDelivery.OSSTaskConfig.Builder |
clearEventTimeColumn()
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7; |
OtsDelivery.OSSTaskConfig.Builder |
clearFormat()
optional .com.alicloud.openservices.tablestore.core.protocol.Format format = 8; |
OtsDelivery.OSSTaskConfig.Builder |
clearFormatter()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeFormatter formatter = 2; |
OtsDelivery.OSSTaskConfig.Builder |
clearOssBucket()
optional string ossBucket = 4; |
OtsDelivery.OSSTaskConfig.Builder |
clearOssDirtyPrefix()
optional string ossDirtyPrefix = 3; |
OtsDelivery.OSSTaskConfig.Builder |
clearOssEndpoint()
optional string ossEndpoint = 5; |
OtsDelivery.OSSTaskConfig.Builder |
clearOssPrefix()
optional string ossPrefix = 1; |
OtsDelivery.OSSTaskConfig.Builder |
clearOssStsRole()
optional string ossStsRole = 6; |
OtsDelivery.OSSTaskConfig.Builder |
clearSchema()
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
OtsDelivery.OSSTaskConfig |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
OtsDelivery.EventColumn |
getEventTimeColumn()
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7; |
OtsDelivery.EventColumn.Builder |
getEventTimeColumnBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7; |
OtsDelivery.EventColumnOrBuilder |
getEventTimeColumnOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7; |
OtsDelivery.Format |
getFormat()
optional .com.alicloud.openservices.tablestore.core.protocol.Format format = 8; |
OtsDelivery.TimeFormatter |
getFormatter()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeFormatter formatter = 2; |
String |
getOssBucket()
optional string ossBucket = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getOssBucketBytes()
optional string ossBucket = 4; |
String |
getOssDirtyPrefix()
optional string ossDirtyPrefix = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getOssDirtyPrefixBytes()
optional string ossDirtyPrefix = 3; |
String |
getOssEndpoint()
optional string ossEndpoint = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getOssEndpointBytes()
optional string ossEndpoint = 5; |
String |
getOssPrefix()
optional string ossPrefix = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getOssPrefixBytes()
optional string ossPrefix = 1; |
String |
getOssStsRole()
optional string ossStsRole = 6; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getOssStsRoleBytes()
optional string ossStsRole = 6; |
OtsDelivery.ParquetSchema |
getSchema(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
OtsDelivery.ParquetSchema.Builder |
getSchemaBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
List<OtsDelivery.ParquetSchema.Builder> |
getSchemaBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
int |
getSchemaCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
List<OtsDelivery.ParquetSchema> |
getSchemaList()
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
OtsDelivery.ParquetSchemaOrBuilder |
getSchemaOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
List<? extends OtsDelivery.ParquetSchemaOrBuilder> |
getSchemaOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
boolean |
hasEventTimeColumn()
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7; |
boolean |
hasFormat()
optional .com.alicloud.openservices.tablestore.core.protocol.Format format = 8; |
boolean |
hasFormatter()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeFormatter formatter = 2; |
boolean |
hasOssBucket()
optional string ossBucket = 4; |
boolean |
hasOssDirtyPrefix()
optional string ossDirtyPrefix = 3; |
boolean |
hasOssEndpoint()
optional string ossEndpoint = 5; |
boolean |
hasOssPrefix()
optional string ossPrefix = 1; |
boolean |
hasOssStsRole()
optional string ossStsRole = 6; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OtsDelivery.OSSTaskConfig.Builder |
mergeEventTimeColumn(OtsDelivery.EventColumn value)
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7; |
OtsDelivery.OSSTaskConfig.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsDelivery.OSSTaskConfig.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsDelivery.OSSTaskConfig.Builder |
mergeFrom(OtsDelivery.OSSTaskConfig other) |
OtsDelivery.OSSTaskConfig.Builder |
removeSchema(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
OtsDelivery.OSSTaskConfig.Builder |
setEventTimeColumn(OtsDelivery.EventColumn.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7; |
OtsDelivery.OSSTaskConfig.Builder |
setEventTimeColumn(OtsDelivery.EventColumn value)
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7; |
OtsDelivery.OSSTaskConfig.Builder |
setFormat(OtsDelivery.Format value)
optional .com.alicloud.openservices.tablestore.core.protocol.Format format = 8; |
OtsDelivery.OSSTaskConfig.Builder |
setFormatter(OtsDelivery.TimeFormatter value)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeFormatter formatter = 2; |
OtsDelivery.OSSTaskConfig.Builder |
setOssBucket(String value)
optional string ossBucket = 4; |
OtsDelivery.OSSTaskConfig.Builder |
setOssBucketBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string ossBucket = 4; |
OtsDelivery.OSSTaskConfig.Builder |
setOssDirtyPrefix(String value)
optional string ossDirtyPrefix = 3; |
OtsDelivery.OSSTaskConfig.Builder |
setOssDirtyPrefixBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string ossDirtyPrefix = 3; |
OtsDelivery.OSSTaskConfig.Builder |
setOssEndpoint(String value)
optional string ossEndpoint = 5; |
OtsDelivery.OSSTaskConfig.Builder |
setOssEndpointBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string ossEndpoint = 5; |
OtsDelivery.OSSTaskConfig.Builder |
setOssPrefix(String value)
optional string ossPrefix = 1; |
OtsDelivery.OSSTaskConfig.Builder |
setOssPrefixBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string ossPrefix = 1; |
OtsDelivery.OSSTaskConfig.Builder |
setOssStsRole(String value)
optional string ossStsRole = 6; |
OtsDelivery.OSSTaskConfig.Builder |
setOssStsRoleBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string ossStsRole = 6; |
OtsDelivery.OSSTaskConfig.Builder |
setSchema(int index,
OtsDelivery.ParquetSchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
OtsDelivery.OSSTaskConfig.Builder |
setSchema(int index,
OtsDelivery.ParquetSchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionpublic static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsDelivery.OSSTaskConfig.Builder>public OtsDelivery.OSSTaskConfig.Builder clear()
clear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsDelivery.OSSTaskConfig.Builder>public com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsDelivery.OSSTaskConfig.Builder>public OtsDelivery.OSSTaskConfig getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderpublic OtsDelivery.OSSTaskConfig build()
build 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic OtsDelivery.OSSTaskConfig buildPartial()
buildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic OtsDelivery.OSSTaskConfig.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other)
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<OtsDelivery.OSSTaskConfig.Builder>public OtsDelivery.OSSTaskConfig.Builder mergeFrom(OtsDelivery.OSSTaskConfig other)
public final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsDelivery.OSSTaskConfig.Builder>public OtsDelivery.OSSTaskConfig.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<OtsDelivery.OSSTaskConfig.Builder>IOExceptionpublic boolean hasOssPrefix()
optional string ossPrefix = 1;hasOssPrefix 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic String getOssPrefix()
optional string ossPrefix = 1;getOssPrefix 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getOssPrefixBytes()
optional string ossPrefix = 1;getOssPrefixBytes 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic OtsDelivery.OSSTaskConfig.Builder setOssPrefix(String value)
optional string ossPrefix = 1;value - The ossPrefix to set.public OtsDelivery.OSSTaskConfig.Builder clearOssPrefix()
optional string ossPrefix = 1;public OtsDelivery.OSSTaskConfig.Builder setOssPrefixBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string ossPrefix = 1;value - The bytes for ossPrefix to set.public boolean hasFormatter()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeFormatter formatter = 2;hasFormatter 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic OtsDelivery.TimeFormatter getFormatter()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeFormatter formatter = 2;getFormatter 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic OtsDelivery.OSSTaskConfig.Builder setFormatter(OtsDelivery.TimeFormatter value)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeFormatter formatter = 2;value - The formatter to set.public OtsDelivery.OSSTaskConfig.Builder clearFormatter()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeFormatter formatter = 2;public boolean hasOssDirtyPrefix()
optional string ossDirtyPrefix = 3;hasOssDirtyPrefix 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic String getOssDirtyPrefix()
optional string ossDirtyPrefix = 3;getOssDirtyPrefix 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getOssDirtyPrefixBytes()
optional string ossDirtyPrefix = 3;getOssDirtyPrefixBytes 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic OtsDelivery.OSSTaskConfig.Builder setOssDirtyPrefix(String value)
optional string ossDirtyPrefix = 3;value - The ossDirtyPrefix to set.public OtsDelivery.OSSTaskConfig.Builder clearOssDirtyPrefix()
optional string ossDirtyPrefix = 3;public OtsDelivery.OSSTaskConfig.Builder setOssDirtyPrefixBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string ossDirtyPrefix = 3;value - The bytes for ossDirtyPrefix to set.public boolean hasOssBucket()
optional string ossBucket = 4;hasOssBucket 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic String getOssBucket()
optional string ossBucket = 4;getOssBucket 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getOssBucketBytes()
optional string ossBucket = 4;getOssBucketBytes 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic OtsDelivery.OSSTaskConfig.Builder setOssBucket(String value)
optional string ossBucket = 4;value - The ossBucket to set.public OtsDelivery.OSSTaskConfig.Builder clearOssBucket()
optional string ossBucket = 4;public OtsDelivery.OSSTaskConfig.Builder setOssBucketBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string ossBucket = 4;value - The bytes for ossBucket to set.public boolean hasOssEndpoint()
optional string ossEndpoint = 5;hasOssEndpoint 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic String getOssEndpoint()
optional string ossEndpoint = 5;getOssEndpoint 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getOssEndpointBytes()
optional string ossEndpoint = 5;getOssEndpointBytes 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic OtsDelivery.OSSTaskConfig.Builder setOssEndpoint(String value)
optional string ossEndpoint = 5;value - The ossEndpoint to set.public OtsDelivery.OSSTaskConfig.Builder clearOssEndpoint()
optional string ossEndpoint = 5;public OtsDelivery.OSSTaskConfig.Builder setOssEndpointBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string ossEndpoint = 5;value - The bytes for ossEndpoint to set.public boolean hasOssStsRole()
optional string ossStsRole = 6;hasOssStsRole 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic String getOssStsRole()
optional string ossStsRole = 6;getOssStsRole 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getOssStsRoleBytes()
optional string ossStsRole = 6;getOssStsRoleBytes 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic OtsDelivery.OSSTaskConfig.Builder setOssStsRole(String value)
optional string ossStsRole = 6;value - The ossStsRole to set.public OtsDelivery.OSSTaskConfig.Builder clearOssStsRole()
optional string ossStsRole = 6;public OtsDelivery.OSSTaskConfig.Builder setOssStsRoleBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string ossStsRole = 6;value - The bytes for ossStsRole to set.public boolean hasEventTimeColumn()
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7;hasEventTimeColumn 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic OtsDelivery.EventColumn getEventTimeColumn()
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7;getEventTimeColumn 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic OtsDelivery.OSSTaskConfig.Builder setEventTimeColumn(OtsDelivery.EventColumn value)
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7;public OtsDelivery.OSSTaskConfig.Builder setEventTimeColumn(OtsDelivery.EventColumn.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7;public OtsDelivery.OSSTaskConfig.Builder mergeEventTimeColumn(OtsDelivery.EventColumn value)
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7;public OtsDelivery.OSSTaskConfig.Builder clearEventTimeColumn()
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7;public OtsDelivery.EventColumn.Builder getEventTimeColumnBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7;public OtsDelivery.EventColumnOrBuilder getEventTimeColumnOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.EventColumn eventTimeColumn = 7;public boolean hasFormat()
optional .com.alicloud.openservices.tablestore.core.protocol.Format format = 8;hasFormat 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic OtsDelivery.Format getFormat()
optional .com.alicloud.openservices.tablestore.core.protocol.Format format = 8;getFormat 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic OtsDelivery.OSSTaskConfig.Builder setFormat(OtsDelivery.Format value)
optional .com.alicloud.openservices.tablestore.core.protocol.Format format = 8;value - The format to set.public OtsDelivery.OSSTaskConfig.Builder clearFormat()
optional .com.alicloud.openservices.tablestore.core.protocol.Format format = 8;public List<OtsDelivery.ParquetSchema> getSchemaList()
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public int getSchemaCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public OtsDelivery.ParquetSchema getSchema(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;getSchema 在接口中 OtsDelivery.OSSTaskConfigOrBuilderpublic OtsDelivery.OSSTaskConfig.Builder setSchema(int index, OtsDelivery.ParquetSchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public OtsDelivery.OSSTaskConfig.Builder setSchema(int index, OtsDelivery.ParquetSchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public OtsDelivery.OSSTaskConfig.Builder addSchema(OtsDelivery.ParquetSchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public OtsDelivery.OSSTaskConfig.Builder addSchema(int index, OtsDelivery.ParquetSchema value)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public OtsDelivery.OSSTaskConfig.Builder addSchema(OtsDelivery.ParquetSchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public OtsDelivery.OSSTaskConfig.Builder addSchema(int index, OtsDelivery.ParquetSchema.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public OtsDelivery.OSSTaskConfig.Builder addAllSchema(Iterable<? extends OtsDelivery.ParquetSchema> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public OtsDelivery.OSSTaskConfig.Builder clearSchema()
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public OtsDelivery.OSSTaskConfig.Builder removeSchema(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public OtsDelivery.ParquetSchema.Builder getSchemaBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public OtsDelivery.ParquetSchemaOrBuilder getSchemaOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public List<? extends OtsDelivery.ParquetSchemaOrBuilder> getSchemaOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public OtsDelivery.ParquetSchema.Builder addSchemaBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public OtsDelivery.ParquetSchema.Builder addSchemaBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;public List<OtsDelivery.ParquetSchema.Builder> getSchemaBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema schema = 11;Copyright © 2025. All Rights Reserved.