Interface FeatureServiceProto.LoggingConfig.AthenaDestinationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTableName()
      Destination table name.
      com.google.protobuf.ByteString getTableNameBytes()
      Destination table name.
      • 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

      • getTableName

        String getTableName()
         Destination table name. data_source and database will be taken from an offline store config
         
        string table_name = 1;
        Returns:
        The tableName.
      • getTableNameBytes

        com.google.protobuf.ByteString getTableNameBytes()
         Destination table name. data_source and database will be taken from an offline store config
         
        string table_name = 1;
        Returns:
        The bytes for tableName.