Package io.hstream.internal
Interface GetConnectorSpecRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetConnectorSpecRequest,GetConnectorSpecRequest.Builder
public interface GetConnectorSpecRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTarget()e.g.com.google.protobuf.ByteStringgetTargetBytes()e.g.StringgetType()SOURCE or SINKcom.google.protobuf.ByteStringgetTypeBytes()SOURCE or SINK-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getType
String getType()
SOURCE or SINK
string type = 1;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
SOURCE or SINK
string type = 1;- Returns:
- The bytes for type.
-
getTarget
String getTarget()
e.g. mysql, postgresql, etc.
string target = 2;- Returns:
- The target.
-
getTargetBytes
com.google.protobuf.ByteString getTargetBytes()
e.g. mysql, postgresql, etc.
string target = 2;- Returns:
- The bytes for target.
-
-