Interface Transformation.DestinationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDatabase()
      optional string database = 3;
      com.google.protobuf.ByteString getDatabaseBytes()
      optional string database = 3;
      String getExternalId()
      string external_id = 5;
      com.google.protobuf.ByteString getExternalIdBytes()
      string external_id = 5;
      String getTable()
      optional string table = 4;
      com.google.protobuf.ByteString getTableBytes()
      optional string table = 4;
      String getType()
      optional string type = 2;
      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 2;
      boolean hasDatabase()
      optional string database = 3;
      boolean hasTable()
      optional string table = 4;
      boolean hasType()
      optional string type = 2;
      • 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 Detail

      • hasType

        boolean hasType()
        optional string type = 2;
        Returns:
        Whether the type field is set.
      • getType

        String getType()
        optional string type = 2;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        optional string type = 2;
        Returns:
        The bytes for type.
      • hasDatabase

        boolean hasDatabase()
        optional string database = 3;
        Returns:
        Whether the database field is set.
      • getDatabase

        String getDatabase()
        optional string database = 3;
        Returns:
        The database.
      • getDatabaseBytes

        com.google.protobuf.ByteString getDatabaseBytes()
        optional string database = 3;
        Returns:
        The bytes for database.
      • hasTable

        boolean hasTable()
        optional string table = 4;
        Returns:
        Whether the table field is set.
      • getTable

        String getTable()
        optional string table = 4;
        Returns:
        The table.
      • getTableBytes

        com.google.protobuf.ByteString getTableBytes()
        optional string table = 4;
        Returns:
        The bytes for table.
      • getExternalId

        String getExternalId()
        string external_id = 5;
        Returns:
        The externalId.
      • getExternalIdBytes

        com.google.protobuf.ByteString getExternalIdBytes()
        string external_id = 5;
        Returns:
        The bytes for externalId.