Interface AgentMessages.AgentInfo.DatasourceInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AgentMessages.AgentInfo.DatasourceInfo, AgentMessages.AgentInfo.DatasourceInfo.Builder
Enclosing class:
AgentMessages.AgentInfo

public static interface AgentMessages.AgentInfo.DatasourceInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    required .com.seeq.link.messages.agent.AgentInfo.DatasourceClass datasourceClass = 3;
    required .com.seeq.link.messages.agent.AgentInfo.DatasourceClass datasourceClass = 3;
    The machine-readable unique id for the database, possibly a GUID.
    com.google.protobuf.ByteString
    The machine-readable unique id for the database, possibly a GUID.
    A human readable name, like "Chocolate Milk Factory"
    com.google.protobuf.ByteString
    A human readable name, like "Chocolate Milk Factory"
    boolean
    required .com.seeq.link.messages.agent.AgentInfo.DatasourceClass datasourceClass = 3;
    boolean
    The machine-readable unique id for the database, possibly a GUID.
    boolean
    A human readable name, like "Chocolate Milk Factory"

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasId

      boolean hasId()
       The machine-readable unique id for the database, possibly a GUID.
       
      required string id = 1;
      Returns:
      Whether the id field is set.
    • getId

      String getId()
       The machine-readable unique id for the database, possibly a GUID.
       
      required string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       The machine-readable unique id for the database, possibly a GUID.
       
      required string id = 1;
      Returns:
      The bytes for id.
    • hasName

      boolean hasName()
       A human readable name, like "Chocolate Milk Factory"
       
      required string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       A human readable name, like "Chocolate Milk Factory"
       
      required string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       A human readable name, like "Chocolate Milk Factory"
       
      required string name = 2;
      Returns:
      The bytes for name.
    • hasDatasourceClass

      boolean hasDatasourceClass()
      required .com.seeq.link.messages.agent.AgentInfo.DatasourceClass datasourceClass = 3;
      Returns:
      Whether the datasourceClass field is set.
    • getDatasourceClass

      required .com.seeq.link.messages.agent.AgentInfo.DatasourceClass datasourceClass = 3;
      Returns:
      The datasourceClass.
    • getDatasourceClassOrBuilder

      required .com.seeq.link.messages.agent.AgentInfo.DatasourceClass datasourceClass = 3;