Package io.hstream.internal
Interface ConnectorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Connector
,Connector.Builder
public interface ConnectorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConfig()
string config = 6;
com.google.protobuf.ByteString
getConfigBytes()
string config = 6;
com.google.protobuf.Timestamp
getCreationTime()
.google.protobuf.Timestamp creationTime = 4;
com.google.protobuf.TimestampOrBuilder
getCreationTimeOrBuilder()
.google.protobuf.Timestamp creationTime = 4;
String
getDockerStatus()
string dockerStatus = 10;
com.google.protobuf.ByteString
getDockerStatusBytes()
string dockerStatus = 10;
String
getImage()
string image = 11;
com.google.protobuf.ByteString
getImageBytes()
string image = 11;
String
getName()
string name = 1;
com.google.protobuf.ByteString
getNameBytes()
string name = 1;
String
getNode()
string node = 9;
com.google.protobuf.ByteString
getNodeBytes()
string node = 9;
com.google.protobuf.Struct
getOffsets(int index)
repeated .google.protobuf.Struct offsets = 7;
int
getOffsetsCount()
repeated .google.protobuf.Struct offsets = 7;
List<com.google.protobuf.Struct>
getOffsetsList()
repeated .google.protobuf.Struct offsets = 7;
com.google.protobuf.StructOrBuilder
getOffsetsOrBuilder(int index)
repeated .google.protobuf.Struct offsets = 7;
List<? extends com.google.protobuf.StructOrBuilder>
getOffsetsOrBuilderList()
repeated .google.protobuf.Struct offsets = 7;
String
getStatus()
string status = 5;
com.google.protobuf.ByteString
getStatusBytes()
string status = 5;
String
getTarget()
string target = 3;
com.google.protobuf.ByteString
getTargetBytes()
string target = 3;
String
getTaskId()
string taskId = 8;
com.google.protobuf.ByteString
getTaskIdBytes()
string taskId = 8;
String
getType()
string type = 2;
com.google.protobuf.ByteString
getTypeBytes()
string type = 2;
boolean
hasCreationTime()
.google.protobuf.Timestamp creationTime = 4;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;
- Returns:
- The bytes for name.
-
getType
String getType()
string type = 2;
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 2;
- Returns:
- The bytes for type.
-
getTarget
String getTarget()
string target = 3;
- Returns:
- The target.
-
getTargetBytes
com.google.protobuf.ByteString getTargetBytes()
string target = 3;
- Returns:
- The bytes for target.
-
hasCreationTime
boolean hasCreationTime()
.google.protobuf.Timestamp creationTime = 4;
- Returns:
- Whether the creationTime field is set.
-
getCreationTime
com.google.protobuf.Timestamp getCreationTime()
.google.protobuf.Timestamp creationTime = 4;
- Returns:
- The creationTime.
-
getCreationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
.google.protobuf.Timestamp creationTime = 4;
-
getStatus
String getStatus()
string status = 5;
- Returns:
- The status.
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()
string status = 5;
- Returns:
- The bytes for status.
-
getConfig
String getConfig()
string config = 6;
- Returns:
- The config.
-
getConfigBytes
com.google.protobuf.ByteString getConfigBytes()
string config = 6;
- Returns:
- The bytes for config.
-
getOffsetsList
List<com.google.protobuf.Struct> getOffsetsList()
repeated .google.protobuf.Struct offsets = 7;
-
getOffsets
com.google.protobuf.Struct getOffsets(int index)
repeated .google.protobuf.Struct offsets = 7;
-
getOffsetsCount
int getOffsetsCount()
repeated .google.protobuf.Struct offsets = 7;
-
getOffsetsOrBuilderList
List<? extends com.google.protobuf.StructOrBuilder> getOffsetsOrBuilderList()
repeated .google.protobuf.Struct offsets = 7;
-
getOffsetsOrBuilder
com.google.protobuf.StructOrBuilder getOffsetsOrBuilder(int index)
repeated .google.protobuf.Struct offsets = 7;
-
getTaskId
String getTaskId()
string taskId = 8;
- Returns:
- The taskId.
-
getTaskIdBytes
com.google.protobuf.ByteString getTaskIdBytes()
string taskId = 8;
- Returns:
- The bytes for taskId.
-
getNode
String getNode()
string node = 9;
- Returns:
- The node.
-
getNodeBytes
com.google.protobuf.ByteString getNodeBytes()
string node = 9;
- Returns:
- The bytes for node.
-
getDockerStatus
String getDockerStatus()
string dockerStatus = 10;
- Returns:
- The dockerStatus.
-
getDockerStatusBytes
com.google.protobuf.ByteString getDockerStatusBytes()
string dockerStatus = 10;
- Returns:
- The bytes for dockerStatus.
-
getImage
String getImage()
string image = 11;
- Returns:
- The image.
-
getImageBytes
com.google.protobuf.ByteString getImageBytes()
string image = 11;
- Returns:
- The bytes for image.
-
-