Interface DataSourceConfigProto.DataSourceConfigPbOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataSourceConfigProto.DataSourceConfigPb,DataSourceConfigProto.DataSourceConfigPb.Builder
- Enclosing class:
- DataSourceConfigProto
public static interface DataSourceConfigProto.DataSourceConfigPbOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes configObject = 2;string dataSourceId = 1;com.google.protobuf.ByteStringstring dataSourceId = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDataSourceId
String getDataSourceId()string dataSourceId = 1;- Returns:
- The dataSourceId.
-
getDataSourceIdBytes
com.google.protobuf.ByteString getDataSourceIdBytes()string dataSourceId = 1;- Returns:
- The bytes for dataSourceId.
-
getConfigObject
com.google.protobuf.ByteString getConfigObject()bytes configObject = 2;- Returns:
- The configObject.
-